LearnPress – WordPress LMS Plugin - Version 4.1.6.8

Version Description

(2022-07-05) = ~ Fixed: click pagination when enable 2 option Load Courses Ajax. ~ Added: loading, error message(if it has) when start quick. ~ Fixed: error sort by popular with theme Eduma. ~ Fixed: Wordfence denied param: "author", convert to "user" on API. ~ Fixed: query popular courses for app. ~ Added: return price format for app. ~ Added: API delete account for app. ~ Merged: addon Offline Payment. ~ Fixed: styles with themes: Avada, Divi, Flastsome, Bridget, Astra, The 7. ~ Fixed: security.

Download this release

Release Info

Developer ThimPress
Plugin Icon 128x128 LearnPress – WordPress LMS Plugin
Version 4.1.6.8
Comparing to
See all releases

Code changes from version 4.1.6.7 to 4.1.6.8

assets/css/admin/admin-rtl.css CHANGED
@@ -52,11 +52,11 @@
52
  .learn-press-message {
53
  position: relative;
54
  margin: 0 0 20px 0;
55
- padding: 10px 15px 10px 12px;
56
  border-top: 5px solid #00adff;
57
- border-bottom-left-radius: 5px;
58
- border-bottom-right-radius: 5px;
59
  background: #f5f5f5;
 
60
  }
61
  .learn-press-message.icon {
62
  padding-right: 45px;
@@ -68,8 +68,8 @@
68
  position: absolute;
69
  top: 50%;
70
  right: 15px;
71
- width: 26px;
72
- height: 26px;
73
  margin-top: -13px;
74
  margin-left: 10px;
75
  border-radius: 50%;
@@ -102,44 +102,44 @@
102
  border-bottom-color: #f5f5f5;
103
  }
104
  .learn-press-message.error {
105
- border-top: 5px solid #d85554;
106
  }
107
  .learn-press-message.error::before {
108
  background: #d85554;
109
  }
110
- .learn-press-message.error.icon::before {
111
  background: #d85554;
112
  }
113
  .learn-press-message.error.icon::after {
114
- background: #d85554;
115
  content: "\f00d";
116
  }
117
  .learn-press-message.warning {
118
- border-top: 5px solid #ffc107;
119
  }
120
  .learn-press-message.warning::before {
121
  background: #ffc107;
122
  }
123
- .learn-press-message.warning.icon::before {
124
  background: #ffc107;
125
  }
126
  .learn-press-message.warning.icon::after {
127
- background: #ffc107;
128
  content: "\f00d";
129
  }
130
  .learn-press-message.success {
131
- border-top: 5px solid #059601;
132
  }
133
  .learn-press-message.success::before {
134
  background: #059601;
135
  }
136
- .learn-press-message.success.icon::before {
137
  background: #059601;
138
  }
139
  .learn-press-message.success.icon::after {
140
- background: #059601;
141
  content: "\f129";
142
  }
 
 
 
143
 
144
  /**
145
  * Styles for displaying list of table
@@ -1172,7 +1172,6 @@ ul .clearfix {
1172
  .learn-press-advertisement-slider .slide-item .slide-detail .slide-controls .button {
1173
  margin-bottom: 0;
1174
  }
1175
-
1176
  .wp-responsive-open .learn-press-advertisement-slider {
1177
  margin-right: 56px;
1178
  }
@@ -1203,122 +1202,6 @@ ul .clearfix {
1203
  margin-bottom: 0;
1204
  }
1205
  }
1206
- /*
1207
- .learn-press-advertisement-slider > .slide-item {
1208
- display: none;
1209
- }
1210
- .learn-press-advertisement-slider > .slide-item:first-child {
1211
- display: block;
1212
- }
1213
- .learn-press-advertisement-slider .lp-wrap-items {
1214
- position: relative;
1215
- overflow: hidden;
1216
- -webkit-transition: visibility 1s, opacity 1s;
1217
- transition: visibility 1s, opacity 1s;
1218
- padding: 20px;
1219
- background-color: #fff;
1220
- border: 1px solid #ddd;
1221
- margin-bottom: 30px;
1222
- }
1223
- .learn-press-advertisement-slider .theme-thumbnail {
1224
- float: left;
1225
- width: 35%;
1226
- }
1227
- .learn-press-advertisement-slider .theme-detail {
1228
- margin-left: 35%;
1229
- padding-left: 20px;
1230
- }
1231
- .learn-press-advertisement-slider .lp-item {
1232
- position: relative;
1233
- float: left;
1234
- margin-right: -100%;
1235
- width: 100%;
1236
- box-sizing: border-box;
1237
- visibility: hidden;
1238
- opacity: 0;
1239
- -webkit-transition: visibility 0.5s linear, opacity 0.5s linear;
1240
- transition: visibility 0.5s linear, opacity 0.5s linear;
1241
- }
1242
- .learn-press-advertisement-slider img {
1243
- width: 100%;
1244
- height: auto;
1245
- float: none;
1246
- }
1247
- .learn-press-advertisement-slider .lp-active {
1248
- visibility: visible;
1249
- opacity: 1;
1250
- }
1251
- .learn-press-advertisement-slider .slider-controls {
1252
- position: absolute;
1253
- bottom: 30px;
1254
- right: 0;
1255
- height: 50px;
1256
- -ms-transform: translateY(-50%);
1257
- -webkit-transform: translateY(-50%);
1258
- transform: translateY(-50%);
1259
- }
1260
- .learn-press-advertisement-slider .slider-controls:after {
1261
- content: '';
1262
- clear: both;
1263
- display: block;
1264
- }
1265
- .learn-press-advertisement-slider .slider-controls .prev-item,
1266
- .learn-press-advertisement-slider .slider-controls .next-item {
1267
- position: absolute;
1268
- top: 0;
1269
- font-family: 'dashicons';
1270
- width: 40px;
1271
- height: 40px;
1272
- border: 1px solid #000;
1273
- line-height: 40px;
1274
- font-size: 16px;
1275
- color: #000;
1276
- cursor: pointer;
1277
- }
1278
- .learn-press-advertisement-slider .slider-controls .prev-item {
1279
- right: 95px;
1280
- }
1281
- .learn-press-advertisement-slider .slider-controls .prev-item:before {
1282
- content: "\f341";
1283
- display: block;
1284
- text-align: center;
1285
- }
1286
- .learn-press-advertisement-slider .slider-controls .next-item {
1287
- right: 45px;
1288
- }
1289
- .learn-press-advertisement-slider .slider-controls .next-item:before {
1290
- content: "\f345";
1291
- display: block;
1292
- text-align: center;
1293
- }
1294
- @media only screen and (max-width: 1200px) {
1295
- .learn-press-advertisement-slider .theme-thumbnail {
1296
- width: 50%;
1297
- }
1298
- .learn-press-advertisement-slider .theme-detail {
1299
- margin-left: 50%;
1300
- }
1301
- }
1302
- @media only screen and (max-width: 960px) {
1303
- .learn-press-advertisement-slider {
1304
- margin-left: 36px;
1305
- }
1306
- .learn-press-advertisement-slider .theme-thumbnail {
1307
- float: none;
1308
- width: 100%;
1309
- }
1310
- .learn-press-advertisement-slider .theme-detail {
1311
- margin-top: 20px;
1312
- margin-left: 0;
1313
- padding-left: 0;
1314
- }
1315
- }
1316
- @media screen and (max-width: 782px) {
1317
- .learn-press-advertisement-slider {
1318
- margin-left: 0;
1319
- }
1320
- }
1321
- */
1322
  .lp-admin-tabs {
1323
  position: relative;
1324
  margin-top: 20px;
@@ -2683,7 +2566,6 @@ input[name=_lp_course_result]:checked ~ #passing-condition-quiz-result {
2683
  .plugin-card:not(.hide-if-js):nth-child(even) {
2684
  margin-left: 8px;
2685
  }
2686
-
2687
  .plugin-card:not(.hide-if-js):nth-child(3n) {
2688
  margin-left: 0;
2689
  }
@@ -2807,7 +2689,7 @@ input[name=_lp_course_result]:checked ~ #passing-condition-quiz-result {
2807
  .lp-overlay {
2808
  display: none;
2809
  position: fixed;
2810
- z-index: 10000;
2811
  top: 0;
2812
  left: 0;
2813
  bottom: 0;
@@ -2820,10 +2702,10 @@ input[name=_lp_course_result]:checked ~ #passing-condition-quiz-result {
2820
  transition-property: opacity;
2821
  }
2822
 
2823
- .wp-admin .lp-modal-dialog .lp-modal-content .lp-modal-header {
2824
  padding: 2em;
2825
  }
2826
- .wp-admin .lp-modal-dialog .lp-modal-content .lp-modal-header h3 {
2827
  font-size: 1.4em;
2828
  }
2829
 
@@ -2852,28 +2734,27 @@ input[name=_lp_course_result]:checked ~ #passing-condition-quiz-result {
2852
  background: white;
2853
  color: black;
2854
  }
2855
- .lp-modal-dialog .lp-modal-content .lp-modal-header {
2856
  background: #7c60d9;
2857
  border-bottom: 1px solid #eee;
2858
  padding: 1em;
2859
  }
2860
- .lp-modal-dialog .lp-modal-content .lp-modal-header h3 {
2861
  margin: 0;
2862
  color: white;
2863
  font-size: inherit;
 
2864
  }
2865
- .lp-modal-dialog .lp-modal-content .lp-modal-body .main-content {
2866
  max-height: 500px;
2867
  overflow: auto;
2868
  }
2869
- .lp-modal-dialog .lp-modal-content .lp-modal-body .main-content h3, .lp-modal-dialog .lp-modal-content .lp-modal-body .main-content h2, .lp-modal-dialog .lp-modal-content .lp-modal-body .main-content .pd-2em {
2870
- padding: 0 2em;
2871
- }
2872
- .lp-modal-dialog .lp-modal-header {
2873
- padding: 0 20px;
2874
  }
2875
  .lp-modal-dialog .lp-modal-footer {
2876
- padding: 10px 20px;
 
2877
  background-color: #f9fafb;
2878
  text-align: left;
2879
  }
@@ -2918,12 +2799,6 @@ input[name=_lp_course_result]:checked ~ #passing-condition-quiz-result {
2918
  #lp-modal-window #lp-modal-content > * {
2919
  margin: 0 0 0.5em;
2920
  }
2921
- #lp-modal-window #lp-modal-content #lp-modal-buttons {
2922
- display: flex;
2923
- flex-direction: row-reverse;
2924
- align-items: center;
2925
- justify-content: center;
2926
- }
2927
  #lp-modal-window #lp-modal-buttons {
2928
  display: flex;
2929
  flex-direction: row-reverse;
@@ -2934,6 +2809,7 @@ input[name=_lp_course_result]:checked ~ #passing-condition-quiz-result {
2934
  position: relative;
2935
  margin: 0 10px 0 10px;
2936
  }
 
2937
  .learn-press-modal {
2938
  position: fixed;
2939
  z-index: 1000000;
@@ -6016,36 +5892,6 @@ body.lp-item-moving {
6016
  .lp-group-step .lp-item-step:hover {
6017
  background: #eee;
6018
  }
6019
- .lp-group-step .lp-item-step .lp-item-step-left {
6020
- display: inline-flex;
6021
- align-items: center;
6022
- position: relative;
6023
- padding: 0 2em;
6024
- }
6025
- .lp-group-step .lp-item-step .lp-item-step-left::before {
6026
- display: block;
6027
- position: absolute;
6028
- z-index: 2;
6029
- width: 1em;
6030
- height: 1em;
6031
- border: 1px solid rgba(0, 0, 0, 0.1);
6032
- border-top: 1px solid #3498db;
6033
- border-radius: 50%;
6034
- opacity: 0;
6035
- content: "";
6036
- -webkit-animation: lp-rotating 0.8s linear infinite;
6037
- animation: lp-rotating 0.8s linear infinite;
6038
- }
6039
- .lp-group-step .lp-item-step .lp-item-step-left::after {
6040
- position: absolute;
6041
- z-index: 1;
6042
- right: 23px;
6043
- opacity: 0;
6044
- color: #4caf50;
6045
- font-family: Dashicons;
6046
- font-size: 1.5em;
6047
- content: "\f147";
6048
- }
6049
  .lp-group-step .lp-item-step.running .lp-item-step-left::before {
6050
  opacity: 1;
6051
  }
@@ -6091,6 +5937,36 @@ body.lp-item-moving {
6091
  background: rgba(124, 96, 217, 0.7490196078);
6092
  transition: 0.8s linear;
6093
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6094
 
6095
  .lp-group-steps-done {
6096
  display: none;
@@ -6098,27 +5974,33 @@ body.lp-item-moving {
6098
 
6099
  @keyframes lp-rotating {
6100
  from {
6101
- -o-transform: rotate(0deg);
6102
- -ms-transform: rotate(0deg);
6103
- -moz-transform: rotate(0deg);
6104
  -webkit-transform: rotate(0deg);
 
 
 
6105
  transform: rotate(0deg);
6106
  }
6107
  to {
6108
- -o-transform: rotate(-360deg);
6109
- -ms-transform: rotate(-360deg);
6110
- -moz-transform: rotate(-360deg);
6111
  -webkit-transform: rotate(-360deg);
 
 
 
6112
  transform: rotate(-360deg);
6113
  }
6114
  }
6115
  @-webkit-keyframes lp-rotating {
6116
  from {
6117
  -webkit-transform: rotate(0deg);
 
 
 
6118
  transform: rotate(0deg);
6119
  }
6120
  to {
6121
  -webkit-transform: rotate(-360deg);
 
 
 
6122
  transform: rotate(-360deg);
6123
  }
6124
  }
@@ -6187,7 +6069,6 @@ body.lp-item-moving {
6187
  .learn-press-dropdown-pages .select2-selection__rendered {
6188
  line-height: 31px !important;
6189
  }
6190
-
6191
  #learn-press-advertisement {
6192
  margin: 0 12px;
6193
  padding-bottom: 0;
52
  .learn-press-message {
53
  position: relative;
54
  margin: 0 0 20px 0;
55
+ padding: 10px 15px 10px 50px;
56
  border-top: 5px solid #00adff;
57
+ border-radius: 0 0 5px 5px;
 
58
  background: #f5f5f5;
59
+ width: 100%;
60
  }
61
  .learn-press-message.icon {
62
  padding-right: 45px;
68
  position: absolute;
69
  top: 50%;
70
  right: 15px;
71
+ width: 10px;
72
+ height: 10px;
73
  margin-top: -13px;
74
  margin-left: 10px;
75
  border-radius: 50%;
102
  border-bottom-color: #f5f5f5;
103
  }
104
  .learn-press-message.error {
105
+ border-color: #d85554;
106
  }
107
  .learn-press-message.error::before {
108
  background: #d85554;
109
  }
110
+ .learn-press-message.error.icon::before, .learn-press-message.error.icon::after {
111
  background: #d85554;
112
  }
113
  .learn-press-message.error.icon::after {
 
114
  content: "\f00d";
115
  }
116
  .learn-press-message.warning {
117
+ border-color: #ffc107;
118
  }
119
  .learn-press-message.warning::before {
120
  background: #ffc107;
121
  }
122
+ .learn-press-message.warning.icon::before, .learn-press-message.warning.icon::after {
123
  background: #ffc107;
124
  }
125
  .learn-press-message.warning.icon::after {
 
126
  content: "\f00d";
127
  }
128
  .learn-press-message.success {
129
+ border-color: #059601;
130
  }
131
  .learn-press-message.success::before {
132
  background: #059601;
133
  }
134
+ .learn-press-message.success.icon::before, .learn-press-message.success.icon::after {
135
  background: #059601;
136
  }
137
  .learn-press-message.success.icon::after {
 
138
  content: "\f129";
139
  }
140
+ .learn-press-message a {
141
+ text-decoration: underline;
142
+ }
143
 
144
  /**
145
  * Styles for displaying list of table
1172
  .learn-press-advertisement-slider .slide-item .slide-detail .slide-controls .button {
1173
  margin-bottom: 0;
1174
  }
 
1175
  .wp-responsive-open .learn-press-advertisement-slider {
1176
  margin-right: 56px;
1177
  }
1202
  margin-bottom: 0;
1203
  }
1204
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1205
  .lp-admin-tabs {
1206
  position: relative;
1207
  margin-top: 20px;
2566
  .plugin-card:not(.hide-if-js):nth-child(even) {
2567
  margin-left: 8px;
2568
  }
 
2569
  .plugin-card:not(.hide-if-js):nth-child(3n) {
2570
  margin-left: 0;
2571
  }
2689
  .lp-overlay {
2690
  display: none;
2691
  position: fixed;
2692
+ z-index: 99999;
2693
  top: 0;
2694
  left: 0;
2695
  bottom: 0;
2702
  transition-property: opacity;
2703
  }
2704
 
2705
+ .wp-admin .lp-modal-dialog .lp-modal-header {
2706
  padding: 2em;
2707
  }
2708
+ .wp-admin .lp-modal-dialog .lp-modal-header h3 {
2709
  font-size: 1.4em;
2710
  }
2711
 
2734
  background: white;
2735
  color: black;
2736
  }
2737
+ .lp-modal-dialog .lp-modal-header {
2738
  background: #7c60d9;
2739
  border-bottom: 1px solid #eee;
2740
  padding: 1em;
2741
  }
2742
+ .lp-modal-dialog .lp-modal-header h3 {
2743
  margin: 0;
2744
  color: white;
2745
  font-size: inherit;
2746
+ font-weight: 400;
2747
  }
2748
+ .lp-modal-dialog .lp-modal-body .main-content {
2749
  max-height: 500px;
2750
  overflow: auto;
2751
  }
2752
+ .lp-modal-dialog .lp-modal-body .main-content h3, .lp-modal-dialog .lp-modal-body .main-content h2, .lp-modal-dialog .lp-modal-body .main-content .pd-2em {
2753
+ padding: 1em;
 
 
 
2754
  }
2755
  .lp-modal-dialog .lp-modal-footer {
2756
+ padding: 20px;
2757
+ padding-top: 0;
2758
  background-color: #f9fafb;
2759
  text-align: left;
2760
  }
2799
  #lp-modal-window #lp-modal-content > * {
2800
  margin: 0 0 0.5em;
2801
  }
 
 
 
 
 
 
2802
  #lp-modal-window #lp-modal-buttons {
2803
  display: flex;
2804
  flex-direction: row-reverse;
2809
  position: relative;
2810
  margin: 0 10px 0 10px;
2811
  }
2812
+
2813
  .learn-press-modal {
2814
  position: fixed;
2815
  z-index: 1000000;
5892
  .lp-group-step .lp-item-step:hover {
5893
  background: #eee;
5894
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5895
  .lp-group-step .lp-item-step.running .lp-item-step-left::before {
5896
  opacity: 1;
5897
  }
5937
  background: rgba(124, 96, 217, 0.7490196078);
5938
  transition: 0.8s linear;
5939
  }
5940
+ .lp-group-step .lp-item-step-left {
5941
+ display: inline-flex;
5942
+ align-items: center;
5943
+ position: relative;
5944
+ padding: 0 2em;
5945
+ }
5946
+ .lp-group-step .lp-item-step-left::before {
5947
+ display: block;
5948
+ position: absolute;
5949
+ z-index: 2;
5950
+ width: 1em;
5951
+ height: 1em;
5952
+ border: 1px solid rgba(0, 0, 0, 0.1);
5953
+ border-top: 1px solid #3498db;
5954
+ border-radius: 50%;
5955
+ opacity: 0;
5956
+ content: "";
5957
+ -webkit-animation: lp-rotating 0.8s linear infinite;
5958
+ animation: lp-rotating 0.8s linear infinite;
5959
+ }
5960
+ .lp-group-step .lp-item-step-left::after {
5961
+ position: absolute;
5962
+ z-index: 1;
5963
+ right: 23px;
5964
+ opacity: 0;
5965
+ color: #4caf50;
5966
+ font-family: Dashicons;
5967
+ font-size: 1.5em;
5968
+ content: "\f147";
5969
+ }
5970
 
5971
  .lp-group-steps-done {
5972
  display: none;
5974
 
5975
  @keyframes lp-rotating {
5976
  from {
 
 
 
5977
  -webkit-transform: rotate(0deg);
5978
+ -moz-transform: rotate(0deg);
5979
+ -ms-transform: rotate(0deg);
5980
+ -o-transform: rotate(0deg);
5981
  transform: rotate(0deg);
5982
  }
5983
  to {
 
 
 
5984
  -webkit-transform: rotate(-360deg);
5985
+ -moz-transform: rotate(-360deg);
5986
+ -ms-transform: rotate(-360deg);
5987
+ -o-transform: rotate(-360deg);
5988
  transform: rotate(-360deg);
5989
  }
5990
  }
5991
  @-webkit-keyframes lp-rotating {
5992
  from {
5993
  -webkit-transform: rotate(0deg);
5994
+ -moz-transform: rotate(0deg);
5995
+ -ms-transform: rotate(0deg);
5996
+ -o-transform: rotate(0deg);
5997
  transform: rotate(0deg);
5998
  }
5999
  to {
6000
  -webkit-transform: rotate(-360deg);
6001
+ -moz-transform: rotate(-360deg);
6002
+ -ms-transform: rotate(-360deg);
6003
+ -o-transform: rotate(-360deg);
6004
  transform: rotate(-360deg);
6005
  }
6006
  }
6069
  .learn-press-dropdown-pages .select2-selection__rendered {
6070
  line-height: 31px !important;
6071
  }
 
6072
  #learn-press-advertisement {
6073
  margin: 0 12px;
6074
  padding-bottom: 0;
assets/css/admin/admin-rtl.min.css CHANGED
@@ -1 +1 @@
1
- @-webkit-keyframes rotating4{from{-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes rotating4{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-webkit-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes animation4{from{right:-40%;width:40%}to{right:100%;width:10%}}@keyframes animation4{from{right:-40%;width:40%}to{right:100%;width:10%}}.learn-press-message{position:relative;margin:0 0 20px 0;padding:10px 15px 10px 12px;border-top:5px solid #00adff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background:#f5f5f5}.learn-press-message.icon{padding-right:45px}.learn-press-message.icon::before{background:#00adff}.learn-press-message.icon::after{position:absolute;top:50%;right:15px;width:26px;height:26px;margin-top:-13px;margin-left:10px;border-radius:50%;color:#fff;background:#00adff;font-family:"Font Awesome 5 Free";font-size:20px;line-height:26px;text-align:center;vertical-align:baseline;content:"\f129"}.learn-press-message::before,.learn-press-message::after{position:absolute;top:0;content:""}.learn-press-message::before{left:20px;width:20px;height:30px;background:#00adff}.learn-press-message::after{top:10px;left:20px;width:0;height:0;border:10px solid transparent;border-bottom-color:#f5f5f5}.learn-press-message.error{border-top:5px solid #d85554}.learn-press-message.error::before{background:#d85554}.learn-press-message.error.icon::before{background:#d85554}.learn-press-message.error.icon::after{background:#d85554;content:"\f00d"}.learn-press-message.warning{border-top:5px solid #ffc107}.learn-press-message.warning::before{background:#ffc107}.learn-press-message.warning.icon::before{background:#ffc107}.learn-press-message.warning.icon::after{background:#ffc107;content:"\f00d"}.learn-press-message.success{border-top:5px solid #059601}.learn-press-message.success::before{background:#059601}.learn-press-message.success.icon::before{background:#059601}.learn-press-message.success.icon::after{background:#059601;content:"\f129"}.lp-toolbar-buttons{position:relative;z-index:10;height:50px}.lp-toolbar-buttons .lp-toolbar-btn{display:inline-block;position:relative;width:30px;height:30px;margin:0;padding:0;text-align:center;vertical-align:middle;cursor:pointer}.lp-toolbar-buttons .lp-toolbar-btn a,.lp-toolbar-buttons .lp-toolbar-btn span{outline:0;color:#666;box-shadow:none}.lp-toolbar-buttons .lp-toolbar-btn .lp-btn-icon{position:absolute;top:50%;right:50%;width:30px;height:30px;margin-top:-15px;margin-right:-15px;line-height:30px;text-align:center}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move{cursor:ns-resize}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move a,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move span{cursor:ns-resize}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move:hover a,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move span{color:var(--lp-primary-color)}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-remove{cursor:pointer}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-remove:hover a,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-remove:hover span{color:#e74c3c}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle .dashicons-arrow-down,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle .dashicons-arrow-down-alt2{display:none}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle.closed .dashicons-arrow-up,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle.closed .dashicons-arrow-up-alt2{display:none}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle.closed .dashicons-arrow-down,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle.closed .dashicons-arrow-down-alt2{display:inline-block}.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown{color:#000}.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul{display:none;position:absolute;top:100%;left:0;margin:0;border:1px solid #999;background:#fdfeff}.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul li{margin:0;list-style:none}.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul li a{display:block;margin:0;padding:3px 8px;color:#757575;font-size:12px;text-align:left;white-space:nowrap;text-decoration:none}.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul li a:hover{background:#eee}.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul li.active a{background:#eee}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-disabled,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-disabled:hover{_background:#f5f5f5}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-disabled .lp-btn-icon,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-disabled:hover .lp-btn-icon{color:#666}.lp-toolbar-buttons .lp-toolbar-btn:hover{display:inline-block;background:0}.lp-toolbar-buttons .lp-toolbar-btn:hover .lp-btn-icon{color:#444}.lp-toolbar-buttons .lp-toolbar-btn:hover ul{display:block}.lp-toolbar-buttons .lp-toolbar-btn:hover ul:hover{display:block}.column-content-actions.lp-toolbar-buttons{width:30px;padding:0;white-space:nowrap}.learn-press-box-data{position:relative;margin:20px 0 0 0;border:1px solid #ddd}.learn-press-box-data .lp-box-data-head{padding:10px 15px;background:#fff}.learn-press-box-data .lp-box-data-head h3{margin:0;padding:15px;font-size:16px}.learn-press-box-data .lp-box-data-head .lp-box-data-actions{float:left;position:relative;z-index:10}.learn-press-box-data .lp-box-data-head .lp-box-data-actions .lp-btn{display:inline-block;width:30px;height:50px;line-height:46px;text-align:center;vertical-align:middle}.learn-press-box-data .lp-box-data-head .lp-box-data-actions::after{display:block;clear:both;content:""}.learn-press-box-data .lp-box-data-head::after{display:block;clear:both;content:""}.learn-press-box-data .lp-box-data-content{padding:15px;border-top:1px solid #ddd;background:#fff}.learn-press-box-data .lp-box-data-foot{padding:15px}.learn-press-box-data.closed .lp-btn-toggle .dashicons-arrow-up,.learn-press-box-data.closed .lp-btn-toggle .dashicons-arrow-up-alt2{display:none}.learn-press-box-data.closed .lp-btn-toggle .dashicons-arrow-down,.learn-press-box-data.closed .lp-btn-toggle .dashicons-arrow-down-alt2{display:inline-block}.learn-press-box-data.closed .lp-box-data-content{display:none}.lp-list-options{width:100%;border-collapse:collapse}.lp-list-options th,.lp-list-options td{padding:10px 15px;border-top:1px solid #ddd;background:#f5f5f5}.lp-list-options thead th{text-align:right}.lp-list-options tbody tr td{padding:0 15px;background:#f4fcff}.lp-list-options tbody tr td.lp-toolbar-buttons{_overflow:hidden;position:relative;width:30px;height:42px;white-space:nowrap}.lp-list-options tbody tr td.lp-toolbar-buttons .lp-toolbar-btn{visibility:hidden;position:relative;height:43px;margin-top:-4px;margin-bottom:-4px}.lp-list-options tbody tr:nth-child(odd) td{background:#fff}.lp-list-options tbody tr:hover td.lp-toolbar-buttons .lp-toolbar-btn{visibility:visible}.lp-list-options tbody td{text-align:right}.lp-list-options tbody td input[type=text]{width:100%}.lp-list-options tbody td input[type=text][value=""]{font-style:italic}.lp-list-options tbody td.column-content-answer_correct{width:125px}.lp-list-options tbody td.lp-remove-list-option,.lp-list-options tbody td.lp-move-list-option{width:20px;padding:0;text-align:center}.lp-list-options tbody td.lp-remove-list-option a,.lp-list-options tbody td.lp-move-list-option a{visibility:hidden;color:#999}.lp-list-options tbody td.lp-remove-list-option:hover,.lp-list-options tbody td.lp-move-list-option:hover{background:#dbf5ff}.lp-list-options tbody td.lp-move-list-option{cursor:ns-resize}.lp-list-options tbody td.lp-move-list-option a{cursor:ns-resize}.lp-list-options tbody td.lp-move-list-option:hover a{color:var(--lp-primary-color)}.lp-list-options tbody td.lp-remove-list-option{cursor:pointer}.lp-list-options tbody td.lp-remove-list-option:hover a{color:#e74c3c}.lp-animation{-webkit-animation:spin 4s linear infinite;-moz-animation:spin 4s linear infinite;animation:spin 4s linear infinite}.lp-ajax-search{display:inline-block;position:relative;z-index:999999}.lp-ajax-search .lp-search-term{min-width:300px;height:28px;margin:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;outline:0}.lp-ajax-search .lp-search-term:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.lp-ajax-search .lp-search-term:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;outline:0}.lp-ajax-search .lp-search-term:focus:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.lp-ajax-search .lp-search-results{position:absolute;top:100%;width:100%;margin:-1px 0 0 0;border:1px solid #ddd;background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lp-ajax-search .lp-search-results .lp-search-items{overflow:auto;max-height:300px;margin:0}.lp-ajax-search .lp-search-results .lp-search-items li{margin:0}.lp-ajax-search .lp-search-results .lp-search-items li label{display:block;padding:8px 10px;border-bottom:1px solid #f3f3f3}.lp-ajax-search .lp-search-results .lp-search-items li label input{float:right;margin-top:1px;margin-left:-100%}.lp-ajax-search .lp-search-results .lp-search-items li label span{display:inline-block;margin-right:25px}.lp-ajax-search .lp-search-results .lp-search-items li label span a.lp-add-item{visibility:hidden;margin-right:10px}.lp-ajax-search .lp-search-results .lp-search-items li.active{background:#dbf5ff}.lp-ajax-search .lp-search-results .lp-search-items li:hover{color:#fff;background:#0085ba}.lp-ajax-search .lp-search-results .lp-search-items li:hover a.lp-add-item{visibility:visible}.lp-ajax-search .lp-search-results .lp-search-actions{margin:0;padding:10px;border-top:1px solid #ddd}#learn-press-ajax-search-overlay{display:none;position:fixed;z-index:99999;top:0;right:0;width:100%;height:100%;opacity:0}.update-overlay{position:fixed;z-index:99999;top:0;right:0;width:100%;height:100%;background:rgba(255,255,255,0.5)}#course-editor.ajax-search #learn-press-ajax-search-overlay{display:block}#course-editor.ajax-search .lp-ajax-search{z-index:100000}.advanced-list{padding:5px 8px 0 0;border:1px solid #ddd;border-radius:3px;background:#fff;list-style:none}.advanced-list li{display:inline-block;margin:0 -3px 5px 5px;padding:3px 8px;background:#eee;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.advanced-list li .remove-item{display:inline-block;margin-left:5px;line-height:1;vertical-align:middle;text-decoration:none;cursor:pointer}.advanced-list li .remove-item:hover{color:#0085ba}.advanced-list li .remove-item::before{font-family:dashicons;text-decoration:none;content:"\f335"}.advanced-list li span{display:inline-block}.advanced-list.locked .remove-item{display:none}.advanced-list::after{display:block;clear:both;content:""}.lp-label-counter{display:inline-block;height:20px;padding:0 10px;border-radius:20px;color:#fff;background:#2196f3;font-weight:bold;line-height:20px}.lp-label-counter.disabled{background:#ddd}@-moz-keyframes spin{100%{-moz-transform:rotate(-360deg)}}@-webkit-keyframes spin{100%{-webkit-transform:rotate(-360deg)}}@keyframes spin{100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.rwmb-duration{border:1px solid #ddd}ul .clearfix{clear:both;height:0;opacity:0}.clearfix-after::after{display:block;clear:both;height:0;opacity:0;content:""}.lp-button{padding:8px 16px;border:1px solid #e5e7eb;border-radius:6px;color:#374151;font-size:13px;font-weight:500;text-decoration:none;cursor:pointer}@-moz-keyframes lp-spinner{100%{-moz-transform:rotate(-360deg)}}@-webkit-keyframes lp-spinner{100%{-webkit-transform:rotate(-360deg)}}@keyframes lp-spinner{100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.lp-modal-choose-items-open{overflow:hidden}.lp-modal-search{height:100%;padding:20px;color:#777;background-color:red}.lp-modal-search li.selected{display:none}#learn-press-message-box-block{position:fixed;z-index:99999;top:0;left:0;bottom:0;right:0;opacity:.8;background-color:#000}#learn-press-message-box-window{position:fixed;z-index:100000;top:0;left:0;bottom:0;right:0;color:#fff;text-align:center}#message-box-wrap{display:inline-block;max-width:70%;margin:0 auto;text-align:right}.message-box-title{margin:0 0 40px 0;color:#fff;font-size:34px}.message-box-content{font-size:16px;line-height:1.5}.message-box-animation{width:220px;height:20px;margin:20px 0 0;background-image:url("../../images/animation.gif")}.message-box-buttons{margin:20px 0 0;padding-top:20px;border-top:1px solid #929292}.message-box-button{margin-left:10px !important}.tipsy{position:absolute}.learnpress a,.learnpress a:active{outline:0;box-shadow:none}.learnpress .lp-install-sample-data-options{padding:0 20px 10px 20px;border:1px solid #ddd}.learnpress .lp-install-sample-data-options legend{font-size:16px}.lp-email-templates{overflow:hidden;margin-top:5px}.learn-press-email-variables{margin:20px 0 0;padding:0;list-style:none}.learn-press-email-variables li{display:inline-block;cursor:pointer}.learn-press-dropdown-pages input[type=text]{min-width:300px;height:29px;margin:0;vertical-align:top}.learn-press-dropdown-pages .select2-container{min-width:220px !important}.learn-press-dropdown-pages .select2-container .select2-selection--single{height:30px;border-color:#7e8993}.learn-press-dropdown-pages .select2-container .select2-selection__rendered{line-height:28px !important}.learn-press-dropdown-pages .select2-container .select2-selection__arrow{left:1px;width:23px;height:28px;background:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 5px top 55%;background-size:16px 16px}.learn-press-dropdown-pages .select2-container .select2-selection__arrow b{display:none}.learn-press-dropdown-pages .quick-add-page-actions a{font-size:13px;text-decoration:none}.learn-press-dropdown-pages .quick-add-page-inline{margin-top:0}.lp-select-2+.select2-container .select2-selection--single{height:30px;border-color:#7e8993}.lp-select-2+.select2-container .select2-selection--single .select2-selection__rendered{line-height:28px !important}.lp-select-2+.select2-container .select2-selection--single .select2-selection__arrow{left:1px;width:23px;height:28px;background:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 5px top 55%;background-size:16px 16px}.lp-select-2+.select2-container .select2-selection--single .select2-selection__arrow b{display:none}.learn-press-tooltip{display:inline-block;margin:0 5px;color:#999;font-size:17px;vertical-align:middle}.learn-press-tooltip.icon::after{font-family:Dashicons;content:"\f223"}.learn-press-tooltip:hover{opacity:1;color:#0073aa}.rwmb-payment-order-wrapper .rwmb-label{margin-bottom:20px !important}.rwmb-payment-order-wrapper .rwmb-input{margin-right:0 !important}.learn-press-payments,.learn-press-emails{width:100%;border:1px solid #ddd;border-collapse:collapse;font-size:14px}.learn-press-payments th,.learn-press-payments td,.learn-press-emails th,.learn-press-emails td{padding:10px}.learn-press-payments .order,.learn-press-emails .order{width:30px;padding-left:0;color:#ddd;text-align:center;cursor:not-allowed}.learn-press-payments .name,.learn-press-emails .name{min-width:250px;font-weight:normal;text-transform:capitalize}.learn-press-payments .name a,.learn-press-emails .name a{text-decoration:none}.learn-press-payments .status,.learn-press-emails .status{width:100px;text-align:center;cursor:pointer}.learn-press-payments .status .dashicons,.learn-press-emails .status .dashicons{border-radius:50%;color:#fff;background:#ddd}.learn-press-payments .status a,.learn-press-emails .status a{display:block;margin-top:5px;font-size:12px;text-decoration:none}.learn-press-payments .status.enabled .dashicons,.learn-press-emails .status.enabled .dashicons{background:#0085ba}.learn-press-payments thead th,.learn-press-emails thead th{border-bottom:1px solid #ddd;text-align:right}.learn-press-payments tbody tr:nth-child(even) td,.learn-press-emails tbody tr:nth-child(even) td{background:#fff}.learn-press-payments tbody tr:nth-child(odd) td,.learn-press-emails tbody tr:nth-child(odd) td{background:#f5f5f5}.learn-press-payments tbody td,.learn-press-emails tbody td{border-bottom:1px solid #ddd}.learn-press-payments tbody .ui-sortable-helper,.learn-press-emails tbody .ui-sortable-helper{margin-right:-1px;border:1px solid #ddd}.learn-press-payments tbody .ui-sortable-placeholder,.learn-press-emails tbody .ui-sortable-placeholder{visibility:visible !important;border:1px solid #ddd}.learn-press-payments tbody .ui-sortable-placeholder td,.learn-press-emails tbody .ui-sortable-placeholder td{height:35px;padding:0;background:#f7f7f7}.learn-press-payments ~ .email-actions,.learn-press-emails ~ .email-actions{text-align:right}.learn-press-payments.sortable .order:hover,.learn-press-emails.sortable .order:hover{color:#0073aa;cursor:ns-resize}.lp-template-overrides{margin-top:20px}.lp-template-overrides thead th h4{margin:0}.lp-template-overrides tbody th{font-weight:bold}.lp-template-overrides tbody th p{display:inline-block;margin:0 10px 0 0}.lp-template-overrides tbody th p a{margin:0;padding:2px 8px;border:0;border-radius:3px;outline:0;box-shadow:none;font-weight:normal}.lp-template-overrides tbody th p a.current{color:#fff;background:#00aadc}.lp-template-overrides .template-row.outdated code::before,.lp-template-overrides .template-row.up-to-date code::before{display:inline-block;margin-top:-2px;margin-left:3px;font-family:Dashicons;vertical-align:middle}.lp-template-overrides .template-row.outdated .template-version{color:red}.lp-template-overrides .template-row.outdated .template-file code::before{color:red;content:"\f534"}.lp-template-overrides .template-row.up-to-date .template-version{color:#1859ff}.lp-template-overrides .template-row.up-to-date .template-file code::before{color:#0085ba;content:"\f147"}.lp-template-overrides .template-version,.lp-template-overrides .core-version{width:100px}.lp-template-overrides #learn-press-no-templates td p{color:#0073aa}.description code{font-size:smaller}#field-_lp_course_result input[name=_lp_course_result] ~ #passing-condition-quiz-result{display:none;padding:10px;background:#f5f5f5}#field-_lp_course_result input[name=_lp_course_result] ~ #passing-condition-quiz-result input{width:80px;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#field-_lp_course_result input[name=_lp_course_result] ~ #passing-condition-quiz-result p{margin:7px 0 0;color:#777;font-style:italic}#field-_lp_course_result input[name=_lp_course_result]:checked ~ #passing-condition-quiz-result{display:block}.widget .widget-content .rwmb-field:not(:last-of-type){margin:0 0 10px}.widget .widget-content .rwmb-field:not(:last-of-type):first-child{margin-top:10px}.widget .widget-content .rwmb-field:last-child{margin-bottom:10px}.widget .widget-content .rwmb-field .rwmb-label,.widget .widget-content .rwmb-field .rwmb-input{width:100%}.widget .widget-content .rwmb-field .rwmb-label{margin-bottom:2px}.widget .widget-content .rwmb-field .rwmb-label label{font-weight:400}.widget .widget-content .rwmb-field .rwmb-input input[type=text]{width:100%}.course-attributes{margin:20px 0}.course-attributes .learn-press-attribute{margin-top:-1px;margin-bottom:0;border:1px solid #ddd}.course-attributes .learn-press-attribute>h4{margin:0;padding:10px 15px;background:#f5f5f5}.course-attributes .learn-press-attribute .learn-press-attribute-data{padding:15px;border-top:1px solid #ddd}#wpfooter{z-index:20}.learn-press-advertisement-slider{margin:50px 0 0 20px;position:relative;overflow:hidden;box-sizing:border-box;z-index:10}.learn-press-advertisement-slider .slider-items:after{display:block;clear:both;content:""}.learn-press-advertisement-slider .slide-item{position:relative;float:right;width:100%;margin-left:-100%;padding:20px;opacity:0;background:#FFF;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:opacity .5s linear;transition:opacity .5s linear}.learn-press-advertisement-slider .slide-item .slide-thumbnail{float:right;width:35%}.learn-press-advertisement-slider .slide-item .slide-thumbnail a{display:block;line-height:1;margin-bottom:0}.learn-press-advertisement-slider .slide-item .slide-thumbnail img{max-width:100%}.learn-press-advertisement-slider .slide-item .slide-detail{margin-right:35%;padding-right:20px}.learn-press-advertisement-slider .slide-item .slide-detail h2{margin-top:0}.learn-press-advertisement-slider .slide-item .slide-detail .description-short{display:none}.learn-press-advertisement-slider .slide-item.slide-active{opacity:1}.learn-press-advertisement-slider .slider-controls{position:absolute;bottom:20px;left:20px}.learn-press-advertisement-slider .slider-controls .next-item,.learn-press-advertisement-slider .slider-controls .prev-item{font-family:"dashicons";width:40px;height:40px;border:1px solid #DDD;line-height:40px;font-size:16px;cursor:pointer;float:right;margin-right:10px;text-align:center;color:#DDD}.learn-press-advertisement-slider .slider-controls .next-item:hover,.learn-press-advertisement-slider .slider-controls .prev-item:hover{border-color:#0085ba}.learn-press-advertisement-slider .slider-controls .next-item:hover:before,.learn-press-advertisement-slider .slider-controls .prev-item:hover:before{color:#0085ba}.learn-press-advertisement-slider .slider-controls .next-item:before{content:"\f345"}.learn-press-advertisement-slider .slider-controls .prev-item:before{content:"\f341"}@media only screen and (max-width:1200px){.learn-press-advertisement-slider .slide-item .slide-thumbnail{width:50%}.learn-press-advertisement-slider .slide-item .slide-detail{margin-right:50%}.learn-press-advertisement-slider .slide-item .slide-detail .description-short{display:block}.learn-press-advertisement-slider .slide-item .slide-detail .description-full{display:none}}@media only screen and (max-width:960px){.learn-press-advertisement-slider{margin-right:56px}.learn-press-advertisement-slider .slide-item .slide-thumbnail{width:100%;float:none}.learn-press-advertisement-slider .slide-item .slide-thumbnail img{width:100%}.learn-press-advertisement-slider .slide-item .slide-detail{margin-right:0;padding-right:0}.learn-press-advertisement-slider .slide-item .slide-detail h2{padding-top:20px}.learn-press-advertisement-slider .slide-item .slide-detail .description-short{display:block}.learn-press-advertisement-slider .slide-item .slide-detail .description-full{display:none}.learn-press-advertisement-slider .slide-item .slide-detail .slide-controls{margin-bottom:0}.learn-press-advertisement-slider .slide-item .slide-detail .slide-controls .button{margin-bottom:0}.wp-responsive-open .learn-press-advertisement-slider{margin-right:56px}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-thumbnail{width:100%;float:none}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-thumbnail img{width:100%}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail{margin-right:0;padding-right:0}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail h2{padding-top:20px}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail .description-short{display:block}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail .description-full{display:none}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail .slide-controls{margin-bottom:0}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail .slide-controls .button{margin-bottom:0}}.lp-admin-tabs{position:relative;margin-top:20px}.lp-admin-tabs .lp-admin-tab-navs{display:none;float:right;position:relative;z-index:5;width:250px;margin:0 0 0 -250px;padding:10px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lp-admin-tabs .lp-admin-tab-navs .nav-section{margin:0}.lp-admin-tabs .lp-admin-tab-navs .nav-section>a,.lp-admin-tabs .lp-admin-tab-navs .nav-section>span{display:block;padding:8px 20px;outline:0;box-shadow:none;text-decoration:none;text-transform:capitalize}.lp-admin-tabs .lp-admin-tab-navs .nav-section .learn-press-tooltip{float:left;margin-left:0}.lp-admin-tabs .lp-admin-tab-navs .nav-section.nav-section-active,.lp-admin-tabs .lp-admin-tab-navs .nav-section:hover{border-right:2px solid #563d7c;color:#563d7c}.lp-admin-tabs .lp-admin-tab-navs .nav-section.nav-section-active>a,.lp-admin-tabs .lp-admin-tab-navs .nav-section.nav-section-active>span,.lp-admin-tabs .lp-admin-tab-navs .nav-section:hover>a,.lp-admin-tabs .lp-admin-tab-navs .nav-section:hover>span{padding-right:18px}.lp-admin-tabs.has-sections .lp-admin-tab-navs{display:block}.lp-admin-tabs.has-sections .lp-admin-tab-content{float:right;position:relative;z-index:0;width:100%;padding-right:271px !important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lp-admin-tabs.has-sections::before{position:absolute;z-index:10;top:0;bottom:0;right:250px;border-right:1px solid #ddd;content:""}.lp-admin-tabs::after{display:block;clear:both;content:"";z-index:10}.wrap.learn-press-settings .lp-admin-tab-content{padding:18px;background:#fff}.wrap.learn-press-settings .lp-admin-tab-content .subsubsub{float:none;margin:0 0 20px 0;padding-bottom:20px;border-bottom:1px solid #ddd}.wrap.learn-press-settings .lp-admin-tab-content .subsubsub .active{font-weight:bold}.wrap.learn-press-settings .lp-admin-tab-content .subsubsub li{text-transform:capitalize}.wrap.learn-press-settings .lp-admin-tab-content .subsubsub li::after{display:inline-block;padding:0 10px;content:"|"}.wrap.learn-press-settings .lp-admin-tab-content .subsubsub li:last-child::after{content:""}.wrap #learn-press-uninstall-sample-data{float:left;opacity:.5}.wrap #learn-press-uninstall-sample-data:hover{opacity:1}.learnpress .rwmb-field{position:relative;margin-bottom:20px}.learnpress .rwmb-field .rwmb-label{display:block;float:right;width:190px;margin-bottom:5px;font-size:14px;_text-transform:capitalize}.learnpress .rwmb-field .rwmb-label label>small{display:block;color:#999;font-weight:normal;font-style:italic}.learnpress .rwmb-field .rwmb-input{float:none;width:auto;margin-right:190px}.learnpress .rwmb-field .rwmb-input input[type=checkbox],.learnpress .rwmb-field .rwmb-input input[type=radio]{margin:1px 0 0 5px}.learnpress .rwmb-field .rwmb-input label>input[type=checkbox],.learnpress .rwmb-field .rwmb-input label>input[type=radio]{margin-top:-1px}.learnpress .rwmb-field .description{margin-top:8px;color:#888}.learnpress .rwmb-field .description code{padding:3px 0 3px 3px}.learnpress .rwmb-field .description.err{color:red}.learnpress .rwmb-field .rwmb-input-list{margin-right:0}.learnpress .rwmb-field #course_evaluation_method_quiz_options{position:relative;margin-right:25px}.learnpress .rwmb-field #course_evaluation_method_quiz_options::after{position:absolute;z-index:10;top:0;left:0;bottom:0;right:0;opacity:.5;background:#fff;content:""}.learnpress .rwmb-field input[name=_lp_course_result]:checked ~ #course_evaluation_method_quiz_options::after{display:none}.learnpress .rwmb-field.rwmb-heading-wrapper h4{display:inline-block;margin:0 0 5px 0;padding:0;border-bottom:2px solid #563d7c;font-size:16px;text-transform:initial}.learnpress .rwmb-field.disabled .field-overlay{position:absolute;z-index:10;top:0;right:0;width:100%;height:100%;opacity:.6;background:#fff;content:""}.learnpress .rwmb-field.rwmb-text-wrapper .rwmb-text{width:50%;min-width:200px}.learnpress .rwmb-field.rwmb-duration-wrapper .rwmb-input select,.learnpress .rwmb-field.rwmb-duration-wrapper .rwmb-input input{vertical-align:top}.learnpress .lp-course-sale_start-field.hide,.learnpress .lp-course-sale_end-field.hide{display:none}.learnpress.lp-submenu-settings .lp-admin-settings-buttons{margin-bottom:0;padding-top:20px;border-top:1px solid #ddd}.learnpress.lp-submenu-settings .lp-admin-settings-buttons #learn-press-reset-settings{float:left}.learnpress.lp-submenu-settings .rwmb-input{float:none;width:auto;margin-right:270px;color:#000}.learnpress .rwmb-google-fonts-wrapper .rwmb-input label{display:block;margin-bottom:5px;font-weight:bold}.learnpress .rwmb-google-fonts-wrapper .rwmb-input input{width:90%}.learnpress #learn-press-toggle-course-results{display:block}.learnpress .lp-item-assigned{font-size:14px}.learnpress .lp-item-assigned a{text-decoration:none}.learnpress .lp-item-assigned ul{margin-bottom:0}.learnpress .lp-item-assigned ul ul strong{font-weight:normal}.learnpress .lp-item-assigned li{margin:0}.learnpress .lp-item-assigned li a{display:inline-block;margin-bottom:10px}@media screen and (max-width:1280px){.learnpress #meta-box-tab-course_settings .rwmb-field .rwmb-label{float:none;width:auto}.learnpress #meta-box-tab-course_settings .rwmb-field .rwmb-input{float:right;width:100%;margin-right:0}}.lp-metabox__table .titledesc label>small{display:block;color:#999;font-weight:normal;font-style:italic}.lp-metabox__table .forminp-text>input,.lp-metabox__table .forminp-email>input,.lp-metabox__table .forminp-password>input,.lp-metabox__table .forminp-url>input{min-width:260px}.lp-metabox__table .forminp-textarea textarea{width:400px}.lp-metabox__custom-fields table{width:100%;max-width:max-content;padding:0 !important}.lp-metabox__custom-fields table th{padding:7px 7px 7px 0 !important}.lp-metabox__custom-fields table th.sort{width:17px;padding:7px !important}.lp-metabox__custom-fields table td{position:relative;padding:4px 7px 4px 0 !important;vertical-align:middle !important}.lp-metabox__custom-fields table td.sort{width:17px;padding-left:7px !important;background:#f9f9f9;font-size:15px;text-align:center;cursor:move}.lp-metabox__custom-fields table td.sort::before{height:100%;color:#999;font-family:Dashicons;text-align:center;content:"\f333"}.lp-metabox__custom-fields table td .delete{display:block;position:relative;width:1em;height:1em;font-size:1.2em;text-indent:-9999px}.lp-metabox__custom-fields table td .delete::before{position:absolute;top:0;right:0;width:100%;height:100%;margin:0;color:#999;font-family:Dashicons;font-weight:400;font-variant:normal;line-height:1;text-align:center;text-indent:0;text-transform:none;content:"\f153";speak:none;-webkit-font-smoothing:antialiased}.lp-metabox__custom-fields table td .delete:hover::before{color:#a00}.lp-metabox__custom-fields table td:last-child{padding-left:7px !important}.lp-metabox-field__color{font-size:0 !important}.lp-metabox-field__color .colorpickpreview{display:inline-block;width:30px;height:30px;margin:0;margin-left:3px;padding:0;border:1px solid #ddd;border-radius:4px;box-shadow:inset 0 0 0 1px rgba(0,0,0,0.2);font-size:16px;line-height:28px}.lp-metabox-field__color .iris-picker{display:none;position:absolute;z-index:100;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,0.2)}.lp-metabox-field__image-advanced-upload{padding-top:10px}.lp-metabox-field__image-advanced-images{clear:both;margin:0;padding:0}.lp-metabox-field__image-advanced-images>li{float:right;position:relative;box-sizing:border-box;width:80px;margin:9px 0 0 9px;border:1px solid #d5d5d5;border-radius:2px;background:#f7f7f7;cursor:move}.lp-metabox-field__image-advanced-images>li img{display:block;width:100%;height:auto}.lp-metabox-field__image-advanced-images>li ul.actions{position:absolute;top:-8px;left:-8px;padding:2px}.lp-metabox-field__image-advanced-images>li ul.actions li{float:left;margin:0 2px 0 0}.lp-metabox-field__image-advanced-images>li ul.actions li a.delete{display:block;position:relative;width:1em;height:1em;font-size:1.4em;text-indent:-9999px}.lp-metabox-field__image-advanced-images>li ul.actions li a.delete::before{position:absolute;top:0;right:0;width:1em;height:1em;margin:0;border-radius:50%;color:#999;background:#fff;font-family:Dashicons;font-weight:400;font-variant:normal;line-height:1;text-align:center;text-indent:0;text-transform:none;content:"\f153";speak:none;-webkit-font-smoothing:antialiased}.lp-metabox-field__image-advanced-images>li ul.actions::before{display:table;content:" "}.lp-metabox-field__image-advanced-images>li:hover ul.actions{display:block}.lp-metabox-field__image-advanced-images>li.lp-metabox-sortable-placeholder{position:relative;border:3px dashed #ddd}.lp-metabox-field__image-advanced-images>li.lp-metabox-sortable-placeholder::after{position:absolute;top:0;right:0;width:100%;height:100%;margin:0;color:#ddd;font-family:Dashicons;font-size:2.618em;font-weight:normal;font-variant:normal;line-height:72px;text-align:center;text-indent:0;text-transform:none;content:"\f161";speak:none;-webkit-font-smoothing:antialiased}.lp-metabox-field__image-advanced-images::before{display:table;content:" "}.lp-metabox-field__image-advanced-images::after{display:table;clear:both;content:" "}.lp-metabox-field__image--inner{position:relative;box-sizing:border-box;width:120px;border:1px solid #d5d5d5;border-radius:2px;background:#f7f7f7}.lp-metabox-field__image--inner img{display:block;width:100%;height:auto}.lp-metabox-field__image--upload{padding-top:10px}.lp-meta-box__inner{display:block;position:relative}.lp-meta-box__inner .form-field:not(fieldset){display:flex;flex-direction:row;position:relative;margin:0;padding:15px 0;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start}.lp-meta-box__inner .form-field:not(fieldset) label{width:180px;min-width:180px;max-width:180px;padding:0;color:#23282d;font-size:14px;font-weight:600;flex:0 0 auto}.lp-meta-box__inner .form-field:not(fieldset) .checkbox{margin:2px 0 !important;vertical-align:middle}.lp-meta-box__inner .form-field:not(fieldset) .description{flex:1;display:inline;clear:none;margin:0 7px 0 0;padding:0;font-size:14px}.lp-meta-box__inner fieldset.form-field{display:grid;grid-template-columns:180px 1fr;position:relative;margin:0;padding:15px 0}.lp-meta-box__inner fieldset.form-field h4{width:180px;min-width:180px;max-width:180px;margin:0;padding:0;color:#23282d;font-size:14px;font-weight:600;flex:0 0 auto}.lp-meta-box__inner fieldset.form-field ul{margin:0;font-size:14px}.lp-meta-box__inner fieldset.form-field .description{grid-column-start:2;margin-top:10px}.lp-meta-box__duration-select{width:auto !important}.lp-meta-box__duration input[type=number]{width:80px !important}.lp-meta-box__duration .description{flex-basis:100% !important;width:100%;margin-top:8px !important;margin-right:180px !important}.lp-meta-box__wp-editor{display:block}.lp-meta-box__wp-editor .description{flex-basis:100% !important;width:100%;margin-top:8px !important;margin-right:180px !important;color:#666}.lp-meta-box__wp-editor__textarea{border:none !important}.lp-meta-box select{width:auto !important}.lp-meta-box select ~ .description{flex-basis:100% !important;width:100%;margin-top:8px !important;margin-right:180px !important;color:#666}.lp-meta-box input[type=number],.lp-meta-box input[type=email],.lp-meta-box input[type=text],.lp-meta-box input[type=password],.lp-meta-box textarea:not(.lp-meta-box__wp-editor__textarea){width:50%}.lp-meta-box input[type=number]+.description,.lp-meta-box input[type=email]+.description,.lp-meta-box input[type=text]+.description,.lp-meta-box input[type=password]+.description,.lp-meta-box textarea:not(.lp-meta-box__wp-editor__textarea)+.description{flex-basis:100% !important;width:100%;margin-top:8px !important;margin-right:180px !important;color:#666}.lp-meta-box input[type=checkbox]{margin-top:0}.lp-meta-box .short{width:50%}.lp-meta-box textarea:not(.lp-meta-box__wp-editor__textarea){height:3.5em;line-height:1.5em;vertical-align:top}.lp-meta-box .learn-press-tip.ready{display:inline-flex;align-items:center;margin-right:8px}#course-settings .inside{margin:0 !important;padding:0 !important}#course-settings .lp-meta-box__course-tab{display:grid;grid-template-columns:20% 80%}#course-settings .lp-meta-box__course-tab__tabs{position:relative;box-sizing:border-box;margin:0;padding:0 0 10px;border-left:1px solid #eee;background-color:#fafafa;line-height:1}#course-settings .lp-meta-box__course-tab__tabs li{display:block;position:relative;margin:0;padding:0}#course-settings .lp-meta-box__course-tab__tabs li a{display:block;margin:0;padding:10px;border-bottom:1px solid #eee;box-shadow:none;line-height:20px !important;text-decoration:none}#course-settings .lp-meta-box__course-tab__tabs li a i{margin-left:5px;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-decoration:none;text-transform:none}#course-settings .lp-meta-box__course-tab__tabs li a i[class^=dashicon]{font-family:"Dashicons"}#course-settings .lp-meta-box__course-tab__tabs li.active a{position:relative;color:#555;background-color:#eee}@media(max-width:767px){#course-settings .lp-meta-box__course-tab__tabs{display:flex;overflow:hidden;overflow-x:auto;flex-direction:row;margin:0;margin-bottom:30px;padding:0;border-bottom:1px solid #e5e5e5;text-align:center;white-space:nowrap;list-style:none;align-items:center;flex-wrap:nowrap}#course-settings .lp-meta-box__course-tab__tabs li{min-width:25%;margin-left:20px}}#course-settings .lp-meta-box__course-tab__content>div{padding:20px}@media(max-width:767px){#course-settings .lp-meta-box__course-tab{grid-template-columns:auto}}#price_course_data ._lp_sale_price_field,#price_course_data ._lp_price_field{position:relative}#price_course_data ._lp_sale_price_field .learn-press-tip-floating,#price_course_data ._lp_price_field .learn-press-tip-floating{top:54px;right:92px;opacity:.8;background:#a00}#price_course_data ._lp_sale_price_field .learn-press-tip-floating::before,#price_course_data ._lp_price_field .learn-press-tip-floating::before{top:-7px;border:7px solid transparent;border-top-width:0;border-bottom-color:#a00}.lp_course_extra_meta_box__content{flex:1}.lp_course_extra_meta_box__fields{margin-bottom:10px}.lp_course_extra_meta_box__field{position:relative;max-width:600px;margin-bottom:10px}.lp_course_extra_meta_box__field .sort{display:flex;position:absolute;top:0;right:0;width:40px;height:100%;color:#666;text-decoration:none;cursor:grab;align-items:center;justify-content:center}.lp_course_extra_meta_box__field .sort::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f333"}.lp_course_extra_meta_box__field .delete{display:flex;position:absolute;top:0;left:0;width:40px;height:100%;color:#666;text-decoration:none;align-items:center;justify-content:center}.lp_course_extra_meta_box__field .delete::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f335"}.lp_course_extra_meta_box__input{width:100% !important;padding-left:40px !important;padding-right:40px !important}.lp_repeater_meta_box__wrapper{flex:1 !important}.lp_repeater_meta_box__fields{position:relative;margin-bottom:10px}.lp_repeater_meta_box__field{display:grid;position:relative;margin-bottom:10px;border:1px solid #c5c5c5;border-radius:2px}.lp_repeater_meta_box__field_active .lp_repeater_meta_box__content{display:block}.lp_repeater_meta_box__field_active .lp_repeater_meta_box__title__toggle::after{transform:rotate(-180deg)}.lp_repeater_meta_box__title{display:grid;grid-template-columns:44px 1fr 40px 40px;align-items:center;position:relative;background-color:#eee}.lp_repeater_meta_box__title__title{flex:1;padding:14px 0}.lp_repeater_meta_box__title__sort{display:flex;height:100%;color:#666;text-decoration:none;cursor:grab;align-items:center;justify-content:center}.lp_repeater_meta_box__title__sort::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f333"}.lp_repeater_meta_box__title__delete{display:flex;height:100%;color:#666;text-decoration:none;align-items:center;justify-content:center}.lp_repeater_meta_box__title__delete::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f335"}.lp_repeater_meta_box__title__toggle{display:flex;height:100%;color:#666;text-decoration:none;align-items:center;justify-content:center}.lp_repeater_meta_box__title__toggle::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f347"}.lp_repeater_meta_box__content{display:none;padding:14px 20px}.lp_repeater_meta_box__content>label{display:grid;width:100% !important;min-width:100% !important;max-width:100% !important;margin-bottom:20px;grid-template-rows:auto 1fr}.lp_repeater_meta_box__content>label:last-child{margin-bottom:0}.lp_repeater_meta_box__content>label span{margin-bottom:5px}.lp_repeater_meta_box__content>label textarea,.lp_repeater_meta_box__content>label input{width:100% !important}.lp_course_faq_meta_box__content{flex:1}.lp_course_faq_meta_box__fields{position:relative;margin-bottom:10px}.lp_course_faq_meta_box__field{display:grid;position:relative;margin-bottom:10px;padding:20px;border:1px solid #c5c5c5;border-radius:4px;grid-row-gap:10px}.lp_course_faq_meta_box__field label{display:grid;width:100% !important;min-width:100% !important;max-width:100% !important;grid-template-rows:auto 1fr}.lp_course_faq_meta_box__field label span{margin-bottom:5px}.lp_course_faq_meta_box__field label textarea,.lp_course_faq_meta_box__field label input{width:100% !important}.lp_course_faq_meta_box__field a.delete{display:flex;position:absolute;top:15px;left:50px;width:30px;height:30px;color:#666;text-decoration:none;align-items:center;justify-content:center}.lp_course_faq_meta_box__field a.delete::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f335"}.lp_course_faq_meta_box__field .sort{display:flex;position:absolute;top:15px;left:20px;width:30px;height:30px;color:#666;text-decoration:none;align-items:center;justify-content:center;cursor:grab}.lp_course_faq_meta_box__field .sort::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f333"}input[name=_lp_course_result]:checked ~ #passing-condition-quiz-result{display:block}#passing-condition-quiz-result{display:none}#passing-condition-quiz-result input{width:80px !important;margin-top:5px !important}#passing-condition-quiz-result p{padding:10px 16px;background-color:#eee;font-size:14px}.lp-meta-box__file_list{display:inline-block;clear:both;margin:0;padding:0}.lp-meta-box__file_list>li{display:flex;flex-flow:column nowrap;float:right;position:relative;box-sizing:border-box;width:80px;height:80px;margin:9px 0 0 9px;border:1px solid #d5d5d5;border-radius:2px;background:#f7f7f7;cursor:move;align-items:center;justify-content:center}.lp-meta-box__file_list>li img{display:block;width:100%;height:auto}.lp-meta-box__file_list>li img.is_file{width:30px}.lp-meta-box__file_list>li img.is_file ~ span{margin-top:5px;font-size:12px}.lp-meta-box__file_list>li.lp-metabox-sortable-placeholder{position:relative;border:3px dashed #ddd}.lp-meta-box__file_list>li.lp-metabox-sortable-placeholder::after{position:absolute;top:0;right:0;width:100%;height:100%;margin:0;color:#ddd;font-family:Dashicons;font-size:2.618em;font-weight:normal;font-variant:normal;line-height:72px;text-align:center;text-indent:0;text-transform:none;content:"\f161";speak:none;-webkit-font-smoothing:antialiased}.lp-meta-box__file_list>li ul.actions{position:absolute;top:-8px;left:-8px;padding:2px}.lp-meta-box__file_list>li ul.actions li{float:left;margin:0 2px 0 0}.lp-meta-box__file_list>li ul.actions li a.delete{display:block;position:relative;width:1em;height:1em;font-size:1.4em;text-indent:-9999px}.lp-meta-box__file_list>li ul.actions li a.delete::before{position:absolute;top:0;right:0;width:1em;height:1em;margin:0;border-radius:50%;color:#999;background:#fff;font-family:Dashicons;font-weight:400;font-variant:normal;line-height:1;text-align:center;text-indent:0;text-transform:none;content:"\f153";speak:none;-webkit-font-smoothing:antialiased}.lp-meta-box__file_list>li ul.actions::before{display:table;content:" "}.lp-meta-box__file::before{display:table;content:" "}.lp-meta-box__file::after{display:table;clear:both;content:" "}.lp-metabox-evaluate-final_quiz{display:block}.lp-metabox-evaluate-final_quiz__message{display:inline-block;min-width:50%;margin-top:10px;padding:8px 20px;border:2px solid #36af27;border-radius:4px;background:#f7f7f7;text-align:center}.lp-metabox-evaluate-final_quiz__message-error{border-color:lightcoral}.learn-press-tabs.vertical .tabs-heading{border:1px solid #ddd;background:#fff}.learn-press-tabs.vertical .tabs-heading h4{margin:0;padding:15px}.learn-press-tabs.vertical .tabs-nav{float:right;position:relative;z-index:100;box-sizing:border-box;width:270px;margin:0;background-color:#fafafa}.learn-press-tabs.vertical .tabs-nav li{display:block;position:relative;margin:0;padding:0}.learn-press-tabs.vertical .tabs-nav li a{display:block;box-sizing:border-box;margin:0;padding:10px;border-bottom:1px solid #eee;box-shadow:none;line-height:20px !important;text-decoration:none;text-transform:capitalize}.learn-press-tabs.vertical .tabs-nav li.icon a{padding-right:35px}.learn-press-tabs.vertical .tabs-nav li.icon a::before{position:absolute;right:10px;margin-left:8px;font-family:Dashicons;font-size:16px;vertical-align:top}.learn-press-tabs.vertical .tabs-nav li.active a{position:relative;color:#555;background-color:#eee}.learn-press-tabs.vertical .tabs-container{overflow:hidden;position:relative;border:1px solid #ddd;border-top:0;background:#fafafa}.learn-press-tabs.vertical .tabs-container .tabs-content-container{margin:0 270px 0 0}.learn-press-tabs.vertical .tabs-container .tabs-content-container>li{display:none;float:right;width:100%;margin-left:-100%;margin-bottom:0;padding:20px;border-right:1px solid #eee;background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.learn-press-tabs.vertical::after{display:block;clear:both;content:""}@media screen and (max-width:1280px){.learnpress .rwmb-field .rwmb-label{float:none}.learnpress .rwmb-field .rwmb-input{margin-right:0}}.lp_widget_autocomplete__loading{margin-top:0 !important;padding:7px 10px;border:1px solid #949494;border-top:none !important;background:#eee;font-size:13px !important}.lp_widget_autocomplete__select{overflow:auto;right:0;width:100%;max-height:148px;margin-top:-1px;background:#eee;font-size:13px}.lp_widget_autocomplete__item{overflow:hidden;padding:7px 10px;border:1px solid #949494;border-top:0;border-bottom-color:#afafaf;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.lp_widget_autocomplete__item__selected,.lp_widget_autocomplete__item:hover{color:#fff;background-color:#007cba}.widget .select2-selection__rendered{font-size:13px}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(-360deg)}}.learn-press-addons .lp-search-addon{width:280px;height:32px;margin:0;padding:3px 5px;font-size:16px;font-weight:300;line-height:1.5}.learn-press-addons .addons-browse{margin:20px 0 0}.learn-press-addons .addons-browse .lp-addon-hidden{display:none !important}.learn-press-addons .addons-browse .lp-active:nth-of-type(2n+1){clear:none;margin-left:0;margin-right:8px}.learn-press-addons .addons-browse .lp-active:nth-of-type(2n){clear:both;margin-left:8px;margin-right:0}.learn-press-addons .addons-browse .plugin-icon img{max-width:100%}.learn-press-addons .addons-browse .plugin-card .column-description p:not(.authors){display:-webkit-box;overflow:hidden;min-height:4.8;max-height:4.8;line-height:1.6;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:#777}.learn-press-addons .addons-browse .plugin-card .search-highlight{text-decoration:underline}.learn-press-addons .addons-browse .plugin-card-top h3{display:-webkit-box;overflow:hidden;min-height:2.6em;max-height:2.6em;line-height:1.3em;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.learn-press-addons .addons-browse .plugin-card-top .desc{min-height:90px;margin-left:0}.learn-press-addons .addons-browse .plugin-card-top .button.activate-plugin,.learn-press-addons .addons-browse .plugin-card-top .button.install-now,.learn-press-addons .addons-browse .plugin-card-top .button.enable-now{border-color:#0073aa #006799 #006799;color:#fff;background:#0085ba;-webkit-box-shadow:0 1px 0 #006799;box-shadow:0 1px 0 #006799;text-shadow:0 -1px 1px #006799,-1px 0 1px #006799,0 1px 1px #006799,1px 0 1px #006799;text-decoration:none}.learn-press-addons .addons-browse .plugin-card-top .button.button-working{padding-left:4px}.learn-press-addons .addons-browse .plugin-card-top .button.button-working span{display:none}.learn-press-addons .addons-browse .plugin-card-bottom .plugin-version{display:inline-block}.learn-press-addons .addons-browse.premium .column-description p:not(.authors){margin:0;line-height:inherit}.learn-press-addons .addons-browse::after{display:block;clear:both;content:""}.related-themes .plugin-card-top{padding-bottom:0}.related-themes .theme-content{position:relative}.related-themes .image-thumbnail img{width:100%}.related-themes .theme-description{margin:0 0 25px 0;display:-webkit-box;overflow:hidden;min-height:8em;max-height:8em;line-height:1.6em;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:5;color:#777}.related-themes .theme-title{min-height:3.2em;margin-left:100px;margin-bottom:0;font-size:1.2em;line-height:1.3em}.related-themes .theme-title a{color:#545454}.related-themes .theme-rating{display:inline-block;float:left}.related-themes .star-rating{display:inline-block}.related-themes .count-rating{position:relative;top:2px;font-size:15px}.related-themes .theme-detail{position:absolute;top:-3px;left:3px;line-height:1.6em;text-align:left}.related-themes .theme-detail::after{display:block;clear:both;content:""}.related-themes .theme-detail .theme-price{display:inline-block;color:#545454;font-size:24px;font-weight:700;line-height:1.3em}.related-themes .theme-footer{clear:both;overflow:hidden;margin-left:-20px;margin-right:-20px;padding:20px;border-top:1px solid #ddd;background-color:#fafafa}@media screen and (min-width:1600px){.plugin-card:not(.hide-if-js):nth-child(even){margin-left:8px}.plugin-card:not(.hide-if-js):nth-child(3n){margin-left:0}}.post-type-lp_order .wp-list-table .column-order_status{width:150px}.post-type-lp_order .wp-list-table .order_status span{display:inline-block;padding:3px 6px;color:#fff;font-size:12px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.post-type-lp_order .wp-list-table .order_status span.pending{background:#bdbdbd}.post-type-lp_order .wp-list-table .order_status span.processing{background:#ffc107}.post-type-lp_order .wp-list-table .order_status span.completed{background:#4caf50}.post-type-lp_order .wp-list-table .order_status span.cancelled{background:#444}.post-type-lp_order .wp-list-table .order_status span.failed{background:red}.post-type-lp_order .wp-list-table .order_status span i{display:inline-block}.post-type-lp_order .wp-list-table .column-title,.post-type-lp_order .wp-list-table .column-order_total,.post-type-lp_order .wp-list-table .column-order_date{width:150px}.post-type-lp_order .wp-list-table .column-order_items ol{margin:0;padding:0;list-style-position:inside}.post-type-lp_course .column-price .origin-price{margin-left:10px;color:red;font-size:12px;text-decoration:line-through}.wp-list-table .column-preview{float:none;text-align:right}.wp-list-table .column-instructor{width:150px}.wp-list-table .column-instructor .post-author{display:inline-block}.wp-list-table .column-instructor .post-author img{width:30px;height:30px;margin-left:5px;border-radius:50%;vertical-align:middle}.wp-list-table .column-instructor .post-author a{display:inline-block;vertical-align:middle}.wp-list-table .column-students{width:80px}.wp-list-table .column-price{width:120px}.wp-list-table .column-thumbnail{width:100px;padding-top:11px}.wp-list-table .column-thumbnail img{max-width:100%;height:auto}.post-type-page .column-lp-page{width:200px}.post-type-page .for-plugin-page{margin:0;color:red;font-size:11px}.post-state .post-author{font-size:14px;font-weight:normal;font-style:italic}#learn-press-box-edit-slug{overflow:hidden;margin:0 -10px;padding:10px;border:1px solid #ddd;color:#b79186;background:#fff}#learn-press-box-edit-slug .button{float:left;height:24px;line-height:22px}.lp-overlay{display:none;position:fixed;z-index:10000;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background-color:rgba(209,213,219,0.8);transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms;transition-property:opacity}.wp-admin .lp-modal-dialog .lp-modal-content .lp-modal-header{padding:2em}.wp-admin .lp-modal-dialog .lp-modal-content .lp-modal-header h3{font-size:1.4em}.lp-modal-dialog{display:flex;position:fixed;z-index:9999;top:0;left:0;right:0;width:100%;min-height:100vh;text-align:center;align-items:center;justify-content:center}.lp-modal-dialog .lp-modal-content{display:inline-block;overflow:hidden;z-index:2;width:auto;max-width:600px;border-radius:8px;text-align:right;vertical-align:middle;background:white;color:black}.lp-modal-dialog .lp-modal-content .lp-modal-header{background:#7c60d9;border-bottom:1px solid #eee;padding:1em}.lp-modal-dialog .lp-modal-content .lp-modal-header h3{margin:0;color:white;font-size:inherit}.lp-modal-dialog .lp-modal-content .lp-modal-body .main-content{max-height:500px;overflow:auto}.lp-modal-dialog .lp-modal-content .lp-modal-body .main-content h3,.lp-modal-dialog .lp-modal-content .lp-modal-body .main-content h2,.lp-modal-dialog .lp-modal-content .lp-modal-body .main-content .pd-2em{padding:0 2em}.lp-modal-dialog .lp-modal-header{padding:0 20px}.lp-modal-dialog .lp-modal-footer{padding:10px 20px;background-color:#f9fafb;text-align:left}.lp-modal-dialog .btn-yes{color:#fff;background-color:#7c60d9}#lp-modal-overlay{display:none;position:fixed;z-index:999999;top:0;left:0;bottom:0;right:0;opacity:.5;background:#000}#lp-modal-window{display:none;position:fixed;z-index:999999;top:50%;right:50%;padding:35px 60px 28px 60px;background:#fff;transform:translate(50%,-50%);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}#lp-modal-window #lp-modal-content{margin:0 0 24px 0;color:#333;font-size:16px;font-weight:400;line-height:26px;text-align:center}#lp-modal-window #lp-modal-content>*{margin:0 0 .5em}#lp-modal-window #lp-modal-content #lp-modal-buttons{display:flex;flex-direction:row-reverse;align-items:center;justify-content:center}#lp-modal-window #lp-modal-buttons{display:flex;flex-direction:row-reverse;align-items:center;justify-content:center}#lp-modal-window #lp-modal-buttons .lp-button{position:relative;margin:0 10px 0 10px}.learn-press-modal{position:fixed;z-index:1000000;width:100%;height:100%;top:0;display:table}.learn-press-modal .modal-overlay{position:fixed;z-index:1000000;background:#000;opacity:.5;width:100%;height:100%;top:0}.learn-press-modal .modal-wrapper{display:table-cell;vertical-align:middle;z-index:1000010;position:relative}.learn-press-modal .modal-wrapper .modal-container{max-width:800px;width:90%;margin:0 auto;background-color:#fff;border-radius:2px;box-shadow:0 2px 8px rgba(0,0,0,0.33);transition:all .3s ease;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.learn-press-modal .modal-wrapper header{font-size:18px;padding:20px;border-bottom:1px solid #DDD;font-weight:600;color:#000}.learn-press-modal .modal-wrapper article{margin:30px 20px}.learn-press-modal .modal-wrapper article input[name=search]{width:100%;font-size:16px;box-sizing:border-box;margin:0;box-shadow:none;color:#444;padding:8px 10px;height:42px;border-radius:2px;border-color:#e4e4e4;font-weight:400;vertical-align:middle}.learn-press-modal .modal-wrapper article .search-results{margin:0;margin-top:30px}.learn-press-modal .modal-wrapper article .search-results li>label{display:block}.learn-press-modal .modal-wrapper footer{padding:15px 20px;overflow:hidden;border:1px solid #eee}.learn-press-modal .modal-wrapper footer .search-nav{float:right}.learn-press-modal .modal-wrapper footer .search-nav a,.learn-press-modal .modal-wrapper footer .search-nav span{display:inline-block;line-height:26px;height:28px;margin:0;padding:0 10px 1px}.learn-press-modal .modal-wrapper footer button{float:left;margin-right:3px}#modal-search-items.loading .search-results:before{position:absolute;top:75px;right:0;left:0;bottom:0;display:block;content:"";z-index:9;background:url("../../images/spinner.gif") no-repeat center center}.modal-search{position:relative;display:inline-block;min-width:300px}.modal-search .search-input{border:1px solid #DDD;width:100%;margin:0;padding:5px 10px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.modal-search .search-input:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.modal-search .search-input:focus{border-color:#DDD}.modal-search .search-results-content{position:absolute;top:100%;width:100%;right:0;background:#FFF;border:1px solid #DDD;border-top:0;z-index:1000;margin-top:-1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.modal-search .search-results-content .search-results{margin:0}.modal-search .search-results-content .search-results .result-item{margin:0;padding:0;list-style:none}.modal-search .search-results-content .search-results .result-item label{display:block;padding:6px 10px;text-decoration:none;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal-search .search-results-content .search-results .result-item:hover{background:#f4fcff}.modal-search .has-items .search-input{border-bottom-color:transparent}.modal-search .has-items .search-results-content{border-top:0}.modal-search .checked-items{text-align:center}.modal-search .checked-items .button{font-size:12px;height:20px;line-height:20px}.modal-search .checked-items .disabled{color:#777}.modal-search .search-navigator{margin:5px 0;text-align:center}.modal-search .search-navigator .page-numbers{display:inline-block;padding:2px 5px;text-decoration:none;line-height:1}.modal-search .search-navigator .page-numbers.next,.modal-search .search-navigator .page-numbers.prev{display:none}.lp-order-statuses{margin:0}.lp-order-statuses li{float:right;width:100%;margin:0;background:#fff}.lp-order-statuses li strong{display:block;margin-bottom:5px;color:#0073aa;font-size:20px;font-weight:normal}.lp-order-statuses li strong::before{display:inline-block;width:25px;height:25px;font-family:dashicons;font-size:25px;line-height:25px;vertical-align:middle;content:""}.lp-order-statuses li p{margin:0;padding:0;color:#adadad;font-size:12px}.lp-order-statuses li.counter-number{width:50%;padding:10px 0 0;text-align:center}.lp-order-statuses li.counter-number .counter-inner{margin:0 5px;padding:10px 0;border:1px solid #f3f3f3;background:#f9f9f9}.lp-order-statuses li.counter-number .counter-inner p{text-transform:lowercase}.lp-order-statuses li.counter-number.order-completed strong::before{color:#0085ba;content:"\f058"}.lp-order-statuses li.counter-number.order-processing strong::before{margin-right:-1px;color:#563f7a;content:"\f321"}.lp-order-statuses li.counter-number.order-pending strong::before{color:#aaa;content:"\f534"}.lp-order-statuses li.counter-number.order-cancelled strong::before{color:red;content:"\f153"}.lp-order-statuses li.clear{float:none}.lp-order-statuses li.featured-theme{float:none;clear:both;width:auto;margin:12px -12px 0 -12px;padding:8px 12px 0 12px;border-top:1px solid #eee}.lp-order-statuses li.featured-theme .star-rating{display:inline-block;line-height:14px;vertical-align:middle}.lp-order-statuses li.featured-theme .star-rating .star{width:14px;height:14px;font-size:14px}.lp-order-statuses li.featured-theme>div{margin-bottom:3px}.lp-order-statuses li.featured-theme>div span{color:#999;font-size:12px;vertical-align:middle}.lp-order-statuses li:nth-child(even) .counter-inner{margin-right:0}.lp-order-statuses li:nth-child(odd) .counter-inner{margin-left:0}.lp-order-statuses li.total-raised{box-sizing:border-box;padding:10px 0;border:1px solid #f3f3f3;background:#f9f9f9;text-align:center}.lp-order-statuses li.total-raised strong{margin-bottom:10px;font-size:26px}.lp-order-statuses li.total-raised strong::before{width:30px;height:30px;margin-top:-3px;margin-left:7px;font-size:30px;line-height:30px;content:"\f185"}.lp-order-statuses::after{display:block;clear:both;content:""}.lp-place-holder{background:#fff;padding:10px;display:block;margin:20px auto;box-shadow:0 0 0 rgba(0,0,0,0.1);border-radius:3px}.lp-place-holder [class*=line-]{height:6px;width:400px;background:#f6f7f9;margin-bottom:13px;margin-left:5px}.lp-place-holder .thumbnail{height:40px;width:40px;float:right;margin-left:20px;display:inline-block}.lp-place-holder .line-heading{width:80%;height:20px}.lp-place-holder .line-sm{width:30%;margin-top:10px}.lp-place-holder .line-xs{width:50%}.lp-place-holder .line-df{margin-top:30px;width:380px}.lp-place-holder .line-lg{width:200px}.lp-place-holder .line-lgx{width:450px}.lp-place-holder [class*=line],.lp-place-holder .thumbnail{animation:lpTimeLine;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;background:linear-gradient(to left,#eee 8%,#ddd 18%,#eee 33%);background-size:800px auto;background-position:100px 0}@keyframes lpTimeLine{0%{background-position:-350px 0}100%{background-position:400px 0}}.post-type-lp_order #post-body-content{display:none}.post-type-lp_order #order_details{border:none !important;background:transparent !important}.post-type-lp_order #order_details .hndle,.post-type-lp_order #order_details .handlediv,.post-type-lp_order #order_details .postbox-header{display:none}.post-type-lp_order #order_details .inside{display:block !important;margin:0;padding:0}.post-type-lp_order #order_details .order-data{margin:0 0 20px 0 !important;padding:30px !important;border:1px solid #ccd0d4 !important;background-color:#fff !important;box-shadow:none !important}.post-type-lp_order #order_details .order-data-field{margin-bottom:20px}.post-type-lp_order #order_details .order-data-field label{display:block;margin-bottom:5px;font-weight:500}.post-type-lp_order #order_details .order-data-number{margin:0 0 10px;font-size:20px;font-weight:600}.post-type-lp_order #order_details .payment-method-title{color:#777;font-size:16px}.post-type-lp_order #order_details .payment-method-title strong{color:#23282d}.post-type-lp_order #order_details .order-data-heading{margin-top:40px;font-size:16px}.post-type-lp_order #order_details .order-users{display:inline-block}.post-type-lp_order #order_details .order-users .description{margin-top:10px;padding:10px;background:#eee}.post-type-lp_order #order_details .order-data-date .order-date{width:100px}.post-type-lp_order #order_details .order-data-date .order-hour,.post-type-lp_order #order_details .order-data-date .order-minute{width:50px}.post-type-lp_order #order_details .order-data-note{display:inline-block}.post-type-lp_order #order_details .order-data-note .order-note{padding:10px;color:#fff;background-color:#c1a3b6;font-size:14px}.post-type-lp_order #order_details .order-items{margin:0;border:1px solid #ccd0d4 !important;background-color:#fff}.post-type-lp_order #order_details .order-items table{width:100%;border-collapse:collapse}.post-type-lp_order #order_details .order-items table thead{margin:0;padding:0}.post-type-lp_order #order_details .order-items table thead tr{background-color:#f8f8f8}.post-type-lp_order #order_details .order-items table thead th{padding:15px;border-bottom:0;color:#999;font-weight:400;text-align:right}.post-type-lp_order #order_details .order-items table thead th:first-child{padding-right:30px}.post-type-lp_order #order_details .order-items table thead th:last-child{padding-left:30px}.post-type-lp_order #order_details .order-items table tbody td,.post-type-lp_order #order_details .order-items table tfoot td{padding:10px;border-bottom:1px solid #ddd;text-align:right}.post-type-lp_order #order_details .order-items table tbody{margin:0;padding:0}.post-type-lp_order #order_details .order-items table tbody tr td{padding:15px}.post-type-lp_order #order_details .order-items table tbody tr td:first-child{padding-right:30px}.post-type-lp_order #order_details .order-items table tbody tr td:last-child{padding-left:30px}.post-type-lp_order #order_details .order-items table tfoot{margin:0;padding:0}.post-type-lp_order #order_details .order-items table tfoot tr{background-color:#f8f8f8}.post-type-lp_order #order_details .order-items table tfoot tr:last-child td{padding-top:20px;padding-bottom:20px}.post-type-lp_order #order_details .order-items table tfoot td{padding:10px 15px;padding-bottom:0;border:0;font-size:14px;text-align:left}.post-type-lp_order #order_details .order-items table tfoot td:first-child{padding-right:30px}.post-type-lp_order #order_details .order-items table tfoot td:last-child{padding-left:30px}.post-type-lp_order #order_details .order-items table .column-price,.post-type-lp_order #order_details .order-items table .column-total,.post-type-lp_order #order_details .order-items table .column-quantity{width:150px;text-align:left}.post-type-lp_order #order_details .order-items table .row-subtotal td .order-subtotal,.post-type-lp_order #order_details .order-items table .row-subtotal td .order-total,.post-type-lp_order #order_details .order-items table .row-total td .order-subtotal,.post-type-lp_order #order_details .order-items table .row-total td .order-total{font-weight:700}.post-type-lp_order #order_details .order-items table .remove-order-item{outline:0;color:#ccc;text-decoration:none}.post-type-lp_order #order_details .order-items table .remove-order-item .dashicons{font-size:20px}.post-type-lp_order #order_details .order-items table .remove-order-item:hover{color:red}.post-type-lp_order #order_details .order-items table .order-item-row:hover .remove-order-item{display:inline-block}.post-type-lp_order #order-export__button:hover{cursor:pointer}.post-type-lp_order .export-modal.modal{display:none;position:fixed;z-index:1;right:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,0.4)}.post-type-lp_order .export-modal .modal-content{background-color:#fefefe;margin:5% auto;padding:20px;border:1px solid #888;width:60%;position:relative}.post-type-lp_order .export-modal .close{color:#aaa;position:absolute;font-size:28px;font-weight:bold;top:-5px;left:11px}.post-type-lp_order .export-modal .close:hover{color:black;text-decoration:none;cursor:pointer}.post-type-lp_order .export-modal .close:focus{color:black;text-decoration:none;cursor:pointer}.post-type-lp_order .export-modal .panel{display:none}.post-type-lp_order .export-modal .panel.active{display:block}.post-type-lp_order #order-export__tabs.tabs{display:flex;justify-content:space-around;margin:20px 2px 40px 2px;height:40px;box-shadow:0 0 1px 1px rgba(0,0,0,0.2)}.post-type-lp_order #order-export__tabs.tabs>*{width:100%;color:dimgray;height:100%;cursor:pointer;display:flex;justify-content:center;align-items:center}.post-type-lp_order #order-export__tabs.tabs>*:hover:not(.active){background-color:#dcdcdc}.post-type-lp_order #order-export__tabs.tabs>.active{color:white;background-color:#4caf50}.post-type-lp_order #lp-invoice__content{margin-bottom:25px}.post-type-lp_order #lp-invoice__content thead th{border-bottom:1px solid #000;border-top:1px solid #000;padding:10px 20px}.post-type-lp_order #lp-invoice__content tbody td{border-bottom:1px solid #000;text-align:center;padding:10px 20px}.post-type-lp_order #lp-invoice__content tfoot td{border-bottom:1px solid #000;text-align:center;padding:10px 20px}.post-type-lp_order .export-options__content{margin-bottom:25px}.post-type-lp_order .export-options{position:relative}.post-type-lp_order .export-options__loading{opacity:0;z-index:-1;visibility:hidden;position:absolute;top:0;right:0;width:100%;background:#fff;left:0;bottom:0;display:flex;align-items:center;justify-content:center}.post-type-lp_order .export-options__loading .spinner{background:url("../../images/spinner.gif") no-repeat center center;z-index:9;display:inline-block;visibility:visible}.post-type-lp_order .export-options__loading.active{opacity:1;z-index:9;visibility:visible}.post-type-lp_order #lp-invoice__export{color:white;background-color:#4caf50;border:1px solid #4caf50;padding:10px 20px;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease}.post-type-lp_order #lp-invoice__export:hover{color:#000;background-color:#fff;border:1px solid #000;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;cursor:pointer}.post-type-lp_order #lp-invoice__update{color:white;background-color:#4caf50;border:1px solid #4caf50;padding:10px 20px;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease}.post-type-lp_order #lp-invoice__update:hover{color:#000;background-color:#fff;border:1px solid #000;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;cursor:pointer}.post-type-lp_order #lp-invoice__actions{display:flex;flex-direction:row;justify-content:flex-end}.post-type-lp_order .export-options__actions{display:flex;flex-direction:row;justify-content:flex-end}.post-type-lp_order .lp-invoice__body table{border-spacing:0;width:100%}#learn-press-toggle-settings-js-css{display:none}#learn-press-toggle-settings-js-css+table{display:none}#learn-press-toggle-settings-js-css:checked+table{display:table}.color-schemas{margin:0 0 20px 20px;float:right}.color-schemas ul{list-style:none;margin:0;padding:0}.color-schemas ul>li>label{font-weight:600;display:block;margin-bottom:10px}.color-schemas .wp-color-picker{width:80px;height:24px;vertical-align:top;margin:0}.color-schemas .wp-picker-holder{position:absolute}.color-schemas .buttons{display:none}.color-schemas table{border-collapse:collapse;position:relative}.color-schemas table td,.color-schemas table th{padding:10px 10px}.color-schemas table tbody{border:1px solid transparent;position:relative}.color-schemas table tbody td,.color-schemas table tbody th{text-align:right;background:#f5f5f5}.color-schemas table tbody tr:first-child td,.color-schemas table tbody tr:first-child th{padding-bottom:0}.color-schemas table:after{content:"";position:absolute;top:0;right:0;left:0;bottom:0;background:rgba(255,255,255,0.7)}.color-schemas tfoot td,.color-schemas tfoot th{padding-right:0;padding-left:0}.color-schemas .remove-schema{float:left;color:red}.color-schemas .wp-color-result{margin:0}.color-schemas .clone-schema{display:none}.color-schemas:first-child .remove-schema,.color-schemas:first-child .apply-schema{display:none}.color-schemas:nth-child(2){clear:both}.color-schemas:hover tbody{opacity:1}.color-schemas.current tbody{border-color:#DDD}.color-schemas.current tbody td,.color-schemas.current tbody th{background:rgba(5,215,255,0.26)}.color-schemas.current table:after{display:none}.color-schemas.current .clone-schema{display:inline-block}.wp-picker-container{position:relative}.wp-picker-container .wp-picker-holder{z-index:99999}.lp-install-sample{max-width:600px;margin:0;padding:10px 25px;border:1px solid #ccd0d4;border-radius:4px;background-color:#fff}.lp-install-sample__options{margin-bottom:20px;padding:0 20px;border:1px solid #eee;border-radius:4px}.lp-install-sample__options legend{padding:5px;font-weight:500}.lp-install-sample__buttons{display:flex;margin-top:25px;align-items:center;justify-content:space-between}.lp-install-sample__toggle-options{margin-left:auto;margin-right:10px}.lp-install-sample__uninstall{float:left}.lp-install-sample__response{margin:0;padding:10px;border:2px solid #059601;border-radius:6px}.lp-install-sample__response.fail{border-color:#d85554}.lp-update-db-modal{display:flex;position:fixed;z-index:9999;top:0;left:0;right:0;width:100%;min-height:100vh;text-align:center;align-items:center;justify-content:center}.lp-update-db-modal__hidden{display:none !important;visibility:hidden;opacity:0;pointer-events:none}.lp-update-db-modal__overlay{position:absolute;z-index:1;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background-color:rgba(209,213,219,0.8);transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms;transition-property:opacity}.lp-update-db-modal__content{display:inline-block;overflow:hidden;z-index:2;width:100%;max-width:510px;border-radius:8px;text-align:right;vertical-align:middle}.lp-update-db-modal__content-header{padding:24px 24px 16px 24px;background-color:#fff}.lp-update-db-modal__content-start{display:flex;flex-direction:flex-start}.lp-update-db-modal__content-icon{display:flex;width:40px;height:40px;margin-left:0;margin-right:0;border-radius:999px;background-color:#fee2e2;justify-content:center;align-items:center;flex:0 0 auto}.lp-update-db-modal__content-icon svg{width:24px;height:24px;color:#dc2626}.lp-update-db-modal__content-icon svg:last-child{color:#258d6c}.lp-update-db-modal__content-icon__success{display:none}.lp-update-db-modal__content-text{margin-right:18px;text-align:right}.lp-update-db-modal__content-text h3{margin:0;font-weight:500}.lp-update-db-modal__content-text p{margin:0;margin-top:10px;color:#999;font-size:14px;font-weight:400}.lp-update-db-modal__content-footer{display:flex;flex-direction:row;padding:10px 24px;background-color:#f9fafb;justify-content:flex-end;align-items:center}.lp-update-db-modal__content-footer a{padding:8px 16px;border:1px solid #e5e7eb;border-radius:6px;color:#374151;font-size:13px;font-weight:500;text-decoration:none}.lp-update-db-modal__content-footer a:last-child{margin-right:10px;color:#fff;background-color:#0073aa}.lp-update-db-modal__success .lp-update-db-modal__content-icon{background-color:#def7ec}.lp-update-db-modal__success .lp-update-db-modal__content-icon__error{display:none}.lp-update-db-modal__success .lp-update-db-modal__content-icon__success{display:block}#lp-tool-upgrade-db .wrapper-lp-upgrade-message,#lp-tool-upgrade-db .wrapper-terms-upgrade,#lp-tool-upgrade-db .wrapper-lp-loading{display:none}.terms-upgrade{max-width:500px;margin:0 auto}.terms-upgrade .error{display:none}.lp-upgrade-message .learn-press-message::before,.lp-upgrade-message .learn-press-message::after{content:none}.lp-modal-footer .learn-press-notice{color:#ff6060;font-weight:500;font-style:italic}.lp-modal-body .lp-skeleton-animation{width:500px;margin:0 20px}.tools-select__data{overflow:hidden}.tools-select__data li{background-color:#fff;border:1px solid #eee;color:#000;display:flex;flex-direction:row;align-items:center;flex:0 0 auto;font-size:14px;line-height:1.4em;font-weight:normal;padding:10px;width:100%}.tools-select__data li input{margin:0 0 0 10px}.progressbar__content{width:100%;font-size:14px;font-weight:normal;line-height:1.4em;background:#eee;padding:10px 0;display:flex;flex-direction:column;align-items:center;justify-content:center}.progressbar__content span{z-index:9}.progressbar__container{position:relative}.progressbar__value{position:absolute;width:0;height:100%;right:0;top:0;background:#8a2be2}.progressbar__item h4{z-index:9;margin:0}.progressbar__item{width:500px;border-bottom:1px solid #fff}.progressbar__indexs{z-index:9}.lp-tool__message{text-align:center;color:red;padding:10px 0;display:none}.tools-prepare__message{background:#dba617;padding:10px 0;text-align:center;display:none}.lp-admin-editor{position:relative;margin:0;background-color:#fff}.lp-admin-editor .heading,.lp-admin-editor .lp-box-data-content{padding:0}#learn-press-admin-editor-metabox-settings{margin-top:20px}#course-editor .inside{margin:0;padding:0}#admin-editor-lp_course .lp-course-curriculum .heading{display:flex;flex-direction:row;flex-wrap:nowrap;position:relative;padding:8px 20px;align-items:center;line-height:1}#admin-editor-lp_course .lp-course-curriculum .heading h4{margin:0;font-size:16px}#admin-editor-lp_course .lp-course-curriculum .heading .collapse-sections{display:flex;width:40px;color:#999;font-family:Dashicons;font-size:30px;cursor:pointer;justify-content:center;align-items:center}#admin-editor-lp_course .lp-course-curriculum .heading .collapse-sections.close::before{content:"\f140"}#admin-editor-lp_course .lp-course-curriculum .heading .collapse-sections.open::before{content:"\f142"}#admin-editor-lp_course .lp-course-curriculum .heading .status{visibility:hidden;position:relative;top:5px;margin-right:10px;font-family:Dashicons;font-size:20px}#admin-editor-lp_course .lp-course-curriculum .heading .status::before{content:"\f463"}#admin-editor-lp_course .lp-course-curriculum .heading .status.loading{display:inline-block;visibility:visible;animation:rotation 2s infinite linear}#admin-editor-lp_course .lp-course-curriculum .curriculum-sections{margin:0;margin:0 20px 20px 20px;border:1px solid #ddd}#admin-editor-lp_course .lp-course-curriculum .section{margin:0;border-bottom:1px solid #e5e5e5;opacity:1;background:#fff}#admin-editor-lp_course .lp-course-curriculum .section:first-child{border-top:0}#admin-editor-lp_course .lp-course-curriculum .section.new-section{margin-top:1px;border:0}#admin-editor-lp_course .lp-course-curriculum .section.new-section form{margin:0}#admin-editor-lp_course .lp-course-curriculum .section.new-section .section-head{background-color:#f4fcff}#admin-editor-lp_course .lp-course-curriculum .section.new-section .section-head .creatable{position:relative;top:1px}#admin-editor-lp_course .lp-course-curriculum .section.new-section .section-head .creatable::before{content:"\f132"}#admin-editor-lp_course .lp-course-curriculum .section.empty-section{position:relative}#admin-editor-lp_course .lp-course-curriculum .section.empty-section::after{position:absolute;top:0;left:0;bottom:0;right:0;opacity:.5;background:#fff;content:""}#admin-editor-lp_course .lp-course-curriculum .section.empty-section .section-head .movable::before{display:inline-block;color:#a2a2a2;content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#admin-editor-lp_course .lp-course-curriculum .section.empty-section .section-collapse{display:none}#admin-editor-lp_course .lp-course-curriculum .section:hover .section-actions .remove{display:inline-block}#admin-editor-lp_course .lp-course-curriculum .section input{background-color:transparent;box-shadow:none}#admin-editor-lp_course .lp-course-curriculum .section input:focus{box-shadow:none}#admin-editor-lp_course .lp-course-curriculum .section .section-head{display:flex;position:relative;height:42px;margin:0;padding:0;background-color:#f4fcff;line-height:40px;transition:background 500ms ease-out;align-items:center}#admin-editor-lp_course .lp-course-curriculum .section .section-head .movable,#admin-editor-lp_course .lp-course-curriculum .section .section-head .creatable{display:inline-block;width:40px;margin:0;color:#999;font-family:Dashicons;font-size:20px;text-align:center;vertical-align:middle}#admin-editor-lp_course .lp-course-curriculum .section .section-head .movable{margin-left:-1px;cursor:url("../../images/openhand.cur") 7 5,default}#admin-editor-lp_course .lp-course-curriculum .section .section-head .movable::before{content:"\f333"}#admin-editor-lp_course .lp-course-curriculum .section .section-head .movable:hover{color:#0085ba}#admin-editor-lp_course .lp-course-curriculum .section .section-head .section-item-counts{line-height:40px}#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions{height:100%;color:#444}#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions>*{display:inline-block;height:100%;text-align:center;cursor:pointer}#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions .collapse:hover{color:#0085ba}#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions .collapse::before{display:inline-block;width:40px;color:#999;font-family:Dashicons;font-size:16px;line-height:40px}#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions .collapse.open::before{content:"\f343"}#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions .collapse.close::before{content:"\f347"}#admin-editor-lp_course .lp-course-curriculum .section .name{width:100%;border:0;color:#777;font-size:24px;font-weight:600;line-height:50px}#admin-editor-lp_course .lp-course-curriculum .section .name:focus{color:#444}#admin-editor-lp_course .lp-course-curriculum .section .section-collapse{overflow:hidden}#admin-editor-lp_course .lp-course-curriculum .section .section-content{padding:20px;border-top:1px solid #e5e5e5}#admin-editor-lp_course .lp-course-curriculum .section .details{margin-bottom:20px}#admin-editor-lp_course .lp-course-curriculum .section .title-input{padding-right:0;border:0;font-size:1.2em;line-height:30px;flex:1}#admin-editor-lp_course .lp-course-curriculum .section .description-input{width:100%;margin:0;padding:0;border:0;color:#999}#admin-editor-lp_course .lp-course-curriculum .section .description-input:focus{color:#444}#admin-editor-lp_course .lp-course-curriculum .section-list-items{width:100%;border-collapse:collapse}#admin-editor-lp_course .lp-course-curriculum .section-list-items ul{position:relative;min-height:5px;margin:0}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item{display:flex;position:relative;margin:0;border:1px solid #eee;border-bottom-width:0;background:#fff;transition:background 200ms ease-out;justify-content:center;align-items:center}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.ui-sortable-helper{border-bottom:1px solid #eee}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item:nth-child(2n+1){background-color:#f7f7f7}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.updating::before{position:absolute;z-index:2;top:0;left:0;bottom:0;right:0;content:""}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.removing{background-color:#ffeded}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .drag{height:20px;padding-top:3px;padding-right:6px;cursor:url("../../images/openhand.cur") 7 5,default;fill:#999;flex:0 0 18px}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .drag:hover{fill:#0085ba}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .icon{display:flex;align-items:center;justify-content:center}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .title{margin-left:120px;margin-right:2px;flex-grow:1;flex-basis:100%}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .title input{color:inherit}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions{display:flex;position:absolute;top:0;left:2px;bottom:0;align-items:center;justify-content:center}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .actions{margin:0}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .actions>*{visibility:hidden;margin-left:10px}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .actions .edit{text-decoration:none}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .actions .remove{color:#a00}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item:hover .drag{visibility:visible}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item:not(.lp_lesson) .item-actions .actions .preview-item{display:none}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item{display:flex;position:relative;border-bottom-width:1px;transition:all 200ms ease-out;align-items:center}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .drag{display:flex;width:30px;color:#999;font-family:Dashicons;font-size:16px;vertical-align:middle;cursor:default;align-items:center;justify-content:center}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .drag::before{content:"\f132"}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .title{display:inline-block;margin:0;flex:1}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types{display:inline-block}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types:hover,#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types:focus{background-color:#fff}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types:hover .type,#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types:focus .type{display:inline-block}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type{display:inline-block;padding:8px 5px;color:#ccc}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type input{display:none}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.current{color:#0085ba}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type::before{position:relative;top:2px;font-family:Dashicons;font-size:20px}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.lp_quiz{padding:8px 0 8px 6px}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.lp_quiz::before{content:"\f469"}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.lp_lesson::before{content:"\f330"}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.empty-item::before{content:"\f463"}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions{text-align:left}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action{display:inline-block;position:relative;width:30px;height:30px;margin:0;padding:0;text-align:center;vertical-align:middle;cursor:pointer}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action>a{width:30px;height:30px;color:#999;line-height:30px}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action>a:hover{color:#0073aa}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item>a:hover{color:#e74c3c}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul{display:none;position:absolute;z-index:9;top:100%;left:0;width:165px;margin:0;border:1px solid #999;background:#fdfeff;text-align:center}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul li{margin:0;border-bottom:1px solid #eee;text-align:left}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul li a{display:block;padding:10px 25px;color:#757575;font-size:12px;text-decoration:none}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul li a.delete-permanently{color:#e74c3c}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul li:hover{background:#eee}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item:hover ul{display:block}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item:hover .item-actions .actions>*{visibility:visible;cursor:pointer}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.lp_quiz .icon::before{content:"\f469"}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.lp_lesson .icon::before{content:"\f330"}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.empty-item{position:relative;color:#a2a2a2}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.empty-item::after{position:absolute;top:0;left:0;bottom:0;right:0;opacity:.5;background:#fff;content:""}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.empty-item .item-actions{display:none}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.empty-item .icon::before{color:#a2a2a2;content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .icon{color:#0085ba;font-size:20px;text-align:center;flex:0 0 29px}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .icon::before{font-family:Dashicons}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item input{width:100%;padding:8px 0 8px 10px;border:0;color:inherit;font-size:14px;font-weight:600}#admin-editor-lp_course .lp-course-curriculum .section-actions{padding:0 20px 20px 20px}#admin-editor-lp_course .lp-course-curriculum .section-actions .remove{display:none;float:left;height:30px;border:1px solid #eee;border-radius:3px;color:#e74c3c;line-height:30px;cursor:pointer}#admin-editor-lp_course .lp-course-curriculum .section-actions .remove .icon{padding:0 18px}#admin-editor-lp_course .lp-course-curriculum .section-actions .remove .confirm{display:none;padding:0 18px}#admin-editor-lp_course .lp-course-curriculum .section-actions .remove.confirm .confirm{display:inline-block}#admin-editor-lp_course .lp-course-curriculum .section-actions .remove.confirm .icon{display:none}#admin-editor-lp_course .lp-course-curriculum .ui-sortable-placeholder{display:block;visibility:visible !important;border-color:#bdf4fe !important;background:#bdf4fe !important}.wp-admin.post-type-lp_course #meta-box-tab-course_payment .learn-press-tip-floating{top:40px;right:100px;opacity:.8;background:#a00}.wp-admin.post-type-lp_course #meta-box-tab-course_payment .learn-press-tip-floating::before{top:-7px;border:7px solid transparent;border-top-width:0;border-bottom-color:#a00}.section-item-counts{margin:0;margin-right:auto;font-size:12px;white-space:nowrap}.section-item-counts span{color:#999}#course-editor{margin-bottom:10px}#course-editor .inside .rwmb-custom_html-wrapper>.rwmb-label{display:none}#course-editor .inside .rwmb-custom_html-wrapper>.rwmb-input{margin-right:0}#quiz-editor .inside .rwmb-custom_html-wrapper>.rwmb-label{display:none}#quiz-editor .inside .rwmb-custom_html-wrapper>.rwmb-input{margin-right:0}#quiz-editor .inside{margin:0;padding:0}#admin-editor-lp_quiz{margin:0;padding:0;border:0}#admin-editor-lp_quiz form{margin:0}#admin-editor-lp_quiz .lp-box-data-head{display:flex;flex-direction:row;margin:0;padding:6px 20px;align-items:center}#admin-editor-lp_quiz .lp-box-data-head h3{padding:0}#admin-editor-lp_quiz .lp-box-data-head .status{visibility:hidden;position:relative;top:5px;margin-right:10px;font-family:Dashicons;font-size:20px}#admin-editor-lp_quiz .lp-box-data-head .status::before{content:"\f463"}#admin-editor-lp_quiz .lp-box-data-head .status.loading{display:inline-block;visibility:visible;animation:rotation 2s infinite linear}#admin-editor-lp_quiz .lp-box-data-head .collapse-list-questions{display:flex;width:40px;height:30px;color:#999;font-family:Dashicons;font-size:30px;cursor:pointer;justify-content:center;align-items:center}#admin-editor-lp_quiz .lp-box-data-content{margin:20px;margin-top:0;border:1px solid #ddd}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions{border-collapse:collapse;color:#777}@media(max-width:1560px){#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .fill_in_blanks .question-settings{flex-direction:column}}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row{display:flex;flex-direction:row;text-align:center;align-items:center}@media(max-width:1024px){#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row.question-settings{flex-direction:column}}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>*{width:100%;padding:12px 8px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.sort{position:relative;color:#999;cursor:url("../../images/openhand.cur") 7 5,default;flex:0 0 15px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.sort .svg-icon{height:18px;margin-top:-2px;vertical-align:middle;fill:#999}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.sort:hover{fill:#0085ba}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.order{padding:12px 0;color:#32373c;font-size:1.2em;text-align:right;flex:0 0 25px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.order::after{content:"."}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type{display:inline-flex;position:relative;width:125px;height:32px;padding:0;border-radius:2px;background-color:#eee;box-shadow:0 0 2px rgba(0,0,0,0.22);line-height:32px;cursor:pointer;flex:0 0 auto;align-items:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type>a{display:inline-flex;width:100%;padding:0 10px;color:#666;text-align:center;cursor:pointer;align-items:center;justify-content:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type>a::after{margin-right:5px;font-family:Dashicons;font-size:14px;line-height:30px;content:"\f347"}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type ul{visibility:hidden;position:absolute;z-index:9999;top:100%;left:0;height:auto;margin:0;margin-top:-1px;border:1px solid #999;border-radius:2px;opacity:1;background:#fdfeff;pointer-events:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type ul li{margin:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type ul li a{display:block;min-width:110px;padding:10px 20px;color:#757575;line-height:20px;text-align:left;white-space:nowrap;text-decoration:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type ul li a:hover{background-color:#eee}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type ul li.disabled{opacity:.4;background-color:#fff;user-select:none;pointer-events:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type:hover ul{visibility:visible;opacity:1;pointer-events:visible}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.actions{width:300px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.name{padding-right:5px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row:hover>.sort{visibility:visible}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row .actions .lp-box-data-actions{text-align:left !important}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .header{display:none;border-bottom:1px solid #ddd}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .header .table-row>*{font-weight:bold}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .header .table-row>.order::after{content:""}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .header .table-row>.actions{padding:12px 0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-actions .name input{width:100%;padding:0;border:0;color:#777;background:transparent;box-shadow:none;font-size:14px;font-weight:normal}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings{padding:0 20px;border:1px solid #ddd;border-left:0;border-right:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings>*{padding:20px 0 20px 20px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options{border:1px solid #ddd}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .sort{width:12px;padding:8px 6px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .answer-text{width:calc(100% - 100px);padding-right:0;color:#444;font-weight:600}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .order{width:10px;padding:0;text-align:left}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .answer-correct{width:65px;color:#444;font-weight:600;text-align:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .actions{padding:0;text-align:left}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .actions .lp-toolbar-btn{height:42px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr{border:1px solid #ddd;background:#f4fcff}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr:nth-child(2n){background:#fff}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr td{position:static;padding:0 10px;border:0;background:inherit}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr td.sort{width:12px;cursor:url("../../images/openhand.cur") 7 5,default}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr td.answer-text{padding-right:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr td.answer-correct{text-align:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr .svg-icon{height:18px;vertical-align:middle;fill:#999}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr:hover .svg-icon{visibility:visible}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr:hover .sort:hover .svg-icon{fill:#0085ba}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-placeholder{visibility:visible !important}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-placeholder td{height:43px;background:#bdf4fe !important}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-helper{border-left:0;border-right:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-helper td{border-bottom:1px solid #ddd}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-helper td.sort{border-right:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.empty-option .sort i{display:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.empty-option .sort::before{display:inline-block;position:absolute;top:12px;right:4px;font-family:Dashicons;font-size:18px;content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.empty-option td{position:relative}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.empty-option td::after{position:absolute;top:0;left:1px;bottom:0;right:0;opacity:.5;background:#fff;content:""}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody .answer-text input{width:100%;padding:0;border:0;color:#777;background:transparent;box-shadow:none;font-size:14px;font-weight:normal}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item{border-bottom:1px solid #ddd;background:#f4fcff;line-height:18px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.ui-sortable-helper{border-top:1px solid #f1f1f1}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.ui-sortable-placeholder{display:block;visibility:visible !important;border-color:#bdf4fe !important;background:#bdf4fe !important}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question,#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating{position:relative}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question .question-actions .sort,#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating .question-actions .sort{visibility:visible}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question .question-actions .sort .fa,#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating .question-actions .sort .fa{display:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question .question-actions .sort::after,#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating .question-actions .sort::after{display:inline-block;position:absolute;right:5px;font-family:Dashicons;font-size:20px;content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question::after,#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating::after{position:absolute;top:0;left:0;bottom:0;right:0;opacity:.5;background:#fff;content:""}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question .question-settings{display:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .cell{padding:10px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .name input{width:100%;padding:0;border:0;color:#32373c;background:transparent;box-shadow:none;font-size:1.2em;font-weight:normal;line-height:18px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions{margin:0;padding:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons{display:grid;position:static;z-index:10;height:100%;text-align:left;grid-template-columns:30px 30px 30px 40px;align-items:center;justify-content:end}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons>div a{visibility:hidden}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn .lp-btn-icon{position:absolute;z-index:2;top:50%;right:50%;width:28px;height:30px;margin-top:-15px;margin-right:-15px;line-height:30px;text-align:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn ul{z-index:9}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn ul a{padding:8px 24px;line-height:24px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn ul a.remove{border-bottom:1px solid #eee;color:#666}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-btn-toggle{width:40px;height:42px;padding-left:0;font-family:Dashicons;font-size:20px;line-height:42px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-btn-toggle.open::after{content:"\f343"}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-btn-toggle.close::after{content:"\f347"}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions:hover .lp-toolbar-buttons>div a{visibility:visible}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings{background:#fff}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options{padding-left:0;padding-right:0;text-align:right}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .inside{margin:0;padding:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .inside .lp-quiz-editor__detail-field{margin:0;padding:20px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .inside .lp-quiz-editor__detail-field:nth-child(2n+1){background:#f4fcff}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .inside .lp-quiz-editor__detail-label{margin:0;margin-bottom:10px;color:#666;font-weight:600}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .postbox{border:1px solid #ddd}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .postbox .hndle{font-weight:600;cursor:default}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .postbox .toggle{float:left;position:absolute;top:0;left:0;width:36px;height:36px;line-height:36px;text-align:center;cursor:pointer}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .postbox .toggle::after{font-family:Dashicons;font-size:18px;content:"\f460"}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings.closed .quiz-question-options{width:38px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings.closed .postbox{min-width:34px;height:34px;line-height:42px;text-align:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings.closed .postbox .hndle{display:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings.closed .postbox .toggle::after{content:"\f132"}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.sorting_choice .quiz-question-data table.lp-list-options .answer-correct{display:none !important}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer{margin-top:-1px;border-top:1px solid #ddd;background:#f4fcff}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row{height:auto;text-align:right}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .lp-sortable-handle{display:flex;width:30px;padding:8px 10px 8px 6px;color:#999;font-family:Dashicons;font-size:20px;vertical-align:middle;align-items:center;justify-content:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .lp-sortable-handle::before{content:"\f132"}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .order{padding:8px 0;line-height:28px;text-align:right}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question{padding:8px 5px 8px 10px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title{display:inline-block;position:relative;min-width:500px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title form input{width:100%;margin:0;padding:6px 0;border:0;background:transparent;font-size:1.2em;line-height:18px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title form input:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title form input:focus{color:#32373c}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title form input::placeholder{display:inline-block}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new{display:inline;position:relative}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types{display:none;position:absolute;z-index:9999999;top:100%;left:-2px;width:200px;margin:6px;border:1px solid #999;background-color:#fff}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types li{margin:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types li a{display:block;padding:12px 20px;outline:0;color:#757575;box-shadow:none;line-height:1;text-decoration:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types li a:hover{background:#eee}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types li.disabled{opacity:.5;background-color:#eee;user-select:none;pointer-events:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new button:hover+.question-types{display:block}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new button+.question-types:hover{display:block}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new button[disabled=disabled]:hover+.question-types{display:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .select-item{display:inline}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question button{height:30px;box-shadow:0 1px 0 #ccc !important}#admin-editor-lp_quiz .lp-box-data-content .question-button-actions{text-align:right}#question-editor .inside .rwmb-custom_html-wrapper .rwmb-label{display:none}#question-editor .inside .rwmb-custom_html-wrapper .rwmb-input{margin-right:0}#question-editor .inside{margin:0;padding:0}#admin-editor-lp_question{margin:0;padding:0;border:0;background:#fff}#admin-editor-lp_question form{margin:0}#admin-editor-lp_question .lp-box-data-head{display:flex;flex-direction:row;padding:10px 20px;align-items:center}#admin-editor-lp_question .lp-box-data-head .heading{margin:0;padding:0;flex:1}#admin-editor-lp_question .lp-box-data-head .lp-question-editor{position:relative;margin-right:auto;border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types>a{display:inline-flex;height:32px;padding:0 16px;border:1px solid #999;border-radius:2px;color:#666;line-height:32px;text-decoration:none;align-items:center;cursor:pointer;user-select:none}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types>a::after{margin-right:5px;font-family:Dashicons;font-size:14px;line-height:30px;content:"\f347"}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul{display:none;position:absolute;z-index:9999;top:100%;left:0;height:auto;margin:0;margin-top:-1px;border:1px solid #999;border-radius:2px;background:#fdfeff}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li{margin:0}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li:hover,#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li.active{background:#eee}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li a{display:block;min-width:110px;padding:10px;color:#757575;font-size:12px;text-align:left;white-space:nowrap;text-decoration:none}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li.disabled{opacity:.4}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li.disabled a{color:#999;cursor:not-allowed;pointer-events:none}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul:hover{display:block}#admin-editor-lp_question .lp-box-data-head .lp-question-editor:hover .question-types ul{display:block}#admin-editor-lp_question .lp-box-data-content{padding:0 20px 20px 20px;border:none !important}#admin-editor-lp_question .lp-box-data-content table.list-question-answers{width:100%;border:1px solid #ddd}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tr td{padding:0 15px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers thead tr th{padding:15px;border-bottom:1px solid #ddd;background-color:#eee;font-weight:600}#admin-editor-lp_question .lp-box-data-content table.list-question-answers thead tr th.answer-text{padding-right:10px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers .sort,#admin-editor-lp_question .lp-box-data-content table.list-question-answers .order,#admin-editor-lp_question .lp-box-data-content table.list-question-answers .actions{width:10px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers .sort{padding:0 10px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers .order{width:10px;padding:0;text-align:left}#admin-editor-lp_question .lp-box-data-content table.list-question-answers .answer-correct{width:65px;text-align:center}#admin-editor-lp_question .lp-box-data-content table.list-question-answers .answer-text{padding-right:8px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers .actions{padding-left:0;text-align:left}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr{color:#444;background:#fff}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr:nth-child(2n){background:#fff}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td{background-color:#fff}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.sort{width:15px;padding:0;font-size:18px;text-align:center;cursor:url("../../images/openhand.cur") 7 5,default}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.sort .svg-icon{height:18px;margin-top:-2px;vertical-align:middle;fill:#999}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.sort:hover .svg-icon{fill:#0085ba}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.order{font-size:14px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.answer-text input{width:100%;padding:0;border:0;color:#444;background:transparent;box-shadow:none;font-size:14px;font-weight:600;transition:box-shadow .2s ease}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.lp-toolbar-buttons{z-index:auto}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr:hover td.actions .remove-answer{visibility:visible;height:42px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.ui-sortable-placeholder{visibility:visible !important}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.ui-sortable-placeholder td{height:43px;background:#bdf4fe !important}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.ui-sortable-helper td{border-bottom:1px solid #ddd}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.ui-sortable-helper td.sort{border-right:0}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.new-option .svg-icon{display:none}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.new-option td{position:relative}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.new-option .sort::before{display:inline-block;position:absolute;top:8px;right:10px;font-family:"Dashicons";content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.new-option td::after{position:absolute;top:0;left:0;bottom:0;right:0;opacity:.5;background:#fff;content:""}#admin-editor-lp_question .lp-box-data-content .add-answer{margin:15px 0 0 0}#admin-editor-lp_question.sorting_choice table.list-question-answers .answer-correct{display:none !important}.lp-admin-fib-question-editor,.admin-quiz-fib-question-editor{text-align:right}.lp-admin-fib-question-editor .lp-box-data-content,.admin-quiz-fib-question-editor .lp-box-data-content{margin:0 !important;border:none !important}.lp-admin-fib-question-editor .content-editable,.admin-quiz-fib-question-editor .content-editable{min-height:240px !important;padding:12px 15px;border:2px solid #ddd;border-radius:4px}.lp-admin-fib-question-editor .content-editable .fib-blank,.admin-quiz-fib-question-editor .content-editable .fib-blank{position:relative;color:#2196f3}.lp-admin-fib-question-editor .content-editable .fib-blank::before,.admin-quiz-fib-question-editor .content-editable .fib-blank::before{content:"#" attr(data-index) ". "}.lp-admin-fib-question-editor .fib-blanks,.admin-quiz-fib-question-editor .fib-blanks{min-width:700px;border-collapse:collapse}@media(max-width:1024px){.lp-admin-fib-question-editor .fib-blanks,.admin-quiz-fib-question-editor .fib-blanks{width:100%;min-width:100%}}.lp-admin-fib-question-editor .fib-blanks tbody,.admin-quiz-fib-question-editor .fib-blanks tbody{border-bottom:1px solid #bbb}.lp-admin-fib-question-editor .fib-blanks tbody tr,.admin-quiz-fib-question-editor .fib-blanks tbody tr{background:#eee}.lp-admin-fib-question-editor .fib-blanks tbody tr td,.admin-quiz-fib-question-editor .fib-blanks tbody tr td{padding:5px}.lp-admin-fib-question-editor .fib-blanks tbody tr.blank-options td,.admin-quiz-fib-question-editor .fib-blanks tbody tr.blank-options td{padding:0}.lp-admin-fib-question-editor .fib-blanks tbody tr.blank-options ul,.admin-quiz-fib-question-editor .fib-blanks tbody tr.blank-options ul{display:none;margin:5px 0;padding:20px;border:1px solid #ddd;background:#fff;list-style:none}.lp-admin-fib-question-editor .fib-blanks tbody.open .blank-options ul,.admin-quiz-fib-question-editor .fib-blanks tbody.open .blank-options ul{display:block}.lp-admin-fib-question-editor .fib-blanks tbody .blank-position,.admin-quiz-fib-question-editor .fib-blanks tbody .blank-position{font-weight:600;text-align:center}.lp-admin-fib-question-editor .fib-blanks tbody .blank-actions,.admin-quiz-fib-question-editor .fib-blanks tbody .blank-actions{text-align:left}.lp-admin-fib-question-editor .fib-blanks tbody:last-child,.admin-quiz-fib-question-editor .fib-blanks tbody:last-child{border:0}#fill-in-blanks-editor{display:flex}#fill-in-blanks-editor .blank-options{flex:0 0 65%}#fill-in-blanks-editor .blanks{width:100%;margin:0}#fill-in-blanks-editor .blanks .blank{margin:0 0 20px 0;padding:20px;border:1px solid #d9e0f1;background:#fbfcff}#fill-in-blanks-editor .blanks .blank label{font-weight:bold}#fill-in-blanks-editor .blanks .blank .blank-content{width:100%;min-height:74px;font-size:16px}#fill-in-blanks-editor .blanks .blank .blank-words .word{background:#ddd;line-height:1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}#fill-in-blanks-editor .blanks .blank .blank-words .word.correct{background:#00a1e6}#fill-in-blanks-editor .blanks .blank .blank-tip p{font-style:italic}#fill-in-blanks-editor .blanks .blank .button-remove{color:red}#fill-in-blanks-editor .passage-preview{margin-right:20px;padding:15px 20px;border:1px solid #ddd;font-size:16px;line-height:24px;text-align:justify;flex:1}#fill-in-blanks-editor .passage-preview .blank-input{display:inline-block;position:relative;width:50px;height:16px;margin:-2px 10px;padding:0;border:0;border-bottom:1px dashed #ddd;background:transparent;box-shadow:none;font-size:16px;vertical-align:middle}#fill-in-blanks-editor .blanks-list{width:100%}#fill-in-blanks-editor .blanks-list textarea{width:100%;min-height:300px;margin-bottom:20px;outline:0;background:#f9f9f9;box-shadow:none;font-size:18px;line-height:30px}#fill-in-blanks-editor .blanks-list code{line-height:1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}#fill-in-blanks-editor .blanks-list code.correct{background:#00a1e6}#lp-modal-choose-items{display:none;position:fixed;z-index:-1;top:0;left:0;bottom:0;right:0;opacity:0;background-color:rgba(0,0,0,0.5)}#lp-modal-choose-items.show{display:block;z-index:99999999;opacity:1}#lp-modal-choose-items.loading .lp-choose-items ul.list-items::before{display:block;position:absolute;z-index:9;top:0;left:0;bottom:0;right:0;background:url("../../images/spinner.gif") no-repeat center center;background-color:#fff;content:""}#lp-modal-choose-items .lp-choose-items{position:relative;max-width:800px;margin:5% 20% 10% auto;border:1px solid #ddd;background-color:#fff;box-shadow:0 1px 1px rgba(0,0,0,0.1);transition:all 200ms ease-out}#lp-modal-choose-items .lp-choose-items.show-preview .header .preview-title{display:flex;align-items:center}#lp-modal-choose-items .lp-choose-items .header{position:relative}#lp-modal-choose-items .lp-choose-items .header .preview-title{display:none;position:absolute;z-index:10;top:0;left:0;bottom:0;right:0;padding-right:20px;border-bottom:1px solid #ddd;background-color:#fff;font-weight:600}#lp-modal-choose-items .lp-choose-items .header .preview-title h3{margin:0}#lp-modal-choose-items .lp-choose-items .header .tabs{margin:0;border-bottom:1px solid #ddd}#lp-modal-choose-items .lp-choose-items .header .tabs .tab{display:inline-block;position:relative;margin:0}#lp-modal-choose-items .lp-choose-items .header .tabs .tab:not(:last-child)::before{position:absolute;top:50%;left:0;height:44px;margin-top:-22px;border-left:1px solid #ddd;content:""}#lp-modal-choose-items .lp-choose-items .header .tabs .tab.active::after{display:inline-block;position:absolute;bottom:-6px;right:50%;width:10px;height:10px;margin-right:-6px;border:1px solid #ddd;border-left:0;border-bottom:0;background:#fff;content:"";transform:rotate(-45deg)}#lp-modal-choose-items .lp-choose-items .header .tabs .tab.active a{color:#0073aa}#lp-modal-choose-items .lp-choose-items .header .tabs .tab a{display:inline-block;height:44px;padding:0 20px;color:#333;font-weight:600;line-height:44px;text-decoration:none}#lp-modal-choose-items .lp-choose-items .header .tabs .tab a:focus{box-shadow:none}#lp-modal-choose-items .lp-choose-items .header .close{display:inline-block;position:absolute;z-index:30;top:0;left:0;padding:12px;font-size:1em;cursor:pointer}#lp-modal-choose-items .lp-choose-items .main{overflow:hidden;position:relative;padding:20px;border-bottom:1px solid #ddd}#lp-modal-choose-items .lp-choose-items .main .section-item{display:block;overflow:hidden;max-width:100%;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;transition:color 200ms ease-out}#lp-modal-choose-items .lp-choose-items .main .section-item::before{position:relative;top:3px;font-family:Dashicons}#lp-modal-choose-items .lp-choose-items .main .search{margin-bottom:20px;background:transparent}#lp-modal-choose-items .lp-choose-items .main .search input.modal-search-input{width:100%;height:36px;padding:0 14px;font-size:16px;line-height:36px}#lp-modal-choose-items .lp-choose-items .main .list-items{overflow-y:auto;position:relative;min-height:260px;max-height:460px;margin:0}#lp-modal-choose-items .lp-choose-items .main .list-items li{margin:15px 0;cursor:pointer}#lp-modal-choose-items .lp-choose-items .main .pagination .index{margin-right:20px;line-height:28px}#lp-modal-choose-items .lp-choose-items .lp-added-items-preview{overflow:auto;position:absolute;z-index:2;top:0;left:0;bottom:0;right:0;max-height:420px;padding:20px;background-color:#fff;transform:translate(-100%,0)}#lp-modal-choose-items .lp-choose-items .lp-added-items-preview.show{transform:translate(0,0)}#lp-modal-choose-items .lp-choose-items .lp-added-items-preview .list-added-items li{margin:15px 0}#lp-modal-choose-items .lp-choose-items .lp-added-items-preview .list-added-items li:first-child{margin:-10px 0 15px 0}#lp-modal-choose-items .lp-choose-items .footer{padding:20px}body.lp-item-moving{cursor:url("../../images/closedhand.cur") 7 5,default !important}@media screen and (max-width:900px){#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .question-settings.table-row{display:block;width:auto;text-align:right}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .question-settings.table-row>*{width:auto}}#learn-press-reset-course-users,#learn-press-reset-user-courses,#learn-press-reset-user-item{max-width:100%}#learn-press-reset-course-users table,#learn-press-reset-user-courses table,#learn-press-reset-user-item table{width:100%;border-collapse:collapse}#learn-press-reset-course-users .courses-list,#learn-press-reset-user-courses .courses-list,#learn-press-reset-user-item .courses-list{margin:0}#learn-press-reset-course-users input[type=text],#learn-press-reset-user-courses input[type=text],#learn-press-reset-user-item input[type=text]{min-width:300px;height:28px;margin-right:0}#learn-press-reset-course-users .action-reset.dashicons-trash,#learn-press-reset-user-courses .action-reset.dashicons-trash,#learn-press-reset-user-item .action-reset.dashicons-trash{color:red}#learn-press-reset-course-users .action-reset.dashicons-update,#learn-press-reset-user-courses .action-reset.dashicons-update,#learn-press-reset-user-item .action-reset.dashicons-update{-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}.learn-press-tip{display:none;margin:0 5px;color:#444;font-size:13px;font-style:normal;line-height:1;vertical-align:baseline;cursor:pointer}.learn-press-tip.ready{display:inline-block}.learn-press-tip::before{font-family:"Font Awesome 5 Free";content:"\f059"}.learn-press-tip:hover{opacity:.8}.learn-press-tip-floating{position:absolute;z-index:9999999;min-width:20px;margin-right:-1px;padding:.618em 1em;color:#fff;background:#383838;font-size:12px;line-height:1.2em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.learn-press-tip-floating>*{font-size:12px}.learn-press-tip-floating .close{display:inline-block;position:absolute;top:-8px;left:-8px;width:16px;height:16px;border:1px solid #fff;color:#fff;background:#468fbc;line-height:16px;text-align:center;cursor:pointer;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.learn-press-tip-floating .close::before{font-family:"Font Awesome 5 Free";content:"\f00d"}.learn-press-tip-floating p{margin:0}.learn-press-tip-floating::before{position:absolute;bottom:-6px;right:50%;width:0;height:0;margin-right:-6px;border:6px solid transparent;border-top-color:#383838;border-bottom-width:0;content:""}.lp-group-step{border-bottom:1px solid #eee}.lp-group-step h3{padding:0 2em}.lp-group-step label{margin-bottom:5px;font-size:13px;font-weight:500;font-style:italic}.lp-group-step .lp-item-step{display:flex;position:relative;min-height:35px;margin:0;padding:1em 0;border-top:1px solid #eee;align-items:center;cursor:pointer}.lp-group-step .lp-item-step:hover{background:#eee}.lp-group-step .lp-item-step .lp-item-step-left{display:inline-flex;align-items:center;position:relative;padding:0 2em}.lp-group-step .lp-item-step .lp-item-step-left::before{display:block;position:absolute;z-index:2;width:1em;height:1em;border:1px solid rgba(0,0,0,0.1);border-top:1px solid #3498db;border-radius:50%;opacity:0;content:"";-webkit-animation:lp-rotating .8s linear infinite;animation:lp-rotating .8s linear infinite}.lp-group-step .lp-item-step .lp-item-step-left::after{position:absolute;z-index:1;right:23px;opacity:0;color:#4caf50;font-family:Dashicons;font-size:1.5em;content:"\f147"}.lp-group-step .lp-item-step.running .lp-item-step-left::before{opacity:1}.lp-group-step .lp-item-step.running .lp-item-step-left input{opacity:0}.lp-group-step .lp-item-step.running::before{display:block;position:absolute;width:0;height:100%;background:#0073aa;content:"";opacity:.1;transition:.8s linear}.lp-group-step .lp-item-step.running .progress-bar{opacity:.1}.lp-group-step .lp-item-step.completed .lp-item-step-left::after{opacity:1}.lp-group-step .lp-item-step.completed .lp-item-step-left input{opacity:0}.lp-group-step .lp-item-step.completed .progress-bar{width:100%;opacity:.1}.lp-group-step .lp-item-step.error .lp-item-step-left::after{opacity:1;color:#d33;content:"\f335"}.lp-group-step .lp-item-step .progress-bar{display:block;position:absolute;top:0;right:0;width:0;height:100%;opacity:0;background:rgba(124,96,217,0.7490196078);transition:.8s linear}.lp-group-steps-done{display:none}@keyframes lp-rotating{from{-o-transform:rotate(0);-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}to{-o-transform:rotate(-360deg);-ms-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes lp-rotating{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.ajaxload{display:inline-block;position:relative;width:30px;height:30px;background:#7b7b7b;content:"";-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}.ajaxload::after{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:inline-block;position:absolute;top:2px;right:50%;width:6px;height:6px;margin-right:-3px;background:#dedede;content:""}.lp-ajaxload-style-1{display:inline-block;position:relative;width:32px;height:32px}.lp-ajaxload-style-1::before,.lp-ajaxload-style-1::after{position:absolute;top:0;right:0;width:100%;height:100%;border:3px solid #ddd;content:""}.lp-ajaxload-style-1::after{clip:rect(0,32px,16px,16px);border-color:#2fa7ff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}@media screen and (max-width:782px){.learn-press-dropdown-pages .select2-container{vertical-align:top}.learn-press-dropdown-pages .select2-container .select2-selection--single{height:31px}.learn-press-dropdown-pages .select2-selection__rendered{line-height:31px !important}#learn-press-advertisement{margin:0 12px;padding-bottom:0}#learn-press-advertisement .slider-controls{bottom:40px}}.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:0 50%}to{background-position:100% 50%}}.button.disabled{pointer-events:none}.learnpress .postbox .rwmb-meta-box{margin-top:10px}.learnpress #field-_lp_requirements .rwmb-text-list-clone,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone,.learnpress #field-_lp_key_features .rwmb-text-list-clone,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone,.learnpress #field-_lp_faqs .rwmb-text-list-clone,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone{clear:none;position:relative;border:1px solid #ddd;border-radius:4px}.learnpress #field-_lp_requirements .rwmb-text-list-clone .rwmb-text-list-label,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .rwmb-text-list-label,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .rwmb-text-list-label,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .rwmb-text-list-label,.learnpress #field-_lp_key_features .rwmb-text-list-clone .rwmb-text-list-label,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .rwmb-text-list-label,.learnpress #field-_lp_faqs .rwmb-text-list-clone .rwmb-text-list-label,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list-label{display:none}.learnpress #field-_lp_requirements .rwmb-text-list-clone .rwmb-text-list,.learnpress #field-_lp_requirements .rwmb-text-list-clone .rwmb-text-list-advanced,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .rwmb-text-list,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .rwmb-text-list-advanced,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .rwmb-text-list,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .rwmb-text-list-advanced,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .rwmb-text-list,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .rwmb-text-list-advanced,.learnpress #field-_lp_key_features .rwmb-text-list-clone .rwmb-text-list,.learnpress #field-_lp_key_features .rwmb-text-list-clone .rwmb-text-list-advanced,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .rwmb-text-list,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .rwmb-text-list-advanced,.learnpress #field-_lp_faqs .rwmb-text-list-clone .rwmb-text-list,.learnpress #field-_lp_faqs .rwmb-text-list-clone .rwmb-text-list-advanced,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list-advanced{width:calc(100% - 65px);padding:7px 10px;border:0;color:#777;background:transparent;box-shadow:none;line-height:1}.learnpress #field-_lp_requirements .rwmb-text-list-clone .remove-clone,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .remove-clone,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .remove-clone,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .remove-clone,.learnpress #field-_lp_key_features .rwmb-text-list-clone .remove-clone,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .remove-clone,.learnpress #field-_lp_faqs .rwmb-text-list-clone .remove-clone,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .remove-clone{top:50%;left:41px;margin-top:-10px;border-radius:unset;color:#999;background:transparent;-webkit-transition:left .25s;-moz-transition:left .25s;-ms-transition:left .25s;-o-transition:left .25s;transition:left .25s}.learnpress #field-_lp_requirements .rwmb-text-list-clone .remove-clone i,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .remove-clone i,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .remove-clone i,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .remove-clone i,.learnpress #field-_lp_key_features .rwmb-text-list-clone .remove-clone i,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .remove-clone i,.learnpress #field-_lp_faqs .rwmb-text-list-clone .remove-clone i,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .remove-clone i{font-size:20px}.learnpress #field-_lp_requirements .rwmb-text-list-clone .remove-clone:hover,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .remove-clone:hover,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .remove-clone:hover,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .remove-clone:hover,.learnpress #field-_lp_key_features .rwmb-text-list-clone .remove-clone:hover,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .remove-clone:hover,.learnpress #field-_lp_faqs .rwmb-text-list-clone .remove-clone:hover,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .remove-clone:hover{color:#e74c3c}.learnpress #field-_lp_requirements .rwmb-text-list-clone::after,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone::after,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone::after,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone::after,.learnpress #field-_lp_key_features .rwmb-text-list-clone::after,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone::after,.learnpress #field-_lp_faqs .rwmb-text-list-clone::after,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone::after{display:inline-block;position:absolute;top:50%;left:10px;margin:8px 0 0 0;margin-top:-9px;color:#999;font-family:Dashicons;font-size:20px;content:"\f333"}.learnpress #field-_lp_requirements .rwmb-text-list-clone:focus-within,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone:focus-within,.learnpress #field-_lp_key_features .rwmb-text-list-clone:focus-within,.learnpress #field-_lp_faqs .rwmb-text-list-clone:focus-within{border-color:#0085ba}.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .rwmb-text-list:focus,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .rwmb-text-list:focus,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .rwmb-text-list:focus,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list:focus{border-color:#0085ba}.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone{position:relative;padding:0 0 16px 0}.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list-label{display:block;padding:10px 12px 0 10px}.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list{width:calc(100% - 25px);margin:0 13px 0 13px;border:1px solid #ddd;vertical-align:top}.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .remove-clone{top:20px;left:36px;margin-top:-10px;color:#999;-webkit-transition:left .25s;-moz-transition:left .25s;-ms-transition:left .25s;-o-transition:left .25s;transition:left .25s}.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone::after{top:20px}.lp-notice,.learn-press-notice{position:relative;padding:12px}.lp-notice h4,.learn-press-notice h4{margin:10px 0 15px}.lp-notice p,.learn-press-notice p{margin:0 0 5px 0;padding:0 2px}.lp-notice.lp-upgrade-notice,.learn-press-notice.lp-upgrade-notice{position:relative;border-right-color:#02b7fb;background:#bceffe}.lp-notice.lp-upgrade-notice .close-notice,.learn-press-notice.lp-upgrade-notice .close-notice{position:absolute;top:5px;left:10px}.lp-notice .lp-message-dismiss,.learn-press-notice .lp-message-dismiss{position:absolute;top:12px;left:12px}.lp-notice .notice-dismiss,.learn-press-notice .notice-dismiss{position:absolute;top:0;left:1px;margin:0;padding:9px;border:0;outline:0;color:#72777c;background:100% 0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;cursor:pointer}.lp-notice .notice-dismiss::before,.learn-press-notice .notice-dismiss::before{display:block;width:20px;height:20px;color:#72777c;background:100% 0;font:normal 16px/20px dashicons;text-align:center;content:"\f153";speak:none;-webkit-font-smoothing:antialiased}.learn-press-dropdown-pages{display:inline-block}.lp-notice-update-database{border:1px solid rebeccapurple;border-right-color:red;border-radius:3px;color:white;background:rebeccapurple}.lp-notice-update-database.do-updating::before{display:inline-block;float:right;margin:9px -5px 0 5px;color:#2773aa;font-family:dashicons;font-size:20px;content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#adminmenu .update-plugins.lp-plugins-count{padding:0 5px}.search-box input[name=post-search-author],.search-box .select2-container{min-width:200px;margin:0;vertical-align:top}.learn-press-notice-assigned-item{color:red}.learnpress .actions{margin:0}#learn-press-syncs li{position:relative}#learn-press-syncs li.syncing,#learn-press-syncs li.synced{padding-right:24px}#learn-press-syncs li.syncing input[type=checkbox],#learn-press-syncs li.synced input[type=checkbox]{display:none}#learn-press-syncs li.syncing::after{content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#learn-press-syncs li.synced::after{color:#2773aa;content:"\f147"}#learn-press-syncs li::after{display:block;position:absolute;top:0;right:-3px;width:24px;height:24px;font-family:dashicons;font-size:19px;line-height:24px;text-align:center}#learn-press-updater .updater-progress{position:relative;margin:0 2px}#learn-press-updater .updater-progress ul{display:flex;position:relative;height:5px;background:#eee}#learn-press-updater .updater-progress ul li{position:relative;margin:0;flex:1}#learn-press-updater .updater-progress ul li::after{display:none;position:absolute;top:-30px;left:0;padding:3px 5px;border-radius:3px;color:#fff;background:#ddd;font-size:12px;content:attr(data-version)}#learn-press-updater .updater-progress ul li::before{content:""}#learn-press-updater .updater-progress ul li:last-child::after{_display:block}#learn-press-updater .updater-progress ul::after{position:absolute;top:0;right:0;width:0;height:20px}#learn-press-updater .updater-progress .updater-progress-status{position:absolute;top:0;right:0;width:0;height:5px;background:#5bc4f9;-webkit-transition:width .25s;-moz-transition:width .25s;-ms-transition:width .25s;-o-transition:width .25s;transition:width .25s}#learn-press-updater .updater-progress .updater-progress-status::before{position:absolute;top:-20px;left:0;padding:0 5px;border-radius:3px;color:#fff;background:#5bc4f9;font-size:12px;_content:attr(data-value) "%"}#learn-press-updater .updater-progress .updater-progress-status .updater-progress-animation{overflow:hidden;position:absolute;top:0;right:0;width:100%;height:5px;background:#5bc4f9}#learn-press-updater .updater-progress .updater-progress-status .updater-progress-animation:not(.completed)::after{position:absolute;height:5px;background:#8dd9ff;content:"";-webkit-animation:animation4 1.5s ease-out infinite;-moz-animation:animation4 1.5s ease-out infinite;-ms-animation:animation4 1.5s ease-out infinite;-o-animation:animation4 1.5s ease-out infinite;animation:animation4 1.5s ease-out infinite}#learn-press-updater .updating-message{color:#a24666}#learn-press-updater .completed-message{color:#3c8eb7}#learn-press-updater{display:none}.select2 .select2-search.select2-search--inline{margin-bottom:0}.select2 .select2-selection .select2-selection__choice{margin-top:4px;margin-bottom:0}.select2 .select2-selection.select2-selection--multiple{min-height:30px}.edit-post-layout__metaboxes .rwmb-label>label{color:#666;font-size:small;font-weight:bold}body.post-type-lp_question #button-new-question{display:inline-block;position:relative}body.post-type-lp_question #button-new-question div{display:none;position:absolute;z-index:9999;top:100%;right:0;min-width:100px;margin:0 -1px 0 0;border:1px solid #999;background:white;font-weight:400}body.post-type-lp_question #button-new-question div a{display:block;min-width:100px;margin:0;padding:10px 20px;color:#666;white-space:nowrap;text-decoration:none}body.post-type-lp_question #button-new-question div a:hover{background:#eee}body.post-type-lp_question #button-new-question>a{position:relative;padding-left:15px;text-decoration:none}body.post-type-lp_question #button-new-question>a::after{display:inline-block;position:absolute;top:6px;left:0;width:0;height:0;margin:0;border:5px solid transparent;border-top-color:#0f7aae;content:""}body.post-type-lp_question #button-new-question:hover div{display:block}.lp-label{display:inline-block;padding:3px 6px;color:#fff;font-size:12px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.lp-label.success{background:#4caf50}.lp-label.error{background:red}.lp-label.warning{background:#ffc107}.lp-label .far,.lp-label .fas,.lp-label .fa{display:inline-block;margin-left:5px}.lp-admin-profile-courses .column-results{width:200px}.lp-admin-profile-courses .course-results-progress .lp-progress-row{margin:0 0 20px 0}.lp-admin-profile-courses .course-results-progress .lp-course-progress-heading{margin:0 0 5px 0;line-height:1}.lp-admin-profile-courses .learn-press-progress{overflow:hidden;position:relative;width:150px;height:6px;border-radius:3px}.lp-admin-profile-courses .learn-press-progress .learn-press-progress__active{position:absolute;z-index:1;right:-100%;width:100%;height:100%;border-radius:3px;background:var(--lp-primary-color);-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s}.lp-admin-profile-courses .learn-press-progress::before{display:block;position:absolute;z-index:0;top:0;width:100%;height:100%;background:#ccc;content:""}
1
+ @-webkit-keyframes rotating4{from{-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes rotating4{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-webkit-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes animation4{from{right:-40%;width:40%}to{right:100%;width:10%}}@keyframes animation4{from{right:-40%;width:40%}to{right:100%;width:10%}}.learn-press-message{position:relative;margin:0 0 20px 0;padding:10px 15px 10px 50px;border-top:5px solid #00adff;border-radius:0 0 5px 5px;background:#f5f5f5;width:100%}.learn-press-message.icon{padding-right:45px}.learn-press-message.icon::before{background:#00adff}.learn-press-message.icon::after{position:absolute;top:50%;right:15px;width:10px;height:10px;margin-top:-13px;margin-left:10px;border-radius:50%;color:#fff;background:#00adff;font-family:"Font Awesome 5 Free";font-size:20px;line-height:26px;text-align:center;vertical-align:baseline;content:"\f129"}.learn-press-message::before,.learn-press-message::after{position:absolute;top:0;content:""}.learn-press-message::before{left:20px;width:20px;height:30px;background:#00adff}.learn-press-message::after{top:10px;left:20px;width:0;height:0;border:10px solid transparent;border-bottom-color:#f5f5f5}.learn-press-message.error{border-color:#d85554}.learn-press-message.error::before{background:#d85554}.learn-press-message.error.icon::before,.learn-press-message.error.icon::after{background:#d85554}.learn-press-message.error.icon::after{content:"\f00d"}.learn-press-message.warning{border-color:#ffc107}.learn-press-message.warning::before{background:#ffc107}.learn-press-message.warning.icon::before,.learn-press-message.warning.icon::after{background:#ffc107}.learn-press-message.warning.icon::after{content:"\f00d"}.learn-press-message.success{border-color:#059601}.learn-press-message.success::before{background:#059601}.learn-press-message.success.icon::before,.learn-press-message.success.icon::after{background:#059601}.learn-press-message.success.icon::after{content:"\f129"}.learn-press-message a{text-decoration:underline}.lp-toolbar-buttons{position:relative;z-index:10;height:50px}.lp-toolbar-buttons .lp-toolbar-btn{display:inline-block;position:relative;width:30px;height:30px;margin:0;padding:0;text-align:center;vertical-align:middle;cursor:pointer}.lp-toolbar-buttons .lp-toolbar-btn a,.lp-toolbar-buttons .lp-toolbar-btn span{outline:0;color:#666;box-shadow:none}.lp-toolbar-buttons .lp-toolbar-btn .lp-btn-icon{position:absolute;top:50%;right:50%;width:30px;height:30px;margin-top:-15px;margin-right:-15px;line-height:30px;text-align:center}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move{cursor:ns-resize}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move a,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move span{cursor:ns-resize}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move:hover a,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move span{color:var(--lp-primary-color)}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-remove{cursor:pointer}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-remove:hover a,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-remove:hover span{color:#e74c3c}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle .dashicons-arrow-down,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle .dashicons-arrow-down-alt2{display:none}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle.closed .dashicons-arrow-up,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle.closed .dashicons-arrow-up-alt2{display:none}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle.closed .dashicons-arrow-down,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle.closed .dashicons-arrow-down-alt2{display:inline-block}.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown{color:#000}.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul{display:none;position:absolute;top:100%;left:0;margin:0;border:1px solid #999;background:#fdfeff}.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul li{margin:0;list-style:none}.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul li a{display:block;margin:0;padding:3px 8px;color:#757575;font-size:12px;text-align:left;white-space:nowrap;text-decoration:none}.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul li a:hover{background:#eee}.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul li.active a{background:#eee}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-disabled,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-disabled:hover{_background:#f5f5f5}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-disabled .lp-btn-icon,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-disabled:hover .lp-btn-icon{color:#666}.lp-toolbar-buttons .lp-toolbar-btn:hover{display:inline-block;background:0}.lp-toolbar-buttons .lp-toolbar-btn:hover .lp-btn-icon{color:#444}.lp-toolbar-buttons .lp-toolbar-btn:hover ul{display:block}.lp-toolbar-buttons .lp-toolbar-btn:hover ul:hover{display:block}.column-content-actions.lp-toolbar-buttons{width:30px;padding:0;white-space:nowrap}.learn-press-box-data{position:relative;margin:20px 0 0 0;border:1px solid #ddd}.learn-press-box-data .lp-box-data-head{padding:10px 15px;background:#fff}.learn-press-box-data .lp-box-data-head h3{margin:0;padding:15px;font-size:16px}.learn-press-box-data .lp-box-data-head .lp-box-data-actions{float:left;position:relative;z-index:10}.learn-press-box-data .lp-box-data-head .lp-box-data-actions .lp-btn{display:inline-block;width:30px;height:50px;line-height:46px;text-align:center;vertical-align:middle}.learn-press-box-data .lp-box-data-head .lp-box-data-actions::after{display:block;clear:both;content:""}.learn-press-box-data .lp-box-data-head::after{display:block;clear:both;content:""}.learn-press-box-data .lp-box-data-content{padding:15px;border-top:1px solid #ddd;background:#fff}.learn-press-box-data .lp-box-data-foot{padding:15px}.learn-press-box-data.closed .lp-btn-toggle .dashicons-arrow-up,.learn-press-box-data.closed .lp-btn-toggle .dashicons-arrow-up-alt2{display:none}.learn-press-box-data.closed .lp-btn-toggle .dashicons-arrow-down,.learn-press-box-data.closed .lp-btn-toggle .dashicons-arrow-down-alt2{display:inline-block}.learn-press-box-data.closed .lp-box-data-content{display:none}.lp-list-options{width:100%;border-collapse:collapse}.lp-list-options th,.lp-list-options td{padding:10px 15px;border-top:1px solid #ddd;background:#f5f5f5}.lp-list-options thead th{text-align:right}.lp-list-options tbody tr td{padding:0 15px;background:#f4fcff}.lp-list-options tbody tr td.lp-toolbar-buttons{_overflow:hidden;position:relative;width:30px;height:42px;white-space:nowrap}.lp-list-options tbody tr td.lp-toolbar-buttons .lp-toolbar-btn{visibility:hidden;position:relative;height:43px;margin-top:-4px;margin-bottom:-4px}.lp-list-options tbody tr:nth-child(odd) td{background:#fff}.lp-list-options tbody tr:hover td.lp-toolbar-buttons .lp-toolbar-btn{visibility:visible}.lp-list-options tbody td{text-align:right}.lp-list-options tbody td input[type=text]{width:100%}.lp-list-options tbody td input[type=text][value=""]{font-style:italic}.lp-list-options tbody td.column-content-answer_correct{width:125px}.lp-list-options tbody td.lp-remove-list-option,.lp-list-options tbody td.lp-move-list-option{width:20px;padding:0;text-align:center}.lp-list-options tbody td.lp-remove-list-option a,.lp-list-options tbody td.lp-move-list-option a{visibility:hidden;color:#999}.lp-list-options tbody td.lp-remove-list-option:hover,.lp-list-options tbody td.lp-move-list-option:hover{background:#dbf5ff}.lp-list-options tbody td.lp-move-list-option{cursor:ns-resize}.lp-list-options tbody td.lp-move-list-option a{cursor:ns-resize}.lp-list-options tbody td.lp-move-list-option:hover a{color:var(--lp-primary-color)}.lp-list-options tbody td.lp-remove-list-option{cursor:pointer}.lp-list-options tbody td.lp-remove-list-option:hover a{color:#e74c3c}.lp-animation{-webkit-animation:spin 4s linear infinite;-moz-animation:spin 4s linear infinite;animation:spin 4s linear infinite}.lp-ajax-search{display:inline-block;position:relative;z-index:999999}.lp-ajax-search .lp-search-term{min-width:300px;height:28px;margin:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;outline:0}.lp-ajax-search .lp-search-term:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.lp-ajax-search .lp-search-term:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;outline:0}.lp-ajax-search .lp-search-term:focus:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.lp-ajax-search .lp-search-results{position:absolute;top:100%;width:100%;margin:-1px 0 0 0;border:1px solid #ddd;background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lp-ajax-search .lp-search-results .lp-search-items{overflow:auto;max-height:300px;margin:0}.lp-ajax-search .lp-search-results .lp-search-items li{margin:0}.lp-ajax-search .lp-search-results .lp-search-items li label{display:block;padding:8px 10px;border-bottom:1px solid #f3f3f3}.lp-ajax-search .lp-search-results .lp-search-items li label input{float:right;margin-top:1px;margin-left:-100%}.lp-ajax-search .lp-search-results .lp-search-items li label span{display:inline-block;margin-right:25px}.lp-ajax-search .lp-search-results .lp-search-items li label span a.lp-add-item{visibility:hidden;margin-right:10px}.lp-ajax-search .lp-search-results .lp-search-items li.active{background:#dbf5ff}.lp-ajax-search .lp-search-results .lp-search-items li:hover{color:#fff;background:#0085ba}.lp-ajax-search .lp-search-results .lp-search-items li:hover a.lp-add-item{visibility:visible}.lp-ajax-search .lp-search-results .lp-search-actions{margin:0;padding:10px;border-top:1px solid #ddd}#learn-press-ajax-search-overlay{display:none;position:fixed;z-index:99999;top:0;right:0;width:100%;height:100%;opacity:0}.update-overlay{position:fixed;z-index:99999;top:0;right:0;width:100%;height:100%;background:rgba(255,255,255,0.5)}#course-editor.ajax-search #learn-press-ajax-search-overlay{display:block}#course-editor.ajax-search .lp-ajax-search{z-index:100000}.advanced-list{padding:5px 8px 0 0;border:1px solid #ddd;border-radius:3px;background:#fff;list-style:none}.advanced-list li{display:inline-block;margin:0 -3px 5px 5px;padding:3px 8px;background:#eee;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.advanced-list li .remove-item{display:inline-block;margin-left:5px;line-height:1;vertical-align:middle;text-decoration:none;cursor:pointer}.advanced-list li .remove-item:hover{color:#0085ba}.advanced-list li .remove-item::before{font-family:dashicons;text-decoration:none;content:"\f335"}.advanced-list li span{display:inline-block}.advanced-list.locked .remove-item{display:none}.advanced-list::after{display:block;clear:both;content:""}.lp-label-counter{display:inline-block;height:20px;padding:0 10px;border-radius:20px;color:#fff;background:#2196f3;font-weight:bold;line-height:20px}.lp-label-counter.disabled{background:#ddd}@-moz-keyframes spin{100%{-moz-transform:rotate(-360deg)}}@-webkit-keyframes spin{100%{-webkit-transform:rotate(-360deg)}}@keyframes spin{100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.rwmb-duration{border:1px solid #ddd}ul .clearfix{clear:both;height:0;opacity:0}.clearfix-after::after{display:block;clear:both;height:0;opacity:0;content:""}.lp-button{padding:8px 16px;border:1px solid #e5e7eb;border-radius:6px;color:#374151;font-size:13px;font-weight:500;text-decoration:none;cursor:pointer}@-moz-keyframes lp-spinner{100%{-moz-transform:rotate(-360deg)}}@-webkit-keyframes lp-spinner{100%{-webkit-transform:rotate(-360deg)}}@keyframes lp-spinner{100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.lp-modal-choose-items-open{overflow:hidden}.lp-modal-search{height:100%;padding:20px;color:#777;background-color:red}.lp-modal-search li.selected{display:none}#learn-press-message-box-block{position:fixed;z-index:99999;top:0;left:0;bottom:0;right:0;opacity:.8;background-color:#000}#learn-press-message-box-window{position:fixed;z-index:100000;top:0;left:0;bottom:0;right:0;color:#fff;text-align:center}#message-box-wrap{display:inline-block;max-width:70%;margin:0 auto;text-align:right}.message-box-title{margin:0 0 40px 0;color:#fff;font-size:34px}.message-box-content{font-size:16px;line-height:1.5}.message-box-animation{width:220px;height:20px;margin:20px 0 0;background-image:url("../../images/animation.gif")}.message-box-buttons{margin:20px 0 0;padding-top:20px;border-top:1px solid #929292}.message-box-button{margin-left:10px !important}.tipsy{position:absolute}.learnpress a,.learnpress a:active{outline:0;box-shadow:none}.learnpress .lp-install-sample-data-options{padding:0 20px 10px 20px;border:1px solid #ddd}.learnpress .lp-install-sample-data-options legend{font-size:16px}.lp-email-templates{overflow:hidden;margin-top:5px}.learn-press-email-variables{margin:20px 0 0;padding:0;list-style:none}.learn-press-email-variables li{display:inline-block;cursor:pointer}.learn-press-dropdown-pages input[type=text]{min-width:300px;height:29px;margin:0;vertical-align:top}.learn-press-dropdown-pages .select2-container{min-width:220px !important}.learn-press-dropdown-pages .select2-container .select2-selection--single{height:30px;border-color:#7e8993}.learn-press-dropdown-pages .select2-container .select2-selection__rendered{line-height:28px !important}.learn-press-dropdown-pages .select2-container .select2-selection__arrow{left:1px;width:23px;height:28px;background:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 5px top 55%;background-size:16px 16px}.learn-press-dropdown-pages .select2-container .select2-selection__arrow b{display:none}.learn-press-dropdown-pages .quick-add-page-actions a{font-size:13px;text-decoration:none}.learn-press-dropdown-pages .quick-add-page-inline{margin-top:0}.lp-select-2+.select2-container .select2-selection--single{height:30px;border-color:#7e8993}.lp-select-2+.select2-container .select2-selection--single .select2-selection__rendered{line-height:28px !important}.lp-select-2+.select2-container .select2-selection--single .select2-selection__arrow{left:1px;width:23px;height:28px;background:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 5px top 55%;background-size:16px 16px}.lp-select-2+.select2-container .select2-selection--single .select2-selection__arrow b{display:none}.learn-press-tooltip{display:inline-block;margin:0 5px;color:#999;font-size:17px;vertical-align:middle}.learn-press-tooltip.icon::after{font-family:Dashicons;content:"\f223"}.learn-press-tooltip:hover{opacity:1;color:#0073aa}.rwmb-payment-order-wrapper .rwmb-label{margin-bottom:20px !important}.rwmb-payment-order-wrapper .rwmb-input{margin-right:0 !important}.learn-press-payments,.learn-press-emails{width:100%;border:1px solid #ddd;border-collapse:collapse;font-size:14px}.learn-press-payments th,.learn-press-payments td,.learn-press-emails th,.learn-press-emails td{padding:10px}.learn-press-payments .order,.learn-press-emails .order{width:30px;padding-left:0;color:#ddd;text-align:center;cursor:not-allowed}.learn-press-payments .name,.learn-press-emails .name{min-width:250px;font-weight:normal;text-transform:capitalize}.learn-press-payments .name a,.learn-press-emails .name a{text-decoration:none}.learn-press-payments .status,.learn-press-emails .status{width:100px;text-align:center;cursor:pointer}.learn-press-payments .status .dashicons,.learn-press-emails .status .dashicons{border-radius:50%;color:#fff;background:#ddd}.learn-press-payments .status a,.learn-press-emails .status a{display:block;margin-top:5px;font-size:12px;text-decoration:none}.learn-press-payments .status.enabled .dashicons,.learn-press-emails .status.enabled .dashicons{background:#0085ba}.learn-press-payments thead th,.learn-press-emails thead th{border-bottom:1px solid #ddd;text-align:right}.learn-press-payments tbody tr:nth-child(even) td,.learn-press-emails tbody tr:nth-child(even) td{background:#fff}.learn-press-payments tbody tr:nth-child(odd) td,.learn-press-emails tbody tr:nth-child(odd) td{background:#f5f5f5}.learn-press-payments tbody td,.learn-press-emails tbody td{border-bottom:1px solid #ddd}.learn-press-payments tbody .ui-sortable-helper,.learn-press-emails tbody .ui-sortable-helper{margin-right:-1px;border:1px solid #ddd}.learn-press-payments tbody .ui-sortable-placeholder,.learn-press-emails tbody .ui-sortable-placeholder{visibility:visible !important;border:1px solid #ddd}.learn-press-payments tbody .ui-sortable-placeholder td,.learn-press-emails tbody .ui-sortable-placeholder td{height:35px;padding:0;background:#f7f7f7}.learn-press-payments ~ .email-actions,.learn-press-emails ~ .email-actions{text-align:right}.learn-press-payments.sortable .order:hover,.learn-press-emails.sortable .order:hover{color:#0073aa;cursor:ns-resize}.lp-template-overrides{margin-top:20px}.lp-template-overrides thead th h4{margin:0}.lp-template-overrides tbody th{font-weight:bold}.lp-template-overrides tbody th p{display:inline-block;margin:0 10px 0 0}.lp-template-overrides tbody th p a{margin:0;padding:2px 8px;border:0;border-radius:3px;outline:0;box-shadow:none;font-weight:normal}.lp-template-overrides tbody th p a.current{color:#fff;background:#00aadc}.lp-template-overrides .template-row.outdated code::before,.lp-template-overrides .template-row.up-to-date code::before{display:inline-block;margin-top:-2px;margin-left:3px;font-family:Dashicons;vertical-align:middle}.lp-template-overrides .template-row.outdated .template-version{color:red}.lp-template-overrides .template-row.outdated .template-file code::before{color:red;content:"\f534"}.lp-template-overrides .template-row.up-to-date .template-version{color:#1859ff}.lp-template-overrides .template-row.up-to-date .template-file code::before{color:#0085ba;content:"\f147"}.lp-template-overrides .template-version,.lp-template-overrides .core-version{width:100px}.lp-template-overrides #learn-press-no-templates td p{color:#0073aa}.description code{font-size:smaller}#field-_lp_course_result input[name=_lp_course_result] ~ #passing-condition-quiz-result{display:none;padding:10px;background:#f5f5f5}#field-_lp_course_result input[name=_lp_course_result] ~ #passing-condition-quiz-result input{width:80px;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#field-_lp_course_result input[name=_lp_course_result] ~ #passing-condition-quiz-result p{margin:7px 0 0;color:#777;font-style:italic}#field-_lp_course_result input[name=_lp_course_result]:checked ~ #passing-condition-quiz-result{display:block}.widget .widget-content .rwmb-field:not(:last-of-type){margin:0 0 10px}.widget .widget-content .rwmb-field:not(:last-of-type):first-child{margin-top:10px}.widget .widget-content .rwmb-field:last-child{margin-bottom:10px}.widget .widget-content .rwmb-field .rwmb-label,.widget .widget-content .rwmb-field .rwmb-input{width:100%}.widget .widget-content .rwmb-field .rwmb-label{margin-bottom:2px}.widget .widget-content .rwmb-field .rwmb-label label{font-weight:400}.widget .widget-content .rwmb-field .rwmb-input input[type=text]{width:100%}.course-attributes{margin:20px 0}.course-attributes .learn-press-attribute{margin-top:-1px;margin-bottom:0;border:1px solid #ddd}.course-attributes .learn-press-attribute>h4{margin:0;padding:10px 15px;background:#f5f5f5}.course-attributes .learn-press-attribute .learn-press-attribute-data{padding:15px;border-top:1px solid #ddd}#wpfooter{z-index:20}.learn-press-advertisement-slider{margin:50px 0 0 20px;position:relative;overflow:hidden;box-sizing:border-box;z-index:10}.learn-press-advertisement-slider .slider-items:after{display:block;clear:both;content:""}.learn-press-advertisement-slider .slide-item{position:relative;float:right;width:100%;margin-left:-100%;padding:20px;opacity:0;background:#FFF;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:opacity .5s linear;transition:opacity .5s linear}.learn-press-advertisement-slider .slide-item .slide-thumbnail{float:right;width:35%}.learn-press-advertisement-slider .slide-item .slide-thumbnail a{display:block;line-height:1;margin-bottom:0}.learn-press-advertisement-slider .slide-item .slide-thumbnail img{max-width:100%}.learn-press-advertisement-slider .slide-item .slide-detail{margin-right:35%;padding-right:20px}.learn-press-advertisement-slider .slide-item .slide-detail h2{margin-top:0}.learn-press-advertisement-slider .slide-item .slide-detail .description-short{display:none}.learn-press-advertisement-slider .slide-item.slide-active{opacity:1}.learn-press-advertisement-slider .slider-controls{position:absolute;bottom:20px;left:20px}.learn-press-advertisement-slider .slider-controls .next-item,.learn-press-advertisement-slider .slider-controls .prev-item{font-family:"dashicons";width:40px;height:40px;border:1px solid #DDD;line-height:40px;font-size:16px;cursor:pointer;float:right;margin-right:10px;text-align:center;color:#DDD}.learn-press-advertisement-slider .slider-controls .next-item:hover,.learn-press-advertisement-slider .slider-controls .prev-item:hover{border-color:#0085ba}.learn-press-advertisement-slider .slider-controls .next-item:hover:before,.learn-press-advertisement-slider .slider-controls .prev-item:hover:before{color:#0085ba}.learn-press-advertisement-slider .slider-controls .next-item:before{content:"\f345"}.learn-press-advertisement-slider .slider-controls .prev-item:before{content:"\f341"}@media only screen and (max-width:1200px){.learn-press-advertisement-slider .slide-item .slide-thumbnail{width:50%}.learn-press-advertisement-slider .slide-item .slide-detail{margin-right:50%}.learn-press-advertisement-slider .slide-item .slide-detail .description-short{display:block}.learn-press-advertisement-slider .slide-item .slide-detail .description-full{display:none}}@media only screen and (max-width:960px){.learn-press-advertisement-slider{margin-right:56px}.learn-press-advertisement-slider .slide-item .slide-thumbnail{width:100%;float:none}.learn-press-advertisement-slider .slide-item .slide-thumbnail img{width:100%}.learn-press-advertisement-slider .slide-item .slide-detail{margin-right:0;padding-right:0}.learn-press-advertisement-slider .slide-item .slide-detail h2{padding-top:20px}.learn-press-advertisement-slider .slide-item .slide-detail .description-short{display:block}.learn-press-advertisement-slider .slide-item .slide-detail .description-full{display:none}.learn-press-advertisement-slider .slide-item .slide-detail .slide-controls{margin-bottom:0}.learn-press-advertisement-slider .slide-item .slide-detail .slide-controls .button{margin-bottom:0}.wp-responsive-open .learn-press-advertisement-slider{margin-right:56px}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-thumbnail{width:100%;float:none}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-thumbnail img{width:100%}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail{margin-right:0;padding-right:0}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail h2{padding-top:20px}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail .description-short{display:block}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail .description-full{display:none}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail .slide-controls{margin-bottom:0}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail .slide-controls .button{margin-bottom:0}}.lp-admin-tabs{position:relative;margin-top:20px}.lp-admin-tabs .lp-admin-tab-navs{display:none;float:right;position:relative;z-index:5;width:250px;margin:0 0 0 -250px;padding:10px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lp-admin-tabs .lp-admin-tab-navs .nav-section{margin:0}.lp-admin-tabs .lp-admin-tab-navs .nav-section>a,.lp-admin-tabs .lp-admin-tab-navs .nav-section>span{display:block;padding:8px 20px;outline:0;box-shadow:none;text-decoration:none;text-transform:capitalize}.lp-admin-tabs .lp-admin-tab-navs .nav-section .learn-press-tooltip{float:left;margin-left:0}.lp-admin-tabs .lp-admin-tab-navs .nav-section.nav-section-active,.lp-admin-tabs .lp-admin-tab-navs .nav-section:hover{border-right:2px solid #563d7c;color:#563d7c}.lp-admin-tabs .lp-admin-tab-navs .nav-section.nav-section-active>a,.lp-admin-tabs .lp-admin-tab-navs .nav-section.nav-section-active>span,.lp-admin-tabs .lp-admin-tab-navs .nav-section:hover>a,.lp-admin-tabs .lp-admin-tab-navs .nav-section:hover>span{padding-right:18px}.lp-admin-tabs.has-sections .lp-admin-tab-navs{display:block}.lp-admin-tabs.has-sections .lp-admin-tab-content{float:right;position:relative;z-index:0;width:100%;padding-right:271px !important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lp-admin-tabs.has-sections::before{position:absolute;z-index:10;top:0;bottom:0;right:250px;border-right:1px solid #ddd;content:""}.lp-admin-tabs::after{display:block;clear:both;content:"";z-index:10}.wrap.learn-press-settings .lp-admin-tab-content{padding:18px;background:#fff}.wrap.learn-press-settings .lp-admin-tab-content .subsubsub{float:none;margin:0 0 20px 0;padding-bottom:20px;border-bottom:1px solid #ddd}.wrap.learn-press-settings .lp-admin-tab-content .subsubsub .active{font-weight:bold}.wrap.learn-press-settings .lp-admin-tab-content .subsubsub li{text-transform:capitalize}.wrap.learn-press-settings .lp-admin-tab-content .subsubsub li::after{display:inline-block;padding:0 10px;content:"|"}.wrap.learn-press-settings .lp-admin-tab-content .subsubsub li:last-child::after{content:""}.wrap #learn-press-uninstall-sample-data{float:left;opacity:.5}.wrap #learn-press-uninstall-sample-data:hover{opacity:1}.learnpress .rwmb-field{position:relative;margin-bottom:20px}.learnpress .rwmb-field .rwmb-label{display:block;float:right;width:190px;margin-bottom:5px;font-size:14px;_text-transform:capitalize}.learnpress .rwmb-field .rwmb-label label>small{display:block;color:#999;font-weight:normal;font-style:italic}.learnpress .rwmb-field .rwmb-input{float:none;width:auto;margin-right:190px}.learnpress .rwmb-field .rwmb-input input[type=checkbox],.learnpress .rwmb-field .rwmb-input input[type=radio]{margin:1px 0 0 5px}.learnpress .rwmb-field .rwmb-input label>input[type=checkbox],.learnpress .rwmb-field .rwmb-input label>input[type=radio]{margin-top:-1px}.learnpress .rwmb-field .description{margin-top:8px;color:#888}.learnpress .rwmb-field .description code{padding:3px 0 3px 3px}.learnpress .rwmb-field .description.err{color:red}.learnpress .rwmb-field .rwmb-input-list{margin-right:0}.learnpress .rwmb-field #course_evaluation_method_quiz_options{position:relative;margin-right:25px}.learnpress .rwmb-field #course_evaluation_method_quiz_options::after{position:absolute;z-index:10;top:0;left:0;bottom:0;right:0;opacity:.5;background:#fff;content:""}.learnpress .rwmb-field input[name=_lp_course_result]:checked ~ #course_evaluation_method_quiz_options::after{display:none}.learnpress .rwmb-field.rwmb-heading-wrapper h4{display:inline-block;margin:0 0 5px 0;padding:0;border-bottom:2px solid #563d7c;font-size:16px;text-transform:initial}.learnpress .rwmb-field.disabled .field-overlay{position:absolute;z-index:10;top:0;right:0;width:100%;height:100%;opacity:.6;background:#fff;content:""}.learnpress .rwmb-field.rwmb-text-wrapper .rwmb-text{width:50%;min-width:200px}.learnpress .rwmb-field.rwmb-duration-wrapper .rwmb-input select,.learnpress .rwmb-field.rwmb-duration-wrapper .rwmb-input input{vertical-align:top}.learnpress .lp-course-sale_start-field.hide,.learnpress .lp-course-sale_end-field.hide{display:none}.learnpress.lp-submenu-settings .lp-admin-settings-buttons{margin-bottom:0;padding-top:20px;border-top:1px solid #ddd}.learnpress.lp-submenu-settings .lp-admin-settings-buttons #learn-press-reset-settings{float:left}.learnpress.lp-submenu-settings .rwmb-input{float:none;width:auto;margin-right:270px;color:#000}.learnpress .rwmb-google-fonts-wrapper .rwmb-input label{display:block;margin-bottom:5px;font-weight:bold}.learnpress .rwmb-google-fonts-wrapper .rwmb-input input{width:90%}.learnpress #learn-press-toggle-course-results{display:block}.learnpress .lp-item-assigned{font-size:14px}.learnpress .lp-item-assigned a{text-decoration:none}.learnpress .lp-item-assigned ul{margin-bottom:0}.learnpress .lp-item-assigned ul ul strong{font-weight:normal}.learnpress .lp-item-assigned li{margin:0}.learnpress .lp-item-assigned li a{display:inline-block;margin-bottom:10px}@media screen and (max-width:1280px){.learnpress #meta-box-tab-course_settings .rwmb-field .rwmb-label{float:none;width:auto}.learnpress #meta-box-tab-course_settings .rwmb-field .rwmb-input{float:right;width:100%;margin-right:0}}.lp-metabox__table .titledesc label>small{display:block;color:#999;font-weight:normal;font-style:italic}.lp-metabox__table .forminp-text>input,.lp-metabox__table .forminp-email>input,.lp-metabox__table .forminp-password>input,.lp-metabox__table .forminp-url>input{min-width:260px}.lp-metabox__table .forminp-textarea textarea{width:400px}.lp-metabox__custom-fields table{width:100%;max-width:max-content;padding:0 !important}.lp-metabox__custom-fields table th{padding:7px 7px 7px 0 !important}.lp-metabox__custom-fields table th.sort{width:17px;padding:7px !important}.lp-metabox__custom-fields table td{position:relative;padding:4px 7px 4px 0 !important;vertical-align:middle !important}.lp-metabox__custom-fields table td.sort{width:17px;padding-left:7px !important;background:#f9f9f9;font-size:15px;text-align:center;cursor:move}.lp-metabox__custom-fields table td.sort::before{height:100%;color:#999;font-family:Dashicons;text-align:center;content:"\f333"}.lp-metabox__custom-fields table td .delete{display:block;position:relative;width:1em;height:1em;font-size:1.2em;text-indent:-9999px}.lp-metabox__custom-fields table td .delete::before{position:absolute;top:0;right:0;width:100%;height:100%;margin:0;color:#999;font-family:Dashicons;font-weight:400;font-variant:normal;line-height:1;text-align:center;text-indent:0;text-transform:none;content:"\f153";speak:none;-webkit-font-smoothing:antialiased}.lp-metabox__custom-fields table td .delete:hover::before{color:#a00}.lp-metabox__custom-fields table td:last-child{padding-left:7px !important}.lp-metabox-field__color{font-size:0 !important}.lp-metabox-field__color .colorpickpreview{display:inline-block;width:30px;height:30px;margin:0;margin-left:3px;padding:0;border:1px solid #ddd;border-radius:4px;box-shadow:inset 0 0 0 1px rgba(0,0,0,0.2);font-size:16px;line-height:28px}.lp-metabox-field__color .iris-picker{display:none;position:absolute;z-index:100;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,0.2)}.lp-metabox-field__image-advanced-upload{padding-top:10px}.lp-metabox-field__image-advanced-images{clear:both;margin:0;padding:0}.lp-metabox-field__image-advanced-images>li{float:right;position:relative;box-sizing:border-box;width:80px;margin:9px 0 0 9px;border:1px solid #d5d5d5;border-radius:2px;background:#f7f7f7;cursor:move}.lp-metabox-field__image-advanced-images>li img{display:block;width:100%;height:auto}.lp-metabox-field__image-advanced-images>li ul.actions{position:absolute;top:-8px;left:-8px;padding:2px}.lp-metabox-field__image-advanced-images>li ul.actions li{float:left;margin:0 2px 0 0}.lp-metabox-field__image-advanced-images>li ul.actions li a.delete{display:block;position:relative;width:1em;height:1em;font-size:1.4em;text-indent:-9999px}.lp-metabox-field__image-advanced-images>li ul.actions li a.delete::before{position:absolute;top:0;right:0;width:1em;height:1em;margin:0;border-radius:50%;color:#999;background:#fff;font-family:Dashicons;font-weight:400;font-variant:normal;line-height:1;text-align:center;text-indent:0;text-transform:none;content:"\f153";speak:none;-webkit-font-smoothing:antialiased}.lp-metabox-field__image-advanced-images>li ul.actions::before{display:table;content:" "}.lp-metabox-field__image-advanced-images>li:hover ul.actions{display:block}.lp-metabox-field__image-advanced-images>li.lp-metabox-sortable-placeholder{position:relative;border:3px dashed #ddd}.lp-metabox-field__image-advanced-images>li.lp-metabox-sortable-placeholder::after{position:absolute;top:0;right:0;width:100%;height:100%;margin:0;color:#ddd;font-family:Dashicons;font-size:2.618em;font-weight:normal;font-variant:normal;line-height:72px;text-align:center;text-indent:0;text-transform:none;content:"\f161";speak:none;-webkit-font-smoothing:antialiased}.lp-metabox-field__image-advanced-images::before{display:table;content:" "}.lp-metabox-field__image-advanced-images::after{display:table;clear:both;content:" "}.lp-metabox-field__image--inner{position:relative;box-sizing:border-box;width:120px;border:1px solid #d5d5d5;border-radius:2px;background:#f7f7f7}.lp-metabox-field__image--inner img{display:block;width:100%;height:auto}.lp-metabox-field__image--upload{padding-top:10px}.lp-meta-box__inner{display:block;position:relative}.lp-meta-box__inner .form-field:not(fieldset){display:flex;flex-direction:row;position:relative;margin:0;padding:15px 0;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start}.lp-meta-box__inner .form-field:not(fieldset) label{width:180px;min-width:180px;max-width:180px;padding:0;color:#23282d;font-size:14px;font-weight:600;flex:0 0 auto}.lp-meta-box__inner .form-field:not(fieldset) .checkbox{margin:2px 0 !important;vertical-align:middle}.lp-meta-box__inner .form-field:not(fieldset) .description{flex:1;display:inline;clear:none;margin:0 7px 0 0;padding:0;font-size:14px}.lp-meta-box__inner fieldset.form-field{display:grid;grid-template-columns:180px 1fr;position:relative;margin:0;padding:15px 0}.lp-meta-box__inner fieldset.form-field h4{width:180px;min-width:180px;max-width:180px;margin:0;padding:0;color:#23282d;font-size:14px;font-weight:600;flex:0 0 auto}.lp-meta-box__inner fieldset.form-field ul{margin:0;font-size:14px}.lp-meta-box__inner fieldset.form-field .description{grid-column-start:2;margin-top:10px}.lp-meta-box__duration-select{width:auto !important}.lp-meta-box__duration input[type=number]{width:80px !important}.lp-meta-box__duration .description{flex-basis:100% !important;width:100%;margin-top:8px !important;margin-right:180px !important}.lp-meta-box__wp-editor{display:block}.lp-meta-box__wp-editor .description{flex-basis:100% !important;width:100%;margin-top:8px !important;margin-right:180px !important;color:#666}.lp-meta-box__wp-editor__textarea{border:none !important}.lp-meta-box select{width:auto !important}.lp-meta-box select ~ .description{flex-basis:100% !important;width:100%;margin-top:8px !important;margin-right:180px !important;color:#666}.lp-meta-box input[type=number],.lp-meta-box input[type=email],.lp-meta-box input[type=text],.lp-meta-box input[type=password],.lp-meta-box textarea:not(.lp-meta-box__wp-editor__textarea){width:50%}.lp-meta-box input[type=number]+.description,.lp-meta-box input[type=email]+.description,.lp-meta-box input[type=text]+.description,.lp-meta-box input[type=password]+.description,.lp-meta-box textarea:not(.lp-meta-box__wp-editor__textarea)+.description{flex-basis:100% !important;width:100%;margin-top:8px !important;margin-right:180px !important;color:#666}.lp-meta-box input[type=checkbox]{margin-top:0}.lp-meta-box .short{width:50%}.lp-meta-box textarea:not(.lp-meta-box__wp-editor__textarea){height:3.5em;line-height:1.5em;vertical-align:top}.lp-meta-box .learn-press-tip.ready{display:inline-flex;align-items:center;margin-right:8px}#course-settings .inside{margin:0 !important;padding:0 !important}#course-settings .lp-meta-box__course-tab{display:grid;grid-template-columns:20% 80%}#course-settings .lp-meta-box__course-tab__tabs{position:relative;box-sizing:border-box;margin:0;padding:0 0 10px;border-left:1px solid #eee;background-color:#fafafa;line-height:1}#course-settings .lp-meta-box__course-tab__tabs li{display:block;position:relative;margin:0;padding:0}#course-settings .lp-meta-box__course-tab__tabs li a{display:block;margin:0;padding:10px;border-bottom:1px solid #eee;box-shadow:none;line-height:20px !important;text-decoration:none}#course-settings .lp-meta-box__course-tab__tabs li a i{margin-left:5px;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-decoration:none;text-transform:none}#course-settings .lp-meta-box__course-tab__tabs li a i[class^=dashicon]{font-family:"Dashicons"}#course-settings .lp-meta-box__course-tab__tabs li.active a{position:relative;color:#555;background-color:#eee}@media(max-width:767px){#course-settings .lp-meta-box__course-tab__tabs{display:flex;overflow:hidden;overflow-x:auto;flex-direction:row;margin:0;margin-bottom:30px;padding:0;border-bottom:1px solid #e5e5e5;text-align:center;white-space:nowrap;list-style:none;align-items:center;flex-wrap:nowrap}#course-settings .lp-meta-box__course-tab__tabs li{min-width:25%;margin-left:20px}}#course-settings .lp-meta-box__course-tab__content>div{padding:20px}@media(max-width:767px){#course-settings .lp-meta-box__course-tab{grid-template-columns:auto}}#price_course_data ._lp_sale_price_field,#price_course_data ._lp_price_field{position:relative}#price_course_data ._lp_sale_price_field .learn-press-tip-floating,#price_course_data ._lp_price_field .learn-press-tip-floating{top:54px;right:92px;opacity:.8;background:#a00}#price_course_data ._lp_sale_price_field .learn-press-tip-floating::before,#price_course_data ._lp_price_field .learn-press-tip-floating::before{top:-7px;border:7px solid transparent;border-top-width:0;border-bottom-color:#a00}.lp_course_extra_meta_box__content{flex:1}.lp_course_extra_meta_box__fields{margin-bottom:10px}.lp_course_extra_meta_box__field{position:relative;max-width:600px;margin-bottom:10px}.lp_course_extra_meta_box__field .sort{display:flex;position:absolute;top:0;right:0;width:40px;height:100%;color:#666;text-decoration:none;cursor:grab;align-items:center;justify-content:center}.lp_course_extra_meta_box__field .sort::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f333"}.lp_course_extra_meta_box__field .delete{display:flex;position:absolute;top:0;left:0;width:40px;height:100%;color:#666;text-decoration:none;align-items:center;justify-content:center}.lp_course_extra_meta_box__field .delete::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f335"}.lp_course_extra_meta_box__input{width:100% !important;padding-left:40px !important;padding-right:40px !important}.lp_repeater_meta_box__wrapper{flex:1 !important}.lp_repeater_meta_box__fields{position:relative;margin-bottom:10px}.lp_repeater_meta_box__field{display:grid;position:relative;margin-bottom:10px;border:1px solid #c5c5c5;border-radius:2px}.lp_repeater_meta_box__field_active .lp_repeater_meta_box__content{display:block}.lp_repeater_meta_box__field_active .lp_repeater_meta_box__title__toggle::after{transform:rotate(-180deg)}.lp_repeater_meta_box__title{display:grid;grid-template-columns:44px 1fr 40px 40px;align-items:center;position:relative;background-color:#eee}.lp_repeater_meta_box__title__title{flex:1;padding:14px 0}.lp_repeater_meta_box__title__sort{display:flex;height:100%;color:#666;text-decoration:none;cursor:grab;align-items:center;justify-content:center}.lp_repeater_meta_box__title__sort::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f333"}.lp_repeater_meta_box__title__delete{display:flex;height:100%;color:#666;text-decoration:none;align-items:center;justify-content:center}.lp_repeater_meta_box__title__delete::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f335"}.lp_repeater_meta_box__title__toggle{display:flex;height:100%;color:#666;text-decoration:none;align-items:center;justify-content:center}.lp_repeater_meta_box__title__toggle::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f347"}.lp_repeater_meta_box__content{display:none;padding:14px 20px}.lp_repeater_meta_box__content>label{display:grid;width:100% !important;min-width:100% !important;max-width:100% !important;margin-bottom:20px;grid-template-rows:auto 1fr}.lp_repeater_meta_box__content>label:last-child{margin-bottom:0}.lp_repeater_meta_box__content>label span{margin-bottom:5px}.lp_repeater_meta_box__content>label textarea,.lp_repeater_meta_box__content>label input{width:100% !important}.lp_course_faq_meta_box__content{flex:1}.lp_course_faq_meta_box__fields{position:relative;margin-bottom:10px}.lp_course_faq_meta_box__field{display:grid;position:relative;margin-bottom:10px;padding:20px;border:1px solid #c5c5c5;border-radius:4px;grid-row-gap:10px}.lp_course_faq_meta_box__field label{display:grid;width:100% !important;min-width:100% !important;max-width:100% !important;grid-template-rows:auto 1fr}.lp_course_faq_meta_box__field label span{margin-bottom:5px}.lp_course_faq_meta_box__field label textarea,.lp_course_faq_meta_box__field label input{width:100% !important}.lp_course_faq_meta_box__field a.delete{display:flex;position:absolute;top:15px;left:50px;width:30px;height:30px;color:#666;text-decoration:none;align-items:center;justify-content:center}.lp_course_faq_meta_box__field a.delete::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f335"}.lp_course_faq_meta_box__field .sort{display:flex;position:absolute;top:15px;left:20px;width:30px;height:30px;color:#666;text-decoration:none;align-items:center;justify-content:center;cursor:grab}.lp_course_faq_meta_box__field .sort::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f333"}input[name=_lp_course_result]:checked ~ #passing-condition-quiz-result{display:block}#passing-condition-quiz-result{display:none}#passing-condition-quiz-result input{width:80px !important;margin-top:5px !important}#passing-condition-quiz-result p{padding:10px 16px;background-color:#eee;font-size:14px}.lp-meta-box__file_list{display:inline-block;clear:both;margin:0;padding:0}.lp-meta-box__file_list>li{display:flex;flex-flow:column nowrap;float:right;position:relative;box-sizing:border-box;width:80px;height:80px;margin:9px 0 0 9px;border:1px solid #d5d5d5;border-radius:2px;background:#f7f7f7;cursor:move;align-items:center;justify-content:center}.lp-meta-box__file_list>li img{display:block;width:100%;height:auto}.lp-meta-box__file_list>li img.is_file{width:30px}.lp-meta-box__file_list>li img.is_file ~ span{margin-top:5px;font-size:12px}.lp-meta-box__file_list>li.lp-metabox-sortable-placeholder{position:relative;border:3px dashed #ddd}.lp-meta-box__file_list>li.lp-metabox-sortable-placeholder::after{position:absolute;top:0;right:0;width:100%;height:100%;margin:0;color:#ddd;font-family:Dashicons;font-size:2.618em;font-weight:normal;font-variant:normal;line-height:72px;text-align:center;text-indent:0;text-transform:none;content:"\f161";speak:none;-webkit-font-smoothing:antialiased}.lp-meta-box__file_list>li ul.actions{position:absolute;top:-8px;left:-8px;padding:2px}.lp-meta-box__file_list>li ul.actions li{float:left;margin:0 2px 0 0}.lp-meta-box__file_list>li ul.actions li a.delete{display:block;position:relative;width:1em;height:1em;font-size:1.4em;text-indent:-9999px}.lp-meta-box__file_list>li ul.actions li a.delete::before{position:absolute;top:0;right:0;width:1em;height:1em;margin:0;border-radius:50%;color:#999;background:#fff;font-family:Dashicons;font-weight:400;font-variant:normal;line-height:1;text-align:center;text-indent:0;text-transform:none;content:"\f153";speak:none;-webkit-font-smoothing:antialiased}.lp-meta-box__file_list>li ul.actions::before{display:table;content:" "}.lp-meta-box__file::before{display:table;content:" "}.lp-meta-box__file::after{display:table;clear:both;content:" "}.lp-metabox-evaluate-final_quiz{display:block}.lp-metabox-evaluate-final_quiz__message{display:inline-block;min-width:50%;margin-top:10px;padding:8px 20px;border:2px solid #36af27;border-radius:4px;background:#f7f7f7;text-align:center}.lp-metabox-evaluate-final_quiz__message-error{border-color:lightcoral}.learn-press-tabs.vertical .tabs-heading{border:1px solid #ddd;background:#fff}.learn-press-tabs.vertical .tabs-heading h4{margin:0;padding:15px}.learn-press-tabs.vertical .tabs-nav{float:right;position:relative;z-index:100;box-sizing:border-box;width:270px;margin:0;background-color:#fafafa}.learn-press-tabs.vertical .tabs-nav li{display:block;position:relative;margin:0;padding:0}.learn-press-tabs.vertical .tabs-nav li a{display:block;box-sizing:border-box;margin:0;padding:10px;border-bottom:1px solid #eee;box-shadow:none;line-height:20px !important;text-decoration:none;text-transform:capitalize}.learn-press-tabs.vertical .tabs-nav li.icon a{padding-right:35px}.learn-press-tabs.vertical .tabs-nav li.icon a::before{position:absolute;right:10px;margin-left:8px;font-family:Dashicons;font-size:16px;vertical-align:top}.learn-press-tabs.vertical .tabs-nav li.active a{position:relative;color:#555;background-color:#eee}.learn-press-tabs.vertical .tabs-container{overflow:hidden;position:relative;border:1px solid #ddd;border-top:0;background:#fafafa}.learn-press-tabs.vertical .tabs-container .tabs-content-container{margin:0 270px 0 0}.learn-press-tabs.vertical .tabs-container .tabs-content-container>li{display:none;float:right;width:100%;margin-left:-100%;margin-bottom:0;padding:20px;border-right:1px solid #eee;background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.learn-press-tabs.vertical::after{display:block;clear:both;content:""}@media screen and (max-width:1280px){.learnpress .rwmb-field .rwmb-label{float:none}.learnpress .rwmb-field .rwmb-input{margin-right:0}}.lp_widget_autocomplete__loading{margin-top:0 !important;padding:7px 10px;border:1px solid #949494;border-top:none !important;background:#eee;font-size:13px !important}.lp_widget_autocomplete__select{overflow:auto;right:0;width:100%;max-height:148px;margin-top:-1px;background:#eee;font-size:13px}.lp_widget_autocomplete__item{overflow:hidden;padding:7px 10px;border:1px solid #949494;border-top:0;border-bottom-color:#afafaf;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.lp_widget_autocomplete__item__selected,.lp_widget_autocomplete__item:hover{color:#fff;background-color:#007cba}.widget .select2-selection__rendered{font-size:13px}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(-360deg)}}.learn-press-addons .lp-search-addon{width:280px;height:32px;margin:0;padding:3px 5px;font-size:16px;font-weight:300;line-height:1.5}.learn-press-addons .addons-browse{margin:20px 0 0}.learn-press-addons .addons-browse .lp-addon-hidden{display:none !important}.learn-press-addons .addons-browse .lp-active:nth-of-type(2n+1){clear:none;margin-left:0;margin-right:8px}.learn-press-addons .addons-browse .lp-active:nth-of-type(2n){clear:both;margin-left:8px;margin-right:0}.learn-press-addons .addons-browse .plugin-icon img{max-width:100%}.learn-press-addons .addons-browse .plugin-card .column-description p:not(.authors){display:-webkit-box;overflow:hidden;min-height:4.8;max-height:4.8;line-height:1.6;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:#777}.learn-press-addons .addons-browse .plugin-card .search-highlight{text-decoration:underline}.learn-press-addons .addons-browse .plugin-card-top h3{display:-webkit-box;overflow:hidden;min-height:2.6em;max-height:2.6em;line-height:1.3em;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.learn-press-addons .addons-browse .plugin-card-top .desc{min-height:90px;margin-left:0}.learn-press-addons .addons-browse .plugin-card-top .button.activate-plugin,.learn-press-addons .addons-browse .plugin-card-top .button.install-now,.learn-press-addons .addons-browse .plugin-card-top .button.enable-now{border-color:#0073aa #006799 #006799;color:#fff;background:#0085ba;-webkit-box-shadow:0 1px 0 #006799;box-shadow:0 1px 0 #006799;text-shadow:0 -1px 1px #006799,-1px 0 1px #006799,0 1px 1px #006799,1px 0 1px #006799;text-decoration:none}.learn-press-addons .addons-browse .plugin-card-top .button.button-working{padding-left:4px}.learn-press-addons .addons-browse .plugin-card-top .button.button-working span{display:none}.learn-press-addons .addons-browse .plugin-card-bottom .plugin-version{display:inline-block}.learn-press-addons .addons-browse.premium .column-description p:not(.authors){margin:0;line-height:inherit}.learn-press-addons .addons-browse::after{display:block;clear:both;content:""}.related-themes .plugin-card-top{padding-bottom:0}.related-themes .theme-content{position:relative}.related-themes .image-thumbnail img{width:100%}.related-themes .theme-description{margin:0 0 25px 0;display:-webkit-box;overflow:hidden;min-height:8em;max-height:8em;line-height:1.6em;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:5;color:#777}.related-themes .theme-title{min-height:3.2em;margin-left:100px;margin-bottom:0;font-size:1.2em;line-height:1.3em}.related-themes .theme-title a{color:#545454}.related-themes .theme-rating{display:inline-block;float:left}.related-themes .star-rating{display:inline-block}.related-themes .count-rating{position:relative;top:2px;font-size:15px}.related-themes .theme-detail{position:absolute;top:-3px;left:3px;line-height:1.6em;text-align:left}.related-themes .theme-detail::after{display:block;clear:both;content:""}.related-themes .theme-detail .theme-price{display:inline-block;color:#545454;font-size:24px;font-weight:700;line-height:1.3em}.related-themes .theme-footer{clear:both;overflow:hidden;margin-left:-20px;margin-right:-20px;padding:20px;border-top:1px solid #ddd;background-color:#fafafa}@media screen and (min-width:1600px){.plugin-card:not(.hide-if-js):nth-child(even){margin-left:8px}.plugin-card:not(.hide-if-js):nth-child(3n){margin-left:0}}.post-type-lp_order .wp-list-table .column-order_status{width:150px}.post-type-lp_order .wp-list-table .order_status span{display:inline-block;padding:3px 6px;color:#fff;font-size:12px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.post-type-lp_order .wp-list-table .order_status span.pending{background:#bdbdbd}.post-type-lp_order .wp-list-table .order_status span.processing{background:#ffc107}.post-type-lp_order .wp-list-table .order_status span.completed{background:#4caf50}.post-type-lp_order .wp-list-table .order_status span.cancelled{background:#444}.post-type-lp_order .wp-list-table .order_status span.failed{background:red}.post-type-lp_order .wp-list-table .order_status span i{display:inline-block}.post-type-lp_order .wp-list-table .column-title,.post-type-lp_order .wp-list-table .column-order_total,.post-type-lp_order .wp-list-table .column-order_date{width:150px}.post-type-lp_order .wp-list-table .column-order_items ol{margin:0;padding:0;list-style-position:inside}.post-type-lp_course .column-price .origin-price{margin-left:10px;color:red;font-size:12px;text-decoration:line-through}.wp-list-table .column-preview{float:none;text-align:right}.wp-list-table .column-instructor{width:150px}.wp-list-table .column-instructor .post-author{display:inline-block}.wp-list-table .column-instructor .post-author img{width:30px;height:30px;margin-left:5px;border-radius:50%;vertical-align:middle}.wp-list-table .column-instructor .post-author a{display:inline-block;vertical-align:middle}.wp-list-table .column-students{width:80px}.wp-list-table .column-price{width:120px}.wp-list-table .column-thumbnail{width:100px;padding-top:11px}.wp-list-table .column-thumbnail img{max-width:100%;height:auto}.post-type-page .column-lp-page{width:200px}.post-type-page .for-plugin-page{margin:0;color:red;font-size:11px}.post-state .post-author{font-size:14px;font-weight:normal;font-style:italic}#learn-press-box-edit-slug{overflow:hidden;margin:0 -10px;padding:10px;border:1px solid #ddd;color:#b79186;background:#fff}#learn-press-box-edit-slug .button{float:left;height:24px;line-height:22px}.lp-overlay{display:none;position:fixed;z-index:99999;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background-color:rgba(209,213,219,0.8);transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms;transition-property:opacity}.wp-admin .lp-modal-dialog .lp-modal-header{padding:2em}.wp-admin .lp-modal-dialog .lp-modal-header h3{font-size:1.4em}.lp-modal-dialog{display:flex;position:fixed;z-index:9999;top:0;left:0;right:0;width:100%;min-height:100vh;text-align:center;align-items:center;justify-content:center}.lp-modal-dialog .lp-modal-content{display:inline-block;overflow:hidden;z-index:2;width:auto;max-width:600px;border-radius:8px;text-align:right;vertical-align:middle;background:white;color:black}.lp-modal-dialog .lp-modal-header{background:#7c60d9;border-bottom:1px solid #eee;padding:1em}.lp-modal-dialog .lp-modal-header h3{margin:0;color:white;font-size:inherit;font-weight:400}.lp-modal-dialog .lp-modal-body .main-content{max-height:500px;overflow:auto}.lp-modal-dialog .lp-modal-body .main-content h3,.lp-modal-dialog .lp-modal-body .main-content h2,.lp-modal-dialog .lp-modal-body .main-content .pd-2em{padding:1em}.lp-modal-dialog .lp-modal-footer{padding:20px;padding-top:0;background-color:#f9fafb;text-align:left}.lp-modal-dialog .btn-yes{color:#fff;background-color:#7c60d9}#lp-modal-overlay{display:none;position:fixed;z-index:999999;top:0;left:0;bottom:0;right:0;opacity:.5;background:#000}#lp-modal-window{display:none;position:fixed;z-index:999999;top:50%;right:50%;padding:35px 60px 28px 60px;background:#fff;transform:translate(50%,-50%);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}#lp-modal-window #lp-modal-content{margin:0 0 24px 0;color:#333;font-size:16px;font-weight:400;line-height:26px;text-align:center}#lp-modal-window #lp-modal-content>*{margin:0 0 .5em}#lp-modal-window #lp-modal-buttons{display:flex;flex-direction:row-reverse;align-items:center;justify-content:center}#lp-modal-window #lp-modal-buttons .lp-button{position:relative;margin:0 10px 0 10px}.learn-press-modal{position:fixed;z-index:1000000;width:100%;height:100%;top:0;display:table}.learn-press-modal .modal-overlay{position:fixed;z-index:1000000;background:#000;opacity:.5;width:100%;height:100%;top:0}.learn-press-modal .modal-wrapper{display:table-cell;vertical-align:middle;z-index:1000010;position:relative}.learn-press-modal .modal-wrapper .modal-container{max-width:800px;width:90%;margin:0 auto;background-color:#fff;border-radius:2px;box-shadow:0 2px 8px rgba(0,0,0,0.33);transition:all .3s ease;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.learn-press-modal .modal-wrapper header{font-size:18px;padding:20px;border-bottom:1px solid #DDD;font-weight:600;color:#000}.learn-press-modal .modal-wrapper article{margin:30px 20px}.learn-press-modal .modal-wrapper article input[name=search]{width:100%;font-size:16px;box-sizing:border-box;margin:0;box-shadow:none;color:#444;padding:8px 10px;height:42px;border-radius:2px;border-color:#e4e4e4;font-weight:400;vertical-align:middle}.learn-press-modal .modal-wrapper article .search-results{margin:0;margin-top:30px}.learn-press-modal .modal-wrapper article .search-results li>label{display:block}.learn-press-modal .modal-wrapper footer{padding:15px 20px;overflow:hidden;border:1px solid #eee}.learn-press-modal .modal-wrapper footer .search-nav{float:right}.learn-press-modal .modal-wrapper footer .search-nav a,.learn-press-modal .modal-wrapper footer .search-nav span{display:inline-block;line-height:26px;height:28px;margin:0;padding:0 10px 1px}.learn-press-modal .modal-wrapper footer button{float:left;margin-right:3px}#modal-search-items.loading .search-results:before{position:absolute;top:75px;right:0;left:0;bottom:0;display:block;content:"";z-index:9;background:url("../../images/spinner.gif") no-repeat center center}.modal-search{position:relative;display:inline-block;min-width:300px}.modal-search .search-input{border:1px solid #DDD;width:100%;margin:0;padding:5px 10px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.modal-search .search-input:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.modal-search .search-input:focus{border-color:#DDD}.modal-search .search-results-content{position:absolute;top:100%;width:100%;right:0;background:#FFF;border:1px solid #DDD;border-top:0;z-index:1000;margin-top:-1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.modal-search .search-results-content .search-results{margin:0}.modal-search .search-results-content .search-results .result-item{margin:0;padding:0;list-style:none}.modal-search .search-results-content .search-results .result-item label{display:block;padding:6px 10px;text-decoration:none;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal-search .search-results-content .search-results .result-item:hover{background:#f4fcff}.modal-search .has-items .search-input{border-bottom-color:transparent}.modal-search .has-items .search-results-content{border-top:0}.modal-search .checked-items{text-align:center}.modal-search .checked-items .button{font-size:12px;height:20px;line-height:20px}.modal-search .checked-items .disabled{color:#777}.modal-search .search-navigator{margin:5px 0;text-align:center}.modal-search .search-navigator .page-numbers{display:inline-block;padding:2px 5px;text-decoration:none;line-height:1}.modal-search .search-navigator .page-numbers.next,.modal-search .search-navigator .page-numbers.prev{display:none}.lp-order-statuses{margin:0}.lp-order-statuses li{float:right;width:100%;margin:0;background:#fff}.lp-order-statuses li strong{display:block;margin-bottom:5px;color:#0073aa;font-size:20px;font-weight:normal}.lp-order-statuses li strong::before{display:inline-block;width:25px;height:25px;font-family:dashicons;font-size:25px;line-height:25px;vertical-align:middle;content:""}.lp-order-statuses li p{margin:0;padding:0;color:#adadad;font-size:12px}.lp-order-statuses li.counter-number{width:50%;padding:10px 0 0;text-align:center}.lp-order-statuses li.counter-number .counter-inner{margin:0 5px;padding:10px 0;border:1px solid #f3f3f3;background:#f9f9f9}.lp-order-statuses li.counter-number .counter-inner p{text-transform:lowercase}.lp-order-statuses li.counter-number.order-completed strong::before{color:#0085ba;content:"\f058"}.lp-order-statuses li.counter-number.order-processing strong::before{margin-right:-1px;color:#563f7a;content:"\f321"}.lp-order-statuses li.counter-number.order-pending strong::before{color:#aaa;content:"\f534"}.lp-order-statuses li.counter-number.order-cancelled strong::before{color:red;content:"\f153"}.lp-order-statuses li.clear{float:none}.lp-order-statuses li.featured-theme{float:none;clear:both;width:auto;margin:12px -12px 0 -12px;padding:8px 12px 0 12px;border-top:1px solid #eee}.lp-order-statuses li.featured-theme .star-rating{display:inline-block;line-height:14px;vertical-align:middle}.lp-order-statuses li.featured-theme .star-rating .star{width:14px;height:14px;font-size:14px}.lp-order-statuses li.featured-theme>div{margin-bottom:3px}.lp-order-statuses li.featured-theme>div span{color:#999;font-size:12px;vertical-align:middle}.lp-order-statuses li:nth-child(even) .counter-inner{margin-right:0}.lp-order-statuses li:nth-child(odd) .counter-inner{margin-left:0}.lp-order-statuses li.total-raised{box-sizing:border-box;padding:10px 0;border:1px solid #f3f3f3;background:#f9f9f9;text-align:center}.lp-order-statuses li.total-raised strong{margin-bottom:10px;font-size:26px}.lp-order-statuses li.total-raised strong::before{width:30px;height:30px;margin-top:-3px;margin-left:7px;font-size:30px;line-height:30px;content:"\f185"}.lp-order-statuses::after{display:block;clear:both;content:""}.lp-place-holder{background:#fff;padding:10px;display:block;margin:20px auto;box-shadow:0 0 0 rgba(0,0,0,0.1);border-radius:3px}.lp-place-holder [class*=line-]{height:6px;width:400px;background:#f6f7f9;margin-bottom:13px;margin-left:5px}.lp-place-holder .thumbnail{height:40px;width:40px;float:right;margin-left:20px;display:inline-block}.lp-place-holder .line-heading{width:80%;height:20px}.lp-place-holder .line-sm{width:30%;margin-top:10px}.lp-place-holder .line-xs{width:50%}.lp-place-holder .line-df{margin-top:30px;width:380px}.lp-place-holder .line-lg{width:200px}.lp-place-holder .line-lgx{width:450px}.lp-place-holder [class*=line],.lp-place-holder .thumbnail{animation:lpTimeLine;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;background:linear-gradient(to left,#eee 8%,#ddd 18%,#eee 33%);background-size:800px auto;background-position:100px 0}@keyframes lpTimeLine{0%{background-position:-350px 0}100%{background-position:400px 0}}.post-type-lp_order #post-body-content{display:none}.post-type-lp_order #order_details{border:none !important;background:transparent !important}.post-type-lp_order #order_details .hndle,.post-type-lp_order #order_details .handlediv,.post-type-lp_order #order_details .postbox-header{display:none}.post-type-lp_order #order_details .inside{display:block !important;margin:0;padding:0}.post-type-lp_order #order_details .order-data{margin:0 0 20px 0 !important;padding:30px !important;border:1px solid #ccd0d4 !important;background-color:#fff !important;box-shadow:none !important}.post-type-lp_order #order_details .order-data-field{margin-bottom:20px}.post-type-lp_order #order_details .order-data-field label{display:block;margin-bottom:5px;font-weight:500}.post-type-lp_order #order_details .order-data-number{margin:0 0 10px;font-size:20px;font-weight:600}.post-type-lp_order #order_details .payment-method-title{color:#777;font-size:16px}.post-type-lp_order #order_details .payment-method-title strong{color:#23282d}.post-type-lp_order #order_details .order-data-heading{margin-top:40px;font-size:16px}.post-type-lp_order #order_details .order-users{display:inline-block}.post-type-lp_order #order_details .order-users .description{margin-top:10px;padding:10px;background:#eee}.post-type-lp_order #order_details .order-data-date .order-date{width:100px}.post-type-lp_order #order_details .order-data-date .order-hour,.post-type-lp_order #order_details .order-data-date .order-minute{width:50px}.post-type-lp_order #order_details .order-data-note{display:inline-block}.post-type-lp_order #order_details .order-data-note .order-note{padding:10px;color:#fff;background-color:#c1a3b6;font-size:14px}.post-type-lp_order #order_details .order-items{margin:0;border:1px solid #ccd0d4 !important;background-color:#fff}.post-type-lp_order #order_details .order-items table{width:100%;border-collapse:collapse}.post-type-lp_order #order_details .order-items table thead{margin:0;padding:0}.post-type-lp_order #order_details .order-items table thead tr{background-color:#f8f8f8}.post-type-lp_order #order_details .order-items table thead th{padding:15px;border-bottom:0;color:#999;font-weight:400;text-align:right}.post-type-lp_order #order_details .order-items table thead th:first-child{padding-right:30px}.post-type-lp_order #order_details .order-items table thead th:last-child{padding-left:30px}.post-type-lp_order #order_details .order-items table tbody td,.post-type-lp_order #order_details .order-items table tfoot td{padding:10px;border-bottom:1px solid #ddd;text-align:right}.post-type-lp_order #order_details .order-items table tbody{margin:0;padding:0}.post-type-lp_order #order_details .order-items table tbody tr td{padding:15px}.post-type-lp_order #order_details .order-items table tbody tr td:first-child{padding-right:30px}.post-type-lp_order #order_details .order-items table tbody tr td:last-child{padding-left:30px}.post-type-lp_order #order_details .order-items table tfoot{margin:0;padding:0}.post-type-lp_order #order_details .order-items table tfoot tr{background-color:#f8f8f8}.post-type-lp_order #order_details .order-items table tfoot tr:last-child td{padding-top:20px;padding-bottom:20px}.post-type-lp_order #order_details .order-items table tfoot td{padding:10px 15px;padding-bottom:0;border:0;font-size:14px;text-align:left}.post-type-lp_order #order_details .order-items table tfoot td:first-child{padding-right:30px}.post-type-lp_order #order_details .order-items table tfoot td:last-child{padding-left:30px}.post-type-lp_order #order_details .order-items table .column-price,.post-type-lp_order #order_details .order-items table .column-total,.post-type-lp_order #order_details .order-items table .column-quantity{width:150px;text-align:left}.post-type-lp_order #order_details .order-items table .row-subtotal td .order-subtotal,.post-type-lp_order #order_details .order-items table .row-subtotal td .order-total,.post-type-lp_order #order_details .order-items table .row-total td .order-subtotal,.post-type-lp_order #order_details .order-items table .row-total td .order-total{font-weight:700}.post-type-lp_order #order_details .order-items table .remove-order-item{outline:0;color:#ccc;text-decoration:none}.post-type-lp_order #order_details .order-items table .remove-order-item .dashicons{font-size:20px}.post-type-lp_order #order_details .order-items table .remove-order-item:hover{color:red}.post-type-lp_order #order_details .order-items table .order-item-row:hover .remove-order-item{display:inline-block}.post-type-lp_order #order-export__button:hover{cursor:pointer}.post-type-lp_order .export-modal.modal{display:none;position:fixed;z-index:1;right:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,0.4)}.post-type-lp_order .export-modal .modal-content{background-color:#fefefe;margin:5% auto;padding:20px;border:1px solid #888;width:60%;position:relative}.post-type-lp_order .export-modal .close{color:#aaa;position:absolute;font-size:28px;font-weight:bold;top:-5px;left:11px}.post-type-lp_order .export-modal .close:hover{color:black;text-decoration:none;cursor:pointer}.post-type-lp_order .export-modal .close:focus{color:black;text-decoration:none;cursor:pointer}.post-type-lp_order .export-modal .panel{display:none}.post-type-lp_order .export-modal .panel.active{display:block}.post-type-lp_order #order-export__tabs.tabs{display:flex;justify-content:space-around;margin:20px 2px 40px 2px;height:40px;box-shadow:0 0 1px 1px rgba(0,0,0,0.2)}.post-type-lp_order #order-export__tabs.tabs>*{width:100%;color:dimgray;height:100%;cursor:pointer;display:flex;justify-content:center;align-items:center}.post-type-lp_order #order-export__tabs.tabs>*:hover:not(.active){background-color:#dcdcdc}.post-type-lp_order #order-export__tabs.tabs>.active{color:white;background-color:#4caf50}.post-type-lp_order #lp-invoice__content{margin-bottom:25px}.post-type-lp_order #lp-invoice__content thead th{border-bottom:1px solid #000;border-top:1px solid #000;padding:10px 20px}.post-type-lp_order #lp-invoice__content tbody td{border-bottom:1px solid #000;text-align:center;padding:10px 20px}.post-type-lp_order #lp-invoice__content tfoot td{border-bottom:1px solid #000;text-align:center;padding:10px 20px}.post-type-lp_order .export-options__content{margin-bottom:25px}.post-type-lp_order .export-options{position:relative}.post-type-lp_order .export-options__loading{opacity:0;z-index:-1;visibility:hidden;position:absolute;top:0;right:0;width:100%;background:#fff;left:0;bottom:0;display:flex;align-items:center;justify-content:center}.post-type-lp_order .export-options__loading .spinner{background:url("../../images/spinner.gif") no-repeat center center;z-index:9;display:inline-block;visibility:visible}.post-type-lp_order .export-options__loading.active{opacity:1;z-index:9;visibility:visible}.post-type-lp_order #lp-invoice__export{color:white;background-color:#4caf50;border:1px solid #4caf50;padding:10px 20px;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease}.post-type-lp_order #lp-invoice__export:hover{color:#000;background-color:#fff;border:1px solid #000;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;cursor:pointer}.post-type-lp_order #lp-invoice__update{color:white;background-color:#4caf50;border:1px solid #4caf50;padding:10px 20px;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease}.post-type-lp_order #lp-invoice__update:hover{color:#000;background-color:#fff;border:1px solid #000;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;cursor:pointer}.post-type-lp_order #lp-invoice__actions{display:flex;flex-direction:row;justify-content:flex-end}.post-type-lp_order .export-options__actions{display:flex;flex-direction:row;justify-content:flex-end}.post-type-lp_order .lp-invoice__body table{border-spacing:0;width:100%}#learn-press-toggle-settings-js-css{display:none}#learn-press-toggle-settings-js-css+table{display:none}#learn-press-toggle-settings-js-css:checked+table{display:table}.color-schemas{margin:0 0 20px 20px;float:right}.color-schemas ul{list-style:none;margin:0;padding:0}.color-schemas ul>li>label{font-weight:600;display:block;margin-bottom:10px}.color-schemas .wp-color-picker{width:80px;height:24px;vertical-align:top;margin:0}.color-schemas .wp-picker-holder{position:absolute}.color-schemas .buttons{display:none}.color-schemas table{border-collapse:collapse;position:relative}.color-schemas table td,.color-schemas table th{padding:10px 10px}.color-schemas table tbody{border:1px solid transparent;position:relative}.color-schemas table tbody td,.color-schemas table tbody th{text-align:right;background:#f5f5f5}.color-schemas table tbody tr:first-child td,.color-schemas table tbody tr:first-child th{padding-bottom:0}.color-schemas table:after{content:"";position:absolute;top:0;right:0;left:0;bottom:0;background:rgba(255,255,255,0.7)}.color-schemas tfoot td,.color-schemas tfoot th{padding-right:0;padding-left:0}.color-schemas .remove-schema{float:left;color:red}.color-schemas .wp-color-result{margin:0}.color-schemas .clone-schema{display:none}.color-schemas:first-child .remove-schema,.color-schemas:first-child .apply-schema{display:none}.color-schemas:nth-child(2){clear:both}.color-schemas:hover tbody{opacity:1}.color-schemas.current tbody{border-color:#DDD}.color-schemas.current tbody td,.color-schemas.current tbody th{background:rgba(5,215,255,0.26)}.color-schemas.current table:after{display:none}.color-schemas.current .clone-schema{display:inline-block}.wp-picker-container{position:relative}.wp-picker-container .wp-picker-holder{z-index:99999}.lp-install-sample{max-width:600px;margin:0;padding:10px 25px;border:1px solid #ccd0d4;border-radius:4px;background-color:#fff}.lp-install-sample__options{margin-bottom:20px;padding:0 20px;border:1px solid #eee;border-radius:4px}.lp-install-sample__options legend{padding:5px;font-weight:500}.lp-install-sample__buttons{display:flex;margin-top:25px;align-items:center;justify-content:space-between}.lp-install-sample__toggle-options{margin-left:auto;margin-right:10px}.lp-install-sample__uninstall{float:left}.lp-install-sample__response{margin:0;padding:10px;border:2px solid #059601;border-radius:6px}.lp-install-sample__response.fail{border-color:#d85554}.lp-update-db-modal{display:flex;position:fixed;z-index:9999;top:0;left:0;right:0;width:100%;min-height:100vh;text-align:center;align-items:center;justify-content:center}.lp-update-db-modal__hidden{display:none !important;visibility:hidden;opacity:0;pointer-events:none}.lp-update-db-modal__overlay{position:absolute;z-index:1;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background-color:rgba(209,213,219,0.8);transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms;transition-property:opacity}.lp-update-db-modal__content{display:inline-block;overflow:hidden;z-index:2;width:100%;max-width:510px;border-radius:8px;text-align:right;vertical-align:middle}.lp-update-db-modal__content-header{padding:24px 24px 16px 24px;background-color:#fff}.lp-update-db-modal__content-start{display:flex;flex-direction:flex-start}.lp-update-db-modal__content-icon{display:flex;width:40px;height:40px;margin-left:0;margin-right:0;border-radius:999px;background-color:#fee2e2;justify-content:center;align-items:center;flex:0 0 auto}.lp-update-db-modal__content-icon svg{width:24px;height:24px;color:#dc2626}.lp-update-db-modal__content-icon svg:last-child{color:#258d6c}.lp-update-db-modal__content-icon__success{display:none}.lp-update-db-modal__content-text{margin-right:18px;text-align:right}.lp-update-db-modal__content-text h3{margin:0;font-weight:500}.lp-update-db-modal__content-text p{margin:0;margin-top:10px;color:#999;font-size:14px;font-weight:400}.lp-update-db-modal__content-footer{display:flex;flex-direction:row;padding:10px 24px;background-color:#f9fafb;justify-content:flex-end;align-items:center}.lp-update-db-modal__content-footer a{padding:8px 16px;border:1px solid #e5e7eb;border-radius:6px;color:#374151;font-size:13px;font-weight:500;text-decoration:none}.lp-update-db-modal__content-footer a:last-child{margin-right:10px;color:#fff;background-color:#0073aa}.lp-update-db-modal__success .lp-update-db-modal__content-icon{background-color:#def7ec}.lp-update-db-modal__success .lp-update-db-modal__content-icon__error{display:none}.lp-update-db-modal__success .lp-update-db-modal__content-icon__success{display:block}#lp-tool-upgrade-db .wrapper-lp-upgrade-message,#lp-tool-upgrade-db .wrapper-terms-upgrade,#lp-tool-upgrade-db .wrapper-lp-loading{display:none}.terms-upgrade{max-width:500px;margin:0 auto}.terms-upgrade .error{display:none}.lp-upgrade-message .learn-press-message::before,.lp-upgrade-message .learn-press-message::after{content:none}.lp-modal-footer .learn-press-notice{color:#ff6060;font-weight:500;font-style:italic}.lp-modal-body .lp-skeleton-animation{width:500px;margin:0 20px}.tools-select__data{overflow:hidden}.tools-select__data li{background-color:#fff;border:1px solid #eee;color:#000;display:flex;flex-direction:row;align-items:center;flex:0 0 auto;font-size:14px;line-height:1.4em;font-weight:normal;padding:10px;width:100%}.tools-select__data li input{margin:0 0 0 10px}.progressbar__content{width:100%;font-size:14px;font-weight:normal;line-height:1.4em;background:#eee;padding:10px 0;display:flex;flex-direction:column;align-items:center;justify-content:center}.progressbar__content span{z-index:9}.progressbar__container{position:relative}.progressbar__value{position:absolute;width:0;height:100%;right:0;top:0;background:#8a2be2}.progressbar__item h4{z-index:9;margin:0}.progressbar__item{width:500px;border-bottom:1px solid #fff}.progressbar__indexs{z-index:9}.lp-tool__message{text-align:center;color:red;padding:10px 0;display:none}.tools-prepare__message{background:#dba617;padding:10px 0;text-align:center;display:none}.lp-admin-editor{position:relative;margin:0;background-color:#fff}.lp-admin-editor .heading,.lp-admin-editor .lp-box-data-content{padding:0}#learn-press-admin-editor-metabox-settings{margin-top:20px}#course-editor .inside{margin:0;padding:0}#admin-editor-lp_course .lp-course-curriculum .heading{display:flex;flex-direction:row;flex-wrap:nowrap;position:relative;padding:8px 20px;align-items:center;line-height:1}#admin-editor-lp_course .lp-course-curriculum .heading h4{margin:0;font-size:16px}#admin-editor-lp_course .lp-course-curriculum .heading .collapse-sections{display:flex;width:40px;color:#999;font-family:Dashicons;font-size:30px;cursor:pointer;justify-content:center;align-items:center}#admin-editor-lp_course .lp-course-curriculum .heading .collapse-sections.close::before{content:"\f140"}#admin-editor-lp_course .lp-course-curriculum .heading .collapse-sections.open::before{content:"\f142"}#admin-editor-lp_course .lp-course-curriculum .heading .status{visibility:hidden;position:relative;top:5px;margin-right:10px;font-family:Dashicons;font-size:20px}#admin-editor-lp_course .lp-course-curriculum .heading .status::before{content:"\f463"}#admin-editor-lp_course .lp-course-curriculum .heading .status.loading{display:inline-block;visibility:visible;animation:rotation 2s infinite linear}#admin-editor-lp_course .lp-course-curriculum .curriculum-sections{margin:0;margin:0 20px 20px 20px;border:1px solid #ddd}#admin-editor-lp_course .lp-course-curriculum .section{margin:0;border-bottom:1px solid #e5e5e5;opacity:1;background:#fff}#admin-editor-lp_course .lp-course-curriculum .section:first-child{border-top:0}#admin-editor-lp_course .lp-course-curriculum .section.new-section{margin-top:1px;border:0}#admin-editor-lp_course .lp-course-curriculum .section.new-section form{margin:0}#admin-editor-lp_course .lp-course-curriculum .section.new-section .section-head{background-color:#f4fcff}#admin-editor-lp_course .lp-course-curriculum .section.new-section .section-head .creatable{position:relative;top:1px}#admin-editor-lp_course .lp-course-curriculum .section.new-section .section-head .creatable::before{content:"\f132"}#admin-editor-lp_course .lp-course-curriculum .section.empty-section{position:relative}#admin-editor-lp_course .lp-course-curriculum .section.empty-section::after{position:absolute;top:0;left:0;bottom:0;right:0;opacity:.5;background:#fff;content:""}#admin-editor-lp_course .lp-course-curriculum .section.empty-section .section-head .movable::before{display:inline-block;color:#a2a2a2;content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#admin-editor-lp_course .lp-course-curriculum .section.empty-section .section-collapse{display:none}#admin-editor-lp_course .lp-course-curriculum .section:hover .section-actions .remove{display:inline-block}#admin-editor-lp_course .lp-course-curriculum .section input{background-color:transparent;box-shadow:none}#admin-editor-lp_course .lp-course-curriculum .section input:focus{box-shadow:none}#admin-editor-lp_course .lp-course-curriculum .section .section-head{display:flex;position:relative;height:42px;margin:0;padding:0;background-color:#f4fcff;line-height:40px;transition:background 500ms ease-out;align-items:center}#admin-editor-lp_course .lp-course-curriculum .section .section-head .movable,#admin-editor-lp_course .lp-course-curriculum .section .section-head .creatable{display:inline-block;width:40px;margin:0;color:#999;font-family:Dashicons;font-size:20px;text-align:center;vertical-align:middle}#admin-editor-lp_course .lp-course-curriculum .section .section-head .movable{margin-left:-1px;cursor:url("../../images/openhand.cur") 7 5,default}#admin-editor-lp_course .lp-course-curriculum .section .section-head .movable::before{content:"\f333"}#admin-editor-lp_course .lp-course-curriculum .section .section-head .movable:hover{color:#0085ba}#admin-editor-lp_course .lp-course-curriculum .section .section-head .section-item-counts{line-height:40px}#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions{height:100%;color:#444}#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions>*{display:inline-block;height:100%;text-align:center;cursor:pointer}#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions .collapse:hover{color:#0085ba}#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions .collapse::before{display:inline-block;width:40px;color:#999;font-family:Dashicons;font-size:16px;line-height:40px}#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions .collapse.open::before{content:"\f343"}#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions .collapse.close::before{content:"\f347"}#admin-editor-lp_course .lp-course-curriculum .section .name{width:100%;border:0;color:#777;font-size:24px;font-weight:600;line-height:50px}#admin-editor-lp_course .lp-course-curriculum .section .name:focus{color:#444}#admin-editor-lp_course .lp-course-curriculum .section .section-collapse{overflow:hidden}#admin-editor-lp_course .lp-course-curriculum .section .section-content{padding:20px;border-top:1px solid #e5e5e5}#admin-editor-lp_course .lp-course-curriculum .section .details{margin-bottom:20px}#admin-editor-lp_course .lp-course-curriculum .section .title-input{padding-right:0;border:0;font-size:1.2em;line-height:30px;flex:1}#admin-editor-lp_course .lp-course-curriculum .section .description-input{width:100%;margin:0;padding:0;border:0;color:#999}#admin-editor-lp_course .lp-course-curriculum .section .description-input:focus{color:#444}#admin-editor-lp_course .lp-course-curriculum .section-list-items{width:100%;border-collapse:collapse}#admin-editor-lp_course .lp-course-curriculum .section-list-items ul{position:relative;min-height:5px;margin:0}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item{display:flex;position:relative;margin:0;border:1px solid #eee;border-bottom-width:0;background:#fff;transition:background 200ms ease-out;justify-content:center;align-items:center}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.ui-sortable-helper{border-bottom:1px solid #eee}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item:nth-child(2n+1){background-color:#f7f7f7}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.updating::before{position:absolute;z-index:2;top:0;left:0;bottom:0;right:0;content:""}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.removing{background-color:#ffeded}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .drag{height:20px;padding-top:3px;padding-right:6px;cursor:url("../../images/openhand.cur") 7 5,default;fill:#999;flex:0 0 18px}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .drag:hover{fill:#0085ba}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .icon{display:flex;align-items:center;justify-content:center}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .title{margin-left:120px;margin-right:2px;flex-grow:1;flex-basis:100%}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .title input{color:inherit}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions{display:flex;position:absolute;top:0;left:2px;bottom:0;align-items:center;justify-content:center}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .actions{margin:0}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .actions>*{visibility:hidden;margin-left:10px}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .actions .edit{text-decoration:none}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .actions .remove{color:#a00}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item:hover .drag{visibility:visible}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item:not(.lp_lesson) .item-actions .actions .preview-item{display:none}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item{display:flex;position:relative;border-bottom-width:1px;transition:all 200ms ease-out;align-items:center}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .drag{display:flex;width:30px;color:#999;font-family:Dashicons;font-size:16px;vertical-align:middle;cursor:default;align-items:center;justify-content:center}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .drag::before{content:"\f132"}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .title{display:inline-block;margin:0;flex:1}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types{display:inline-block}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types:hover,#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types:focus{background-color:#fff}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types:hover .type,#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types:focus .type{display:inline-block}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type{display:inline-block;padding:8px 5px;color:#ccc}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type input{display:none}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.current{color:#0085ba}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type::before{position:relative;top:2px;font-family:Dashicons;font-size:20px}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.lp_quiz{padding:8px 0 8px 6px}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.lp_quiz::before{content:"\f469"}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.lp_lesson::before{content:"\f330"}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.empty-item::before{content:"\f463"}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions{text-align:left}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action{display:inline-block;position:relative;width:30px;height:30px;margin:0;padding:0;text-align:center;vertical-align:middle;cursor:pointer}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action>a{width:30px;height:30px;color:#999;line-height:30px}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action>a:hover{color:#0073aa}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item>a:hover{color:#e74c3c}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul{display:none;position:absolute;z-index:9;top:100%;left:0;width:165px;margin:0;border:1px solid #999;background:#fdfeff;text-align:center}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul li{margin:0;border-bottom:1px solid #eee;text-align:left}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul li a{display:block;padding:10px 25px;color:#757575;font-size:12px;text-decoration:none}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul li a.delete-permanently{color:#e74c3c}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul li:hover{background:#eee}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item:hover ul{display:block}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item:hover .item-actions .actions>*{visibility:visible;cursor:pointer}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.lp_quiz .icon::before{content:"\f469"}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.lp_lesson .icon::before{content:"\f330"}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.empty-item{position:relative;color:#a2a2a2}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.empty-item::after{position:absolute;top:0;left:0;bottom:0;right:0;opacity:.5;background:#fff;content:""}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.empty-item .item-actions{display:none}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.empty-item .icon::before{color:#a2a2a2;content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .icon{color:#0085ba;font-size:20px;text-align:center;flex:0 0 29px}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .icon::before{font-family:Dashicons}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item input{width:100%;padding:8px 0 8px 10px;border:0;color:inherit;font-size:14px;font-weight:600}#admin-editor-lp_course .lp-course-curriculum .section-actions{padding:0 20px 20px 20px}#admin-editor-lp_course .lp-course-curriculum .section-actions .remove{display:none;float:left;height:30px;border:1px solid #eee;border-radius:3px;color:#e74c3c;line-height:30px;cursor:pointer}#admin-editor-lp_course .lp-course-curriculum .section-actions .remove .icon{padding:0 18px}#admin-editor-lp_course .lp-course-curriculum .section-actions .remove .confirm{display:none;padding:0 18px}#admin-editor-lp_course .lp-course-curriculum .section-actions .remove.confirm .confirm{display:inline-block}#admin-editor-lp_course .lp-course-curriculum .section-actions .remove.confirm .icon{display:none}#admin-editor-lp_course .lp-course-curriculum .ui-sortable-placeholder{display:block;visibility:visible !important;border-color:#bdf4fe !important;background:#bdf4fe !important}.wp-admin.post-type-lp_course #meta-box-tab-course_payment .learn-press-tip-floating{top:40px;right:100px;opacity:.8;background:#a00}.wp-admin.post-type-lp_course #meta-box-tab-course_payment .learn-press-tip-floating::before{top:-7px;border:7px solid transparent;border-top-width:0;border-bottom-color:#a00}.section-item-counts{margin:0;margin-right:auto;font-size:12px;white-space:nowrap}.section-item-counts span{color:#999}#course-editor{margin-bottom:10px}#course-editor .inside .rwmb-custom_html-wrapper>.rwmb-label{display:none}#course-editor .inside .rwmb-custom_html-wrapper>.rwmb-input{margin-right:0}#quiz-editor .inside .rwmb-custom_html-wrapper>.rwmb-label{display:none}#quiz-editor .inside .rwmb-custom_html-wrapper>.rwmb-input{margin-right:0}#quiz-editor .inside{margin:0;padding:0}#admin-editor-lp_quiz{margin:0;padding:0;border:0}#admin-editor-lp_quiz form{margin:0}#admin-editor-lp_quiz .lp-box-data-head{display:flex;flex-direction:row;margin:0;padding:6px 20px;align-items:center}#admin-editor-lp_quiz .lp-box-data-head h3{padding:0}#admin-editor-lp_quiz .lp-box-data-head .status{visibility:hidden;position:relative;top:5px;margin-right:10px;font-family:Dashicons;font-size:20px}#admin-editor-lp_quiz .lp-box-data-head .status::before{content:"\f463"}#admin-editor-lp_quiz .lp-box-data-head .status.loading{display:inline-block;visibility:visible;animation:rotation 2s infinite linear}#admin-editor-lp_quiz .lp-box-data-head .collapse-list-questions{display:flex;width:40px;height:30px;color:#999;font-family:Dashicons;font-size:30px;cursor:pointer;justify-content:center;align-items:center}#admin-editor-lp_quiz .lp-box-data-content{margin:20px;margin-top:0;border:1px solid #ddd}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions{border-collapse:collapse;color:#777}@media(max-width:1560px){#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .fill_in_blanks .question-settings{flex-direction:column}}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row{display:flex;flex-direction:row;text-align:center;align-items:center}@media(max-width:1024px){#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row.question-settings{flex-direction:column}}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>*{width:100%;padding:12px 8px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.sort{position:relative;color:#999;cursor:url("../../images/openhand.cur") 7 5,default;flex:0 0 15px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.sort .svg-icon{height:18px;margin-top:-2px;vertical-align:middle;fill:#999}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.sort:hover{fill:#0085ba}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.order{padding:12px 0;color:#32373c;font-size:1.2em;text-align:right;flex:0 0 25px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.order::after{content:"."}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type{display:inline-flex;position:relative;width:125px;height:32px;padding:0;border-radius:2px;background-color:#eee;box-shadow:0 0 2px rgba(0,0,0,0.22);line-height:32px;cursor:pointer;flex:0 0 auto;align-items:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type>a{display:inline-flex;width:100%;padding:0 10px;color:#666;text-align:center;cursor:pointer;align-items:center;justify-content:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type>a::after{margin-right:5px;font-family:Dashicons;font-size:14px;line-height:30px;content:"\f347"}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type ul{visibility:hidden;position:absolute;z-index:9999;top:100%;left:0;height:auto;margin:0;margin-top:-1px;border:1px solid #999;border-radius:2px;opacity:1;background:#fdfeff;pointer-events:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type ul li{margin:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type ul li a{display:block;min-width:110px;padding:10px 20px;color:#757575;line-height:20px;text-align:left;white-space:nowrap;text-decoration:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type ul li a:hover{background-color:#eee}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type ul li.disabled{opacity:.4;background-color:#fff;user-select:none;pointer-events:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type:hover ul{visibility:visible;opacity:1;pointer-events:visible}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.actions{width:300px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.name{padding-right:5px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row:hover>.sort{visibility:visible}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row .actions .lp-box-data-actions{text-align:left !important}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .header{display:none;border-bottom:1px solid #ddd}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .header .table-row>*{font-weight:bold}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .header .table-row>.order::after{content:""}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .header .table-row>.actions{padding:12px 0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-actions .name input{width:100%;padding:0;border:0;color:#777;background:transparent;box-shadow:none;font-size:14px;font-weight:normal}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings{padding:0 20px;border:1px solid #ddd;border-left:0;border-right:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings>*{padding:20px 0 20px 20px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options{border:1px solid #ddd}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .sort{width:12px;padding:8px 6px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .answer-text{width:calc(100% - 100px);padding-right:0;color:#444;font-weight:600}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .order{width:10px;padding:0;text-align:left}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .answer-correct{width:65px;color:#444;font-weight:600;text-align:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .actions{padding:0;text-align:left}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .actions .lp-toolbar-btn{height:42px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr{border:1px solid #ddd;background:#f4fcff}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr:nth-child(2n){background:#fff}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr td{position:static;padding:0 10px;border:0;background:inherit}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr td.sort{width:12px;cursor:url("../../images/openhand.cur") 7 5,default}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr td.answer-text{padding-right:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr td.answer-correct{text-align:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr .svg-icon{height:18px;vertical-align:middle;fill:#999}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr:hover .svg-icon{visibility:visible}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr:hover .sort:hover .svg-icon{fill:#0085ba}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-placeholder{visibility:visible !important}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-placeholder td{height:43px;background:#bdf4fe !important}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-helper{border-left:0;border-right:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-helper td{border-bottom:1px solid #ddd}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-helper td.sort{border-right:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.empty-option .sort i{display:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.empty-option .sort::before{display:inline-block;position:absolute;top:12px;right:4px;font-family:Dashicons;font-size:18px;content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.empty-option td{position:relative}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.empty-option td::after{position:absolute;top:0;left:1px;bottom:0;right:0;opacity:.5;background:#fff;content:""}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody .answer-text input{width:100%;padding:0;border:0;color:#777;background:transparent;box-shadow:none;font-size:14px;font-weight:normal}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item{border-bottom:1px solid #ddd;background:#f4fcff;line-height:18px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.ui-sortable-helper{border-top:1px solid #f1f1f1}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.ui-sortable-placeholder{display:block;visibility:visible !important;border-color:#bdf4fe !important;background:#bdf4fe !important}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question,#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating{position:relative}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question .question-actions .sort,#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating .question-actions .sort{visibility:visible}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question .question-actions .sort .fa,#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating .question-actions .sort .fa{display:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question .question-actions .sort::after,#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating .question-actions .sort::after{display:inline-block;position:absolute;right:5px;font-family:Dashicons;font-size:20px;content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question::after,#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating::after{position:absolute;top:0;left:0;bottom:0;right:0;opacity:.5;background:#fff;content:""}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question .question-settings{display:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .cell{padding:10px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .name input{width:100%;padding:0;border:0;color:#32373c;background:transparent;box-shadow:none;font-size:1.2em;font-weight:normal;line-height:18px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions{margin:0;padding:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons{display:grid;position:static;z-index:10;height:100%;text-align:left;grid-template-columns:30px 30px 30px 40px;align-items:center;justify-content:end}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons>div a{visibility:hidden}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn .lp-btn-icon{position:absolute;z-index:2;top:50%;right:50%;width:28px;height:30px;margin-top:-15px;margin-right:-15px;line-height:30px;text-align:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn ul{z-index:9}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn ul a{padding:8px 24px;line-height:24px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn ul a.remove{border-bottom:1px solid #eee;color:#666}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-btn-toggle{width:40px;height:42px;padding-left:0;font-family:Dashicons;font-size:20px;line-height:42px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-btn-toggle.open::after{content:"\f343"}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-btn-toggle.close::after{content:"\f347"}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions:hover .lp-toolbar-buttons>div a{visibility:visible}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings{background:#fff}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options{padding-left:0;padding-right:0;text-align:right}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .inside{margin:0;padding:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .inside .lp-quiz-editor__detail-field{margin:0;padding:20px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .inside .lp-quiz-editor__detail-field:nth-child(2n+1){background:#f4fcff}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .inside .lp-quiz-editor__detail-label{margin:0;margin-bottom:10px;color:#666;font-weight:600}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .postbox{border:1px solid #ddd}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .postbox .hndle{font-weight:600;cursor:default}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .postbox .toggle{float:left;position:absolute;top:0;left:0;width:36px;height:36px;line-height:36px;text-align:center;cursor:pointer}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .postbox .toggle::after{font-family:Dashicons;font-size:18px;content:"\f460"}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings.closed .quiz-question-options{width:38px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings.closed .postbox{min-width:34px;height:34px;line-height:42px;text-align:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings.closed .postbox .hndle{display:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings.closed .postbox .toggle::after{content:"\f132"}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.sorting_choice .quiz-question-data table.lp-list-options .answer-correct{display:none !important}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer{margin-top:-1px;border-top:1px solid #ddd;background:#f4fcff}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row{height:auto;text-align:right}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .lp-sortable-handle{display:flex;width:30px;padding:8px 10px 8px 6px;color:#999;font-family:Dashicons;font-size:20px;vertical-align:middle;align-items:center;justify-content:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .lp-sortable-handle::before{content:"\f132"}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .order{padding:8px 0;line-height:28px;text-align:right}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question{padding:8px 5px 8px 10px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title{display:inline-block;position:relative;min-width:500px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title form input{width:100%;margin:0;padding:6px 0;border:0;background:transparent;font-size:1.2em;line-height:18px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title form input:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title form input:focus{color:#32373c}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title form input::placeholder{display:inline-block}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new{display:inline;position:relative}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types{display:none;position:absolute;z-index:9999999;top:100%;left:-2px;width:200px;margin:6px;border:1px solid #999;background-color:#fff}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types li{margin:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types li a{display:block;padding:12px 20px;outline:0;color:#757575;box-shadow:none;line-height:1;text-decoration:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types li a:hover{background:#eee}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types li.disabled{opacity:.5;background-color:#eee;user-select:none;pointer-events:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new button:hover+.question-types{display:block}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new button+.question-types:hover{display:block}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new button[disabled=disabled]:hover+.question-types{display:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .select-item{display:inline}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question button{height:30px;box-shadow:0 1px 0 #ccc !important}#admin-editor-lp_quiz .lp-box-data-content .question-button-actions{text-align:right}#question-editor .inside .rwmb-custom_html-wrapper .rwmb-label{display:none}#question-editor .inside .rwmb-custom_html-wrapper .rwmb-input{margin-right:0}#question-editor .inside{margin:0;padding:0}#admin-editor-lp_question{margin:0;padding:0;border:0;background:#fff}#admin-editor-lp_question form{margin:0}#admin-editor-lp_question .lp-box-data-head{display:flex;flex-direction:row;padding:10px 20px;align-items:center}#admin-editor-lp_question .lp-box-data-head .heading{margin:0;padding:0;flex:1}#admin-editor-lp_question .lp-box-data-head .lp-question-editor{position:relative;margin-right:auto;border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types>a{display:inline-flex;height:32px;padding:0 16px;border:1px solid #999;border-radius:2px;color:#666;line-height:32px;text-decoration:none;align-items:center;cursor:pointer;user-select:none}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types>a::after{margin-right:5px;font-family:Dashicons;font-size:14px;line-height:30px;content:"\f347"}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul{display:none;position:absolute;z-index:9999;top:100%;left:0;height:auto;margin:0;margin-top:-1px;border:1px solid #999;border-radius:2px;background:#fdfeff}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li{margin:0}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li:hover,#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li.active{background:#eee}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li a{display:block;min-width:110px;padding:10px;color:#757575;font-size:12px;text-align:left;white-space:nowrap;text-decoration:none}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li.disabled{opacity:.4}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li.disabled a{color:#999;cursor:not-allowed;pointer-events:none}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul:hover{display:block}#admin-editor-lp_question .lp-box-data-head .lp-question-editor:hover .question-types ul{display:block}#admin-editor-lp_question .lp-box-data-content{padding:0 20px 20px 20px;border:none !important}#admin-editor-lp_question .lp-box-data-content table.list-question-answers{width:100%;border:1px solid #ddd}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tr td{padding:0 15px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers thead tr th{padding:15px;border-bottom:1px solid #ddd;background-color:#eee;font-weight:600}#admin-editor-lp_question .lp-box-data-content table.list-question-answers thead tr th.answer-text{padding-right:10px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers .sort,#admin-editor-lp_question .lp-box-data-content table.list-question-answers .order,#admin-editor-lp_question .lp-box-data-content table.list-question-answers .actions{width:10px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers .sort{padding:0 10px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers .order{width:10px;padding:0;text-align:left}#admin-editor-lp_question .lp-box-data-content table.list-question-answers .answer-correct{width:65px;text-align:center}#admin-editor-lp_question .lp-box-data-content table.list-question-answers .answer-text{padding-right:8px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers .actions{padding-left:0;text-align:left}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr{color:#444;background:#fff}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr:nth-child(2n){background:#fff}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td{background-color:#fff}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.sort{width:15px;padding:0;font-size:18px;text-align:center;cursor:url("../../images/openhand.cur") 7 5,default}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.sort .svg-icon{height:18px;margin-top:-2px;vertical-align:middle;fill:#999}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.sort:hover .svg-icon{fill:#0085ba}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.order{font-size:14px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.answer-text input{width:100%;padding:0;border:0;color:#444;background:transparent;box-shadow:none;font-size:14px;font-weight:600;transition:box-shadow .2s ease}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.lp-toolbar-buttons{z-index:auto}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr:hover td.actions .remove-answer{visibility:visible;height:42px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.ui-sortable-placeholder{visibility:visible !important}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.ui-sortable-placeholder td{height:43px;background:#bdf4fe !important}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.ui-sortable-helper td{border-bottom:1px solid #ddd}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.ui-sortable-helper td.sort{border-right:0}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.new-option .svg-icon{display:none}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.new-option td{position:relative}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.new-option .sort::before{display:inline-block;position:absolute;top:8px;right:10px;font-family:"Dashicons";content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.new-option td::after{position:absolute;top:0;left:0;bottom:0;right:0;opacity:.5;background:#fff;content:""}#admin-editor-lp_question .lp-box-data-content .add-answer{margin:15px 0 0 0}#admin-editor-lp_question.sorting_choice table.list-question-answers .answer-correct{display:none !important}.lp-admin-fib-question-editor,.admin-quiz-fib-question-editor{text-align:right}.lp-admin-fib-question-editor .lp-box-data-content,.admin-quiz-fib-question-editor .lp-box-data-content{margin:0 !important;border:none !important}.lp-admin-fib-question-editor .content-editable,.admin-quiz-fib-question-editor .content-editable{min-height:240px !important;padding:12px 15px;border:2px solid #ddd;border-radius:4px}.lp-admin-fib-question-editor .content-editable .fib-blank,.admin-quiz-fib-question-editor .content-editable .fib-blank{position:relative;color:#2196f3}.lp-admin-fib-question-editor .content-editable .fib-blank::before,.admin-quiz-fib-question-editor .content-editable .fib-blank::before{content:"#" attr(data-index) ". "}.lp-admin-fib-question-editor .fib-blanks,.admin-quiz-fib-question-editor .fib-blanks{min-width:700px;border-collapse:collapse}@media(max-width:1024px){.lp-admin-fib-question-editor .fib-blanks,.admin-quiz-fib-question-editor .fib-blanks{width:100%;min-width:100%}}.lp-admin-fib-question-editor .fib-blanks tbody,.admin-quiz-fib-question-editor .fib-blanks tbody{border-bottom:1px solid #bbb}.lp-admin-fib-question-editor .fib-blanks tbody tr,.admin-quiz-fib-question-editor .fib-blanks tbody tr{background:#eee}.lp-admin-fib-question-editor .fib-blanks tbody tr td,.admin-quiz-fib-question-editor .fib-blanks tbody tr td{padding:5px}.lp-admin-fib-question-editor .fib-blanks tbody tr.blank-options td,.admin-quiz-fib-question-editor .fib-blanks tbody tr.blank-options td{padding:0}.lp-admin-fib-question-editor .fib-blanks tbody tr.blank-options ul,.admin-quiz-fib-question-editor .fib-blanks tbody tr.blank-options ul{display:none;margin:5px 0;padding:20px;border:1px solid #ddd;background:#fff;list-style:none}.lp-admin-fib-question-editor .fib-blanks tbody.open .blank-options ul,.admin-quiz-fib-question-editor .fib-blanks tbody.open .blank-options ul{display:block}.lp-admin-fib-question-editor .fib-blanks tbody .blank-position,.admin-quiz-fib-question-editor .fib-blanks tbody .blank-position{font-weight:600;text-align:center}.lp-admin-fib-question-editor .fib-blanks tbody .blank-actions,.admin-quiz-fib-question-editor .fib-blanks tbody .blank-actions{text-align:left}.lp-admin-fib-question-editor .fib-blanks tbody:last-child,.admin-quiz-fib-question-editor .fib-blanks tbody:last-child{border:0}#fill-in-blanks-editor{display:flex}#fill-in-blanks-editor .blank-options{flex:0 0 65%}#fill-in-blanks-editor .blanks{width:100%;margin:0}#fill-in-blanks-editor .blanks .blank{margin:0 0 20px 0;padding:20px;border:1px solid #d9e0f1;background:#fbfcff}#fill-in-blanks-editor .blanks .blank label{font-weight:bold}#fill-in-blanks-editor .blanks .blank .blank-content{width:100%;min-height:74px;font-size:16px}#fill-in-blanks-editor .blanks .blank .blank-words .word{background:#ddd;line-height:1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}#fill-in-blanks-editor .blanks .blank .blank-words .word.correct{background:#00a1e6}#fill-in-blanks-editor .blanks .blank .blank-tip p{font-style:italic}#fill-in-blanks-editor .blanks .blank .button-remove{color:red}#fill-in-blanks-editor .passage-preview{margin-right:20px;padding:15px 20px;border:1px solid #ddd;font-size:16px;line-height:24px;text-align:justify;flex:1}#fill-in-blanks-editor .passage-preview .blank-input{display:inline-block;position:relative;width:50px;height:16px;margin:-2px 10px;padding:0;border:0;border-bottom:1px dashed #ddd;background:transparent;box-shadow:none;font-size:16px;vertical-align:middle}#fill-in-blanks-editor .blanks-list{width:100%}#fill-in-blanks-editor .blanks-list textarea{width:100%;min-height:300px;margin-bottom:20px;outline:0;background:#f9f9f9;box-shadow:none;font-size:18px;line-height:30px}#fill-in-blanks-editor .blanks-list code{line-height:1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}#fill-in-blanks-editor .blanks-list code.correct{background:#00a1e6}#lp-modal-choose-items{display:none;position:fixed;z-index:-1;top:0;left:0;bottom:0;right:0;opacity:0;background-color:rgba(0,0,0,0.5)}#lp-modal-choose-items.show{display:block;z-index:99999999;opacity:1}#lp-modal-choose-items.loading .lp-choose-items ul.list-items::before{display:block;position:absolute;z-index:9;top:0;left:0;bottom:0;right:0;background:url("../../images/spinner.gif") no-repeat center center;background-color:#fff;content:""}#lp-modal-choose-items .lp-choose-items{position:relative;max-width:800px;margin:5% 20% 10% auto;border:1px solid #ddd;background-color:#fff;box-shadow:0 1px 1px rgba(0,0,0,0.1);transition:all 200ms ease-out}#lp-modal-choose-items .lp-choose-items.show-preview .header .preview-title{display:flex;align-items:center}#lp-modal-choose-items .lp-choose-items .header{position:relative}#lp-modal-choose-items .lp-choose-items .header .preview-title{display:none;position:absolute;z-index:10;top:0;left:0;bottom:0;right:0;padding-right:20px;border-bottom:1px solid #ddd;background-color:#fff;font-weight:600}#lp-modal-choose-items .lp-choose-items .header .preview-title h3{margin:0}#lp-modal-choose-items .lp-choose-items .header .tabs{margin:0;border-bottom:1px solid #ddd}#lp-modal-choose-items .lp-choose-items .header .tabs .tab{display:inline-block;position:relative;margin:0}#lp-modal-choose-items .lp-choose-items .header .tabs .tab:not(:last-child)::before{position:absolute;top:50%;left:0;height:44px;margin-top:-22px;border-left:1px solid #ddd;content:""}#lp-modal-choose-items .lp-choose-items .header .tabs .tab.active::after{display:inline-block;position:absolute;bottom:-6px;right:50%;width:10px;height:10px;margin-right:-6px;border:1px solid #ddd;border-left:0;border-bottom:0;background:#fff;content:"";transform:rotate(-45deg)}#lp-modal-choose-items .lp-choose-items .header .tabs .tab.active a{color:#0073aa}#lp-modal-choose-items .lp-choose-items .header .tabs .tab a{display:inline-block;height:44px;padding:0 20px;color:#333;font-weight:600;line-height:44px;text-decoration:none}#lp-modal-choose-items .lp-choose-items .header .tabs .tab a:focus{box-shadow:none}#lp-modal-choose-items .lp-choose-items .header .close{display:inline-block;position:absolute;z-index:30;top:0;left:0;padding:12px;font-size:1em;cursor:pointer}#lp-modal-choose-items .lp-choose-items .main{overflow:hidden;position:relative;padding:20px;border-bottom:1px solid #ddd}#lp-modal-choose-items .lp-choose-items .main .section-item{display:block;overflow:hidden;max-width:100%;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;transition:color 200ms ease-out}#lp-modal-choose-items .lp-choose-items .main .section-item::before{position:relative;top:3px;font-family:Dashicons}#lp-modal-choose-items .lp-choose-items .main .search{margin-bottom:20px;background:transparent}#lp-modal-choose-items .lp-choose-items .main .search input.modal-search-input{width:100%;height:36px;padding:0 14px;font-size:16px;line-height:36px}#lp-modal-choose-items .lp-choose-items .main .list-items{overflow-y:auto;position:relative;min-height:260px;max-height:460px;margin:0}#lp-modal-choose-items .lp-choose-items .main .list-items li{margin:15px 0;cursor:pointer}#lp-modal-choose-items .lp-choose-items .main .pagination .index{margin-right:20px;line-height:28px}#lp-modal-choose-items .lp-choose-items .lp-added-items-preview{overflow:auto;position:absolute;z-index:2;top:0;left:0;bottom:0;right:0;max-height:420px;padding:20px;background-color:#fff;transform:translate(-100%,0)}#lp-modal-choose-items .lp-choose-items .lp-added-items-preview.show{transform:translate(0,0)}#lp-modal-choose-items .lp-choose-items .lp-added-items-preview .list-added-items li{margin:15px 0}#lp-modal-choose-items .lp-choose-items .lp-added-items-preview .list-added-items li:first-child{margin:-10px 0 15px 0}#lp-modal-choose-items .lp-choose-items .footer{padding:20px}body.lp-item-moving{cursor:url("../../images/closedhand.cur") 7 5,default !important}@media screen and (max-width:900px){#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .question-settings.table-row{display:block;width:auto;text-align:right}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .question-settings.table-row>*{width:auto}}#learn-press-reset-course-users,#learn-press-reset-user-courses,#learn-press-reset-user-item{max-width:100%}#learn-press-reset-course-users table,#learn-press-reset-user-courses table,#learn-press-reset-user-item table{width:100%;border-collapse:collapse}#learn-press-reset-course-users .courses-list,#learn-press-reset-user-courses .courses-list,#learn-press-reset-user-item .courses-list{margin:0}#learn-press-reset-course-users input[type=text],#learn-press-reset-user-courses input[type=text],#learn-press-reset-user-item input[type=text]{min-width:300px;height:28px;margin-right:0}#learn-press-reset-course-users .action-reset.dashicons-trash,#learn-press-reset-user-courses .action-reset.dashicons-trash,#learn-press-reset-user-item .action-reset.dashicons-trash{color:red}#learn-press-reset-course-users .action-reset.dashicons-update,#learn-press-reset-user-courses .action-reset.dashicons-update,#learn-press-reset-user-item .action-reset.dashicons-update{-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}.learn-press-tip{display:none;margin:0 5px;color:#444;font-size:13px;font-style:normal;line-height:1;vertical-align:baseline;cursor:pointer}.learn-press-tip.ready{display:inline-block}.learn-press-tip::before{font-family:"Font Awesome 5 Free";content:"\f059"}.learn-press-tip:hover{opacity:.8}.learn-press-tip-floating{position:absolute;z-index:9999999;min-width:20px;margin-right:-1px;padding:.618em 1em;color:#fff;background:#383838;font-size:12px;line-height:1.2em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.learn-press-tip-floating>*{font-size:12px}.learn-press-tip-floating .close{display:inline-block;position:absolute;top:-8px;left:-8px;width:16px;height:16px;border:1px solid #fff;color:#fff;background:#468fbc;line-height:16px;text-align:center;cursor:pointer;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.learn-press-tip-floating .close::before{font-family:"Font Awesome 5 Free";content:"\f00d"}.learn-press-tip-floating p{margin:0}.learn-press-tip-floating::before{position:absolute;bottom:-6px;right:50%;width:0;height:0;margin-right:-6px;border:6px solid transparent;border-top-color:#383838;border-bottom-width:0;content:""}.lp-group-step{border-bottom:1px solid #eee}.lp-group-step h3{padding:0 2em}.lp-group-step label{margin-bottom:5px;font-size:13px;font-weight:500;font-style:italic}.lp-group-step .lp-item-step{display:flex;position:relative;min-height:35px;margin:0;padding:1em 0;border-top:1px solid #eee;align-items:center;cursor:pointer}.lp-group-step .lp-item-step:hover{background:#eee}.lp-group-step .lp-item-step.running .lp-item-step-left::before{opacity:1}.lp-group-step .lp-item-step.running .lp-item-step-left input{opacity:0}.lp-group-step .lp-item-step.running::before{display:block;position:absolute;width:0;height:100%;background:#0073aa;content:"";opacity:.1;transition:.8s linear}.lp-group-step .lp-item-step.running .progress-bar{opacity:.1}.lp-group-step .lp-item-step.completed .lp-item-step-left::after{opacity:1}.lp-group-step .lp-item-step.completed .lp-item-step-left input{opacity:0}.lp-group-step .lp-item-step.completed .progress-bar{width:100%;opacity:.1}.lp-group-step .lp-item-step.error .lp-item-step-left::after{opacity:1;color:#d33;content:"\f335"}.lp-group-step .lp-item-step .progress-bar{display:block;position:absolute;top:0;right:0;width:0;height:100%;opacity:0;background:rgba(124,96,217,0.7490196078);transition:.8s linear}.lp-group-step .lp-item-step-left{display:inline-flex;align-items:center;position:relative;padding:0 2em}.lp-group-step .lp-item-step-left::before{display:block;position:absolute;z-index:2;width:1em;height:1em;border:1px solid rgba(0,0,0,0.1);border-top:1px solid #3498db;border-radius:50%;opacity:0;content:"";-webkit-animation:lp-rotating .8s linear infinite;animation:lp-rotating .8s linear infinite}.lp-group-step .lp-item-step-left::after{position:absolute;z-index:1;right:23px;opacity:0;color:#4caf50;font-family:Dashicons;font-size:1.5em;content:"\f147"}.lp-group-steps-done{display:none}@keyframes lp-rotating{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}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(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-ms-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}.ajaxload{display:inline-block;position:relative;width:30px;height:30px;background:#7b7b7b;content:"";-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}.ajaxload::after{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:inline-block;position:absolute;top:2px;right:50%;width:6px;height:6px;margin-right:-3px;background:#dedede;content:""}.lp-ajaxload-style-1{display:inline-block;position:relative;width:32px;height:32px}.lp-ajaxload-style-1::before,.lp-ajaxload-style-1::after{position:absolute;top:0;right:0;width:100%;height:100%;border:3px solid #ddd;content:""}.lp-ajaxload-style-1::after{clip:rect(0,32px,16px,16px);border-color:#2fa7ff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}@media screen and (max-width:782px){.learn-press-dropdown-pages .select2-container{vertical-align:top}.learn-press-dropdown-pages .select2-container .select2-selection--single{height:31px}.learn-press-dropdown-pages .select2-selection__rendered{line-height:31px !important}#learn-press-advertisement{margin:0 12px;padding-bottom:0}#learn-press-advertisement .slider-controls{bottom:40px}}.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:0 50%}to{background-position:100% 50%}}.button.disabled{pointer-events:none}.learnpress .postbox .rwmb-meta-box{margin-top:10px}.learnpress #field-_lp_requirements .rwmb-text-list-clone,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone,.learnpress #field-_lp_key_features .rwmb-text-list-clone,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone,.learnpress #field-_lp_faqs .rwmb-text-list-clone,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone{clear:none;position:relative;border:1px solid #ddd;border-radius:4px}.learnpress #field-_lp_requirements .rwmb-text-list-clone .rwmb-text-list-label,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .rwmb-text-list-label,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .rwmb-text-list-label,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .rwmb-text-list-label,.learnpress #field-_lp_key_features .rwmb-text-list-clone .rwmb-text-list-label,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .rwmb-text-list-label,.learnpress #field-_lp_faqs .rwmb-text-list-clone .rwmb-text-list-label,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list-label{display:none}.learnpress #field-_lp_requirements .rwmb-text-list-clone .rwmb-text-list,.learnpress #field-_lp_requirements .rwmb-text-list-clone .rwmb-text-list-advanced,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .rwmb-text-list,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .rwmb-text-list-advanced,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .rwmb-text-list,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .rwmb-text-list-advanced,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .rwmb-text-list,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .rwmb-text-list-advanced,.learnpress #field-_lp_key_features .rwmb-text-list-clone .rwmb-text-list,.learnpress #field-_lp_key_features .rwmb-text-list-clone .rwmb-text-list-advanced,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .rwmb-text-list,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .rwmb-text-list-advanced,.learnpress #field-_lp_faqs .rwmb-text-list-clone .rwmb-text-list,.learnpress #field-_lp_faqs .rwmb-text-list-clone .rwmb-text-list-advanced,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list-advanced{width:calc(100% - 65px);padding:7px 10px;border:0;color:#777;background:transparent;box-shadow:none;line-height:1}.learnpress #field-_lp_requirements .rwmb-text-list-clone .remove-clone,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .remove-clone,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .remove-clone,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .remove-clone,.learnpress #field-_lp_key_features .rwmb-text-list-clone .remove-clone,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .remove-clone,.learnpress #field-_lp_faqs .rwmb-text-list-clone .remove-clone,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .remove-clone{top:50%;left:41px;margin-top:-10px;border-radius:unset;color:#999;background:transparent;-webkit-transition:left .25s;-moz-transition:left .25s;-ms-transition:left .25s;-o-transition:left .25s;transition:left .25s}.learnpress #field-_lp_requirements .rwmb-text-list-clone .remove-clone i,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .remove-clone i,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .remove-clone i,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .remove-clone i,.learnpress #field-_lp_key_features .rwmb-text-list-clone .remove-clone i,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .remove-clone i,.learnpress #field-_lp_faqs .rwmb-text-list-clone .remove-clone i,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .remove-clone i{font-size:20px}.learnpress #field-_lp_requirements .rwmb-text-list-clone .remove-clone:hover,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .remove-clone:hover,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .remove-clone:hover,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .remove-clone:hover,.learnpress #field-_lp_key_features .rwmb-text-list-clone .remove-clone:hover,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .remove-clone:hover,.learnpress #field-_lp_faqs .rwmb-text-list-clone .remove-clone:hover,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .remove-clone:hover{color:#e74c3c}.learnpress #field-_lp_requirements .rwmb-text-list-clone::after,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone::after,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone::after,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone::after,.learnpress #field-_lp_key_features .rwmb-text-list-clone::after,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone::after,.learnpress #field-_lp_faqs .rwmb-text-list-clone::after,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone::after{display:inline-block;position:absolute;top:50%;left:10px;margin:8px 0 0 0;margin-top:-9px;color:#999;font-family:Dashicons;font-size:20px;content:"\f333"}.learnpress #field-_lp_requirements .rwmb-text-list-clone:focus-within,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone:focus-within,.learnpress #field-_lp_key_features .rwmb-text-list-clone:focus-within,.learnpress #field-_lp_faqs .rwmb-text-list-clone:focus-within{border-color:#0085ba}.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .rwmb-text-list:focus,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .rwmb-text-list:focus,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .rwmb-text-list:focus,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list:focus{border-color:#0085ba}.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone{position:relative;padding:0 0 16px 0}.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list-label{display:block;padding:10px 12px 0 10px}.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list{width:calc(100% - 25px);margin:0 13px 0 13px;border:1px solid #ddd;vertical-align:top}.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .remove-clone{top:20px;left:36px;margin-top:-10px;color:#999;-webkit-transition:left .25s;-moz-transition:left .25s;-ms-transition:left .25s;-o-transition:left .25s;transition:left .25s}.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone::after{top:20px}.lp-notice,.learn-press-notice{position:relative;padding:12px}.lp-notice h4,.learn-press-notice h4{margin:10px 0 15px}.lp-notice p,.learn-press-notice p{margin:0 0 5px 0;padding:0 2px}.lp-notice.lp-upgrade-notice,.learn-press-notice.lp-upgrade-notice{position:relative;border-right-color:#02b7fb;background:#bceffe}.lp-notice.lp-upgrade-notice .close-notice,.learn-press-notice.lp-upgrade-notice .close-notice{position:absolute;top:5px;left:10px}.lp-notice .lp-message-dismiss,.learn-press-notice .lp-message-dismiss{position:absolute;top:12px;left:12px}.lp-notice .notice-dismiss,.learn-press-notice .notice-dismiss{position:absolute;top:0;left:1px;margin:0;padding:9px;border:0;outline:0;color:#72777c;background:100% 0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;cursor:pointer}.lp-notice .notice-dismiss::before,.learn-press-notice .notice-dismiss::before{display:block;width:20px;height:20px;color:#72777c;background:100% 0;font:normal 16px/20px dashicons;text-align:center;content:"\f153";speak:none;-webkit-font-smoothing:antialiased}.learn-press-dropdown-pages{display:inline-block}.lp-notice-update-database{border:1px solid rebeccapurple;border-right-color:red;border-radius:3px;color:white;background:rebeccapurple}.lp-notice-update-database.do-updating::before{display:inline-block;float:right;margin:9px -5px 0 5px;color:#2773aa;font-family:dashicons;font-size:20px;content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#adminmenu .update-plugins.lp-plugins-count{padding:0 5px}.search-box input[name=post-search-author],.search-box .select2-container{min-width:200px;margin:0;vertical-align:top}.learn-press-notice-assigned-item{color:red}.learnpress .actions{margin:0}#learn-press-syncs li{position:relative}#learn-press-syncs li.syncing,#learn-press-syncs li.synced{padding-right:24px}#learn-press-syncs li.syncing input[type=checkbox],#learn-press-syncs li.synced input[type=checkbox]{display:none}#learn-press-syncs li.syncing::after{content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#learn-press-syncs li.synced::after{color:#2773aa;content:"\f147"}#learn-press-syncs li::after{display:block;position:absolute;top:0;right:-3px;width:24px;height:24px;font-family:dashicons;font-size:19px;line-height:24px;text-align:center}#learn-press-updater .updater-progress{position:relative;margin:0 2px}#learn-press-updater .updater-progress ul{display:flex;position:relative;height:5px;background:#eee}#learn-press-updater .updater-progress ul li{position:relative;margin:0;flex:1}#learn-press-updater .updater-progress ul li::after{display:none;position:absolute;top:-30px;left:0;padding:3px 5px;border-radius:3px;color:#fff;background:#ddd;font-size:12px;content:attr(data-version)}#learn-press-updater .updater-progress ul li::before{content:""}#learn-press-updater .updater-progress ul li:last-child::after{_display:block}#learn-press-updater .updater-progress ul::after{position:absolute;top:0;right:0;width:0;height:20px}#learn-press-updater .updater-progress .updater-progress-status{position:absolute;top:0;right:0;width:0;height:5px;background:#5bc4f9;-webkit-transition:width .25s;-moz-transition:width .25s;-ms-transition:width .25s;-o-transition:width .25s;transition:width .25s}#learn-press-updater .updater-progress .updater-progress-status::before{position:absolute;top:-20px;left:0;padding:0 5px;border-radius:3px;color:#fff;background:#5bc4f9;font-size:12px;_content:attr(data-value) "%"}#learn-press-updater .updater-progress .updater-progress-status .updater-progress-animation{overflow:hidden;position:absolute;top:0;right:0;width:100%;height:5px;background:#5bc4f9}#learn-press-updater .updater-progress .updater-progress-status .updater-progress-animation:not(.completed)::after{position:absolute;height:5px;background:#8dd9ff;content:"";-webkit-animation:animation4 1.5s ease-out infinite;-moz-animation:animation4 1.5s ease-out infinite;-ms-animation:animation4 1.5s ease-out infinite;-o-animation:animation4 1.5s ease-out infinite;animation:animation4 1.5s ease-out infinite}#learn-press-updater .updating-message{color:#a24666}#learn-press-updater .completed-message{color:#3c8eb7}#learn-press-updater{display:none}.select2 .select2-search.select2-search--inline{margin-bottom:0}.select2 .select2-selection .select2-selection__choice{margin-top:4px;margin-bottom:0}.select2 .select2-selection.select2-selection--multiple{min-height:30px}.edit-post-layout__metaboxes .rwmb-label>label{color:#666;font-size:small;font-weight:bold}body.post-type-lp_question #button-new-question{display:inline-block;position:relative}body.post-type-lp_question #button-new-question div{display:none;position:absolute;z-index:9999;top:100%;right:0;min-width:100px;margin:0 -1px 0 0;border:1px solid #999;background:white;font-weight:400}body.post-type-lp_question #button-new-question div a{display:block;min-width:100px;margin:0;padding:10px 20px;color:#666;white-space:nowrap;text-decoration:none}body.post-type-lp_question #button-new-question div a:hover{background:#eee}body.post-type-lp_question #button-new-question>a{position:relative;padding-left:15px;text-decoration:none}body.post-type-lp_question #button-new-question>a::after{display:inline-block;position:absolute;top:6px;left:0;width:0;height:0;margin:0;border:5px solid transparent;border-top-color:#0f7aae;content:""}body.post-type-lp_question #button-new-question:hover div{display:block}.lp-label{display:inline-block;padding:3px 6px;color:#fff;font-size:12px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.lp-label.success{background:#4caf50}.lp-label.error{background:red}.lp-label.warning{background:#ffc107}.lp-label .far,.lp-label .fas,.lp-label .fa{display:inline-block;margin-left:5px}.lp-admin-profile-courses .column-results{width:200px}.lp-admin-profile-courses .course-results-progress .lp-progress-row{margin:0 0 20px 0}.lp-admin-profile-courses .course-results-progress .lp-course-progress-heading{margin:0 0 5px 0;line-height:1}.lp-admin-profile-courses .learn-press-progress{overflow:hidden;position:relative;width:150px;height:6px;border-radius:3px}.lp-admin-profile-courses .learn-press-progress .learn-press-progress__active{position:absolute;z-index:1;right:-100%;width:100%;height:100%;border-radius:3px;background:var(--lp-primary-color);-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s}.lp-admin-profile-courses .learn-press-progress::before{display:block;position:absolute;z-index:0;top:0;width:100%;height:100%;background:#ccc;content:""}
assets/css/admin/admin.css CHANGED
@@ -52,11 +52,11 @@
52
  .learn-press-message {
53
  position: relative;
54
  margin: 0 0 20px 0;
55
- padding: 10px 12px 10px 15px;
56
  border-top: 5px solid #00adff;
57
- border-bottom-right-radius: 5px;
58
- border-bottom-left-radius: 5px;
59
  background: #f5f5f5;
 
60
  }
61
  .learn-press-message.icon {
62
  padding-left: 45px;
@@ -68,8 +68,8 @@
68
  position: absolute;
69
  top: 50%;
70
  left: 15px;
71
- width: 26px;
72
- height: 26px;
73
  margin-top: -13px;
74
  margin-right: 10px;
75
  border-radius: 50%;
@@ -102,44 +102,44 @@
102
  border-bottom-color: #f5f5f5;
103
  }
104
  .learn-press-message.error {
105
- border-top: 5px solid #d85554;
106
  }
107
  .learn-press-message.error::before {
108
  background: #d85554;
109
  }
110
- .learn-press-message.error.icon::before {
111
  background: #d85554;
112
  }
113
  .learn-press-message.error.icon::after {
114
- background: #d85554;
115
  content: "\f00d";
116
  }
117
  .learn-press-message.warning {
118
- border-top: 5px solid #ffc107;
119
  }
120
  .learn-press-message.warning::before {
121
  background: #ffc107;
122
  }
123
- .learn-press-message.warning.icon::before {
124
  background: #ffc107;
125
  }
126
  .learn-press-message.warning.icon::after {
127
- background: #ffc107;
128
  content: "\f00d";
129
  }
130
  .learn-press-message.success {
131
- border-top: 5px solid #059601;
132
  }
133
  .learn-press-message.success::before {
134
  background: #059601;
135
  }
136
- .learn-press-message.success.icon::before {
137
  background: #059601;
138
  }
139
  .learn-press-message.success.icon::after {
140
- background: #059601;
141
  content: "\f129";
142
  }
 
 
 
143
 
144
  /**
145
  * Styles for displaying list of table
@@ -1172,7 +1172,6 @@ ul .clearfix {
1172
  .learn-press-advertisement-slider .slide-item .slide-detail .slide-controls .button {
1173
  margin-bottom: 0;
1174
  }
1175
-
1176
  .wp-responsive-open .learn-press-advertisement-slider {
1177
  margin-left: 56px;
1178
  }
@@ -1203,122 +1202,6 @@ ul .clearfix {
1203
  margin-bottom: 0;
1204
  }
1205
  }
1206
- /*
1207
- .learn-press-advertisement-slider > .slide-item {
1208
- display: none;
1209
- }
1210
- .learn-press-advertisement-slider > .slide-item:first-child {
1211
- display: block;
1212
- }
1213
- .learn-press-advertisement-slider .lp-wrap-items {
1214
- position: relative;
1215
- overflow: hidden;
1216
- -webkit-transition: visibility 1s, opacity 1s;
1217
- transition: visibility 1s, opacity 1s;
1218
- padding: 20px;
1219
- background-color: #fff;
1220
- border: 1px solid #ddd;
1221
- margin-bottom: 30px;
1222
- }
1223
- .learn-press-advertisement-slider .theme-thumbnail {
1224
- float: left;
1225
- width: 35%;
1226
- }
1227
- .learn-press-advertisement-slider .theme-detail {
1228
- margin-left: 35%;
1229
- padding-left: 20px;
1230
- }
1231
- .learn-press-advertisement-slider .lp-item {
1232
- position: relative;
1233
- float: left;
1234
- margin-right: -100%;
1235
- width: 100%;
1236
- box-sizing: border-box;
1237
- visibility: hidden;
1238
- opacity: 0;
1239
- -webkit-transition: visibility 0.5s linear, opacity 0.5s linear;
1240
- transition: visibility 0.5s linear, opacity 0.5s linear;
1241
- }
1242
- .learn-press-advertisement-slider img {
1243
- width: 100%;
1244
- height: auto;
1245
- float: none;
1246
- }
1247
- .learn-press-advertisement-slider .lp-active {
1248
- visibility: visible;
1249
- opacity: 1;
1250
- }
1251
- .learn-press-advertisement-slider .slider-controls {
1252
- position: absolute;
1253
- bottom: 30px;
1254
- right: 0;
1255
- height: 50px;
1256
- -ms-transform: translateY(-50%);
1257
- -webkit-transform: translateY(-50%);
1258
- transform: translateY(-50%);
1259
- }
1260
- .learn-press-advertisement-slider .slider-controls:after {
1261
- content: '';
1262
- clear: both;
1263
- display: block;
1264
- }
1265
- .learn-press-advertisement-slider .slider-controls .prev-item,
1266
- .learn-press-advertisement-slider .slider-controls .next-item {
1267
- position: absolute;
1268
- top: 0;
1269
- font-family: 'dashicons';
1270
- width: 40px;
1271
- height: 40px;
1272
- border: 1px solid #000;
1273
- line-height: 40px;
1274
- font-size: 16px;
1275
- color: #000;
1276
- cursor: pointer;
1277
- }
1278
- .learn-press-advertisement-slider .slider-controls .prev-item {
1279
- right: 95px;
1280
- }
1281
- .learn-press-advertisement-slider .slider-controls .prev-item:before {
1282
- content: "\f341";
1283
- display: block;
1284
- text-align: center;
1285
- }
1286
- .learn-press-advertisement-slider .slider-controls .next-item {
1287
- right: 45px;
1288
- }
1289
- .learn-press-advertisement-slider .slider-controls .next-item:before {
1290
- content: "\f345";
1291
- display: block;
1292
- text-align: center;
1293
- }
1294
- @media only screen and (max-width: 1200px) {
1295
- .learn-press-advertisement-slider .theme-thumbnail {
1296
- width: 50%;
1297
- }
1298
- .learn-press-advertisement-slider .theme-detail {
1299
- margin-left: 50%;
1300
- }
1301
- }
1302
- @media only screen and (max-width: 960px) {
1303
- .learn-press-advertisement-slider {
1304
- margin-left: 36px;
1305
- }
1306
- .learn-press-advertisement-slider .theme-thumbnail {
1307
- float: none;
1308
- width: 100%;
1309
- }
1310
- .learn-press-advertisement-slider .theme-detail {
1311
- margin-top: 20px;
1312
- margin-left: 0;
1313
- padding-left: 0;
1314
- }
1315
- }
1316
- @media screen and (max-width: 782px) {
1317
- .learn-press-advertisement-slider {
1318
- margin-left: 0;
1319
- }
1320
- }
1321
- */
1322
  .lp-admin-tabs {
1323
  position: relative;
1324
  margin-top: 20px;
@@ -2683,7 +2566,6 @@ input[name=_lp_course_result]:checked ~ #passing-condition-quiz-result {
2683
  .plugin-card:not(.hide-if-js):nth-child(even) {
2684
  margin-right: 8px;
2685
  }
2686
-
2687
  .plugin-card:not(.hide-if-js):nth-child(3n) {
2688
  margin-right: 0;
2689
  }
@@ -2807,7 +2689,7 @@ input[name=_lp_course_result]:checked ~ #passing-condition-quiz-result {
2807
  .lp-overlay {
2808
  display: none;
2809
  position: fixed;
2810
- z-index: 10000;
2811
  top: 0;
2812
  right: 0;
2813
  bottom: 0;
@@ -2820,10 +2702,10 @@ input[name=_lp_course_result]:checked ~ #passing-condition-quiz-result {
2820
  transition-property: opacity;
2821
  }
2822
 
2823
- .wp-admin .lp-modal-dialog .lp-modal-content .lp-modal-header {
2824
  padding: 2em;
2825
  }
2826
- .wp-admin .lp-modal-dialog .lp-modal-content .lp-modal-header h3 {
2827
  font-size: 1.4em;
2828
  }
2829
 
@@ -2852,28 +2734,27 @@ input[name=_lp_course_result]:checked ~ #passing-condition-quiz-result {
2852
  background: white;
2853
  color: black;
2854
  }
2855
- .lp-modal-dialog .lp-modal-content .lp-modal-header {
2856
  background: #7c60d9;
2857
  border-bottom: 1px solid #eee;
2858
  padding: 1em;
2859
  }
2860
- .lp-modal-dialog .lp-modal-content .lp-modal-header h3 {
2861
  margin: 0;
2862
  color: white;
2863
  font-size: inherit;
 
2864
  }
2865
- .lp-modal-dialog .lp-modal-content .lp-modal-body .main-content {
2866
  max-height: 500px;
2867
  overflow: auto;
2868
  }
2869
- .lp-modal-dialog .lp-modal-content .lp-modal-body .main-content h3, .lp-modal-dialog .lp-modal-content .lp-modal-body .main-content h2, .lp-modal-dialog .lp-modal-content .lp-modal-body .main-content .pd-2em {
2870
- padding: 0 2em;
2871
- }
2872
- .lp-modal-dialog .lp-modal-header {
2873
- padding: 0 20px;
2874
  }
2875
  .lp-modal-dialog .lp-modal-footer {
2876
- padding: 10px 20px;
 
2877
  background-color: #f9fafb;
2878
  text-align: right;
2879
  }
@@ -2918,12 +2799,6 @@ input[name=_lp_course_result]:checked ~ #passing-condition-quiz-result {
2918
  #lp-modal-window #lp-modal-content > * {
2919
  margin: 0 0 0.5em;
2920
  }
2921
- #lp-modal-window #lp-modal-content #lp-modal-buttons {
2922
- display: flex;
2923
- flex-direction: row-reverse;
2924
- align-items: center;
2925
- justify-content: center;
2926
- }
2927
  #lp-modal-window #lp-modal-buttons {
2928
  display: flex;
2929
  flex-direction: row-reverse;
@@ -2934,6 +2809,7 @@ input[name=_lp_course_result]:checked ~ #passing-condition-quiz-result {
2934
  position: relative;
2935
  margin: 0 10px 0 10px;
2936
  }
 
2937
  .learn-press-modal {
2938
  position: fixed;
2939
  z-index: 1000000;
@@ -6016,36 +5892,6 @@ body.lp-item-moving {
6016
  .lp-group-step .lp-item-step:hover {
6017
  background: #eee;
6018
  }
6019
- .lp-group-step .lp-item-step .lp-item-step-left {
6020
- display: inline-flex;
6021
- align-items: center;
6022
- position: relative;
6023
- padding: 0 2em;
6024
- }
6025
- .lp-group-step .lp-item-step .lp-item-step-left::before {
6026
- display: block;
6027
- position: absolute;
6028
- z-index: 2;
6029
- width: 1em;
6030
- height: 1em;
6031
- border: 1px solid rgba(0, 0, 0, 0.1);
6032
- border-top: 1px solid #3498db;
6033
- border-radius: 50%;
6034
- opacity: 0;
6035
- content: "";
6036
- -webkit-animation: lp-rotating 0.8s linear infinite;
6037
- animation: lp-rotating 0.8s linear infinite;
6038
- }
6039
- .lp-group-step .lp-item-step .lp-item-step-left::after {
6040
- position: absolute;
6041
- z-index: 1;
6042
- left: 23px;
6043
- opacity: 0;
6044
- color: #4caf50;
6045
- font-family: Dashicons;
6046
- font-size: 1.5em;
6047
- content: "\f147";
6048
- }
6049
  .lp-group-step .lp-item-step.running .lp-item-step-left::before {
6050
  opacity: 1;
6051
  }
@@ -6091,6 +5937,36 @@ body.lp-item-moving {
6091
  background: rgba(124, 96, 217, 0.7490196078);
6092
  transition: 0.8s linear;
6093
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6094
 
6095
  .lp-group-steps-done {
6096
  display: none;
@@ -6098,27 +5974,33 @@ body.lp-item-moving {
6098
 
6099
  @keyframes lp-rotating {
6100
  from {
6101
- -o-transform: rotate(0deg);
6102
- -ms-transform: rotate(0deg);
6103
- -moz-transform: rotate(0deg);
6104
  -webkit-transform: rotate(0deg);
 
 
 
6105
  transform: rotate(0deg);
6106
  }
6107
  to {
6108
- -o-transform: rotate(360deg);
6109
- -ms-transform: rotate(360deg);
6110
- -moz-transform: rotate(360deg);
6111
  -webkit-transform: rotate(360deg);
 
 
 
6112
  transform: rotate(360deg);
6113
  }
6114
  }
6115
  @-webkit-keyframes lp-rotating {
6116
  from {
6117
  -webkit-transform: rotate(0deg);
 
 
 
6118
  transform: rotate(0deg);
6119
  }
6120
  to {
6121
  -webkit-transform: rotate(360deg);
 
 
 
6122
  transform: rotate(360deg);
6123
  }
6124
  }
@@ -6187,7 +6069,6 @@ body.lp-item-moving {
6187
  .learn-press-dropdown-pages .select2-selection__rendered {
6188
  line-height: 31px !important;
6189
  }
6190
-
6191
  #learn-press-advertisement {
6192
  margin: 0 12px;
6193
  padding-bottom: 0;
52
  .learn-press-message {
53
  position: relative;
54
  margin: 0 0 20px 0;
55
+ padding: 10px 50px 10px 15px;
56
  border-top: 5px solid #00adff;
57
+ border-radius: 0 0 5px 5px;
 
58
  background: #f5f5f5;
59
+ width: 100%;
60
  }
61
  .learn-press-message.icon {
62
  padding-left: 45px;
68
  position: absolute;
69
  top: 50%;
70
  left: 15px;
71
+ width: 10px;
72
+ height: 10px;
73
  margin-top: -13px;
74
  margin-right: 10px;
75
  border-radius: 50%;
102
  border-bottom-color: #f5f5f5;
103
  }
104
  .learn-press-message.error {
105
+ border-color: #d85554;
106
  }
107
  .learn-press-message.error::before {
108
  background: #d85554;
109
  }
110
+ .learn-press-message.error.icon::before, .learn-press-message.error.icon::after {
111
  background: #d85554;
112
  }
113
  .learn-press-message.error.icon::after {
 
114
  content: "\f00d";
115
  }
116
  .learn-press-message.warning {
117
+ border-color: #ffc107;
118
  }
119
  .learn-press-message.warning::before {
120
  background: #ffc107;
121
  }
122
+ .learn-press-message.warning.icon::before, .learn-press-message.warning.icon::after {
123
  background: #ffc107;
124
  }
125
  .learn-press-message.warning.icon::after {
 
126
  content: "\f00d";
127
  }
128
  .learn-press-message.success {
129
+ border-color: #059601;
130
  }
131
  .learn-press-message.success::before {
132
  background: #059601;
133
  }
134
+ .learn-press-message.success.icon::before, .learn-press-message.success.icon::after {
135
  background: #059601;
136
  }
137
  .learn-press-message.success.icon::after {
 
138
  content: "\f129";
139
  }
140
+ .learn-press-message a {
141
+ text-decoration: underline;
142
+ }
143
 
144
  /**
145
  * Styles for displaying list of table
1172
  .learn-press-advertisement-slider .slide-item .slide-detail .slide-controls .button {
1173
  margin-bottom: 0;
1174
  }
 
1175
  .wp-responsive-open .learn-press-advertisement-slider {
1176
  margin-left: 56px;
1177
  }
1202
  margin-bottom: 0;
1203
  }
1204
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1205
  .lp-admin-tabs {
1206
  position: relative;
1207
  margin-top: 20px;
2566
  .plugin-card:not(.hide-if-js):nth-child(even) {
2567
  margin-right: 8px;
2568
  }
 
2569
  .plugin-card:not(.hide-if-js):nth-child(3n) {
2570
  margin-right: 0;
2571
  }
2689
  .lp-overlay {
2690
  display: none;
2691
  position: fixed;
2692
+ z-index: 99999;
2693
  top: 0;
2694
  right: 0;
2695
  bottom: 0;
2702
  transition-property: opacity;
2703
  }
2704
 
2705
+ .wp-admin .lp-modal-dialog .lp-modal-header {
2706
  padding: 2em;
2707
  }
2708
+ .wp-admin .lp-modal-dialog .lp-modal-header h3 {
2709
  font-size: 1.4em;
2710
  }
2711
 
2734
  background: white;
2735
  color: black;
2736
  }
2737
+ .lp-modal-dialog .lp-modal-header {
2738
  background: #7c60d9;
2739
  border-bottom: 1px solid #eee;
2740
  padding: 1em;
2741
  }
2742
+ .lp-modal-dialog .lp-modal-header h3 {
2743
  margin: 0;
2744
  color: white;
2745
  font-size: inherit;
2746
+ font-weight: 400;
2747
  }
2748
+ .lp-modal-dialog .lp-modal-body .main-content {
2749
  max-height: 500px;
2750
  overflow: auto;
2751
  }
2752
+ .lp-modal-dialog .lp-modal-body .main-content h3, .lp-modal-dialog .lp-modal-body .main-content h2, .lp-modal-dialog .lp-modal-body .main-content .pd-2em {
2753
+ padding: 1em;
 
 
 
2754
  }
2755
  .lp-modal-dialog .lp-modal-footer {
2756
+ padding: 20px;
2757
+ padding-top: 0;
2758
  background-color: #f9fafb;
2759
  text-align: right;
2760
  }
2799
  #lp-modal-window #lp-modal-content > * {
2800
  margin: 0 0 0.5em;
2801
  }
 
 
 
 
 
 
2802
  #lp-modal-window #lp-modal-buttons {
2803
  display: flex;
2804
  flex-direction: row-reverse;
2809
  position: relative;
2810
  margin: 0 10px 0 10px;
2811
  }
2812
+
2813
  .learn-press-modal {
2814
  position: fixed;
2815
  z-index: 1000000;
5892
  .lp-group-step .lp-item-step:hover {
5893
  background: #eee;
5894
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5895
  .lp-group-step .lp-item-step.running .lp-item-step-left::before {
5896
  opacity: 1;
5897
  }
5937
  background: rgba(124, 96, 217, 0.7490196078);
5938
  transition: 0.8s linear;
5939
  }
5940
+ .lp-group-step .lp-item-step-left {
5941
+ display: inline-flex;
5942
+ align-items: center;
5943
+ position: relative;
5944
+ padding: 0 2em;
5945
+ }
5946
+ .lp-group-step .lp-item-step-left::before {
5947
+ display: block;
5948
+ position: absolute;
5949
+ z-index: 2;
5950
+ width: 1em;
5951
+ height: 1em;
5952
+ border: 1px solid rgba(0, 0, 0, 0.1);
5953
+ border-top: 1px solid #3498db;
5954
+ border-radius: 50%;
5955
+ opacity: 0;
5956
+ content: "";
5957
+ -webkit-animation: lp-rotating 0.8s linear infinite;
5958
+ animation: lp-rotating 0.8s linear infinite;
5959
+ }
5960
+ .lp-group-step .lp-item-step-left::after {
5961
+ position: absolute;
5962
+ z-index: 1;
5963
+ left: 23px;
5964
+ opacity: 0;
5965
+ color: #4caf50;
5966
+ font-family: Dashicons;
5967
+ font-size: 1.5em;
5968
+ content: "\f147";
5969
+ }
5970
 
5971
  .lp-group-steps-done {
5972
  display: none;
5974
 
5975
  @keyframes lp-rotating {
5976
  from {
 
 
 
5977
  -webkit-transform: rotate(0deg);
5978
+ -moz-transform: rotate(0deg);
5979
+ -ms-transform: rotate(0deg);
5980
+ -o-transform: rotate(0deg);
5981
  transform: rotate(0deg);
5982
  }
5983
  to {
 
 
 
5984
  -webkit-transform: rotate(360deg);
5985
+ -moz-transform: rotate(360deg);
5986
+ -ms-transform: rotate(360deg);
5987
+ -o-transform: rotate(360deg);
5988
  transform: rotate(360deg);
5989
  }
5990
  }
5991
  @-webkit-keyframes lp-rotating {
5992
  from {
5993
  -webkit-transform: rotate(0deg);
5994
+ -moz-transform: rotate(0deg);
5995
+ -ms-transform: rotate(0deg);
5996
+ -o-transform: rotate(0deg);
5997
  transform: rotate(0deg);
5998
  }
5999
  to {
6000
  -webkit-transform: rotate(360deg);
6001
+ -moz-transform: rotate(360deg);
6002
+ -ms-transform: rotate(360deg);
6003
+ -o-transform: rotate(360deg);
6004
  transform: rotate(360deg);
6005
  }
6006
  }
6069
  .learn-press-dropdown-pages .select2-selection__rendered {
6070
  line-height: 31px !important;
6071
  }
 
6072
  #learn-press-advertisement {
6073
  margin: 0 12px;
6074
  padding-bottom: 0;
assets/css/admin/admin.min.css CHANGED
@@ -1 +1 @@
1
- @-webkit-keyframes rotating4{from{-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating4{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}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%}}.learn-press-message{position:relative;margin:0 0 20px 0;padding:10px 12px 10px 15px;border-top:5px solid #00adff;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background:#f5f5f5}.learn-press-message.icon{padding-left:45px}.learn-press-message.icon::before{background:#00adff}.learn-press-message.icon::after{position:absolute;top:50%;left:15px;width:26px;height:26px;margin-top:-13px;margin-right:10px;border-radius:50%;color:#fff;background:#00adff;font-family:"Font Awesome 5 Free";font-size:20px;line-height:26px;text-align:center;vertical-align:baseline;content:"\f129"}.learn-press-message::before,.learn-press-message::after{position:absolute;top:0;content:""}.learn-press-message::before{right:20px;width:20px;height:30px;background:#00adff}.learn-press-message::after{top:10px;right:20px;width:0;height:0;border:10px solid transparent;border-bottom-color:#f5f5f5}.learn-press-message.error{border-top:5px solid #d85554}.learn-press-message.error::before{background:#d85554}.learn-press-message.error.icon::before{background:#d85554}.learn-press-message.error.icon::after{background:#d85554;content:"\f00d"}.learn-press-message.warning{border-top:5px solid #ffc107}.learn-press-message.warning::before{background:#ffc107}.learn-press-message.warning.icon::before{background:#ffc107}.learn-press-message.warning.icon::after{background:#ffc107;content:"\f00d"}.learn-press-message.success{border-top:5px solid #059601}.learn-press-message.success::before{background:#059601}.learn-press-message.success.icon::before{background:#059601}.learn-press-message.success.icon::after{background:#059601;content:"\f129"}.lp-toolbar-buttons{position:relative;z-index:10;height:50px}.lp-toolbar-buttons .lp-toolbar-btn{display:inline-block;position:relative;width:30px;height:30px;margin:0;padding:0;text-align:center;vertical-align:middle;cursor:pointer}.lp-toolbar-buttons .lp-toolbar-btn a,.lp-toolbar-buttons .lp-toolbar-btn span{outline:0;color:#666;box-shadow:none}.lp-toolbar-buttons .lp-toolbar-btn .lp-btn-icon{position:absolute;top:50%;left:50%;width:30px;height:30px;margin-top:-15px;margin-left:-15px;line-height:30px;text-align:center}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move{cursor:ns-resize}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move a,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move span{cursor:ns-resize}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move:hover a,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move span{color:var(--lp-primary-color)}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-remove{cursor:pointer}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-remove:hover a,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-remove:hover span{color:#e74c3c}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle .dashicons-arrow-down,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle .dashicons-arrow-down-alt2{display:none}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle.closed .dashicons-arrow-up,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle.closed .dashicons-arrow-up-alt2{display:none}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle.closed .dashicons-arrow-down,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle.closed .dashicons-arrow-down-alt2{display:inline-block}.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown{color:#000}.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul{display:none;position:absolute;top:100%;right:0;margin:0;border:1px solid #999;background:#fdfeff}.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul li{margin:0;list-style:none}.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul li a{display:block;margin:0;padding:3px 8px;color:#757575;font-size:12px;text-align:right;white-space:nowrap;text-decoration:none}.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul li a:hover{background:#eee}.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul li.active a{background:#eee}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-disabled,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-disabled:hover{_background:#f5f5f5}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-disabled .lp-btn-icon,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-disabled:hover .lp-btn-icon{color:#666}.lp-toolbar-buttons .lp-toolbar-btn:hover{display:inline-block;background:0}.lp-toolbar-buttons .lp-toolbar-btn:hover .lp-btn-icon{color:#444}.lp-toolbar-buttons .lp-toolbar-btn:hover ul{display:block}.lp-toolbar-buttons .lp-toolbar-btn:hover ul:hover{display:block}.column-content-actions.lp-toolbar-buttons{width:30px;padding:0;white-space:nowrap}.learn-press-box-data{position:relative;margin:20px 0 0 0;border:1px solid #ddd}.learn-press-box-data .lp-box-data-head{padding:10px 15px;background:#fff}.learn-press-box-data .lp-box-data-head h3{margin:0;padding:15px;font-size:16px}.learn-press-box-data .lp-box-data-head .lp-box-data-actions{float:right;position:relative;z-index:10}.learn-press-box-data .lp-box-data-head .lp-box-data-actions .lp-btn{display:inline-block;width:30px;height:50px;line-height:46px;text-align:center;vertical-align:middle}.learn-press-box-data .lp-box-data-head .lp-box-data-actions::after{display:block;clear:both;content:""}.learn-press-box-data .lp-box-data-head::after{display:block;clear:both;content:""}.learn-press-box-data .lp-box-data-content{padding:15px;border-top:1px solid #ddd;background:#fff}.learn-press-box-data .lp-box-data-foot{padding:15px}.learn-press-box-data.closed .lp-btn-toggle .dashicons-arrow-up,.learn-press-box-data.closed .lp-btn-toggle .dashicons-arrow-up-alt2{display:none}.learn-press-box-data.closed .lp-btn-toggle .dashicons-arrow-down,.learn-press-box-data.closed .lp-btn-toggle .dashicons-arrow-down-alt2{display:inline-block}.learn-press-box-data.closed .lp-box-data-content{display:none}.lp-list-options{width:100%;border-collapse:collapse}.lp-list-options th,.lp-list-options td{padding:10px 15px;border-top:1px solid #ddd;background:#f5f5f5}.lp-list-options thead th{text-align:left}.lp-list-options tbody tr td{padding:0 15px;background:#f4fcff}.lp-list-options tbody tr td.lp-toolbar-buttons{_overflow:hidden;position:relative;width:30px;height:42px;white-space:nowrap}.lp-list-options tbody tr td.lp-toolbar-buttons .lp-toolbar-btn{visibility:hidden;position:relative;height:43px;margin-top:-4px;margin-bottom:-4px}.lp-list-options tbody tr:nth-child(odd) td{background:#fff}.lp-list-options tbody tr:hover td.lp-toolbar-buttons .lp-toolbar-btn{visibility:visible}.lp-list-options tbody td{text-align:left}.lp-list-options tbody td input[type=text]{width:100%}.lp-list-options tbody td input[type=text][value=""]{font-style:italic}.lp-list-options tbody td.column-content-answer_correct{width:125px}.lp-list-options tbody td.lp-remove-list-option,.lp-list-options tbody td.lp-move-list-option{width:20px;padding:0;text-align:center}.lp-list-options tbody td.lp-remove-list-option a,.lp-list-options tbody td.lp-move-list-option a{visibility:hidden;color:#999}.lp-list-options tbody td.lp-remove-list-option:hover,.lp-list-options tbody td.lp-move-list-option:hover{background:#dbf5ff}.lp-list-options tbody td.lp-move-list-option{cursor:ns-resize}.lp-list-options tbody td.lp-move-list-option a{cursor:ns-resize}.lp-list-options tbody td.lp-move-list-option:hover a{color:var(--lp-primary-color)}.lp-list-options tbody td.lp-remove-list-option{cursor:pointer}.lp-list-options tbody td.lp-remove-list-option:hover a{color:#e74c3c}.lp-animation{-webkit-animation:spin 4s linear infinite;-moz-animation:spin 4s linear infinite;animation:spin 4s linear infinite}.lp-ajax-search{display:inline-block;position:relative;z-index:999999}.lp-ajax-search .lp-search-term{min-width:300px;height:28px;margin:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;outline:0}.lp-ajax-search .lp-search-term:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.lp-ajax-search .lp-search-term:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;outline:0}.lp-ajax-search .lp-search-term:focus:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.lp-ajax-search .lp-search-results{position:absolute;top:100%;width:100%;margin:-1px 0 0 0;border:1px solid #ddd;background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lp-ajax-search .lp-search-results .lp-search-items{overflow:auto;max-height:300px;margin:0}.lp-ajax-search .lp-search-results .lp-search-items li{margin:0}.lp-ajax-search .lp-search-results .lp-search-items li label{display:block;padding:8px 10px;border-bottom:1px solid #f3f3f3}.lp-ajax-search .lp-search-results .lp-search-items li label input{float:left;margin-top:1px;margin-right:-100%}.lp-ajax-search .lp-search-results .lp-search-items li label span{display:inline-block;margin-left:25px}.lp-ajax-search .lp-search-results .lp-search-items li label span a.lp-add-item{visibility:hidden;margin-left:10px}.lp-ajax-search .lp-search-results .lp-search-items li.active{background:#dbf5ff}.lp-ajax-search .lp-search-results .lp-search-items li:hover{color:#fff;background:#0085ba}.lp-ajax-search .lp-search-results .lp-search-items li:hover a.lp-add-item{visibility:visible}.lp-ajax-search .lp-search-results .lp-search-actions{margin:0;padding:10px;border-top:1px solid #ddd}#learn-press-ajax-search-overlay{display:none;position:fixed;z-index:99999;top:0;left:0;width:100%;height:100%;opacity:0}.update-overlay{position:fixed;z-index:99999;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,0.5)}#course-editor.ajax-search #learn-press-ajax-search-overlay{display:block}#course-editor.ajax-search .lp-ajax-search{z-index:100000}.advanced-list{padding:5px 0 0 8px;border:1px solid #ddd;border-radius:3px;background:#fff;list-style:none}.advanced-list li{display:inline-block;margin:0 5px 5px -3px;padding:3px 8px;background:#eee;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.advanced-list li .remove-item{display:inline-block;margin-right:5px;line-height:1;vertical-align:middle;text-decoration:none;cursor:pointer}.advanced-list li .remove-item:hover{color:#0085ba}.advanced-list li .remove-item::before{font-family:dashicons;text-decoration:none;content:"\f335"}.advanced-list li span{display:inline-block}.advanced-list.locked .remove-item{display:none}.advanced-list::after{display:block;clear:both;content:""}.lp-label-counter{display:inline-block;height:20px;padding:0 10px;border-radius:20px;color:#fff;background:#2196f3;font-weight:bold;line-height:20px}.lp-label-counter.disabled{background:#ddd}@-moz-keyframes spin{100%{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.rwmb-duration{border:1px solid #ddd}ul .clearfix{clear:both;height:0;opacity:0}.clearfix-after::after{display:block;clear:both;height:0;opacity:0;content:""}.lp-button{padding:8px 16px;border:1px solid #e5e7eb;border-radius:6px;color:#374151;font-size:13px;font-weight:500;text-decoration:none;cursor:pointer}@-moz-keyframes lp-spinner{100%{-moz-transform:rotate(360deg)}}@-webkit-keyframes lp-spinner{100%{-webkit-transform:rotate(360deg)}}@keyframes lp-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.lp-modal-choose-items-open{overflow:hidden}.lp-modal-search{height:100%;padding:20px;color:#777;background-color:red}.lp-modal-search li.selected{display:none}#learn-press-message-box-block{position:fixed;z-index:99999;top:0;right:0;bottom:0;left:0;opacity:.8;background-color:#000}#learn-press-message-box-window{position:fixed;z-index:100000;top:0;right:0;bottom:0;left:0;color:#fff;text-align:center}#message-box-wrap{display:inline-block;max-width:70%;margin:0 auto;text-align:left}.message-box-title{margin:0 0 40px 0;color:#fff;font-size:34px}.message-box-content{font-size:16px;line-height:1.5}.message-box-animation{width:220px;height:20px;margin:20px 0 0;background-image:url("../../images/animation.gif")}.message-box-buttons{margin:20px 0 0;padding-top:20px;border-top:1px solid #929292}.message-box-button{margin-right:10px !important}.tipsy{position:absolute}.learnpress a,.learnpress a:active{outline:0;box-shadow:none}.learnpress .lp-install-sample-data-options{padding:0 20px 10px 20px;border:1px solid #ddd}.learnpress .lp-install-sample-data-options legend{font-size:16px}.lp-email-templates{overflow:hidden;margin-top:5px}.learn-press-email-variables{margin:20px 0 0;padding:0;list-style:none}.learn-press-email-variables li{display:inline-block;cursor:pointer}.learn-press-dropdown-pages input[type=text]{min-width:300px;height:29px;margin:0;vertical-align:top}.learn-press-dropdown-pages .select2-container{min-width:220px !important}.learn-press-dropdown-pages .select2-container .select2-selection--single{height:30px;border-color:#7e8993}.learn-press-dropdown-pages .select2-container .select2-selection__rendered{line-height:28px !important}.learn-press-dropdown-pages .select2-container .select2-selection__arrow{right:1px;width:23px;height:28px;background:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;background-size:16px 16px}.learn-press-dropdown-pages .select2-container .select2-selection__arrow b{display:none}.learn-press-dropdown-pages .quick-add-page-actions a{font-size:13px;text-decoration:none}.learn-press-dropdown-pages .quick-add-page-inline{margin-top:0}.lp-select-2+.select2-container .select2-selection--single{height:30px;border-color:#7e8993}.lp-select-2+.select2-container .select2-selection--single .select2-selection__rendered{line-height:28px !important}.lp-select-2+.select2-container .select2-selection--single .select2-selection__arrow{right:1px;width:23px;height:28px;background:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;background-size:16px 16px}.lp-select-2+.select2-container .select2-selection--single .select2-selection__arrow b{display:none}.learn-press-tooltip{display:inline-block;margin:0 5px;color:#999;font-size:17px;vertical-align:middle}.learn-press-tooltip.icon::after{font-family:Dashicons;content:"\f223"}.learn-press-tooltip:hover{opacity:1;color:#0073aa}.rwmb-payment-order-wrapper .rwmb-label{margin-bottom:20px !important}.rwmb-payment-order-wrapper .rwmb-input{margin-left:0 !important}.learn-press-payments,.learn-press-emails{width:100%;border:1px solid #ddd;border-collapse:collapse;font-size:14px}.learn-press-payments th,.learn-press-payments td,.learn-press-emails th,.learn-press-emails td{padding:10px}.learn-press-payments .order,.learn-press-emails .order{width:30px;padding-right:0;color:#ddd;text-align:center;cursor:not-allowed}.learn-press-payments .name,.learn-press-emails .name{min-width:250px;font-weight:normal;text-transform:capitalize}.learn-press-payments .name a,.learn-press-emails .name a{text-decoration:none}.learn-press-payments .status,.learn-press-emails .status{width:100px;text-align:center;cursor:pointer}.learn-press-payments .status .dashicons,.learn-press-emails .status .dashicons{border-radius:50%;color:#fff;background:#ddd}.learn-press-payments .status a,.learn-press-emails .status a{display:block;margin-top:5px;font-size:12px;text-decoration:none}.learn-press-payments .status.enabled .dashicons,.learn-press-emails .status.enabled .dashicons{background:#0085ba}.learn-press-payments thead th,.learn-press-emails thead th{border-bottom:1px solid #ddd;text-align:left}.learn-press-payments tbody tr:nth-child(even) td,.learn-press-emails tbody tr:nth-child(even) td{background:#fff}.learn-press-payments tbody tr:nth-child(odd) td,.learn-press-emails tbody tr:nth-child(odd) td{background:#f5f5f5}.learn-press-payments tbody td,.learn-press-emails tbody td{border-bottom:1px solid #ddd}.learn-press-payments tbody .ui-sortable-helper,.learn-press-emails tbody .ui-sortable-helper{margin-left:-1px;border:1px solid #ddd}.learn-press-payments tbody .ui-sortable-placeholder,.learn-press-emails tbody .ui-sortable-placeholder{visibility:visible !important;border:1px solid #ddd}.learn-press-payments tbody .ui-sortable-placeholder td,.learn-press-emails tbody .ui-sortable-placeholder td{height:35px;padding:0;background:#f7f7f7}.learn-press-payments ~ .email-actions,.learn-press-emails ~ .email-actions{text-align:left}.learn-press-payments.sortable .order:hover,.learn-press-emails.sortable .order:hover{color:#0073aa;cursor:ns-resize}.lp-template-overrides{margin-top:20px}.lp-template-overrides thead th h4{margin:0}.lp-template-overrides tbody th{font-weight:bold}.lp-template-overrides tbody th p{display:inline-block;margin:0 0 0 10px}.lp-template-overrides tbody th p a{margin:0;padding:2px 8px;border:0;border-radius:3px;outline:0;box-shadow:none;font-weight:normal}.lp-template-overrides tbody th p a.current{color:#fff;background:#00aadc}.lp-template-overrides .template-row.outdated code::before,.lp-template-overrides .template-row.up-to-date code::before{display:inline-block;margin-top:-2px;margin-right:3px;font-family:Dashicons;vertical-align:middle}.lp-template-overrides .template-row.outdated .template-version{color:red}.lp-template-overrides .template-row.outdated .template-file code::before{color:red;content:"\f534"}.lp-template-overrides .template-row.up-to-date .template-version{color:#1859ff}.lp-template-overrides .template-row.up-to-date .template-file code::before{color:#0085ba;content:"\f147"}.lp-template-overrides .template-version,.lp-template-overrides .core-version{width:100px}.lp-template-overrides #learn-press-no-templates td p{color:#0073aa}.description code{font-size:smaller}#field-_lp_course_result input[name=_lp_course_result] ~ #passing-condition-quiz-result{display:none;padding:10px;background:#f5f5f5}#field-_lp_course_result input[name=_lp_course_result] ~ #passing-condition-quiz-result input{width:80px;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#field-_lp_course_result input[name=_lp_course_result] ~ #passing-condition-quiz-result p{margin:7px 0 0;color:#777;font-style:italic}#field-_lp_course_result input[name=_lp_course_result]:checked ~ #passing-condition-quiz-result{display:block}.widget .widget-content .rwmb-field:not(:last-of-type){margin:0 0 10px}.widget .widget-content .rwmb-field:not(:last-of-type):first-child{margin-top:10px}.widget .widget-content .rwmb-field:last-child{margin-bottom:10px}.widget .widget-content .rwmb-field .rwmb-label,.widget .widget-content .rwmb-field .rwmb-input{width:100%}.widget .widget-content .rwmb-field .rwmb-label{margin-bottom:2px}.widget .widget-content .rwmb-field .rwmb-label label{font-weight:400}.widget .widget-content .rwmb-field .rwmb-input input[type=text]{width:100%}.course-attributes{margin:20px 0}.course-attributes .learn-press-attribute{margin-top:-1px;margin-bottom:0;border:1px solid #ddd}.course-attributes .learn-press-attribute>h4{margin:0;padding:10px 15px;background:#f5f5f5}.course-attributes .learn-press-attribute .learn-press-attribute-data{padding:15px;border-top:1px solid #ddd}#wpfooter{z-index:20}.learn-press-advertisement-slider{margin:50px 20px 0 0;position:relative;overflow:hidden;box-sizing:border-box;z-index:10}.learn-press-advertisement-slider .slider-items:after{display:block;clear:both;content:""}.learn-press-advertisement-slider .slide-item{position:relative;float:left;width:100%;margin-right:-100%;padding:20px;opacity:0;background:#FFF;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:opacity .5s linear;transition:opacity .5s linear}.learn-press-advertisement-slider .slide-item .slide-thumbnail{float:left;width:35%}.learn-press-advertisement-slider .slide-item .slide-thumbnail a{display:block;line-height:1;margin-bottom:0}.learn-press-advertisement-slider .slide-item .slide-thumbnail img{max-width:100%}.learn-press-advertisement-slider .slide-item .slide-detail{margin-left:35%;padding-left:20px}.learn-press-advertisement-slider .slide-item .slide-detail h2{margin-top:0}.learn-press-advertisement-slider .slide-item .slide-detail .description-short{display:none}.learn-press-advertisement-slider .slide-item.slide-active{opacity:1}.learn-press-advertisement-slider .slider-controls{position:absolute;bottom:20px;right:20px}.learn-press-advertisement-slider .slider-controls .next-item,.learn-press-advertisement-slider .slider-controls .prev-item{font-family:"dashicons";width:40px;height:40px;border:1px solid #DDD;line-height:40px;font-size:16px;cursor:pointer;float:left;margin-left:10px;text-align:center;color:#DDD}.learn-press-advertisement-slider .slider-controls .next-item:hover,.learn-press-advertisement-slider .slider-controls .prev-item:hover{border-color:#0085ba}.learn-press-advertisement-slider .slider-controls .next-item:hover:before,.learn-press-advertisement-slider .slider-controls .prev-item:hover:before{color:#0085ba}.learn-press-advertisement-slider .slider-controls .next-item:before{content:"\f345"}.learn-press-advertisement-slider .slider-controls .prev-item:before{content:"\f341"}@media only screen and (max-width:1200px){.learn-press-advertisement-slider .slide-item .slide-thumbnail{width:50%}.learn-press-advertisement-slider .slide-item .slide-detail{margin-left:50%}.learn-press-advertisement-slider .slide-item .slide-detail .description-short{display:block}.learn-press-advertisement-slider .slide-item .slide-detail .description-full{display:none}}@media only screen and (max-width:960px){.learn-press-advertisement-slider{margin-left:56px}.learn-press-advertisement-slider .slide-item .slide-thumbnail{width:100%;float:none}.learn-press-advertisement-slider .slide-item .slide-thumbnail img{width:100%}.learn-press-advertisement-slider .slide-item .slide-detail{margin-left:0;padding-left:0}.learn-press-advertisement-slider .slide-item .slide-detail h2{padding-top:20px}.learn-press-advertisement-slider .slide-item .slide-detail .description-short{display:block}.learn-press-advertisement-slider .slide-item .slide-detail .description-full{display:none}.learn-press-advertisement-slider .slide-item .slide-detail .slide-controls{margin-bottom:0}.learn-press-advertisement-slider .slide-item .slide-detail .slide-controls .button{margin-bottom:0}.wp-responsive-open .learn-press-advertisement-slider{margin-left:56px}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-thumbnail{width:100%;float:none}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-thumbnail img{width:100%}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail{margin-left:0;padding-left:0}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail h2{padding-top:20px}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail .description-short{display:block}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail .description-full{display:none}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail .slide-controls{margin-bottom:0}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail .slide-controls .button{margin-bottom:0}}.lp-admin-tabs{position:relative;margin-top:20px}.lp-admin-tabs .lp-admin-tab-navs{display:none;float:left;position:relative;z-index:5;width:250px;margin:0 -250px 0 0;padding:10px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lp-admin-tabs .lp-admin-tab-navs .nav-section{margin:0}.lp-admin-tabs .lp-admin-tab-navs .nav-section>a,.lp-admin-tabs .lp-admin-tab-navs .nav-section>span{display:block;padding:8px 20px;outline:0;box-shadow:none;text-decoration:none;text-transform:capitalize}.lp-admin-tabs .lp-admin-tab-navs .nav-section .learn-press-tooltip{float:right;margin-right:0}.lp-admin-tabs .lp-admin-tab-navs .nav-section.nav-section-active,.lp-admin-tabs .lp-admin-tab-navs .nav-section:hover{border-left:2px solid #563d7c;color:#563d7c}.lp-admin-tabs .lp-admin-tab-navs .nav-section.nav-section-active>a,.lp-admin-tabs .lp-admin-tab-navs .nav-section.nav-section-active>span,.lp-admin-tabs .lp-admin-tab-navs .nav-section:hover>a,.lp-admin-tabs .lp-admin-tab-navs .nav-section:hover>span{padding-left:18px}.lp-admin-tabs.has-sections .lp-admin-tab-navs{display:block}.lp-admin-tabs.has-sections .lp-admin-tab-content{float:left;position:relative;z-index:0;width:100%;padding-left:271px !important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lp-admin-tabs.has-sections::before{position:absolute;z-index:10;top:0;bottom:0;left:250px;border-left:1px solid #ddd;content:""}.lp-admin-tabs::after{display:block;clear:both;content:"";z-index:10}.wrap.learn-press-settings .lp-admin-tab-content{padding:18px;background:#fff}.wrap.learn-press-settings .lp-admin-tab-content .subsubsub{float:none;margin:0 0 20px 0;padding-bottom:20px;border-bottom:1px solid #ddd}.wrap.learn-press-settings .lp-admin-tab-content .subsubsub .active{font-weight:bold}.wrap.learn-press-settings .lp-admin-tab-content .subsubsub li{text-transform:capitalize}.wrap.learn-press-settings .lp-admin-tab-content .subsubsub li::after{display:inline-block;padding:0 10px;content:"|"}.wrap.learn-press-settings .lp-admin-tab-content .subsubsub li:last-child::after{content:""}.wrap #learn-press-uninstall-sample-data{float:right;opacity:.5}.wrap #learn-press-uninstall-sample-data:hover{opacity:1}.learnpress .rwmb-field{position:relative;margin-bottom:20px}.learnpress .rwmb-field .rwmb-label{display:block;float:left;width:190px;margin-bottom:5px;font-size:14px;_text-transform:capitalize}.learnpress .rwmb-field .rwmb-label label>small{display:block;color:#999;font-weight:normal;font-style:italic}.learnpress .rwmb-field .rwmb-input{float:none;width:auto;margin-left:190px}.learnpress .rwmb-field .rwmb-input input[type=checkbox],.learnpress .rwmb-field .rwmb-input input[type=radio]{margin:1px 5px 0 0}.learnpress .rwmb-field .rwmb-input label>input[type=checkbox],.learnpress .rwmb-field .rwmb-input label>input[type=radio]{margin-top:-1px}.learnpress .rwmb-field .description{margin-top:8px;color:#888}.learnpress .rwmb-field .description code{padding:3px 3px 3px 0}.learnpress .rwmb-field .description.err{color:red}.learnpress .rwmb-field .rwmb-input-list{margin-left:0}.learnpress .rwmb-field #course_evaluation_method_quiz_options{position:relative;margin-left:25px}.learnpress .rwmb-field #course_evaluation_method_quiz_options::after{position:absolute;z-index:10;top:0;right:0;bottom:0;left:0;opacity:.5;background:#fff;content:""}.learnpress .rwmb-field input[name=_lp_course_result]:checked ~ #course_evaluation_method_quiz_options::after{display:none}.learnpress .rwmb-field.rwmb-heading-wrapper h4{display:inline-block;margin:0 0 5px 0;padding:0;border-bottom:2px solid #563d7c;font-size:16px;text-transform:initial}.learnpress .rwmb-field.disabled .field-overlay{position:absolute;z-index:10;top:0;left:0;width:100%;height:100%;opacity:.6;background:#fff;content:""}.learnpress .rwmb-field.rwmb-text-wrapper .rwmb-text{width:50%;min-width:200px}.learnpress .rwmb-field.rwmb-duration-wrapper .rwmb-input select,.learnpress .rwmb-field.rwmb-duration-wrapper .rwmb-input input{vertical-align:top}.learnpress .lp-course-sale_start-field.hide,.learnpress .lp-course-sale_end-field.hide{display:none}.learnpress.lp-submenu-settings .lp-admin-settings-buttons{margin-bottom:0;padding-top:20px;border-top:1px solid #ddd}.learnpress.lp-submenu-settings .lp-admin-settings-buttons #learn-press-reset-settings{float:right}.learnpress.lp-submenu-settings .rwmb-input{float:none;width:auto;margin-left:270px;color:#000}.learnpress .rwmb-google-fonts-wrapper .rwmb-input label{display:block;margin-bottom:5px;font-weight:bold}.learnpress .rwmb-google-fonts-wrapper .rwmb-input input{width:90%}.learnpress #learn-press-toggle-course-results{display:block}.learnpress .lp-item-assigned{font-size:14px}.learnpress .lp-item-assigned a{text-decoration:none}.learnpress .lp-item-assigned ul{margin-bottom:0}.learnpress .lp-item-assigned ul ul strong{font-weight:normal}.learnpress .lp-item-assigned li{margin:0}.learnpress .lp-item-assigned li a{display:inline-block;margin-bottom:10px}@media screen and (max-width:1280px){.learnpress #meta-box-tab-course_settings .rwmb-field .rwmb-label{float:none;width:auto}.learnpress #meta-box-tab-course_settings .rwmb-field .rwmb-input{float:left;width:100%;margin-left:0}}.lp-metabox__table .titledesc label>small{display:block;color:#999;font-weight:normal;font-style:italic}.lp-metabox__table .forminp-text>input,.lp-metabox__table .forminp-email>input,.lp-metabox__table .forminp-password>input,.lp-metabox__table .forminp-url>input{min-width:260px}.lp-metabox__table .forminp-textarea textarea{width:400px}.lp-metabox__custom-fields table{width:100%;max-width:max-content;padding:0 !important}.lp-metabox__custom-fields table th{padding:7px 0 7px 7px !important}.lp-metabox__custom-fields table th.sort{width:17px;padding:7px !important}.lp-metabox__custom-fields table td{position:relative;padding:4px 0 4px 7px !important;vertical-align:middle !important}.lp-metabox__custom-fields table td.sort{width:17px;padding-right:7px !important;background:#f9f9f9;font-size:15px;text-align:center;cursor:move}.lp-metabox__custom-fields table td.sort::before{height:100%;color:#999;font-family:Dashicons;text-align:center;content:"\f333"}.lp-metabox__custom-fields table td .delete{display:block;position:relative;width:1em;height:1em;font-size:1.2em;text-indent:-9999px}.lp-metabox__custom-fields table td .delete::before{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;color:#999;font-family:Dashicons;font-weight:400;font-variant:normal;line-height:1;text-align:center;text-indent:0;text-transform:none;content:"\f153";speak:none;-webkit-font-smoothing:antialiased}.lp-metabox__custom-fields table td .delete:hover::before{color:#a00}.lp-metabox__custom-fields table td:last-child{padding-right:7px !important}.lp-metabox-field__color{font-size:0 !important}.lp-metabox-field__color .colorpickpreview{display:inline-block;width:30px;height:30px;margin:0;margin-right:3px;padding:0;border:1px solid #ddd;border-radius:4px;box-shadow:inset 0 0 0 1px rgba(0,0,0,0.2);font-size:16px;line-height:28px}.lp-metabox-field__color .iris-picker{display:none;position:absolute;z-index:100;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,0.2)}.lp-metabox-field__image-advanced-upload{padding-top:10px}.lp-metabox-field__image-advanced-images{clear:both;margin:0;padding:0}.lp-metabox-field__image-advanced-images>li{float:left;position:relative;box-sizing:border-box;width:80px;margin:9px 9px 0 0;border:1px solid #d5d5d5;border-radius:2px;background:#f7f7f7;cursor:move}.lp-metabox-field__image-advanced-images>li img{display:block;width:100%;height:auto}.lp-metabox-field__image-advanced-images>li ul.actions{position:absolute;top:-8px;right:-8px;padding:2px}.lp-metabox-field__image-advanced-images>li ul.actions li{float:right;margin:0 0 0 2px}.lp-metabox-field__image-advanced-images>li ul.actions li a.delete{display:block;position:relative;width:1em;height:1em;font-size:1.4em;text-indent:-9999px}.lp-metabox-field__image-advanced-images>li ul.actions li a.delete::before{position:absolute;top:0;left:0;width:1em;height:1em;margin:0;border-radius:50%;color:#999;background:#fff;font-family:Dashicons;font-weight:400;font-variant:normal;line-height:1;text-align:center;text-indent:0;text-transform:none;content:"\f153";speak:none;-webkit-font-smoothing:antialiased}.lp-metabox-field__image-advanced-images>li ul.actions::before{display:table;content:" "}.lp-metabox-field__image-advanced-images>li:hover ul.actions{display:block}.lp-metabox-field__image-advanced-images>li.lp-metabox-sortable-placeholder{position:relative;border:3px dashed #ddd}.lp-metabox-field__image-advanced-images>li.lp-metabox-sortable-placeholder::after{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;color:#ddd;font-family:Dashicons;font-size:2.618em;font-weight:normal;font-variant:normal;line-height:72px;text-align:center;text-indent:0;text-transform:none;content:"\f161";speak:none;-webkit-font-smoothing:antialiased}.lp-metabox-field__image-advanced-images::before{display:table;content:" "}.lp-metabox-field__image-advanced-images::after{display:table;clear:both;content:" "}.lp-metabox-field__image--inner{position:relative;box-sizing:border-box;width:120px;border:1px solid #d5d5d5;border-radius:2px;background:#f7f7f7}.lp-metabox-field__image--inner img{display:block;width:100%;height:auto}.lp-metabox-field__image--upload{padding-top:10px}.lp-meta-box__inner{display:block;position:relative}.lp-meta-box__inner .form-field:not(fieldset){display:flex;flex-direction:row;position:relative;margin:0;padding:15px 0;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start}.lp-meta-box__inner .form-field:not(fieldset) label{width:180px;min-width:180px;max-width:180px;padding:0;color:#23282d;font-size:14px;font-weight:600;flex:0 0 auto}.lp-meta-box__inner .form-field:not(fieldset) .checkbox{margin:2px 0 !important;vertical-align:middle}.lp-meta-box__inner .form-field:not(fieldset) .description{flex:1;display:inline;clear:none;margin:0 0 0 7px;padding:0;font-size:14px}.lp-meta-box__inner fieldset.form-field{display:grid;grid-template-columns:180px 1fr;position:relative;margin:0;padding:15px 0}.lp-meta-box__inner fieldset.form-field h4{width:180px;min-width:180px;max-width:180px;margin:0;padding:0;color:#23282d;font-size:14px;font-weight:600;flex:0 0 auto}.lp-meta-box__inner fieldset.form-field ul{margin:0;font-size:14px}.lp-meta-box__inner fieldset.form-field .description{grid-column-start:2;margin-top:10px}.lp-meta-box__duration-select{width:auto !important}.lp-meta-box__duration input[type=number]{width:80px !important}.lp-meta-box__duration .description{flex-basis:100% !important;width:100%;margin-top:8px !important;margin-left:180px !important}.lp-meta-box__wp-editor{display:block}.lp-meta-box__wp-editor .description{flex-basis:100% !important;width:100%;margin-top:8px !important;margin-left:180px !important;color:#666}.lp-meta-box__wp-editor__textarea{border:none !important}.lp-meta-box select{width:auto !important}.lp-meta-box select ~ .description{flex-basis:100% !important;width:100%;margin-top:8px !important;margin-left:180px !important;color:#666}.lp-meta-box input[type=number],.lp-meta-box input[type=email],.lp-meta-box input[type=text],.lp-meta-box input[type=password],.lp-meta-box textarea:not(.lp-meta-box__wp-editor__textarea){width:50%}.lp-meta-box input[type=number]+.description,.lp-meta-box input[type=email]+.description,.lp-meta-box input[type=text]+.description,.lp-meta-box input[type=password]+.description,.lp-meta-box textarea:not(.lp-meta-box__wp-editor__textarea)+.description{flex-basis:100% !important;width:100%;margin-top:8px !important;margin-left:180px !important;color:#666}.lp-meta-box input[type=checkbox]{margin-top:0}.lp-meta-box .short{width:50%}.lp-meta-box textarea:not(.lp-meta-box__wp-editor__textarea){height:3.5em;line-height:1.5em;vertical-align:top}.lp-meta-box .learn-press-tip.ready{display:inline-flex;align-items:center;margin-left:8px}#course-settings .inside{margin:0 !important;padding:0 !important}#course-settings .lp-meta-box__course-tab{display:grid;grid-template-columns:20% 80%}#course-settings .lp-meta-box__course-tab__tabs{position:relative;box-sizing:border-box;margin:0;padding:0 0 10px;border-right:1px solid #eee;background-color:#fafafa;line-height:1}#course-settings .lp-meta-box__course-tab__tabs li{display:block;position:relative;margin:0;padding:0}#course-settings .lp-meta-box__course-tab__tabs li a{display:block;margin:0;padding:10px;border-bottom:1px solid #eee;box-shadow:none;line-height:20px !important;text-decoration:none}#course-settings .lp-meta-box__course-tab__tabs li a i{margin-right:5px;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-decoration:none;text-transform:none}#course-settings .lp-meta-box__course-tab__tabs li a i[class^=dashicon]{font-family:"Dashicons"}#course-settings .lp-meta-box__course-tab__tabs li.active a{position:relative;color:#555;background-color:#eee}@media(max-width:767px){#course-settings .lp-meta-box__course-tab__tabs{display:flex;overflow:hidden;overflow-x:auto;flex-direction:row;margin:0;margin-bottom:30px;padding:0;border-bottom:1px solid #e5e5e5;text-align:center;white-space:nowrap;list-style:none;align-items:center;flex-wrap:nowrap}#course-settings .lp-meta-box__course-tab__tabs li{min-width:25%;margin-right:20px}}#course-settings .lp-meta-box__course-tab__content>div{padding:20px}@media(max-width:767px){#course-settings .lp-meta-box__course-tab{grid-template-columns:auto}}#price_course_data ._lp_sale_price_field,#price_course_data ._lp_price_field{position:relative}#price_course_data ._lp_sale_price_field .learn-press-tip-floating,#price_course_data ._lp_price_field .learn-press-tip-floating{top:54px;left:92px;opacity:.8;background:#a00}#price_course_data ._lp_sale_price_field .learn-press-tip-floating::before,#price_course_data ._lp_price_field .learn-press-tip-floating::before{top:-7px;border:7px solid transparent;border-top-width:0;border-bottom-color:#a00}.lp_course_extra_meta_box__content{flex:1}.lp_course_extra_meta_box__fields{margin-bottom:10px}.lp_course_extra_meta_box__field{position:relative;max-width:600px;margin-bottom:10px}.lp_course_extra_meta_box__field .sort{display:flex;position:absolute;top:0;left:0;width:40px;height:100%;color:#666;text-decoration:none;cursor:grab;align-items:center;justify-content:center}.lp_course_extra_meta_box__field .sort::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f333"}.lp_course_extra_meta_box__field .delete{display:flex;position:absolute;top:0;right:0;width:40px;height:100%;color:#666;text-decoration:none;align-items:center;justify-content:center}.lp_course_extra_meta_box__field .delete::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f335"}.lp_course_extra_meta_box__input{width:100% !important;padding-right:40px !important;padding-left:40px !important}.lp_repeater_meta_box__wrapper{flex:1 !important}.lp_repeater_meta_box__fields{position:relative;margin-bottom:10px}.lp_repeater_meta_box__field{display:grid;position:relative;margin-bottom:10px;border:1px solid #c5c5c5;border-radius:2px}.lp_repeater_meta_box__field_active .lp_repeater_meta_box__content{display:block}.lp_repeater_meta_box__field_active .lp_repeater_meta_box__title__toggle::after{transform:rotate(180deg)}.lp_repeater_meta_box__title{display:grid;grid-template-columns:44px 1fr 40px 40px;align-items:center;position:relative;background-color:#eee}.lp_repeater_meta_box__title__title{flex:1;padding:14px 0}.lp_repeater_meta_box__title__sort{display:flex;height:100%;color:#666;text-decoration:none;cursor:grab;align-items:center;justify-content:center}.lp_repeater_meta_box__title__sort::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f333"}.lp_repeater_meta_box__title__delete{display:flex;height:100%;color:#666;text-decoration:none;align-items:center;justify-content:center}.lp_repeater_meta_box__title__delete::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f335"}.lp_repeater_meta_box__title__toggle{display:flex;height:100%;color:#666;text-decoration:none;align-items:center;justify-content:center}.lp_repeater_meta_box__title__toggle::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f347"}.lp_repeater_meta_box__content{display:none;padding:14px 20px}.lp_repeater_meta_box__content>label{display:grid;width:100% !important;min-width:100% !important;max-width:100% !important;margin-bottom:20px;grid-template-rows:auto 1fr}.lp_repeater_meta_box__content>label:last-child{margin-bottom:0}.lp_repeater_meta_box__content>label span{margin-bottom:5px}.lp_repeater_meta_box__content>label textarea,.lp_repeater_meta_box__content>label input{width:100% !important}.lp_course_faq_meta_box__content{flex:1}.lp_course_faq_meta_box__fields{position:relative;margin-bottom:10px}.lp_course_faq_meta_box__field{display:grid;position:relative;margin-bottom:10px;padding:20px;border:1px solid #c5c5c5;border-radius:4px;grid-row-gap:10px}.lp_course_faq_meta_box__field label{display:grid;width:100% !important;min-width:100% !important;max-width:100% !important;grid-template-rows:auto 1fr}.lp_course_faq_meta_box__field label span{margin-bottom:5px}.lp_course_faq_meta_box__field label textarea,.lp_course_faq_meta_box__field label input{width:100% !important}.lp_course_faq_meta_box__field a.delete{display:flex;position:absolute;top:15px;right:50px;width:30px;height:30px;color:#666;text-decoration:none;align-items:center;justify-content:center}.lp_course_faq_meta_box__field a.delete::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f335"}.lp_course_faq_meta_box__field .sort{display:flex;position:absolute;top:15px;right:20px;width:30px;height:30px;color:#666;text-decoration:none;align-items:center;justify-content:center;cursor:grab}.lp_course_faq_meta_box__field .sort::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f333"}input[name=_lp_course_result]:checked ~ #passing-condition-quiz-result{display:block}#passing-condition-quiz-result{display:none}#passing-condition-quiz-result input{width:80px !important;margin-top:5px !important}#passing-condition-quiz-result p{padding:10px 16px;background-color:#eee;font-size:14px}.lp-meta-box__file_list{display:inline-block;clear:both;margin:0;padding:0}.lp-meta-box__file_list>li{display:flex;flex-flow:column nowrap;float:left;position:relative;box-sizing:border-box;width:80px;height:80px;margin:9px 9px 0 0;border:1px solid #d5d5d5;border-radius:2px;background:#f7f7f7;cursor:move;align-items:center;justify-content:center}.lp-meta-box__file_list>li img{display:block;width:100%;height:auto}.lp-meta-box__file_list>li img.is_file{width:30px}.lp-meta-box__file_list>li img.is_file ~ span{margin-top:5px;font-size:12px}.lp-meta-box__file_list>li.lp-metabox-sortable-placeholder{position:relative;border:3px dashed #ddd}.lp-meta-box__file_list>li.lp-metabox-sortable-placeholder::after{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;color:#ddd;font-family:Dashicons;font-size:2.618em;font-weight:normal;font-variant:normal;line-height:72px;text-align:center;text-indent:0;text-transform:none;content:"\f161";speak:none;-webkit-font-smoothing:antialiased}.lp-meta-box__file_list>li ul.actions{position:absolute;top:-8px;right:-8px;padding:2px}.lp-meta-box__file_list>li ul.actions li{float:right;margin:0 0 0 2px}.lp-meta-box__file_list>li ul.actions li a.delete{display:block;position:relative;width:1em;height:1em;font-size:1.4em;text-indent:-9999px}.lp-meta-box__file_list>li ul.actions li a.delete::before{position:absolute;top:0;left:0;width:1em;height:1em;margin:0;border-radius:50%;color:#999;background:#fff;font-family:Dashicons;font-weight:400;font-variant:normal;line-height:1;text-align:center;text-indent:0;text-transform:none;content:"\f153";speak:none;-webkit-font-smoothing:antialiased}.lp-meta-box__file_list>li ul.actions::before{display:table;content:" "}.lp-meta-box__file::before{display:table;content:" "}.lp-meta-box__file::after{display:table;clear:both;content:" "}.lp-metabox-evaluate-final_quiz{display:block}.lp-metabox-evaluate-final_quiz__message{display:inline-block;min-width:50%;margin-top:10px;padding:8px 20px;border:2px solid #36af27;border-radius:4px;background:#f7f7f7;text-align:center}.lp-metabox-evaluate-final_quiz__message-error{border-color:lightcoral}.learn-press-tabs.vertical .tabs-heading{border:1px solid #ddd;background:#fff}.learn-press-tabs.vertical .tabs-heading h4{margin:0;padding:15px}.learn-press-tabs.vertical .tabs-nav{float:left;position:relative;z-index:100;box-sizing:border-box;width:270px;margin:0;background-color:#fafafa}.learn-press-tabs.vertical .tabs-nav li{display:block;position:relative;margin:0;padding:0}.learn-press-tabs.vertical .tabs-nav li a{display:block;box-sizing:border-box;margin:0;padding:10px;border-bottom:1px solid #eee;box-shadow:none;line-height:20px !important;text-decoration:none;text-transform:capitalize}.learn-press-tabs.vertical .tabs-nav li.icon a{padding-left:35px}.learn-press-tabs.vertical .tabs-nav li.icon a::before{position:absolute;left:10px;margin-right:8px;font-family:Dashicons;font-size:16px;vertical-align:top}.learn-press-tabs.vertical .tabs-nav li.active a{position:relative;color:#555;background-color:#eee}.learn-press-tabs.vertical .tabs-container{overflow:hidden;position:relative;border:1px solid #ddd;border-top:0;background:#fafafa}.learn-press-tabs.vertical .tabs-container .tabs-content-container{margin:0 0 0 270px}.learn-press-tabs.vertical .tabs-container .tabs-content-container>li{display:none;float:left;width:100%;margin-right:-100%;margin-bottom:0;padding:20px;border-left:1px solid #eee;background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.learn-press-tabs.vertical::after{display:block;clear:both;content:""}@media screen and (max-width:1280px){.learnpress .rwmb-field .rwmb-label{float:none}.learnpress .rwmb-field .rwmb-input{margin-left:0}}.lp_widget_autocomplete__loading{margin-top:0 !important;padding:7px 10px;border:1px solid #949494;border-top:none !important;background:#eee;font-size:13px !important}.lp_widget_autocomplete__select{overflow:auto;left:0;width:100%;max-height:148px;margin-top:-1px;background:#eee;font-size:13px}.lp_widget_autocomplete__item{overflow:hidden;padding:7px 10px;border:1px solid #949494;border-top:0;border-bottom-color:#afafaf;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.lp_widget_autocomplete__item__selected,.lp_widget_autocomplete__item:hover{color:#fff;background-color:#007cba}.widget .select2-selection__rendered{font-size:13px}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.learn-press-addons .lp-search-addon{width:280px;height:32px;margin:0;padding:3px 5px;font-size:16px;font-weight:300;line-height:1.5}.learn-press-addons .addons-browse{margin:20px 0 0}.learn-press-addons .addons-browse .lp-addon-hidden{display:none !important}.learn-press-addons .addons-browse .lp-active:nth-of-type(2n+1){clear:none;margin-right:0;margin-left:8px}.learn-press-addons .addons-browse .lp-active:nth-of-type(2n){clear:both;margin-right:8px;margin-left:0}.learn-press-addons .addons-browse .plugin-icon img{max-width:100%}.learn-press-addons .addons-browse .plugin-card .column-description p:not(.authors){display:-webkit-box;overflow:hidden;min-height:4.8;max-height:4.8;line-height:1.6;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:#777}.learn-press-addons .addons-browse .plugin-card .search-highlight{text-decoration:underline}.learn-press-addons .addons-browse .plugin-card-top h3{display:-webkit-box;overflow:hidden;min-height:2.6em;max-height:2.6em;line-height:1.3em;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.learn-press-addons .addons-browse .plugin-card-top .desc{min-height:90px;margin-right:0}.learn-press-addons .addons-browse .plugin-card-top .button.activate-plugin,.learn-press-addons .addons-browse .plugin-card-top .button.install-now,.learn-press-addons .addons-browse .plugin-card-top .button.enable-now{border-color:#0073aa #006799 #006799;color:#fff;background:#0085ba;-webkit-box-shadow:0 1px 0 #006799;box-shadow:0 1px 0 #006799;text-shadow:0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;text-decoration:none}.learn-press-addons .addons-browse .plugin-card-top .button.button-working{padding-right:4px}.learn-press-addons .addons-browse .plugin-card-top .button.button-working span{display:none}.learn-press-addons .addons-browse .plugin-card-bottom .plugin-version{display:inline-block}.learn-press-addons .addons-browse.premium .column-description p:not(.authors){margin:0;line-height:inherit}.learn-press-addons .addons-browse::after{display:block;clear:both;content:""}.related-themes .plugin-card-top{padding-bottom:0}.related-themes .theme-content{position:relative}.related-themes .image-thumbnail img{width:100%}.related-themes .theme-description{margin:0 0 25px 0;display:-webkit-box;overflow:hidden;min-height:8em;max-height:8em;line-height:1.6em;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:5;color:#777}.related-themes .theme-title{min-height:3.2em;margin-right:100px;margin-bottom:0;font-size:1.2em;line-height:1.3em}.related-themes .theme-title a{color:#545454}.related-themes .theme-rating{display:inline-block;float:right}.related-themes .star-rating{display:inline-block}.related-themes .count-rating{position:relative;top:2px;font-size:15px}.related-themes .theme-detail{position:absolute;top:-3px;right:3px;line-height:1.6em;text-align:right}.related-themes .theme-detail::after{display:block;clear:both;content:""}.related-themes .theme-detail .theme-price{display:inline-block;color:#545454;font-size:24px;font-weight:700;line-height:1.3em}.related-themes .theme-footer{clear:both;overflow:hidden;margin-right:-20px;margin-left:-20px;padding:20px;border-top:1px solid #ddd;background-color:#fafafa}@media screen and (min-width:1600px){.plugin-card:not(.hide-if-js):nth-child(even){margin-right:8px}.plugin-card:not(.hide-if-js):nth-child(3n){margin-right:0}}.post-type-lp_order .wp-list-table .column-order_status{width:150px}.post-type-lp_order .wp-list-table .order_status span{display:inline-block;padding:3px 6px;color:#fff;font-size:12px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.post-type-lp_order .wp-list-table .order_status span.pending{background:#bdbdbd}.post-type-lp_order .wp-list-table .order_status span.processing{background:#ffc107}.post-type-lp_order .wp-list-table .order_status span.completed{background:#4caf50}.post-type-lp_order .wp-list-table .order_status span.cancelled{background:#444}.post-type-lp_order .wp-list-table .order_status span.failed{background:red}.post-type-lp_order .wp-list-table .order_status span i{display:inline-block}.post-type-lp_order .wp-list-table .column-title,.post-type-lp_order .wp-list-table .column-order_total,.post-type-lp_order .wp-list-table .column-order_date{width:150px}.post-type-lp_order .wp-list-table .column-order_items ol{margin:0;padding:0;list-style-position:inside}.post-type-lp_course .column-price .origin-price{margin-right:10px;color:red;font-size:12px;text-decoration:line-through}.wp-list-table .column-preview{float:none;text-align:left}.wp-list-table .column-instructor{width:150px}.wp-list-table .column-instructor .post-author{display:inline-block}.wp-list-table .column-instructor .post-author img{width:30px;height:30px;margin-right:5px;border-radius:50%;vertical-align:middle}.wp-list-table .column-instructor .post-author a{display:inline-block;vertical-align:middle}.wp-list-table .column-students{width:80px}.wp-list-table .column-price{width:120px}.wp-list-table .column-thumbnail{width:100px;padding-top:11px}.wp-list-table .column-thumbnail img{max-width:100%;height:auto}.post-type-page .column-lp-page{width:200px}.post-type-page .for-plugin-page{margin:0;color:red;font-size:11px}.post-state .post-author{font-size:14px;font-weight:normal;font-style:italic}#learn-press-box-edit-slug{overflow:hidden;margin:0 -10px;padding:10px;border:1px solid #ddd;color:#b79186;background:#fff}#learn-press-box-edit-slug .button{float:right;height:24px;line-height:22px}.lp-overlay{display:none;position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(209,213,219,0.8);transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms;transition-property:opacity}.wp-admin .lp-modal-dialog .lp-modal-content .lp-modal-header{padding:2em}.wp-admin .lp-modal-dialog .lp-modal-content .lp-modal-header h3{font-size:1.4em}.lp-modal-dialog{display:flex;position:fixed;z-index:9999;top:0;right:0;left:0;width:100%;min-height:100vh;text-align:center;align-items:center;justify-content:center}.lp-modal-dialog .lp-modal-content{display:inline-block;overflow:hidden;z-index:2;width:auto;max-width:600px;border-radius:8px;text-align:left;vertical-align:middle;background:white;color:black}.lp-modal-dialog .lp-modal-content .lp-modal-header{background:#7c60d9;border-bottom:1px solid #eee;padding:1em}.lp-modal-dialog .lp-modal-content .lp-modal-header h3{margin:0;color:white;font-size:inherit}.lp-modal-dialog .lp-modal-content .lp-modal-body .main-content{max-height:500px;overflow:auto}.lp-modal-dialog .lp-modal-content .lp-modal-body .main-content h3,.lp-modal-dialog .lp-modal-content .lp-modal-body .main-content h2,.lp-modal-dialog .lp-modal-content .lp-modal-body .main-content .pd-2em{padding:0 2em}.lp-modal-dialog .lp-modal-header{padding:0 20px}.lp-modal-dialog .lp-modal-footer{padding:10px 20px;background-color:#f9fafb;text-align:right}.lp-modal-dialog .btn-yes{color:#fff;background-color:#7c60d9}#lp-modal-overlay{display:none;position:fixed;z-index:999999;top:0;right:0;bottom:0;left:0;opacity:.5;background:#000}#lp-modal-window{display:none;position:fixed;z-index:999999;top:50%;left:50%;padding:35px 60px 28px 60px;background:#fff;transform:translate(-50%,-50%);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}#lp-modal-window #lp-modal-content{margin:0 0 24px 0;color:#333;font-size:16px;font-weight:400;line-height:26px;text-align:center}#lp-modal-window #lp-modal-content>*{margin:0 0 .5em}#lp-modal-window #lp-modal-content #lp-modal-buttons{display:flex;flex-direction:row-reverse;align-items:center;justify-content:center}#lp-modal-window #lp-modal-buttons{display:flex;flex-direction:row-reverse;align-items:center;justify-content:center}#lp-modal-window #lp-modal-buttons .lp-button{position:relative;margin:0 10px 0 10px}.learn-press-modal{position:fixed;z-index:1000000;width:100%;height:100%;top:0;display:table}.learn-press-modal .modal-overlay{position:fixed;z-index:1000000;background:#000;opacity:.5;width:100%;height:100%;top:0}.learn-press-modal .modal-wrapper{display:table-cell;vertical-align:middle;z-index:1000010;position:relative}.learn-press-modal .modal-wrapper .modal-container{max-width:800px;width:90%;margin:0 auto;background-color:#fff;border-radius:2px;box-shadow:0 2px 8px rgba(0,0,0,0.33);transition:all .3s ease;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.learn-press-modal .modal-wrapper header{font-size:18px;padding:20px;border-bottom:1px solid #DDD;font-weight:600;color:#000}.learn-press-modal .modal-wrapper article{margin:30px 20px}.learn-press-modal .modal-wrapper article input[name=search]{width:100%;font-size:16px;box-sizing:border-box;margin:0;box-shadow:none;color:#444;padding:8px 10px;height:42px;border-radius:2px;border-color:#e4e4e4;font-weight:400;vertical-align:middle}.learn-press-modal .modal-wrapper article .search-results{margin:0;margin-top:30px}.learn-press-modal .modal-wrapper article .search-results li>label{display:block}.learn-press-modal .modal-wrapper footer{padding:15px 20px;overflow:hidden;border:1px solid #eee}.learn-press-modal .modal-wrapper footer .search-nav{float:left}.learn-press-modal .modal-wrapper footer .search-nav a,.learn-press-modal .modal-wrapper footer .search-nav span{display:inline-block;line-height:26px;height:28px;margin:0;padding:0 10px 1px}.learn-press-modal .modal-wrapper footer button{float:right;margin-left:3px}#modal-search-items.loading .search-results:before{position:absolute;top:75px;left:0;right:0;bottom:0;display:block;content:"";z-index:9;background:url("../../images/spinner.gif") no-repeat center center}.modal-search{position:relative;display:inline-block;min-width:300px}.modal-search .search-input{border:1px solid #DDD;width:100%;margin:0;padding:5px 10px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.modal-search .search-input:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.modal-search .search-input:focus{border-color:#DDD}.modal-search .search-results-content{position:absolute;top:100%;width:100%;left:0;background:#FFF;border:1px solid #DDD;border-top:0;z-index:1000;margin-top:-1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.modal-search .search-results-content .search-results{margin:0}.modal-search .search-results-content .search-results .result-item{margin:0;padding:0;list-style:none}.modal-search .search-results-content .search-results .result-item label{display:block;padding:6px 10px;text-decoration:none;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal-search .search-results-content .search-results .result-item:hover{background:#f4fcff}.modal-search .has-items .search-input{border-bottom-color:transparent}.modal-search .has-items .search-results-content{border-top:0}.modal-search .checked-items{text-align:center}.modal-search .checked-items .button{font-size:12px;height:20px;line-height:20px}.modal-search .checked-items .disabled{color:#777}.modal-search .search-navigator{margin:5px 0;text-align:center}.modal-search .search-navigator .page-numbers{display:inline-block;padding:2px 5px;text-decoration:none;line-height:1}.modal-search .search-navigator .page-numbers.next,.modal-search .search-navigator .page-numbers.prev{display:none}.lp-order-statuses{margin:0}.lp-order-statuses li{float:left;width:100%;margin:0;background:#fff}.lp-order-statuses li strong{display:block;margin-bottom:5px;color:#0073aa;font-size:20px;font-weight:normal}.lp-order-statuses li strong::before{display:inline-block;width:25px;height:25px;font-family:dashicons;font-size:25px;line-height:25px;vertical-align:middle;content:""}.lp-order-statuses li p{margin:0;padding:0;color:#adadad;font-size:12px}.lp-order-statuses li.counter-number{width:50%;padding:10px 0 0;text-align:center}.lp-order-statuses li.counter-number .counter-inner{margin:0 5px;padding:10px 0;border:1px solid #f3f3f3;background:#f9f9f9}.lp-order-statuses li.counter-number .counter-inner p{text-transform:lowercase}.lp-order-statuses li.counter-number.order-completed strong::before{color:#0085ba;content:"\f058"}.lp-order-statuses li.counter-number.order-processing strong::before{margin-left:-1px;color:#563f7a;content:"\f321"}.lp-order-statuses li.counter-number.order-pending strong::before{color:#aaa;content:"\f534"}.lp-order-statuses li.counter-number.order-cancelled strong::before{color:red;content:"\f153"}.lp-order-statuses li.clear{float:none}.lp-order-statuses li.featured-theme{float:none;clear:both;width:auto;margin:12px -12px 0 -12px;padding:8px 12px 0 12px;border-top:1px solid #eee}.lp-order-statuses li.featured-theme .star-rating{display:inline-block;line-height:14px;vertical-align:middle}.lp-order-statuses li.featured-theme .star-rating .star{width:14px;height:14px;font-size:14px}.lp-order-statuses li.featured-theme>div{margin-bottom:3px}.lp-order-statuses li.featured-theme>div span{color:#999;font-size:12px;vertical-align:middle}.lp-order-statuses li:nth-child(even) .counter-inner{margin-left:0}.lp-order-statuses li:nth-child(odd) .counter-inner{margin-right:0}.lp-order-statuses li.total-raised{box-sizing:border-box;padding:10px 0;border:1px solid #f3f3f3;background:#f9f9f9;text-align:center}.lp-order-statuses li.total-raised strong{margin-bottom:10px;font-size:26px}.lp-order-statuses li.total-raised strong::before{width:30px;height:30px;margin-top:-3px;margin-right:7px;font-size:30px;line-height:30px;content:"\f185"}.lp-order-statuses::after{display:block;clear:both;content:""}.lp-place-holder{background:#fff;padding:10px;display:block;margin:20px auto;box-shadow:0 0 0 rgba(0,0,0,0.1);border-radius:3px}.lp-place-holder [class*=line-]{height:6px;width:400px;background:#f6f7f9;margin-bottom:13px;margin-right:5px}.lp-place-holder .thumbnail{height:40px;width:40px;float:left;margin-right:20px;display:inline-block}.lp-place-holder .line-heading{width:80%;height:20px}.lp-place-holder .line-sm{width:30%;margin-top:10px}.lp-place-holder .line-xs{width:50%}.lp-place-holder .line-df{margin-top:30px;width:380px}.lp-place-holder .line-lg{width:200px}.lp-place-holder .line-lgx{width:450px}.lp-place-holder [class*=line],.lp-place-holder .thumbnail{animation:lpTimeLine;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;background:linear-gradient(to right,#eee 8%,#ddd 18%,#eee 33%);background-size:800px auto;background-position:100px 0}@keyframes lpTimeLine{0%{background-position:-350px 0}100%{background-position:400px 0}}.post-type-lp_order #post-body-content{display:none}.post-type-lp_order #order_details{border:none !important;background:transparent !important}.post-type-lp_order #order_details .hndle,.post-type-lp_order #order_details .handlediv,.post-type-lp_order #order_details .postbox-header{display:none}.post-type-lp_order #order_details .inside{display:block !important;margin:0;padding:0}.post-type-lp_order #order_details .order-data{margin:0 0 20px 0 !important;padding:30px !important;border:1px solid #ccd0d4 !important;background-color:#fff !important;box-shadow:none !important}.post-type-lp_order #order_details .order-data-field{margin-bottom:20px}.post-type-lp_order #order_details .order-data-field label{display:block;margin-bottom:5px;font-weight:500}.post-type-lp_order #order_details .order-data-number{margin:0 0 10px;font-size:20px;font-weight:600}.post-type-lp_order #order_details .payment-method-title{color:#777;font-size:16px}.post-type-lp_order #order_details .payment-method-title strong{color:#23282d}.post-type-lp_order #order_details .order-data-heading{margin-top:40px;font-size:16px}.post-type-lp_order #order_details .order-users{display:inline-block}.post-type-lp_order #order_details .order-users .description{margin-top:10px;padding:10px;background:#eee}.post-type-lp_order #order_details .order-data-date .order-date{width:100px}.post-type-lp_order #order_details .order-data-date .order-hour,.post-type-lp_order #order_details .order-data-date .order-minute{width:50px}.post-type-lp_order #order_details .order-data-note{display:inline-block}.post-type-lp_order #order_details .order-data-note .order-note{padding:10px;color:#fff;background-color:#c1a3b6;font-size:14px}.post-type-lp_order #order_details .order-items{margin:0;border:1px solid #ccd0d4 !important;background-color:#fff}.post-type-lp_order #order_details .order-items table{width:100%;border-collapse:collapse}.post-type-lp_order #order_details .order-items table thead{margin:0;padding:0}.post-type-lp_order #order_details .order-items table thead tr{background-color:#f8f8f8}.post-type-lp_order #order_details .order-items table thead th{padding:15px;border-bottom:0;color:#999;font-weight:400;text-align:left}.post-type-lp_order #order_details .order-items table thead th:first-child{padding-left:30px}.post-type-lp_order #order_details .order-items table thead th:last-child{padding-right:30px}.post-type-lp_order #order_details .order-items table tbody td,.post-type-lp_order #order_details .order-items table tfoot td{padding:10px;border-bottom:1px solid #ddd;text-align:left}.post-type-lp_order #order_details .order-items table tbody{margin:0;padding:0}.post-type-lp_order #order_details .order-items table tbody tr td{padding:15px}.post-type-lp_order #order_details .order-items table tbody tr td:first-child{padding-left:30px}.post-type-lp_order #order_details .order-items table tbody tr td:last-child{padding-right:30px}.post-type-lp_order #order_details .order-items table tfoot{margin:0;padding:0}.post-type-lp_order #order_details .order-items table tfoot tr{background-color:#f8f8f8}.post-type-lp_order #order_details .order-items table tfoot tr:last-child td{padding-top:20px;padding-bottom:20px}.post-type-lp_order #order_details .order-items table tfoot td{padding:10px 15px;padding-bottom:0;border:0;font-size:14px;text-align:right}.post-type-lp_order #order_details .order-items table tfoot td:first-child{padding-left:30px}.post-type-lp_order #order_details .order-items table tfoot td:last-child{padding-right:30px}.post-type-lp_order #order_details .order-items table .column-price,.post-type-lp_order #order_details .order-items table .column-total,.post-type-lp_order #order_details .order-items table .column-quantity{width:150px;text-align:right}.post-type-lp_order #order_details .order-items table .row-subtotal td .order-subtotal,.post-type-lp_order #order_details .order-items table .row-subtotal td .order-total,.post-type-lp_order #order_details .order-items table .row-total td .order-subtotal,.post-type-lp_order #order_details .order-items table .row-total td .order-total{font-weight:700}.post-type-lp_order #order_details .order-items table .remove-order-item{outline:0;color:#ccc;text-decoration:none}.post-type-lp_order #order_details .order-items table .remove-order-item .dashicons{font-size:20px}.post-type-lp_order #order_details .order-items table .remove-order-item:hover{color:red}.post-type-lp_order #order_details .order-items table .order-item-row:hover .remove-order-item{display:inline-block}.post-type-lp_order #order-export__button:hover{cursor:pointer}.post-type-lp_order .export-modal.modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,0.4)}.post-type-lp_order .export-modal .modal-content{background-color:#fefefe;margin:5% auto;padding:20px;border:1px solid #888;width:60%;position:relative}.post-type-lp_order .export-modal .close{color:#aaa;position:absolute;font-size:28px;font-weight:bold;top:-5px;right:11px}.post-type-lp_order .export-modal .close:hover{color:black;text-decoration:none;cursor:pointer}.post-type-lp_order .export-modal .close:focus{color:black;text-decoration:none;cursor:pointer}.post-type-lp_order .export-modal .panel{display:none}.post-type-lp_order .export-modal .panel.active{display:block}.post-type-lp_order #order-export__tabs.tabs{display:flex;justify-content:space-around;margin:20px 2px 40px 2px;height:40px;box-shadow:0 0 1px 1px rgba(0,0,0,0.2)}.post-type-lp_order #order-export__tabs.tabs>*{width:100%;color:dimgray;height:100%;cursor:pointer;display:flex;justify-content:center;align-items:center}.post-type-lp_order #order-export__tabs.tabs>*:hover:not(.active){background-color:#dcdcdc}.post-type-lp_order #order-export__tabs.tabs>.active{color:white;background-color:#4caf50}.post-type-lp_order #lp-invoice__content{margin-bottom:25px}.post-type-lp_order #lp-invoice__content thead th{border-bottom:1px solid #000;border-top:1px solid #000;padding:10px 20px}.post-type-lp_order #lp-invoice__content tbody td{border-bottom:1px solid #000;text-align:center;padding:10px 20px}.post-type-lp_order #lp-invoice__content tfoot td{border-bottom:1px solid #000;text-align:center;padding:10px 20px}.post-type-lp_order .export-options__content{margin-bottom:25px}.post-type-lp_order .export-options{position:relative}.post-type-lp_order .export-options__loading{opacity:0;z-index:-1;visibility:hidden;position:absolute;top:0;left:0;width:100%;background:#fff;right:0;bottom:0;display:flex;align-items:center;justify-content:center}.post-type-lp_order .export-options__loading .spinner{background:url("../../images/spinner.gif") no-repeat center center;z-index:9;display:inline-block;visibility:visible}.post-type-lp_order .export-options__loading.active{opacity:1;z-index:9;visibility:visible}.post-type-lp_order #lp-invoice__export{color:white;background-color:#4caf50;border:1px solid #4caf50;padding:10px 20px;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease}.post-type-lp_order #lp-invoice__export:hover{color:#000;background-color:#fff;border:1px solid #000;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;cursor:pointer}.post-type-lp_order #lp-invoice__update{color:white;background-color:#4caf50;border:1px solid #4caf50;padding:10px 20px;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease}.post-type-lp_order #lp-invoice__update:hover{color:#000;background-color:#fff;border:1px solid #000;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;cursor:pointer}.post-type-lp_order #lp-invoice__actions{display:flex;flex-direction:row;justify-content:flex-end}.post-type-lp_order .export-options__actions{display:flex;flex-direction:row;justify-content:flex-end}.post-type-lp_order .lp-invoice__body table{border-spacing:0;width:100%}#learn-press-toggle-settings-js-css{display:none}#learn-press-toggle-settings-js-css+table{display:none}#learn-press-toggle-settings-js-css:checked+table{display:table}.color-schemas{margin:0 20px 20px 0;float:left}.color-schemas ul{list-style:none;margin:0;padding:0}.color-schemas ul>li>label{font-weight:600;display:block;margin-bottom:10px}.color-schemas .wp-color-picker{width:80px;height:24px;vertical-align:top;margin:0}.color-schemas .wp-picker-holder{position:absolute}.color-schemas .buttons{display:none}.color-schemas table{border-collapse:collapse;position:relative}.color-schemas table td,.color-schemas table th{padding:10px 10px}.color-schemas table tbody{border:1px solid transparent;position:relative}.color-schemas table tbody td,.color-schemas table tbody th{text-align:left;background:#f5f5f5}.color-schemas table tbody tr:first-child td,.color-schemas table tbody tr:first-child th{padding-bottom:0}.color-schemas table:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.7)}.color-schemas tfoot td,.color-schemas tfoot th{padding-left:0;padding-right:0}.color-schemas .remove-schema{float:right;color:red}.color-schemas .wp-color-result{margin:0}.color-schemas .clone-schema{display:none}.color-schemas:first-child .remove-schema,.color-schemas:first-child .apply-schema{display:none}.color-schemas:nth-child(2){clear:both}.color-schemas:hover tbody{opacity:1}.color-schemas.current tbody{border-color:#DDD}.color-schemas.current tbody td,.color-schemas.current tbody th{background:rgba(5,215,255,0.26)}.color-schemas.current table:after{display:none}.color-schemas.current .clone-schema{display:inline-block}.wp-picker-container{position:relative}.wp-picker-container .wp-picker-holder{z-index:99999}.lp-install-sample{max-width:600px;margin:0;padding:10px 25px;border:1px solid #ccd0d4;border-radius:4px;background-color:#fff}.lp-install-sample__options{margin-bottom:20px;padding:0 20px;border:1px solid #eee;border-radius:4px}.lp-install-sample__options legend{padding:5px;font-weight:500}.lp-install-sample__buttons{display:flex;margin-top:25px;align-items:center;justify-content:space-between}.lp-install-sample__toggle-options{margin-right:auto;margin-left:10px}.lp-install-sample__uninstall{float:right}.lp-install-sample__response{margin:0;padding:10px;border:2px solid #059601;border-radius:6px}.lp-install-sample__response.fail{border-color:#d85554}.lp-update-db-modal{display:flex;position:fixed;z-index:9999;top:0;right:0;left:0;width:100%;min-height:100vh;text-align:center;align-items:center;justify-content:center}.lp-update-db-modal__hidden{display:none !important;visibility:hidden;opacity:0;pointer-events:none}.lp-update-db-modal__overlay{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(209,213,219,0.8);transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms;transition-property:opacity}.lp-update-db-modal__content{display:inline-block;overflow:hidden;z-index:2;width:100%;max-width:510px;border-radius:8px;text-align:left;vertical-align:middle}.lp-update-db-modal__content-header{padding:24px 24px 16px 24px;background-color:#fff}.lp-update-db-modal__content-start{display:flex;flex-direction:flex-start}.lp-update-db-modal__content-icon{display:flex;width:40px;height:40px;margin-right:0;margin-left:0;border-radius:999px;background-color:#fee2e2;justify-content:center;align-items:center;flex:0 0 auto}.lp-update-db-modal__content-icon svg{width:24px;height:24px;color:#dc2626}.lp-update-db-modal__content-icon svg:last-child{color:#258d6c}.lp-update-db-modal__content-icon__success{display:none}.lp-update-db-modal__content-text{margin-left:18px;text-align:left}.lp-update-db-modal__content-text h3{margin:0;font-weight:500}.lp-update-db-modal__content-text p{margin:0;margin-top:10px;color:#999;font-size:14px;font-weight:400}.lp-update-db-modal__content-footer{display:flex;flex-direction:row;padding:10px 24px;background-color:#f9fafb;justify-content:flex-end;align-items:center}.lp-update-db-modal__content-footer a{padding:8px 16px;border:1px solid #e5e7eb;border-radius:6px;color:#374151;font-size:13px;font-weight:500;text-decoration:none}.lp-update-db-modal__content-footer a:last-child{margin-left:10px;color:#fff;background-color:#0073aa}.lp-update-db-modal__success .lp-update-db-modal__content-icon{background-color:#def7ec}.lp-update-db-modal__success .lp-update-db-modal__content-icon__error{display:none}.lp-update-db-modal__success .lp-update-db-modal__content-icon__success{display:block}#lp-tool-upgrade-db .wrapper-lp-upgrade-message,#lp-tool-upgrade-db .wrapper-terms-upgrade,#lp-tool-upgrade-db .wrapper-lp-loading{display:none}.terms-upgrade{max-width:500px;margin:0 auto}.terms-upgrade .error{display:none}.lp-upgrade-message .learn-press-message::before,.lp-upgrade-message .learn-press-message::after{content:none}.lp-modal-footer .learn-press-notice{color:#ff6060;font-weight:500;font-style:italic}.lp-modal-body .lp-skeleton-animation{width:500px;margin:0 20px}.tools-select__data{overflow:hidden}.tools-select__data li{background-color:#fff;border:1px solid #eee;color:#000;display:flex;flex-direction:row;align-items:center;flex:0 0 auto;font-size:14px;line-height:1.4em;font-weight:normal;padding:10px;width:100%}.tools-select__data li input{margin:0 10px 0 0}.progressbar__content{width:100%;font-size:14px;font-weight:normal;line-height:1.4em;background:#eee;padding:10px 0;display:flex;flex-direction:column;align-items:center;justify-content:center}.progressbar__content span{z-index:9}.progressbar__container{position:relative}.progressbar__value{position:absolute;width:0;height:100%;left:0;top:0;background:#8a2be2}.progressbar__item h4{z-index:9;margin:0}.progressbar__item{width:500px;border-bottom:1px solid #fff}.progressbar__indexs{z-index:9}.lp-tool__message{text-align:center;color:red;padding:10px 0;display:none}.tools-prepare__message{background:#dba617;padding:10px 0;text-align:center;display:none}.lp-admin-editor{position:relative;margin:0;background-color:#fff}.lp-admin-editor .heading,.lp-admin-editor .lp-box-data-content{padding:0}#learn-press-admin-editor-metabox-settings{margin-top:20px}#course-editor .inside{margin:0;padding:0}#admin-editor-lp_course .lp-course-curriculum .heading{display:flex;flex-direction:row;flex-wrap:nowrap;position:relative;padding:8px 20px;align-items:center;line-height:1}#admin-editor-lp_course .lp-course-curriculum .heading h4{margin:0;font-size:16px}#admin-editor-lp_course .lp-course-curriculum .heading .collapse-sections{display:flex;width:40px;color:#999;font-family:Dashicons;font-size:30px;cursor:pointer;justify-content:center;align-items:center}#admin-editor-lp_course .lp-course-curriculum .heading .collapse-sections.close::before{content:"\f140"}#admin-editor-lp_course .lp-course-curriculum .heading .collapse-sections.open::before{content:"\f142"}#admin-editor-lp_course .lp-course-curriculum .heading .status{visibility:hidden;position:relative;top:5px;margin-left:10px;font-family:Dashicons;font-size:20px}#admin-editor-lp_course .lp-course-curriculum .heading .status::before{content:"\f463"}#admin-editor-lp_course .lp-course-curriculum .heading .status.loading{display:inline-block;visibility:visible;animation:rotation 2s infinite linear}#admin-editor-lp_course .lp-course-curriculum .curriculum-sections{margin:0;margin:0 20px 20px 20px;border:1px solid #ddd}#admin-editor-lp_course .lp-course-curriculum .section{margin:0;border-bottom:1px solid #e5e5e5;opacity:1;background:#fff}#admin-editor-lp_course .lp-course-curriculum .section:first-child{border-top:0}#admin-editor-lp_course .lp-course-curriculum .section.new-section{margin-top:1px;border:0}#admin-editor-lp_course .lp-course-curriculum .section.new-section form{margin:0}#admin-editor-lp_course .lp-course-curriculum .section.new-section .section-head{background-color:#f4fcff}#admin-editor-lp_course .lp-course-curriculum .section.new-section .section-head .creatable{position:relative;top:1px}#admin-editor-lp_course .lp-course-curriculum .section.new-section .section-head .creatable::before{content:"\f132"}#admin-editor-lp_course .lp-course-curriculum .section.empty-section{position:relative}#admin-editor-lp_course .lp-course-curriculum .section.empty-section::after{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5;background:#fff;content:""}#admin-editor-lp_course .lp-course-curriculum .section.empty-section .section-head .movable::before{display:inline-block;color:#a2a2a2;content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#admin-editor-lp_course .lp-course-curriculum .section.empty-section .section-collapse{display:none}#admin-editor-lp_course .lp-course-curriculum .section:hover .section-actions .remove{display:inline-block}#admin-editor-lp_course .lp-course-curriculum .section input{background-color:transparent;box-shadow:none}#admin-editor-lp_course .lp-course-curriculum .section input:focus{box-shadow:none}#admin-editor-lp_course .lp-course-curriculum .section .section-head{display:flex;position:relative;height:42px;margin:0;padding:0;background-color:#f4fcff;line-height:40px;transition:background 500ms ease-out;align-items:center}#admin-editor-lp_course .lp-course-curriculum .section .section-head .movable,#admin-editor-lp_course .lp-course-curriculum .section .section-head .creatable{display:inline-block;width:40px;margin:0;color:#999;font-family:Dashicons;font-size:20px;text-align:center;vertical-align:middle}#admin-editor-lp_course .lp-course-curriculum .section .section-head .movable{margin-right:-1px;cursor:url("../../images/openhand.cur") 7 5,default}#admin-editor-lp_course .lp-course-curriculum .section .section-head .movable::before{content:"\f333"}#admin-editor-lp_course .lp-course-curriculum .section .section-head .movable:hover{color:#0085ba}#admin-editor-lp_course .lp-course-curriculum .section .section-head .section-item-counts{line-height:40px}#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions{height:100%;color:#444}#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions>*{display:inline-block;height:100%;text-align:center;cursor:pointer}#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions .collapse:hover{color:#0085ba}#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions .collapse::before{display:inline-block;width:40px;color:#999;font-family:Dashicons;font-size:16px;line-height:40px}#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions .collapse.open::before{content:"\f343"}#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions .collapse.close::before{content:"\f347"}#admin-editor-lp_course .lp-course-curriculum .section .name{width:100%;border:0;color:#777;font-size:24px;font-weight:600;line-height:50px}#admin-editor-lp_course .lp-course-curriculum .section .name:focus{color:#444}#admin-editor-lp_course .lp-course-curriculum .section .section-collapse{overflow:hidden}#admin-editor-lp_course .lp-course-curriculum .section .section-content{padding:20px;border-top:1px solid #e5e5e5}#admin-editor-lp_course .lp-course-curriculum .section .details{margin-bottom:20px}#admin-editor-lp_course .lp-course-curriculum .section .title-input{padding-left:0;border:0;font-size:1.2em;line-height:30px;flex:1}#admin-editor-lp_course .lp-course-curriculum .section .description-input{width:100%;margin:0;padding:0;border:0;color:#999}#admin-editor-lp_course .lp-course-curriculum .section .description-input:focus{color:#444}#admin-editor-lp_course .lp-course-curriculum .section-list-items{width:100%;border-collapse:collapse}#admin-editor-lp_course .lp-course-curriculum .section-list-items ul{position:relative;min-height:5px;margin:0}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item{display:flex;position:relative;margin:0;border:1px solid #eee;border-bottom-width:0;background:#fff;transition:background 200ms ease-out;justify-content:center;align-items:center}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.ui-sortable-helper{border-bottom:1px solid #eee}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item:nth-child(2n+1){background-color:#f7f7f7}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.updating::before{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;content:""}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.removing{background-color:#ffeded}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .drag{height:20px;padding-top:3px;padding-left:6px;cursor:url("../../images/openhand.cur") 7 5,default;fill:#999;flex:0 0 18px}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .drag:hover{fill:#0085ba}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .icon{display:flex;align-items:center;justify-content:center}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .title{margin-right:120px;margin-left:2px;flex-grow:1;flex-basis:100%}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .title input{color:inherit}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions{display:flex;position:absolute;top:0;right:2px;bottom:0;align-items:center;justify-content:center}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .actions{margin:0}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .actions>*{visibility:hidden;margin-right:10px}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .actions .edit{text-decoration:none}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .actions .remove{color:#a00}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item:hover .drag{visibility:visible}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item:not(.lp_lesson) .item-actions .actions .preview-item{display:none}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item{display:flex;position:relative;border-bottom-width:1px;transition:all 200ms ease-out;align-items:center}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .drag{display:flex;width:30px;color:#999;font-family:Dashicons;font-size:16px;vertical-align:middle;cursor:default;align-items:center;justify-content:center}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .drag::before{content:"\f132"}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .title{display:inline-block;margin:0;flex:1}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types{display:inline-block}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types:hover,#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types:focus{background-color:#fff}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types:hover .type,#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types:focus .type{display:inline-block}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type{display:inline-block;padding:8px 5px;color:#ccc}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type input{display:none}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.current{color:#0085ba}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type::before{position:relative;top:2px;font-family:Dashicons;font-size:20px}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.lp_quiz{padding:8px 6px 8px 0}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.lp_quiz::before{content:"\f469"}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.lp_lesson::before{content:"\f330"}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.empty-item::before{content:"\f463"}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions{text-align:right}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action{display:inline-block;position:relative;width:30px;height:30px;margin:0;padding:0;text-align:center;vertical-align:middle;cursor:pointer}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action>a{width:30px;height:30px;color:#999;line-height:30px}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action>a:hover{color:#0073aa}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item>a:hover{color:#e74c3c}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul{display:none;position:absolute;z-index:9;top:100%;right:0;width:165px;margin:0;border:1px solid #999;background:#fdfeff;text-align:center}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul li{margin:0;border-bottom:1px solid #eee;text-align:right}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul li a{display:block;padding:10px 25px;color:#757575;font-size:12px;text-decoration:none}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul li a.delete-permanently{color:#e74c3c}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul li:hover{background:#eee}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item:hover ul{display:block}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item:hover .item-actions .actions>*{visibility:visible;cursor:pointer}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.lp_quiz .icon::before{content:"\f469"}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.lp_lesson .icon::before{content:"\f330"}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.empty-item{position:relative;color:#a2a2a2}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.empty-item::after{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5;background:#fff;content:""}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.empty-item .item-actions{display:none}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.empty-item .icon::before{color:#a2a2a2;content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .icon{color:#0085ba;font-size:20px;text-align:center;flex:0 0 29px}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .icon::before{font-family:Dashicons}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item input{width:100%;padding:8px 10px 8px 0;border:0;color:inherit;font-size:14px;font-weight:600}#admin-editor-lp_course .lp-course-curriculum .section-actions{padding:0 20px 20px 20px}#admin-editor-lp_course .lp-course-curriculum .section-actions .remove{display:none;float:right;height:30px;border:1px solid #eee;border-radius:3px;color:#e74c3c;line-height:30px;cursor:pointer}#admin-editor-lp_course .lp-course-curriculum .section-actions .remove .icon{padding:0 18px}#admin-editor-lp_course .lp-course-curriculum .section-actions .remove .confirm{display:none;padding:0 18px}#admin-editor-lp_course .lp-course-curriculum .section-actions .remove.confirm .confirm{display:inline-block}#admin-editor-lp_course .lp-course-curriculum .section-actions .remove.confirm .icon{display:none}#admin-editor-lp_course .lp-course-curriculum .ui-sortable-placeholder{display:block;visibility:visible !important;border-color:#bdf4fe !important;background:#bdf4fe !important}.wp-admin.post-type-lp_course #meta-box-tab-course_payment .learn-press-tip-floating{top:40px;left:100px;opacity:.8;background:#a00}.wp-admin.post-type-lp_course #meta-box-tab-course_payment .learn-press-tip-floating::before{top:-7px;border:7px solid transparent;border-top-width:0;border-bottom-color:#a00}.section-item-counts{margin:0;margin-left:auto;font-size:12px;white-space:nowrap}.section-item-counts span{color:#999}#course-editor{margin-bottom:10px}#course-editor .inside .rwmb-custom_html-wrapper>.rwmb-label{display:none}#course-editor .inside .rwmb-custom_html-wrapper>.rwmb-input{margin-left:0}#quiz-editor .inside .rwmb-custom_html-wrapper>.rwmb-label{display:none}#quiz-editor .inside .rwmb-custom_html-wrapper>.rwmb-input{margin-left:0}#quiz-editor .inside{margin:0;padding:0}#admin-editor-lp_quiz{margin:0;padding:0;border:0}#admin-editor-lp_quiz form{margin:0}#admin-editor-lp_quiz .lp-box-data-head{display:flex;flex-direction:row;margin:0;padding:6px 20px;align-items:center}#admin-editor-lp_quiz .lp-box-data-head h3{padding:0}#admin-editor-lp_quiz .lp-box-data-head .status{visibility:hidden;position:relative;top:5px;margin-left:10px;font-family:Dashicons;font-size:20px}#admin-editor-lp_quiz .lp-box-data-head .status::before{content:"\f463"}#admin-editor-lp_quiz .lp-box-data-head .status.loading{display:inline-block;visibility:visible;animation:rotation 2s infinite linear}#admin-editor-lp_quiz .lp-box-data-head .collapse-list-questions{display:flex;width:40px;height:30px;color:#999;font-family:Dashicons;font-size:30px;cursor:pointer;justify-content:center;align-items:center}#admin-editor-lp_quiz .lp-box-data-content{margin:20px;margin-top:0;border:1px solid #ddd}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions{border-collapse:collapse;color:#777}@media(max-width:1560px){#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .fill_in_blanks .question-settings{flex-direction:column}}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row{display:flex;flex-direction:row;text-align:center;align-items:center}@media(max-width:1024px){#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row.question-settings{flex-direction:column}}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>*{width:100%;padding:12px 8px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.sort{position:relative;color:#999;cursor:url("../../images/openhand.cur") 7 5,default;flex:0 0 15px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.sort .svg-icon{height:18px;margin-top:-2px;vertical-align:middle;fill:#999}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.sort:hover{fill:#0085ba}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.order{padding:12px 0;color:#32373c;font-size:1.2em;text-align:left;flex:0 0 25px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.order::after{content:"."}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type{display:inline-flex;position:relative;width:125px;height:32px;padding:0;border-radius:2px;background-color:#eee;box-shadow:0 0 2px rgba(0,0,0,0.22);line-height:32px;cursor:pointer;flex:0 0 auto;align-items:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type>a{display:inline-flex;width:100%;padding:0 10px;color:#666;text-align:center;cursor:pointer;align-items:center;justify-content:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type>a::after{margin-left:5px;font-family:Dashicons;font-size:14px;line-height:30px;content:"\f347"}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type ul{visibility:hidden;position:absolute;z-index:9999;top:100%;right:0;height:auto;margin:0;margin-top:-1px;border:1px solid #999;border-radius:2px;opacity:1;background:#fdfeff;pointer-events:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type ul li{margin:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type ul li a{display:block;min-width:110px;padding:10px 20px;color:#757575;line-height:20px;text-align:right;white-space:nowrap;text-decoration:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type ul li a:hover{background-color:#eee}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type ul li.disabled{opacity:.4;background-color:#fff;user-select:none;pointer-events:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type:hover ul{visibility:visible;opacity:1;pointer-events:visible}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.actions{width:300px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.name{padding-left:5px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row:hover>.sort{visibility:visible}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row .actions .lp-box-data-actions{text-align:right !important}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .header{display:none;border-bottom:1px solid #ddd}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .header .table-row>*{font-weight:bold}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .header .table-row>.order::after{content:""}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .header .table-row>.actions{padding:12px 0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-actions .name input{width:100%;padding:0;border:0;color:#777;background:transparent;box-shadow:none;font-size:14px;font-weight:normal}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings{padding:0 20px;border:1px solid #ddd;border-right:0;border-left:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings>*{padding:20px 20px 20px 0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options{border:1px solid #ddd}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .sort{width:12px;padding:8px 6px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .answer-text{width:calc(100% - 100px);padding-left:0;color:#444;font-weight:600}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .order{width:10px;padding:0;text-align:right}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .answer-correct{width:65px;color:#444;font-weight:600;text-align:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .actions{padding:0;text-align:right}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .actions .lp-toolbar-btn{height:42px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr{border:1px solid #ddd;background:#f4fcff}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr:nth-child(2n){background:#fff}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr td{position:static;padding:0 10px;border:0;background:inherit}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr td.sort{width:12px;cursor:url("../../images/openhand.cur") 7 5,default}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr td.answer-text{padding-left:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr td.answer-correct{text-align:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr .svg-icon{height:18px;vertical-align:middle;fill:#999}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr:hover .svg-icon{visibility:visible}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr:hover .sort:hover .svg-icon{fill:#0085ba}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-placeholder{visibility:visible !important}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-placeholder td{height:43px;background:#bdf4fe !important}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-helper{border-right:0;border-left:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-helper td{border-bottom:1px solid #ddd}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-helper td.sort{border-left:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.empty-option .sort i{display:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.empty-option .sort::before{display:inline-block;position:absolute;top:12px;left:4px;font-family:Dashicons;font-size:18px;content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.empty-option td{position:relative}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.empty-option td::after{position:absolute;top:0;right:1px;bottom:0;left:0;opacity:.5;background:#fff;content:""}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody .answer-text input{width:100%;padding:0;border:0;color:#777;background:transparent;box-shadow:none;font-size:14px;font-weight:normal}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item{border-bottom:1px solid #ddd;background:#f4fcff;line-height:18px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.ui-sortable-helper{border-top:1px solid #f1f1f1}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.ui-sortable-placeholder{display:block;visibility:visible !important;border-color:#bdf4fe !important;background:#bdf4fe !important}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question,#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating{position:relative}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question .question-actions .sort,#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating .question-actions .sort{visibility:visible}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question .question-actions .sort .fa,#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating .question-actions .sort .fa{display:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question .question-actions .sort::after,#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating .question-actions .sort::after{display:inline-block;position:absolute;left:5px;font-family:Dashicons;font-size:20px;content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question::after,#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating::after{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5;background:#fff;content:""}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question .question-settings{display:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .cell{padding:10px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .name input{width:100%;padding:0;border:0;color:#32373c;background:transparent;box-shadow:none;font-size:1.2em;font-weight:normal;line-height:18px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions{margin:0;padding:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons{display:grid;position:static;z-index:10;height:100%;text-align:right;grid-template-columns:30px 30px 30px 40px;align-items:center;justify-content:end}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons>div a{visibility:hidden}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn .lp-btn-icon{position:absolute;z-index:2;top:50%;left:50%;width:28px;height:30px;margin-top:-15px;margin-left:-15px;line-height:30px;text-align:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn ul{z-index:9}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn ul a{padding:8px 24px;line-height:24px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn ul a.remove{border-bottom:1px solid #eee;color:#666}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-btn-toggle{width:40px;height:42px;padding-right:0;font-family:Dashicons;font-size:20px;line-height:42px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-btn-toggle.open::after{content:"\f343"}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-btn-toggle.close::after{content:"\f347"}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions:hover .lp-toolbar-buttons>div a{visibility:visible}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings{background:#fff}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options{padding-right:0;padding-left:0;text-align:left}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .inside{margin:0;padding:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .inside .lp-quiz-editor__detail-field{margin:0;padding:20px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .inside .lp-quiz-editor__detail-field:nth-child(2n+1){background:#f4fcff}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .inside .lp-quiz-editor__detail-label{margin:0;margin-bottom:10px;color:#666;font-weight:600}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .postbox{border:1px solid #ddd}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .postbox .hndle{font-weight:600;cursor:default}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .postbox .toggle{float:right;position:absolute;top:0;right:0;width:36px;height:36px;line-height:36px;text-align:center;cursor:pointer}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .postbox .toggle::after{font-family:Dashicons;font-size:18px;content:"\f460"}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings.closed .quiz-question-options{width:38px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings.closed .postbox{min-width:34px;height:34px;line-height:42px;text-align:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings.closed .postbox .hndle{display:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings.closed .postbox .toggle::after{content:"\f132"}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.sorting_choice .quiz-question-data table.lp-list-options .answer-correct{display:none !important}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer{margin-top:-1px;border-top:1px solid #ddd;background:#f4fcff}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row{height:auto;text-align:left}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .lp-sortable-handle{display:flex;width:30px;padding:8px 6px 8px 10px;color:#999;font-family:Dashicons;font-size:20px;vertical-align:middle;align-items:center;justify-content:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .lp-sortable-handle::before{content:"\f132"}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .order{padding:8px 0;line-height:28px;text-align:left}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question{padding:8px 10px 8px 5px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title{display:inline-block;position:relative;min-width:500px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title form input{width:100%;margin:0;padding:6px 0;border:0;background:transparent;font-size:1.2em;line-height:18px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title form input:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title form input:focus{color:#32373c}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title form input::placeholder{display:inline-block}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new{display:inline;position:relative}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types{display:none;position:absolute;z-index:9999999;top:100%;right:-2px;width:200px;margin:6px;border:1px solid #999;background-color:#fff}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types li{margin:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types li a{display:block;padding:12px 20px;outline:0;color:#757575;box-shadow:none;line-height:1;text-decoration:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types li a:hover{background:#eee}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types li.disabled{opacity:.5;background-color:#eee;user-select:none;pointer-events:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new button:hover+.question-types{display:block}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new button+.question-types:hover{display:block}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new button[disabled=disabled]:hover+.question-types{display:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .select-item{display:inline}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question button{height:30px;box-shadow:0 1px 0 #ccc !important}#admin-editor-lp_quiz .lp-box-data-content .question-button-actions{text-align:left}#question-editor .inside .rwmb-custom_html-wrapper .rwmb-label{display:none}#question-editor .inside .rwmb-custom_html-wrapper .rwmb-input{margin-left:0}#question-editor .inside{margin:0;padding:0}#admin-editor-lp_question{margin:0;padding:0;border:0;background:#fff}#admin-editor-lp_question form{margin:0}#admin-editor-lp_question .lp-box-data-head{display:flex;flex-direction:row;padding:10px 20px;align-items:center}#admin-editor-lp_question .lp-box-data-head .heading{margin:0;padding:0;flex:1}#admin-editor-lp_question .lp-box-data-head .lp-question-editor{position:relative;margin-left:auto;border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types>a{display:inline-flex;height:32px;padding:0 16px;border:1px solid #999;border-radius:2px;color:#666;line-height:32px;text-decoration:none;align-items:center;cursor:pointer;user-select:none}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types>a::after{margin-left:5px;font-family:Dashicons;font-size:14px;line-height:30px;content:"\f347"}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul{display:none;position:absolute;z-index:9999;top:100%;right:0;height:auto;margin:0;margin-top:-1px;border:1px solid #999;border-radius:2px;background:#fdfeff}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li{margin:0}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li:hover,#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li.active{background:#eee}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li a{display:block;min-width:110px;padding:10px;color:#757575;font-size:12px;text-align:right;white-space:nowrap;text-decoration:none}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li.disabled{opacity:.4}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li.disabled a{color:#999;cursor:not-allowed;pointer-events:none}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul:hover{display:block}#admin-editor-lp_question .lp-box-data-head .lp-question-editor:hover .question-types ul{display:block}#admin-editor-lp_question .lp-box-data-content{padding:0 20px 20px 20px;border:none !important}#admin-editor-lp_question .lp-box-data-content table.list-question-answers{width:100%;border:1px solid #ddd}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tr td{padding:0 15px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers thead tr th{padding:15px;border-bottom:1px solid #ddd;background-color:#eee;font-weight:600}#admin-editor-lp_question .lp-box-data-content table.list-question-answers thead tr th.answer-text{padding-left:10px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers .sort,#admin-editor-lp_question .lp-box-data-content table.list-question-answers .order,#admin-editor-lp_question .lp-box-data-content table.list-question-answers .actions{width:10px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers .sort{padding:0 10px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers .order{width:10px;padding:0;text-align:right}#admin-editor-lp_question .lp-box-data-content table.list-question-answers .answer-correct{width:65px;text-align:center}#admin-editor-lp_question .lp-box-data-content table.list-question-answers .answer-text{padding-left:8px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers .actions{padding-right:0;text-align:right}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr{color:#444;background:#fff}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr:nth-child(2n){background:#fff}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td{background-color:#fff}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.sort{width:15px;padding:0;font-size:18px;text-align:center;cursor:url("../../images/openhand.cur") 7 5,default}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.sort .svg-icon{height:18px;margin-top:-2px;vertical-align:middle;fill:#999}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.sort:hover .svg-icon{fill:#0085ba}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.order{font-size:14px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.answer-text input{width:100%;padding:0;border:0;color:#444;background:transparent;box-shadow:none;font-size:14px;font-weight:600;transition:box-shadow .2s ease}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.lp-toolbar-buttons{z-index:auto}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr:hover td.actions .remove-answer{visibility:visible;height:42px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.ui-sortable-placeholder{visibility:visible !important}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.ui-sortable-placeholder td{height:43px;background:#bdf4fe !important}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.ui-sortable-helper td{border-bottom:1px solid #ddd}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.ui-sortable-helper td.sort{border-left:0}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.new-option .svg-icon{display:none}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.new-option td{position:relative}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.new-option .sort::before{display:inline-block;position:absolute;top:8px;left:10px;font-family:"Dashicons";content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.new-option td::after{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5;background:#fff;content:""}#admin-editor-lp_question .lp-box-data-content .add-answer{margin:15px 0 0 0}#admin-editor-lp_question.sorting_choice table.list-question-answers .answer-correct{display:none !important}.lp-admin-fib-question-editor,.admin-quiz-fib-question-editor{text-align:left}.lp-admin-fib-question-editor .lp-box-data-content,.admin-quiz-fib-question-editor .lp-box-data-content{margin:0 !important;border:none !important}.lp-admin-fib-question-editor .content-editable,.admin-quiz-fib-question-editor .content-editable{min-height:240px !important;padding:12px 15px;border:2px solid #ddd;border-radius:4px}.lp-admin-fib-question-editor .content-editable .fib-blank,.admin-quiz-fib-question-editor .content-editable .fib-blank{position:relative;color:#2196f3}.lp-admin-fib-question-editor .content-editable .fib-blank::before,.admin-quiz-fib-question-editor .content-editable .fib-blank::before{content:"#" attr(data-index) ". "}.lp-admin-fib-question-editor .fib-blanks,.admin-quiz-fib-question-editor .fib-blanks{min-width:700px;border-collapse:collapse}@media(max-width:1024px){.lp-admin-fib-question-editor .fib-blanks,.admin-quiz-fib-question-editor .fib-blanks{width:100%;min-width:100%}}.lp-admin-fib-question-editor .fib-blanks tbody,.admin-quiz-fib-question-editor .fib-blanks tbody{border-bottom:1px solid #bbb}.lp-admin-fib-question-editor .fib-blanks tbody tr,.admin-quiz-fib-question-editor .fib-blanks tbody tr{background:#eee}.lp-admin-fib-question-editor .fib-blanks tbody tr td,.admin-quiz-fib-question-editor .fib-blanks tbody tr td{padding:5px}.lp-admin-fib-question-editor .fib-blanks tbody tr.blank-options td,.admin-quiz-fib-question-editor .fib-blanks tbody tr.blank-options td{padding:0}.lp-admin-fib-question-editor .fib-blanks tbody tr.blank-options ul,.admin-quiz-fib-question-editor .fib-blanks tbody tr.blank-options ul{display:none;margin:5px 0;padding:20px;border:1px solid #ddd;background:#fff;list-style:none}.lp-admin-fib-question-editor .fib-blanks tbody.open .blank-options ul,.admin-quiz-fib-question-editor .fib-blanks tbody.open .blank-options ul{display:block}.lp-admin-fib-question-editor .fib-blanks tbody .blank-position,.admin-quiz-fib-question-editor .fib-blanks tbody .blank-position{font-weight:600;text-align:center}.lp-admin-fib-question-editor .fib-blanks tbody .blank-actions,.admin-quiz-fib-question-editor .fib-blanks tbody .blank-actions{text-align:right}.lp-admin-fib-question-editor .fib-blanks tbody:last-child,.admin-quiz-fib-question-editor .fib-blanks tbody:last-child{border:0}#fill-in-blanks-editor{display:flex}#fill-in-blanks-editor .blank-options{flex:0 0 65%}#fill-in-blanks-editor .blanks{width:100%;margin:0}#fill-in-blanks-editor .blanks .blank{margin:0 0 20px 0;padding:20px;border:1px solid #d9e0f1;background:#fbfcff}#fill-in-blanks-editor .blanks .blank label{font-weight:bold}#fill-in-blanks-editor .blanks .blank .blank-content{width:100%;min-height:74px;font-size:16px}#fill-in-blanks-editor .blanks .blank .blank-words .word{background:#ddd;line-height:1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}#fill-in-blanks-editor .blanks .blank .blank-words .word.correct{background:#00a1e6}#fill-in-blanks-editor .blanks .blank .blank-tip p{font-style:italic}#fill-in-blanks-editor .blanks .blank .button-remove{color:red}#fill-in-blanks-editor .passage-preview{margin-left:20px;padding:15px 20px;border:1px solid #ddd;font-size:16px;line-height:24px;text-align:justify;flex:1}#fill-in-blanks-editor .passage-preview .blank-input{display:inline-block;position:relative;width:50px;height:16px;margin:-2px 10px;padding:0;border:0;border-bottom:1px dashed #ddd;background:transparent;box-shadow:none;font-size:16px;vertical-align:middle}#fill-in-blanks-editor .blanks-list{width:100%}#fill-in-blanks-editor .blanks-list textarea{width:100%;min-height:300px;margin-bottom:20px;outline:0;background:#f9f9f9;box-shadow:none;font-size:18px;line-height:30px}#fill-in-blanks-editor .blanks-list code{line-height:1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}#fill-in-blanks-editor .blanks-list code.correct{background:#00a1e6}#lp-modal-choose-items{display:none;position:fixed;z-index:-1;top:0;right:0;bottom:0;left:0;opacity:0;background-color:rgba(0,0,0,0.5)}#lp-modal-choose-items.show{display:block;z-index:99999999;opacity:1}#lp-modal-choose-items.loading .lp-choose-items ul.list-items::before{display:block;position:absolute;z-index:9;top:0;right:0;bottom:0;left:0;background:url("../../images/spinner.gif") no-repeat center center;background-color:#fff;content:""}#lp-modal-choose-items .lp-choose-items{position:relative;max-width:800px;margin:5% auto 10% 20%;border:1px solid #ddd;background-color:#fff;box-shadow:0 1px 1px rgba(0,0,0,0.1);transition:all 200ms ease-out}#lp-modal-choose-items .lp-choose-items.show-preview .header .preview-title{display:flex;align-items:center}#lp-modal-choose-items .lp-choose-items .header{position:relative}#lp-modal-choose-items .lp-choose-items .header .preview-title{display:none;position:absolute;z-index:10;top:0;right:0;bottom:0;left:0;padding-left:20px;border-bottom:1px solid #ddd;background-color:#fff;font-weight:600}#lp-modal-choose-items .lp-choose-items .header .preview-title h3{margin:0}#lp-modal-choose-items .lp-choose-items .header .tabs{margin:0;border-bottom:1px solid #ddd}#lp-modal-choose-items .lp-choose-items .header .tabs .tab{display:inline-block;position:relative;margin:0}#lp-modal-choose-items .lp-choose-items .header .tabs .tab:not(:last-child)::before{position:absolute;top:50%;right:0;height:44px;margin-top:-22px;border-right:1px solid #ddd;content:""}#lp-modal-choose-items .lp-choose-items .header .tabs .tab.active::after{display:inline-block;position:absolute;bottom:-6px;left:50%;width:10px;height:10px;margin-left:-6px;border:1px solid #ddd;border-right:0;border-bottom:0;background:#fff;content:"";transform:rotate(45deg)}#lp-modal-choose-items .lp-choose-items .header .tabs .tab.active a{color:#0073aa}#lp-modal-choose-items .lp-choose-items .header .tabs .tab a{display:inline-block;height:44px;padding:0 20px;color:#333;font-weight:600;line-height:44px;text-decoration:none}#lp-modal-choose-items .lp-choose-items .header .tabs .tab a:focus{box-shadow:none}#lp-modal-choose-items .lp-choose-items .header .close{display:inline-block;position:absolute;z-index:30;top:0;right:0;padding:12px;font-size:1em;cursor:pointer}#lp-modal-choose-items .lp-choose-items .main{overflow:hidden;position:relative;padding:20px;border-bottom:1px solid #ddd}#lp-modal-choose-items .lp-choose-items .main .section-item{display:block;overflow:hidden;max-width:100%;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;transition:color 200ms ease-out}#lp-modal-choose-items .lp-choose-items .main .section-item::before{position:relative;top:3px;font-family:Dashicons}#lp-modal-choose-items .lp-choose-items .main .search{margin-bottom:20px;background:transparent}#lp-modal-choose-items .lp-choose-items .main .search input.modal-search-input{width:100%;height:36px;padding:0 14px;font-size:16px;line-height:36px}#lp-modal-choose-items .lp-choose-items .main .list-items{overflow-y:auto;position:relative;min-height:260px;max-height:460px;margin:0}#lp-modal-choose-items .lp-choose-items .main .list-items li{margin:15px 0;cursor:pointer}#lp-modal-choose-items .lp-choose-items .main .pagination .index{margin-left:20px;line-height:28px}#lp-modal-choose-items .lp-choose-items .lp-added-items-preview{overflow:auto;position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;max-height:420px;padding:20px;background-color:#fff;transform:translate(100%,0)}#lp-modal-choose-items .lp-choose-items .lp-added-items-preview.show{transform:translate(0,0)}#lp-modal-choose-items .lp-choose-items .lp-added-items-preview .list-added-items li{margin:15px 0}#lp-modal-choose-items .lp-choose-items .lp-added-items-preview .list-added-items li:first-child{margin:-10px 0 15px 0}#lp-modal-choose-items .lp-choose-items .footer{padding:20px}body.lp-item-moving{cursor:url("../../images/closedhand.cur") 7 5,default !important}@media screen and (max-width:900px){#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .question-settings.table-row{display:block;width:auto;text-align:left}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .question-settings.table-row>*{width:auto}}#learn-press-reset-course-users,#learn-press-reset-user-courses,#learn-press-reset-user-item{max-width:100%}#learn-press-reset-course-users table,#learn-press-reset-user-courses table,#learn-press-reset-user-item table{width:100%;border-collapse:collapse}#learn-press-reset-course-users .courses-list,#learn-press-reset-user-courses .courses-list,#learn-press-reset-user-item .courses-list{margin:0}#learn-press-reset-course-users input[type=text],#learn-press-reset-user-courses input[type=text],#learn-press-reset-user-item input[type=text]{min-width:300px;height:28px;margin-left:0}#learn-press-reset-course-users .action-reset.dashicons-trash,#learn-press-reset-user-courses .action-reset.dashicons-trash,#learn-press-reset-user-item .action-reset.dashicons-trash{color:red}#learn-press-reset-course-users .action-reset.dashicons-update,#learn-press-reset-user-courses .action-reset.dashicons-update,#learn-press-reset-user-item .action-reset.dashicons-update{-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}.learn-press-tip{display:none;margin:0 5px;color:#444;font-size:13px;font-style:normal;line-height:1;vertical-align:baseline;cursor:pointer}.learn-press-tip.ready{display:inline-block}.learn-press-tip::before{font-family:"Font Awesome 5 Free";content:"\f059"}.learn-press-tip:hover{opacity:.8}.learn-press-tip-floating{position:absolute;z-index:9999999;min-width:20px;margin-left:-1px;padding:.618em 1em;color:#fff;background:#383838;font-size:12px;line-height:1.2em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.learn-press-tip-floating>*{font-size:12px}.learn-press-tip-floating .close{display:inline-block;position:absolute;top:-8px;right:-8px;width:16px;height:16px;border:1px solid #fff;color:#fff;background:#468fbc;line-height:16px;text-align:center;cursor:pointer;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.learn-press-tip-floating .close::before{font-family:"Font Awesome 5 Free";content:"\f00d"}.learn-press-tip-floating p{margin:0}.learn-press-tip-floating::before{position:absolute;bottom:-6px;left:50%;width:0;height:0;margin-left:-6px;border:6px solid transparent;border-top-color:#383838;border-bottom-width:0;content:""}.lp-group-step{border-bottom:1px solid #eee}.lp-group-step h3{padding:0 2em}.lp-group-step label{margin-bottom:5px;font-size:13px;font-weight:500;font-style:italic}.lp-group-step .lp-item-step{display:flex;position:relative;min-height:35px;margin:0;padding:1em 0;border-top:1px solid #eee;align-items:center;cursor:pointer}.lp-group-step .lp-item-step:hover{background:#eee}.lp-group-step .lp-item-step .lp-item-step-left{display:inline-flex;align-items:center;position:relative;padding:0 2em}.lp-group-step .lp-item-step .lp-item-step-left::before{display:block;position:absolute;z-index:2;width:1em;height:1em;border:1px solid rgba(0,0,0,0.1);border-top:1px solid #3498db;border-radius:50%;opacity:0;content:"";-webkit-animation:lp-rotating .8s linear infinite;animation:lp-rotating .8s linear infinite}.lp-group-step .lp-item-step .lp-item-step-left::after{position:absolute;z-index:1;left:23px;opacity:0;color:#4caf50;font-family:Dashicons;font-size:1.5em;content:"\f147"}.lp-group-step .lp-item-step.running .lp-item-step-left::before{opacity:1}.lp-group-step .lp-item-step.running .lp-item-step-left input{opacity:0}.lp-group-step .lp-item-step.running::before{display:block;position:absolute;width:0;height:100%;background:#0073aa;content:"";opacity:.1;transition:.8s linear}.lp-group-step .lp-item-step.running .progress-bar{opacity:.1}.lp-group-step .lp-item-step.completed .lp-item-step-left::after{opacity:1}.lp-group-step .lp-item-step.completed .lp-item-step-left input{opacity:0}.lp-group-step .lp-item-step.completed .progress-bar{width:100%;opacity:.1}.lp-group-step .lp-item-step.error .lp-item-step-left::after{opacity:1;color:#d33;content:"\f335"}.lp-group-step .lp-item-step .progress-bar{display:block;position:absolute;top:0;left:0;width:0;height:100%;opacity:0;background:rgba(124,96,217,0.7490196078);transition:.8s linear}.lp-group-steps-done{display:none}@keyframes lp-rotating{from{-o-transform:rotate(0);-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}to{-o-transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes lp-rotating{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ajaxload{display:inline-block;position:relative;width:30px;height:30px;background:#7b7b7b;content:"";-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}.ajaxload::after{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:inline-block;position:absolute;top:2px;left:50%;width:6px;height:6px;margin-left:-3px;background:#dedede;content:""}.lp-ajaxload-style-1{display:inline-block;position:relative;width:32px;height:32px}.lp-ajaxload-style-1::before,.lp-ajaxload-style-1::after{position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid #ddd;content:""}.lp-ajaxload-style-1::after{clip:rect(0,32px,16px,16px);border-color:#2fa7ff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}@media screen and (max-width:782px){.learn-press-dropdown-pages .select2-container{vertical-align:top}.learn-press-dropdown-pages .select2-container .select2-selection--single{height:31px}.learn-press-dropdown-pages .select2-selection__rendered{line-height:31px !important}#learn-press-advertisement{margin:0 12px;padding-bottom:0}#learn-press-advertisement .slider-controls{bottom:40px}}.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%}}.button.disabled{pointer-events:none}.learnpress .postbox .rwmb-meta-box{margin-top:10px}.learnpress #field-_lp_requirements .rwmb-text-list-clone,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone,.learnpress #field-_lp_key_features .rwmb-text-list-clone,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone,.learnpress #field-_lp_faqs .rwmb-text-list-clone,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone{clear:none;position:relative;border:1px solid #ddd;border-radius:4px}.learnpress #field-_lp_requirements .rwmb-text-list-clone .rwmb-text-list-label,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .rwmb-text-list-label,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .rwmb-text-list-label,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .rwmb-text-list-label,.learnpress #field-_lp_key_features .rwmb-text-list-clone .rwmb-text-list-label,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .rwmb-text-list-label,.learnpress #field-_lp_faqs .rwmb-text-list-clone .rwmb-text-list-label,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list-label{display:none}.learnpress #field-_lp_requirements .rwmb-text-list-clone .rwmb-text-list,.learnpress #field-_lp_requirements .rwmb-text-list-clone .rwmb-text-list-advanced,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .rwmb-text-list,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .rwmb-text-list-advanced,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .rwmb-text-list,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .rwmb-text-list-advanced,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .rwmb-text-list,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .rwmb-text-list-advanced,.learnpress #field-_lp_key_features .rwmb-text-list-clone .rwmb-text-list,.learnpress #field-_lp_key_features .rwmb-text-list-clone .rwmb-text-list-advanced,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .rwmb-text-list,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .rwmb-text-list-advanced,.learnpress #field-_lp_faqs .rwmb-text-list-clone .rwmb-text-list,.learnpress #field-_lp_faqs .rwmb-text-list-clone .rwmb-text-list-advanced,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list-advanced{width:calc(100% - 65px);padding:7px 10px;border:0;color:#777;background:transparent;box-shadow:none;line-height:1}.learnpress #field-_lp_requirements .rwmb-text-list-clone .remove-clone,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .remove-clone,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .remove-clone,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .remove-clone,.learnpress #field-_lp_key_features .rwmb-text-list-clone .remove-clone,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .remove-clone,.learnpress #field-_lp_faqs .rwmb-text-list-clone .remove-clone,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .remove-clone{top:50%;right:41px;margin-top:-10px;border-radius:unset;color:#999;background:transparent;-webkit-transition:right .25s;-moz-transition:right .25s;-ms-transition:right .25s;-o-transition:right .25s;transition:right .25s}.learnpress #field-_lp_requirements .rwmb-text-list-clone .remove-clone i,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .remove-clone i,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .remove-clone i,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .remove-clone i,.learnpress #field-_lp_key_features .rwmb-text-list-clone .remove-clone i,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .remove-clone i,.learnpress #field-_lp_faqs .rwmb-text-list-clone .remove-clone i,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .remove-clone i{font-size:20px}.learnpress #field-_lp_requirements .rwmb-text-list-clone .remove-clone:hover,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .remove-clone:hover,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .remove-clone:hover,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .remove-clone:hover,.learnpress #field-_lp_key_features .rwmb-text-list-clone .remove-clone:hover,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .remove-clone:hover,.learnpress #field-_lp_faqs .rwmb-text-list-clone .remove-clone:hover,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .remove-clone:hover{color:#e74c3c}.learnpress #field-_lp_requirements .rwmb-text-list-clone::after,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone::after,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone::after,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone::after,.learnpress #field-_lp_key_features .rwmb-text-list-clone::after,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone::after,.learnpress #field-_lp_faqs .rwmb-text-list-clone::after,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone::after{display:inline-block;position:absolute;top:50%;right:10px;margin:8px 0 0 0;margin-top:-9px;color:#999;font-family:Dashicons;font-size:20px;content:"\f333"}.learnpress #field-_lp_requirements .rwmb-text-list-clone:focus-within,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone:focus-within,.learnpress #field-_lp_key_features .rwmb-text-list-clone:focus-within,.learnpress #field-_lp_faqs .rwmb-text-list-clone:focus-within{border-color:#0085ba}.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .rwmb-text-list:focus,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .rwmb-text-list:focus,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .rwmb-text-list:focus,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list:focus{border-color:#0085ba}.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone{position:relative;padding:0 0 16px 0}.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list-label{display:block;padding:10px 10px 0 12px}.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list{width:calc(100% - 25px);margin:0 13px 0 13px;border:1px solid #ddd;vertical-align:top}.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .remove-clone{top:20px;right:36px;margin-top:-10px;color:#999;-webkit-transition:right .25s;-moz-transition:right .25s;-ms-transition:right .25s;-o-transition:right .25s;transition:right .25s}.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone::after{top:20px}.lp-notice,.learn-press-notice{position:relative;padding:12px}.lp-notice h4,.learn-press-notice h4{margin:10px 0 15px}.lp-notice p,.learn-press-notice p{margin:0 0 5px 0;padding:0 2px}.lp-notice.lp-upgrade-notice,.learn-press-notice.lp-upgrade-notice{position:relative;border-left-color:#02b7fb;background:#bceffe}.lp-notice.lp-upgrade-notice .close-notice,.learn-press-notice.lp-upgrade-notice .close-notice{position:absolute;top:5px;right:10px}.lp-notice .lp-message-dismiss,.learn-press-notice .lp-message-dismiss{position:absolute;top:12px;right:12px}.lp-notice .notice-dismiss,.learn-press-notice .notice-dismiss{position:absolute;top:0;right:1px;margin:0;padding:9px;border:0;outline:0;color:#72777c;background:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;cursor:pointer}.lp-notice .notice-dismiss::before,.learn-press-notice .notice-dismiss::before{display:block;width:20px;height:20px;color:#72777c;background:0;font:normal 16px/20px dashicons;text-align:center;content:"\f153";speak:none;-webkit-font-smoothing:antialiased}.learn-press-dropdown-pages{display:inline-block}.lp-notice-update-database{border:1px solid rebeccapurple;border-left-color:red;border-radius:3px;color:white;background:rebeccapurple}.lp-notice-update-database.do-updating::before{display:inline-block;float:left;margin:9px 5px 0 -5px;color:#2773aa;font-family:dashicons;font-size:20px;content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#adminmenu .update-plugins.lp-plugins-count{padding:0 5px}.search-box input[name=post-search-author],.search-box .select2-container{min-width:200px;margin:0;vertical-align:top}.learn-press-notice-assigned-item{color:red}.learnpress .actions{margin:0}#learn-press-syncs li{position:relative}#learn-press-syncs li.syncing,#learn-press-syncs li.synced{padding-left:24px}#learn-press-syncs li.syncing input[type=checkbox],#learn-press-syncs li.synced input[type=checkbox]{display:none}#learn-press-syncs li.syncing::after{content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#learn-press-syncs li.synced::after{color:#2773aa;content:"\f147"}#learn-press-syncs li::after{display:block;position:absolute;top:0;left:-3px;width:24px;height:24px;font-family:dashicons;font-size:19px;line-height:24px;text-align:center}#learn-press-updater .updater-progress{position:relative;margin:0 2px}#learn-press-updater .updater-progress ul{display:flex;position:relative;height:5px;background:#eee}#learn-press-updater .updater-progress ul li{position:relative;margin:0;flex:1}#learn-press-updater .updater-progress ul li::after{display:none;position:absolute;top:-30px;right:0;padding:3px 5px;border-radius:3px;color:#fff;background:#ddd;font-size:12px;content:attr(data-version)}#learn-press-updater .updater-progress ul li::before{content:""}#learn-press-updater .updater-progress ul li:last-child::after{_display:block}#learn-press-updater .updater-progress ul::after{position:absolute;top:0;left:0;width:0;height:20px}#learn-press-updater .updater-progress .updater-progress-status{position:absolute;top:0;left:0;width:0;height:5px;background:#5bc4f9;-webkit-transition:width .25s;-moz-transition:width .25s;-ms-transition:width .25s;-o-transition:width .25s;transition:width .25s}#learn-press-updater .updater-progress .updater-progress-status::before{position:absolute;top:-20px;right:0;padding:0 5px;border-radius:3px;color:#fff;background:#5bc4f9;font-size:12px;_content:attr(data-value) "%"}#learn-press-updater .updater-progress .updater-progress-status .updater-progress-animation{overflow:hidden;position:absolute;top:0;left:0;width:100%;height:5px;background:#5bc4f9}#learn-press-updater .updater-progress .updater-progress-status .updater-progress-animation:not(.completed)::after{position:absolute;height:5px;background:#8dd9ff;content:"";-webkit-animation:animation4 1.5s ease-out infinite;-moz-animation:animation4 1.5s ease-out infinite;-ms-animation:animation4 1.5s ease-out infinite;-o-animation:animation4 1.5s ease-out infinite;animation:animation4 1.5s ease-out infinite}#learn-press-updater .updating-message{color:#a24666}#learn-press-updater .completed-message{color:#3c8eb7}#learn-press-updater{display:none}.select2 .select2-search.select2-search--inline{margin-bottom:0}.select2 .select2-selection .select2-selection__choice{margin-top:4px;margin-bottom:0}.select2 .select2-selection.select2-selection--multiple{min-height:30px}.edit-post-layout__metaboxes .rwmb-label>label{color:#666;font-size:small;font-weight:bold}body.post-type-lp_question #button-new-question{display:inline-block;position:relative}body.post-type-lp_question #button-new-question div{display:none;position:absolute;z-index:9999;top:100%;left:0;min-width:100px;margin:0 0 0 -1px;border:1px solid #999;background:white;font-weight:400}body.post-type-lp_question #button-new-question div a{display:block;min-width:100px;margin:0;padding:10px 20px;color:#666;white-space:nowrap;text-decoration:none}body.post-type-lp_question #button-new-question div a:hover{background:#eee}body.post-type-lp_question #button-new-question>a{position:relative;padding-right:15px;text-decoration:none}body.post-type-lp_question #button-new-question>a::after{display:inline-block;position:absolute;top:6px;right:0;width:0;height:0;margin:0;border:5px solid transparent;border-top-color:#0f7aae;content:""}body.post-type-lp_question #button-new-question:hover div{display:block}.lp-label{display:inline-block;padding:3px 6px;color:#fff;font-size:12px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.lp-label.success{background:#4caf50}.lp-label.error{background:red}.lp-label.warning{background:#ffc107}.lp-label .far,.lp-label .fas,.lp-label .fa{display:inline-block;margin-right:5px}.lp-admin-profile-courses .column-results{width:200px}.lp-admin-profile-courses .course-results-progress .lp-progress-row{margin:0 0 20px 0}.lp-admin-profile-courses .course-results-progress .lp-course-progress-heading{margin:0 0 5px 0;line-height:1}.lp-admin-profile-courses .learn-press-progress{overflow:hidden;position:relative;width:150px;height:6px;border-radius:3px}.lp-admin-profile-courses .learn-press-progress .learn-press-progress__active{position:absolute;z-index:1;left:-100%;width:100%;height:100%;border-radius:3px;background:var(--lp-primary-color);-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s}.lp-admin-profile-courses .learn-press-progress::before{display:block;position:absolute;z-index:0;top:0;width:100%;height:100%;background:#ccc;content:""}
1
+ @-webkit-keyframes rotating4{from{-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating4{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}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%}}.learn-press-message{position:relative;margin:0 0 20px 0;padding:10px 50px 10px 15px;border-top:5px solid #00adff;border-radius:0 0 5px 5px;background:#f5f5f5;width:100%}.learn-press-message.icon{padding-left:45px}.learn-press-message.icon::before{background:#00adff}.learn-press-message.icon::after{position:absolute;top:50%;left:15px;width:10px;height:10px;margin-top:-13px;margin-right:10px;border-radius:50%;color:#fff;background:#00adff;font-family:"Font Awesome 5 Free";font-size:20px;line-height:26px;text-align:center;vertical-align:baseline;content:"\f129"}.learn-press-message::before,.learn-press-message::after{position:absolute;top:0;content:""}.learn-press-message::before{right:20px;width:20px;height:30px;background:#00adff}.learn-press-message::after{top:10px;right:20px;width:0;height:0;border:10px solid transparent;border-bottom-color:#f5f5f5}.learn-press-message.error{border-color:#d85554}.learn-press-message.error::before{background:#d85554}.learn-press-message.error.icon::before,.learn-press-message.error.icon::after{background:#d85554}.learn-press-message.error.icon::after{content:"\f00d"}.learn-press-message.warning{border-color:#ffc107}.learn-press-message.warning::before{background:#ffc107}.learn-press-message.warning.icon::before,.learn-press-message.warning.icon::after{background:#ffc107}.learn-press-message.warning.icon::after{content:"\f00d"}.learn-press-message.success{border-color:#059601}.learn-press-message.success::before{background:#059601}.learn-press-message.success.icon::before,.learn-press-message.success.icon::after{background:#059601}.learn-press-message.success.icon::after{content:"\f129"}.learn-press-message a{text-decoration:underline}.lp-toolbar-buttons{position:relative;z-index:10;height:50px}.lp-toolbar-buttons .lp-toolbar-btn{display:inline-block;position:relative;width:30px;height:30px;margin:0;padding:0;text-align:center;vertical-align:middle;cursor:pointer}.lp-toolbar-buttons .lp-toolbar-btn a,.lp-toolbar-buttons .lp-toolbar-btn span{outline:0;color:#666;box-shadow:none}.lp-toolbar-buttons .lp-toolbar-btn .lp-btn-icon{position:absolute;top:50%;left:50%;width:30px;height:30px;margin-top:-15px;margin-left:-15px;line-height:30px;text-align:center}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move{cursor:ns-resize}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move a,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move span{cursor:ns-resize}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move:hover a,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move span{color:var(--lp-primary-color)}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-remove{cursor:pointer}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-remove:hover a,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-remove:hover span{color:#e74c3c}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle .dashicons-arrow-down,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle .dashicons-arrow-down-alt2{display:none}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle.closed .dashicons-arrow-up,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle.closed .dashicons-arrow-up-alt2{display:none}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle.closed .dashicons-arrow-down,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle.closed .dashicons-arrow-down-alt2{display:inline-block}.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown{color:#000}.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul{display:none;position:absolute;top:100%;right:0;margin:0;border:1px solid #999;background:#fdfeff}.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul li{margin:0;list-style:none}.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul li a{display:block;margin:0;padding:3px 8px;color:#757575;font-size:12px;text-align:right;white-space:nowrap;text-decoration:none}.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul li a:hover{background:#eee}.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul li.active a{background:#eee}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-disabled,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-disabled:hover{_background:#f5f5f5}.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-disabled .lp-btn-icon,.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-disabled:hover .lp-btn-icon{color:#666}.lp-toolbar-buttons .lp-toolbar-btn:hover{display:inline-block;background:0}.lp-toolbar-buttons .lp-toolbar-btn:hover .lp-btn-icon{color:#444}.lp-toolbar-buttons .lp-toolbar-btn:hover ul{display:block}.lp-toolbar-buttons .lp-toolbar-btn:hover ul:hover{display:block}.column-content-actions.lp-toolbar-buttons{width:30px;padding:0;white-space:nowrap}.learn-press-box-data{position:relative;margin:20px 0 0 0;border:1px solid #ddd}.learn-press-box-data .lp-box-data-head{padding:10px 15px;background:#fff}.learn-press-box-data .lp-box-data-head h3{margin:0;padding:15px;font-size:16px}.learn-press-box-data .lp-box-data-head .lp-box-data-actions{float:right;position:relative;z-index:10}.learn-press-box-data .lp-box-data-head .lp-box-data-actions .lp-btn{display:inline-block;width:30px;height:50px;line-height:46px;text-align:center;vertical-align:middle}.learn-press-box-data .lp-box-data-head .lp-box-data-actions::after{display:block;clear:both;content:""}.learn-press-box-data .lp-box-data-head::after{display:block;clear:both;content:""}.learn-press-box-data .lp-box-data-content{padding:15px;border-top:1px solid #ddd;background:#fff}.learn-press-box-data .lp-box-data-foot{padding:15px}.learn-press-box-data.closed .lp-btn-toggle .dashicons-arrow-up,.learn-press-box-data.closed .lp-btn-toggle .dashicons-arrow-up-alt2{display:none}.learn-press-box-data.closed .lp-btn-toggle .dashicons-arrow-down,.learn-press-box-data.closed .lp-btn-toggle .dashicons-arrow-down-alt2{display:inline-block}.learn-press-box-data.closed .lp-box-data-content{display:none}.lp-list-options{width:100%;border-collapse:collapse}.lp-list-options th,.lp-list-options td{padding:10px 15px;border-top:1px solid #ddd;background:#f5f5f5}.lp-list-options thead th{text-align:left}.lp-list-options tbody tr td{padding:0 15px;background:#f4fcff}.lp-list-options tbody tr td.lp-toolbar-buttons{_overflow:hidden;position:relative;width:30px;height:42px;white-space:nowrap}.lp-list-options tbody tr td.lp-toolbar-buttons .lp-toolbar-btn{visibility:hidden;position:relative;height:43px;margin-top:-4px;margin-bottom:-4px}.lp-list-options tbody tr:nth-child(odd) td{background:#fff}.lp-list-options tbody tr:hover td.lp-toolbar-buttons .lp-toolbar-btn{visibility:visible}.lp-list-options tbody td{text-align:left}.lp-list-options tbody td input[type=text]{width:100%}.lp-list-options tbody td input[type=text][value=""]{font-style:italic}.lp-list-options tbody td.column-content-answer_correct{width:125px}.lp-list-options tbody td.lp-remove-list-option,.lp-list-options tbody td.lp-move-list-option{width:20px;padding:0;text-align:center}.lp-list-options tbody td.lp-remove-list-option a,.lp-list-options tbody td.lp-move-list-option a{visibility:hidden;color:#999}.lp-list-options tbody td.lp-remove-list-option:hover,.lp-list-options tbody td.lp-move-list-option:hover{background:#dbf5ff}.lp-list-options tbody td.lp-move-list-option{cursor:ns-resize}.lp-list-options tbody td.lp-move-list-option a{cursor:ns-resize}.lp-list-options tbody td.lp-move-list-option:hover a{color:var(--lp-primary-color)}.lp-list-options tbody td.lp-remove-list-option{cursor:pointer}.lp-list-options tbody td.lp-remove-list-option:hover a{color:#e74c3c}.lp-animation{-webkit-animation:spin 4s linear infinite;-moz-animation:spin 4s linear infinite;animation:spin 4s linear infinite}.lp-ajax-search{display:inline-block;position:relative;z-index:999999}.lp-ajax-search .lp-search-term{min-width:300px;height:28px;margin:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;outline:0}.lp-ajax-search .lp-search-term:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.lp-ajax-search .lp-search-term:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;outline:0}.lp-ajax-search .lp-search-term:focus:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.lp-ajax-search .lp-search-results{position:absolute;top:100%;width:100%;margin:-1px 0 0 0;border:1px solid #ddd;background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lp-ajax-search .lp-search-results .lp-search-items{overflow:auto;max-height:300px;margin:0}.lp-ajax-search .lp-search-results .lp-search-items li{margin:0}.lp-ajax-search .lp-search-results .lp-search-items li label{display:block;padding:8px 10px;border-bottom:1px solid #f3f3f3}.lp-ajax-search .lp-search-results .lp-search-items li label input{float:left;margin-top:1px;margin-right:-100%}.lp-ajax-search .lp-search-results .lp-search-items li label span{display:inline-block;margin-left:25px}.lp-ajax-search .lp-search-results .lp-search-items li label span a.lp-add-item{visibility:hidden;margin-left:10px}.lp-ajax-search .lp-search-results .lp-search-items li.active{background:#dbf5ff}.lp-ajax-search .lp-search-results .lp-search-items li:hover{color:#fff;background:#0085ba}.lp-ajax-search .lp-search-results .lp-search-items li:hover a.lp-add-item{visibility:visible}.lp-ajax-search .lp-search-results .lp-search-actions{margin:0;padding:10px;border-top:1px solid #ddd}#learn-press-ajax-search-overlay{display:none;position:fixed;z-index:99999;top:0;left:0;width:100%;height:100%;opacity:0}.update-overlay{position:fixed;z-index:99999;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,0.5)}#course-editor.ajax-search #learn-press-ajax-search-overlay{display:block}#course-editor.ajax-search .lp-ajax-search{z-index:100000}.advanced-list{padding:5px 0 0 8px;border:1px solid #ddd;border-radius:3px;background:#fff;list-style:none}.advanced-list li{display:inline-block;margin:0 5px 5px -3px;padding:3px 8px;background:#eee;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.advanced-list li .remove-item{display:inline-block;margin-right:5px;line-height:1;vertical-align:middle;text-decoration:none;cursor:pointer}.advanced-list li .remove-item:hover{color:#0085ba}.advanced-list li .remove-item::before{font-family:dashicons;text-decoration:none;content:"\f335"}.advanced-list li span{display:inline-block}.advanced-list.locked .remove-item{display:none}.advanced-list::after{display:block;clear:both;content:""}.lp-label-counter{display:inline-block;height:20px;padding:0 10px;border-radius:20px;color:#fff;background:#2196f3;font-weight:bold;line-height:20px}.lp-label-counter.disabled{background:#ddd}@-moz-keyframes spin{100%{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.rwmb-duration{border:1px solid #ddd}ul .clearfix{clear:both;height:0;opacity:0}.clearfix-after::after{display:block;clear:both;height:0;opacity:0;content:""}.lp-button{padding:8px 16px;border:1px solid #e5e7eb;border-radius:6px;color:#374151;font-size:13px;font-weight:500;text-decoration:none;cursor:pointer}@-moz-keyframes lp-spinner{100%{-moz-transform:rotate(360deg)}}@-webkit-keyframes lp-spinner{100%{-webkit-transform:rotate(360deg)}}@keyframes lp-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.lp-modal-choose-items-open{overflow:hidden}.lp-modal-search{height:100%;padding:20px;color:#777;background-color:red}.lp-modal-search li.selected{display:none}#learn-press-message-box-block{position:fixed;z-index:99999;top:0;right:0;bottom:0;left:0;opacity:.8;background-color:#000}#learn-press-message-box-window{position:fixed;z-index:100000;top:0;right:0;bottom:0;left:0;color:#fff;text-align:center}#message-box-wrap{display:inline-block;max-width:70%;margin:0 auto;text-align:left}.message-box-title{margin:0 0 40px 0;color:#fff;font-size:34px}.message-box-content{font-size:16px;line-height:1.5}.message-box-animation{width:220px;height:20px;margin:20px 0 0;background-image:url("../../images/animation.gif")}.message-box-buttons{margin:20px 0 0;padding-top:20px;border-top:1px solid #929292}.message-box-button{margin-right:10px !important}.tipsy{position:absolute}.learnpress a,.learnpress a:active{outline:0;box-shadow:none}.learnpress .lp-install-sample-data-options{padding:0 20px 10px 20px;border:1px solid #ddd}.learnpress .lp-install-sample-data-options legend{font-size:16px}.lp-email-templates{overflow:hidden;margin-top:5px}.learn-press-email-variables{margin:20px 0 0;padding:0;list-style:none}.learn-press-email-variables li{display:inline-block;cursor:pointer}.learn-press-dropdown-pages input[type=text]{min-width:300px;height:29px;margin:0;vertical-align:top}.learn-press-dropdown-pages .select2-container{min-width:220px !important}.learn-press-dropdown-pages .select2-container .select2-selection--single{height:30px;border-color:#7e8993}.learn-press-dropdown-pages .select2-container .select2-selection__rendered{line-height:28px !important}.learn-press-dropdown-pages .select2-container .select2-selection__arrow{right:1px;width:23px;height:28px;background:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;background-size:16px 16px}.learn-press-dropdown-pages .select2-container .select2-selection__arrow b{display:none}.learn-press-dropdown-pages .quick-add-page-actions a{font-size:13px;text-decoration:none}.learn-press-dropdown-pages .quick-add-page-inline{margin-top:0}.lp-select-2+.select2-container .select2-selection--single{height:30px;border-color:#7e8993}.lp-select-2+.select2-container .select2-selection--single .select2-selection__rendered{line-height:28px !important}.lp-select-2+.select2-container .select2-selection--single .select2-selection__arrow{right:1px;width:23px;height:28px;background:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;background-size:16px 16px}.lp-select-2+.select2-container .select2-selection--single .select2-selection__arrow b{display:none}.learn-press-tooltip{display:inline-block;margin:0 5px;color:#999;font-size:17px;vertical-align:middle}.learn-press-tooltip.icon::after{font-family:Dashicons;content:"\f223"}.learn-press-tooltip:hover{opacity:1;color:#0073aa}.rwmb-payment-order-wrapper .rwmb-label{margin-bottom:20px !important}.rwmb-payment-order-wrapper .rwmb-input{margin-left:0 !important}.learn-press-payments,.learn-press-emails{width:100%;border:1px solid #ddd;border-collapse:collapse;font-size:14px}.learn-press-payments th,.learn-press-payments td,.learn-press-emails th,.learn-press-emails td{padding:10px}.learn-press-payments .order,.learn-press-emails .order{width:30px;padding-right:0;color:#ddd;text-align:center;cursor:not-allowed}.learn-press-payments .name,.learn-press-emails .name{min-width:250px;font-weight:normal;text-transform:capitalize}.learn-press-payments .name a,.learn-press-emails .name a{text-decoration:none}.learn-press-payments .status,.learn-press-emails .status{width:100px;text-align:center;cursor:pointer}.learn-press-payments .status .dashicons,.learn-press-emails .status .dashicons{border-radius:50%;color:#fff;background:#ddd}.learn-press-payments .status a,.learn-press-emails .status a{display:block;margin-top:5px;font-size:12px;text-decoration:none}.learn-press-payments .status.enabled .dashicons,.learn-press-emails .status.enabled .dashicons{background:#0085ba}.learn-press-payments thead th,.learn-press-emails thead th{border-bottom:1px solid #ddd;text-align:left}.learn-press-payments tbody tr:nth-child(even) td,.learn-press-emails tbody tr:nth-child(even) td{background:#fff}.learn-press-payments tbody tr:nth-child(odd) td,.learn-press-emails tbody tr:nth-child(odd) td{background:#f5f5f5}.learn-press-payments tbody td,.learn-press-emails tbody td{border-bottom:1px solid #ddd}.learn-press-payments tbody .ui-sortable-helper,.learn-press-emails tbody .ui-sortable-helper{margin-left:-1px;border:1px solid #ddd}.learn-press-payments tbody .ui-sortable-placeholder,.learn-press-emails tbody .ui-sortable-placeholder{visibility:visible !important;border:1px solid #ddd}.learn-press-payments tbody .ui-sortable-placeholder td,.learn-press-emails tbody .ui-sortable-placeholder td{height:35px;padding:0;background:#f7f7f7}.learn-press-payments ~ .email-actions,.learn-press-emails ~ .email-actions{text-align:left}.learn-press-payments.sortable .order:hover,.learn-press-emails.sortable .order:hover{color:#0073aa;cursor:ns-resize}.lp-template-overrides{margin-top:20px}.lp-template-overrides thead th h4{margin:0}.lp-template-overrides tbody th{font-weight:bold}.lp-template-overrides tbody th p{display:inline-block;margin:0 0 0 10px}.lp-template-overrides tbody th p a{margin:0;padding:2px 8px;border:0;border-radius:3px;outline:0;box-shadow:none;font-weight:normal}.lp-template-overrides tbody th p a.current{color:#fff;background:#00aadc}.lp-template-overrides .template-row.outdated code::before,.lp-template-overrides .template-row.up-to-date code::before{display:inline-block;margin-top:-2px;margin-right:3px;font-family:Dashicons;vertical-align:middle}.lp-template-overrides .template-row.outdated .template-version{color:red}.lp-template-overrides .template-row.outdated .template-file code::before{color:red;content:"\f534"}.lp-template-overrides .template-row.up-to-date .template-version{color:#1859ff}.lp-template-overrides .template-row.up-to-date .template-file code::before{color:#0085ba;content:"\f147"}.lp-template-overrides .template-version,.lp-template-overrides .core-version{width:100px}.lp-template-overrides #learn-press-no-templates td p{color:#0073aa}.description code{font-size:smaller}#field-_lp_course_result input[name=_lp_course_result] ~ #passing-condition-quiz-result{display:none;padding:10px;background:#f5f5f5}#field-_lp_course_result input[name=_lp_course_result] ~ #passing-condition-quiz-result input{width:80px;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#field-_lp_course_result input[name=_lp_course_result] ~ #passing-condition-quiz-result p{margin:7px 0 0;color:#777;font-style:italic}#field-_lp_course_result input[name=_lp_course_result]:checked ~ #passing-condition-quiz-result{display:block}.widget .widget-content .rwmb-field:not(:last-of-type){margin:0 0 10px}.widget .widget-content .rwmb-field:not(:last-of-type):first-child{margin-top:10px}.widget .widget-content .rwmb-field:last-child{margin-bottom:10px}.widget .widget-content .rwmb-field .rwmb-label,.widget .widget-content .rwmb-field .rwmb-input{width:100%}.widget .widget-content .rwmb-field .rwmb-label{margin-bottom:2px}.widget .widget-content .rwmb-field .rwmb-label label{font-weight:400}.widget .widget-content .rwmb-field .rwmb-input input[type=text]{width:100%}.course-attributes{margin:20px 0}.course-attributes .learn-press-attribute{margin-top:-1px;margin-bottom:0;border:1px solid #ddd}.course-attributes .learn-press-attribute>h4{margin:0;padding:10px 15px;background:#f5f5f5}.course-attributes .learn-press-attribute .learn-press-attribute-data{padding:15px;border-top:1px solid #ddd}#wpfooter{z-index:20}.learn-press-advertisement-slider{margin:50px 20px 0 0;position:relative;overflow:hidden;box-sizing:border-box;z-index:10}.learn-press-advertisement-slider .slider-items:after{display:block;clear:both;content:""}.learn-press-advertisement-slider .slide-item{position:relative;float:left;width:100%;margin-right:-100%;padding:20px;opacity:0;background:#FFF;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:opacity .5s linear;transition:opacity .5s linear}.learn-press-advertisement-slider .slide-item .slide-thumbnail{float:left;width:35%}.learn-press-advertisement-slider .slide-item .slide-thumbnail a{display:block;line-height:1;margin-bottom:0}.learn-press-advertisement-slider .slide-item .slide-thumbnail img{max-width:100%}.learn-press-advertisement-slider .slide-item .slide-detail{margin-left:35%;padding-left:20px}.learn-press-advertisement-slider .slide-item .slide-detail h2{margin-top:0}.learn-press-advertisement-slider .slide-item .slide-detail .description-short{display:none}.learn-press-advertisement-slider .slide-item.slide-active{opacity:1}.learn-press-advertisement-slider .slider-controls{position:absolute;bottom:20px;right:20px}.learn-press-advertisement-slider .slider-controls .next-item,.learn-press-advertisement-slider .slider-controls .prev-item{font-family:"dashicons";width:40px;height:40px;border:1px solid #DDD;line-height:40px;font-size:16px;cursor:pointer;float:left;margin-left:10px;text-align:center;color:#DDD}.learn-press-advertisement-slider .slider-controls .next-item:hover,.learn-press-advertisement-slider .slider-controls .prev-item:hover{border-color:#0085ba}.learn-press-advertisement-slider .slider-controls .next-item:hover:before,.learn-press-advertisement-slider .slider-controls .prev-item:hover:before{color:#0085ba}.learn-press-advertisement-slider .slider-controls .next-item:before{content:"\f345"}.learn-press-advertisement-slider .slider-controls .prev-item:before{content:"\f341"}@media only screen and (max-width:1200px){.learn-press-advertisement-slider .slide-item .slide-thumbnail{width:50%}.learn-press-advertisement-slider .slide-item .slide-detail{margin-left:50%}.learn-press-advertisement-slider .slide-item .slide-detail .description-short{display:block}.learn-press-advertisement-slider .slide-item .slide-detail .description-full{display:none}}@media only screen and (max-width:960px){.learn-press-advertisement-slider{margin-left:56px}.learn-press-advertisement-slider .slide-item .slide-thumbnail{width:100%;float:none}.learn-press-advertisement-slider .slide-item .slide-thumbnail img{width:100%}.learn-press-advertisement-slider .slide-item .slide-detail{margin-left:0;padding-left:0}.learn-press-advertisement-slider .slide-item .slide-detail h2{padding-top:20px}.learn-press-advertisement-slider .slide-item .slide-detail .description-short{display:block}.learn-press-advertisement-slider .slide-item .slide-detail .description-full{display:none}.learn-press-advertisement-slider .slide-item .slide-detail .slide-controls{margin-bottom:0}.learn-press-advertisement-slider .slide-item .slide-detail .slide-controls .button{margin-bottom:0}.wp-responsive-open .learn-press-advertisement-slider{margin-left:56px}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-thumbnail{width:100%;float:none}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-thumbnail img{width:100%}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail{margin-left:0;padding-left:0}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail h2{padding-top:20px}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail .description-short{display:block}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail .description-full{display:none}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail .slide-controls{margin-bottom:0}.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail .slide-controls .button{margin-bottom:0}}.lp-admin-tabs{position:relative;margin-top:20px}.lp-admin-tabs .lp-admin-tab-navs{display:none;float:left;position:relative;z-index:5;width:250px;margin:0 -250px 0 0;padding:10px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lp-admin-tabs .lp-admin-tab-navs .nav-section{margin:0}.lp-admin-tabs .lp-admin-tab-navs .nav-section>a,.lp-admin-tabs .lp-admin-tab-navs .nav-section>span{display:block;padding:8px 20px;outline:0;box-shadow:none;text-decoration:none;text-transform:capitalize}.lp-admin-tabs .lp-admin-tab-navs .nav-section .learn-press-tooltip{float:right;margin-right:0}.lp-admin-tabs .lp-admin-tab-navs .nav-section.nav-section-active,.lp-admin-tabs .lp-admin-tab-navs .nav-section:hover{border-left:2px solid #563d7c;color:#563d7c}.lp-admin-tabs .lp-admin-tab-navs .nav-section.nav-section-active>a,.lp-admin-tabs .lp-admin-tab-navs .nav-section.nav-section-active>span,.lp-admin-tabs .lp-admin-tab-navs .nav-section:hover>a,.lp-admin-tabs .lp-admin-tab-navs .nav-section:hover>span{padding-left:18px}.lp-admin-tabs.has-sections .lp-admin-tab-navs{display:block}.lp-admin-tabs.has-sections .lp-admin-tab-content{float:left;position:relative;z-index:0;width:100%;padding-left:271px !important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lp-admin-tabs.has-sections::before{position:absolute;z-index:10;top:0;bottom:0;left:250px;border-left:1px solid #ddd;content:""}.lp-admin-tabs::after{display:block;clear:both;content:"";z-index:10}.wrap.learn-press-settings .lp-admin-tab-content{padding:18px;background:#fff}.wrap.learn-press-settings .lp-admin-tab-content .subsubsub{float:none;margin:0 0 20px 0;padding-bottom:20px;border-bottom:1px solid #ddd}.wrap.learn-press-settings .lp-admin-tab-content .subsubsub .active{font-weight:bold}.wrap.learn-press-settings .lp-admin-tab-content .subsubsub li{text-transform:capitalize}.wrap.learn-press-settings .lp-admin-tab-content .subsubsub li::after{display:inline-block;padding:0 10px;content:"|"}.wrap.learn-press-settings .lp-admin-tab-content .subsubsub li:last-child::after{content:""}.wrap #learn-press-uninstall-sample-data{float:right;opacity:.5}.wrap #learn-press-uninstall-sample-data:hover{opacity:1}.learnpress .rwmb-field{position:relative;margin-bottom:20px}.learnpress .rwmb-field .rwmb-label{display:block;float:left;width:190px;margin-bottom:5px;font-size:14px;_text-transform:capitalize}.learnpress .rwmb-field .rwmb-label label>small{display:block;color:#999;font-weight:normal;font-style:italic}.learnpress .rwmb-field .rwmb-input{float:none;width:auto;margin-left:190px}.learnpress .rwmb-field .rwmb-input input[type=checkbox],.learnpress .rwmb-field .rwmb-input input[type=radio]{margin:1px 5px 0 0}.learnpress .rwmb-field .rwmb-input label>input[type=checkbox],.learnpress .rwmb-field .rwmb-input label>input[type=radio]{margin-top:-1px}.learnpress .rwmb-field .description{margin-top:8px;color:#888}.learnpress .rwmb-field .description code{padding:3px 3px 3px 0}.learnpress .rwmb-field .description.err{color:red}.learnpress .rwmb-field .rwmb-input-list{margin-left:0}.learnpress .rwmb-field #course_evaluation_method_quiz_options{position:relative;margin-left:25px}.learnpress .rwmb-field #course_evaluation_method_quiz_options::after{position:absolute;z-index:10;top:0;right:0;bottom:0;left:0;opacity:.5;background:#fff;content:""}.learnpress .rwmb-field input[name=_lp_course_result]:checked ~ #course_evaluation_method_quiz_options::after{display:none}.learnpress .rwmb-field.rwmb-heading-wrapper h4{display:inline-block;margin:0 0 5px 0;padding:0;border-bottom:2px solid #563d7c;font-size:16px;text-transform:initial}.learnpress .rwmb-field.disabled .field-overlay{position:absolute;z-index:10;top:0;left:0;width:100%;height:100%;opacity:.6;background:#fff;content:""}.learnpress .rwmb-field.rwmb-text-wrapper .rwmb-text{width:50%;min-width:200px}.learnpress .rwmb-field.rwmb-duration-wrapper .rwmb-input select,.learnpress .rwmb-field.rwmb-duration-wrapper .rwmb-input input{vertical-align:top}.learnpress .lp-course-sale_start-field.hide,.learnpress .lp-course-sale_end-field.hide{display:none}.learnpress.lp-submenu-settings .lp-admin-settings-buttons{margin-bottom:0;padding-top:20px;border-top:1px solid #ddd}.learnpress.lp-submenu-settings .lp-admin-settings-buttons #learn-press-reset-settings{float:right}.learnpress.lp-submenu-settings .rwmb-input{float:none;width:auto;margin-left:270px;color:#000}.learnpress .rwmb-google-fonts-wrapper .rwmb-input label{display:block;margin-bottom:5px;font-weight:bold}.learnpress .rwmb-google-fonts-wrapper .rwmb-input input{width:90%}.learnpress #learn-press-toggle-course-results{display:block}.learnpress .lp-item-assigned{font-size:14px}.learnpress .lp-item-assigned a{text-decoration:none}.learnpress .lp-item-assigned ul{margin-bottom:0}.learnpress .lp-item-assigned ul ul strong{font-weight:normal}.learnpress .lp-item-assigned li{margin:0}.learnpress .lp-item-assigned li a{display:inline-block;margin-bottom:10px}@media screen and (max-width:1280px){.learnpress #meta-box-tab-course_settings .rwmb-field .rwmb-label{float:none;width:auto}.learnpress #meta-box-tab-course_settings .rwmb-field .rwmb-input{float:left;width:100%;margin-left:0}}.lp-metabox__table .titledesc label>small{display:block;color:#999;font-weight:normal;font-style:italic}.lp-metabox__table .forminp-text>input,.lp-metabox__table .forminp-email>input,.lp-metabox__table .forminp-password>input,.lp-metabox__table .forminp-url>input{min-width:260px}.lp-metabox__table .forminp-textarea textarea{width:400px}.lp-metabox__custom-fields table{width:100%;max-width:max-content;padding:0 !important}.lp-metabox__custom-fields table th{padding:7px 0 7px 7px !important}.lp-metabox__custom-fields table th.sort{width:17px;padding:7px !important}.lp-metabox__custom-fields table td{position:relative;padding:4px 0 4px 7px !important;vertical-align:middle !important}.lp-metabox__custom-fields table td.sort{width:17px;padding-right:7px !important;background:#f9f9f9;font-size:15px;text-align:center;cursor:move}.lp-metabox__custom-fields table td.sort::before{height:100%;color:#999;font-family:Dashicons;text-align:center;content:"\f333"}.lp-metabox__custom-fields table td .delete{display:block;position:relative;width:1em;height:1em;font-size:1.2em;text-indent:-9999px}.lp-metabox__custom-fields table td .delete::before{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;color:#999;font-family:Dashicons;font-weight:400;font-variant:normal;line-height:1;text-align:center;text-indent:0;text-transform:none;content:"\f153";speak:none;-webkit-font-smoothing:antialiased}.lp-metabox__custom-fields table td .delete:hover::before{color:#a00}.lp-metabox__custom-fields table td:last-child{padding-right:7px !important}.lp-metabox-field__color{font-size:0 !important}.lp-metabox-field__color .colorpickpreview{display:inline-block;width:30px;height:30px;margin:0;margin-right:3px;padding:0;border:1px solid #ddd;border-radius:4px;box-shadow:inset 0 0 0 1px rgba(0,0,0,0.2);font-size:16px;line-height:28px}.lp-metabox-field__color .iris-picker{display:none;position:absolute;z-index:100;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,0.2)}.lp-metabox-field__image-advanced-upload{padding-top:10px}.lp-metabox-field__image-advanced-images{clear:both;margin:0;padding:0}.lp-metabox-field__image-advanced-images>li{float:left;position:relative;box-sizing:border-box;width:80px;margin:9px 9px 0 0;border:1px solid #d5d5d5;border-radius:2px;background:#f7f7f7;cursor:move}.lp-metabox-field__image-advanced-images>li img{display:block;width:100%;height:auto}.lp-metabox-field__image-advanced-images>li ul.actions{position:absolute;top:-8px;right:-8px;padding:2px}.lp-metabox-field__image-advanced-images>li ul.actions li{float:right;margin:0 0 0 2px}.lp-metabox-field__image-advanced-images>li ul.actions li a.delete{display:block;position:relative;width:1em;height:1em;font-size:1.4em;text-indent:-9999px}.lp-metabox-field__image-advanced-images>li ul.actions li a.delete::before{position:absolute;top:0;left:0;width:1em;height:1em;margin:0;border-radius:50%;color:#999;background:#fff;font-family:Dashicons;font-weight:400;font-variant:normal;line-height:1;text-align:center;text-indent:0;text-transform:none;content:"\f153";speak:none;-webkit-font-smoothing:antialiased}.lp-metabox-field__image-advanced-images>li ul.actions::before{display:table;content:" "}.lp-metabox-field__image-advanced-images>li:hover ul.actions{display:block}.lp-metabox-field__image-advanced-images>li.lp-metabox-sortable-placeholder{position:relative;border:3px dashed #ddd}.lp-metabox-field__image-advanced-images>li.lp-metabox-sortable-placeholder::after{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;color:#ddd;font-family:Dashicons;font-size:2.618em;font-weight:normal;font-variant:normal;line-height:72px;text-align:center;text-indent:0;text-transform:none;content:"\f161";speak:none;-webkit-font-smoothing:antialiased}.lp-metabox-field__image-advanced-images::before{display:table;content:" "}.lp-metabox-field__image-advanced-images::after{display:table;clear:both;content:" "}.lp-metabox-field__image--inner{position:relative;box-sizing:border-box;width:120px;border:1px solid #d5d5d5;border-radius:2px;background:#f7f7f7}.lp-metabox-field__image--inner img{display:block;width:100%;height:auto}.lp-metabox-field__image--upload{padding-top:10px}.lp-meta-box__inner{display:block;position:relative}.lp-meta-box__inner .form-field:not(fieldset){display:flex;flex-direction:row;position:relative;margin:0;padding:15px 0;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start}.lp-meta-box__inner .form-field:not(fieldset) label{width:180px;min-width:180px;max-width:180px;padding:0;color:#23282d;font-size:14px;font-weight:600;flex:0 0 auto}.lp-meta-box__inner .form-field:not(fieldset) .checkbox{margin:2px 0 !important;vertical-align:middle}.lp-meta-box__inner .form-field:not(fieldset) .description{flex:1;display:inline;clear:none;margin:0 0 0 7px;padding:0;font-size:14px}.lp-meta-box__inner fieldset.form-field{display:grid;grid-template-columns:180px 1fr;position:relative;margin:0;padding:15px 0}.lp-meta-box__inner fieldset.form-field h4{width:180px;min-width:180px;max-width:180px;margin:0;padding:0;color:#23282d;font-size:14px;font-weight:600;flex:0 0 auto}.lp-meta-box__inner fieldset.form-field ul{margin:0;font-size:14px}.lp-meta-box__inner fieldset.form-field .description{grid-column-start:2;margin-top:10px}.lp-meta-box__duration-select{width:auto !important}.lp-meta-box__duration input[type=number]{width:80px !important}.lp-meta-box__duration .description{flex-basis:100% !important;width:100%;margin-top:8px !important;margin-left:180px !important}.lp-meta-box__wp-editor{display:block}.lp-meta-box__wp-editor .description{flex-basis:100% !important;width:100%;margin-top:8px !important;margin-left:180px !important;color:#666}.lp-meta-box__wp-editor__textarea{border:none !important}.lp-meta-box select{width:auto !important}.lp-meta-box select ~ .description{flex-basis:100% !important;width:100%;margin-top:8px !important;margin-left:180px !important;color:#666}.lp-meta-box input[type=number],.lp-meta-box input[type=email],.lp-meta-box input[type=text],.lp-meta-box input[type=password],.lp-meta-box textarea:not(.lp-meta-box__wp-editor__textarea){width:50%}.lp-meta-box input[type=number]+.description,.lp-meta-box input[type=email]+.description,.lp-meta-box input[type=text]+.description,.lp-meta-box input[type=password]+.description,.lp-meta-box textarea:not(.lp-meta-box__wp-editor__textarea)+.description{flex-basis:100% !important;width:100%;margin-top:8px !important;margin-left:180px !important;color:#666}.lp-meta-box input[type=checkbox]{margin-top:0}.lp-meta-box .short{width:50%}.lp-meta-box textarea:not(.lp-meta-box__wp-editor__textarea){height:3.5em;line-height:1.5em;vertical-align:top}.lp-meta-box .learn-press-tip.ready{display:inline-flex;align-items:center;margin-left:8px}#course-settings .inside{margin:0 !important;padding:0 !important}#course-settings .lp-meta-box__course-tab{display:grid;grid-template-columns:20% 80%}#course-settings .lp-meta-box__course-tab__tabs{position:relative;box-sizing:border-box;margin:0;padding:0 0 10px;border-right:1px solid #eee;background-color:#fafafa;line-height:1}#course-settings .lp-meta-box__course-tab__tabs li{display:block;position:relative;margin:0;padding:0}#course-settings .lp-meta-box__course-tab__tabs li a{display:block;margin:0;padding:10px;border-bottom:1px solid #eee;box-shadow:none;line-height:20px !important;text-decoration:none}#course-settings .lp-meta-box__course-tab__tabs li a i{margin-right:5px;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-decoration:none;text-transform:none}#course-settings .lp-meta-box__course-tab__tabs li a i[class^=dashicon]{font-family:"Dashicons"}#course-settings .lp-meta-box__course-tab__tabs li.active a{position:relative;color:#555;background-color:#eee}@media(max-width:767px){#course-settings .lp-meta-box__course-tab__tabs{display:flex;overflow:hidden;overflow-x:auto;flex-direction:row;margin:0;margin-bottom:30px;padding:0;border-bottom:1px solid #e5e5e5;text-align:center;white-space:nowrap;list-style:none;align-items:center;flex-wrap:nowrap}#course-settings .lp-meta-box__course-tab__tabs li{min-width:25%;margin-right:20px}}#course-settings .lp-meta-box__course-tab__content>div{padding:20px}@media(max-width:767px){#course-settings .lp-meta-box__course-tab{grid-template-columns:auto}}#price_course_data ._lp_sale_price_field,#price_course_data ._lp_price_field{position:relative}#price_course_data ._lp_sale_price_field .learn-press-tip-floating,#price_course_data ._lp_price_field .learn-press-tip-floating{top:54px;left:92px;opacity:.8;background:#a00}#price_course_data ._lp_sale_price_field .learn-press-tip-floating::before,#price_course_data ._lp_price_field .learn-press-tip-floating::before{top:-7px;border:7px solid transparent;border-top-width:0;border-bottom-color:#a00}.lp_course_extra_meta_box__content{flex:1}.lp_course_extra_meta_box__fields{margin-bottom:10px}.lp_course_extra_meta_box__field{position:relative;max-width:600px;margin-bottom:10px}.lp_course_extra_meta_box__field .sort{display:flex;position:absolute;top:0;left:0;width:40px;height:100%;color:#666;text-decoration:none;cursor:grab;align-items:center;justify-content:center}.lp_course_extra_meta_box__field .sort::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f333"}.lp_course_extra_meta_box__field .delete{display:flex;position:absolute;top:0;right:0;width:40px;height:100%;color:#666;text-decoration:none;align-items:center;justify-content:center}.lp_course_extra_meta_box__field .delete::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f335"}.lp_course_extra_meta_box__input{width:100% !important;padding-right:40px !important;padding-left:40px !important}.lp_repeater_meta_box__wrapper{flex:1 !important}.lp_repeater_meta_box__fields{position:relative;margin-bottom:10px}.lp_repeater_meta_box__field{display:grid;position:relative;margin-bottom:10px;border:1px solid #c5c5c5;border-radius:2px}.lp_repeater_meta_box__field_active .lp_repeater_meta_box__content{display:block}.lp_repeater_meta_box__field_active .lp_repeater_meta_box__title__toggle::after{transform:rotate(180deg)}.lp_repeater_meta_box__title{display:grid;grid-template-columns:44px 1fr 40px 40px;align-items:center;position:relative;background-color:#eee}.lp_repeater_meta_box__title__title{flex:1;padding:14px 0}.lp_repeater_meta_box__title__sort{display:flex;height:100%;color:#666;text-decoration:none;cursor:grab;align-items:center;justify-content:center}.lp_repeater_meta_box__title__sort::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f333"}.lp_repeater_meta_box__title__delete{display:flex;height:100%;color:#666;text-decoration:none;align-items:center;justify-content:center}.lp_repeater_meta_box__title__delete::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f335"}.lp_repeater_meta_box__title__toggle{display:flex;height:100%;color:#666;text-decoration:none;align-items:center;justify-content:center}.lp_repeater_meta_box__title__toggle::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f347"}.lp_repeater_meta_box__content{display:none;padding:14px 20px}.lp_repeater_meta_box__content>label{display:grid;width:100% !important;min-width:100% !important;max-width:100% !important;margin-bottom:20px;grid-template-rows:auto 1fr}.lp_repeater_meta_box__content>label:last-child{margin-bottom:0}.lp_repeater_meta_box__content>label span{margin-bottom:5px}.lp_repeater_meta_box__content>label textarea,.lp_repeater_meta_box__content>label input{width:100% !important}.lp_course_faq_meta_box__content{flex:1}.lp_course_faq_meta_box__fields{position:relative;margin-bottom:10px}.lp_course_faq_meta_box__field{display:grid;position:relative;margin-bottom:10px;padding:20px;border:1px solid #c5c5c5;border-radius:4px;grid-row-gap:10px}.lp_course_faq_meta_box__field label{display:grid;width:100% !important;min-width:100% !important;max-width:100% !important;grid-template-rows:auto 1fr}.lp_course_faq_meta_box__field label span{margin-bottom:5px}.lp_course_faq_meta_box__field label textarea,.lp_course_faq_meta_box__field label input{width:100% !important}.lp_course_faq_meta_box__field a.delete{display:flex;position:absolute;top:15px;right:50px;width:30px;height:30px;color:#666;text-decoration:none;align-items:center;justify-content:center}.lp_course_faq_meta_box__field a.delete::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f335"}.lp_course_faq_meta_box__field .sort{display:flex;position:absolute;top:15px;right:20px;width:30px;height:30px;color:#666;text-decoration:none;align-items:center;justify-content:center;cursor:grab}.lp_course_faq_meta_box__field .sort::after{font-family:Dashicons;font-size:20px;line-height:1;content:"\f333"}input[name=_lp_course_result]:checked ~ #passing-condition-quiz-result{display:block}#passing-condition-quiz-result{display:none}#passing-condition-quiz-result input{width:80px !important;margin-top:5px !important}#passing-condition-quiz-result p{padding:10px 16px;background-color:#eee;font-size:14px}.lp-meta-box__file_list{display:inline-block;clear:both;margin:0;padding:0}.lp-meta-box__file_list>li{display:flex;flex-flow:column nowrap;float:left;position:relative;box-sizing:border-box;width:80px;height:80px;margin:9px 9px 0 0;border:1px solid #d5d5d5;border-radius:2px;background:#f7f7f7;cursor:move;align-items:center;justify-content:center}.lp-meta-box__file_list>li img{display:block;width:100%;height:auto}.lp-meta-box__file_list>li img.is_file{width:30px}.lp-meta-box__file_list>li img.is_file ~ span{margin-top:5px;font-size:12px}.lp-meta-box__file_list>li.lp-metabox-sortable-placeholder{position:relative;border:3px dashed #ddd}.lp-meta-box__file_list>li.lp-metabox-sortable-placeholder::after{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;color:#ddd;font-family:Dashicons;font-size:2.618em;font-weight:normal;font-variant:normal;line-height:72px;text-align:center;text-indent:0;text-transform:none;content:"\f161";speak:none;-webkit-font-smoothing:antialiased}.lp-meta-box__file_list>li ul.actions{position:absolute;top:-8px;right:-8px;padding:2px}.lp-meta-box__file_list>li ul.actions li{float:right;margin:0 0 0 2px}.lp-meta-box__file_list>li ul.actions li a.delete{display:block;position:relative;width:1em;height:1em;font-size:1.4em;text-indent:-9999px}.lp-meta-box__file_list>li ul.actions li a.delete::before{position:absolute;top:0;left:0;width:1em;height:1em;margin:0;border-radius:50%;color:#999;background:#fff;font-family:Dashicons;font-weight:400;font-variant:normal;line-height:1;text-align:center;text-indent:0;text-transform:none;content:"\f153";speak:none;-webkit-font-smoothing:antialiased}.lp-meta-box__file_list>li ul.actions::before{display:table;content:" "}.lp-meta-box__file::before{display:table;content:" "}.lp-meta-box__file::after{display:table;clear:both;content:" "}.lp-metabox-evaluate-final_quiz{display:block}.lp-metabox-evaluate-final_quiz__message{display:inline-block;min-width:50%;margin-top:10px;padding:8px 20px;border:2px solid #36af27;border-radius:4px;background:#f7f7f7;text-align:center}.lp-metabox-evaluate-final_quiz__message-error{border-color:lightcoral}.learn-press-tabs.vertical .tabs-heading{border:1px solid #ddd;background:#fff}.learn-press-tabs.vertical .tabs-heading h4{margin:0;padding:15px}.learn-press-tabs.vertical .tabs-nav{float:left;position:relative;z-index:100;box-sizing:border-box;width:270px;margin:0;background-color:#fafafa}.learn-press-tabs.vertical .tabs-nav li{display:block;position:relative;margin:0;padding:0}.learn-press-tabs.vertical .tabs-nav li a{display:block;box-sizing:border-box;margin:0;padding:10px;border-bottom:1px solid #eee;box-shadow:none;line-height:20px !important;text-decoration:none;text-transform:capitalize}.learn-press-tabs.vertical .tabs-nav li.icon a{padding-left:35px}.learn-press-tabs.vertical .tabs-nav li.icon a::before{position:absolute;left:10px;margin-right:8px;font-family:Dashicons;font-size:16px;vertical-align:top}.learn-press-tabs.vertical .tabs-nav li.active a{position:relative;color:#555;background-color:#eee}.learn-press-tabs.vertical .tabs-container{overflow:hidden;position:relative;border:1px solid #ddd;border-top:0;background:#fafafa}.learn-press-tabs.vertical .tabs-container .tabs-content-container{margin:0 0 0 270px}.learn-press-tabs.vertical .tabs-container .tabs-content-container>li{display:none;float:left;width:100%;margin-right:-100%;margin-bottom:0;padding:20px;border-left:1px solid #eee;background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.learn-press-tabs.vertical::after{display:block;clear:both;content:""}@media screen and (max-width:1280px){.learnpress .rwmb-field .rwmb-label{float:none}.learnpress .rwmb-field .rwmb-input{margin-left:0}}.lp_widget_autocomplete__loading{margin-top:0 !important;padding:7px 10px;border:1px solid #949494;border-top:none !important;background:#eee;font-size:13px !important}.lp_widget_autocomplete__select{overflow:auto;left:0;width:100%;max-height:148px;margin-top:-1px;background:#eee;font-size:13px}.lp_widget_autocomplete__item{overflow:hidden;padding:7px 10px;border:1px solid #949494;border-top:0;border-bottom-color:#afafaf;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.lp_widget_autocomplete__item__selected,.lp_widget_autocomplete__item:hover{color:#fff;background-color:#007cba}.widget .select2-selection__rendered{font-size:13px}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.learn-press-addons .lp-search-addon{width:280px;height:32px;margin:0;padding:3px 5px;font-size:16px;font-weight:300;line-height:1.5}.learn-press-addons .addons-browse{margin:20px 0 0}.learn-press-addons .addons-browse .lp-addon-hidden{display:none !important}.learn-press-addons .addons-browse .lp-active:nth-of-type(2n+1){clear:none;margin-right:0;margin-left:8px}.learn-press-addons .addons-browse .lp-active:nth-of-type(2n){clear:both;margin-right:8px;margin-left:0}.learn-press-addons .addons-browse .plugin-icon img{max-width:100%}.learn-press-addons .addons-browse .plugin-card .column-description p:not(.authors){display:-webkit-box;overflow:hidden;min-height:4.8;max-height:4.8;line-height:1.6;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:#777}.learn-press-addons .addons-browse .plugin-card .search-highlight{text-decoration:underline}.learn-press-addons .addons-browse .plugin-card-top h3{display:-webkit-box;overflow:hidden;min-height:2.6em;max-height:2.6em;line-height:1.3em;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.learn-press-addons .addons-browse .plugin-card-top .desc{min-height:90px;margin-right:0}.learn-press-addons .addons-browse .plugin-card-top .button.activate-plugin,.learn-press-addons .addons-browse .plugin-card-top .button.install-now,.learn-press-addons .addons-browse .plugin-card-top .button.enable-now{border-color:#0073aa #006799 #006799;color:#fff;background:#0085ba;-webkit-box-shadow:0 1px 0 #006799;box-shadow:0 1px 0 #006799;text-shadow:0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;text-decoration:none}.learn-press-addons .addons-browse .plugin-card-top .button.button-working{padding-right:4px}.learn-press-addons .addons-browse .plugin-card-top .button.button-working span{display:none}.learn-press-addons .addons-browse .plugin-card-bottom .plugin-version{display:inline-block}.learn-press-addons .addons-browse.premium .column-description p:not(.authors){margin:0;line-height:inherit}.learn-press-addons .addons-browse::after{display:block;clear:both;content:""}.related-themes .plugin-card-top{padding-bottom:0}.related-themes .theme-content{position:relative}.related-themes .image-thumbnail img{width:100%}.related-themes .theme-description{margin:0 0 25px 0;display:-webkit-box;overflow:hidden;min-height:8em;max-height:8em;line-height:1.6em;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:5;color:#777}.related-themes .theme-title{min-height:3.2em;margin-right:100px;margin-bottom:0;font-size:1.2em;line-height:1.3em}.related-themes .theme-title a{color:#545454}.related-themes .theme-rating{display:inline-block;float:right}.related-themes .star-rating{display:inline-block}.related-themes .count-rating{position:relative;top:2px;font-size:15px}.related-themes .theme-detail{position:absolute;top:-3px;right:3px;line-height:1.6em;text-align:right}.related-themes .theme-detail::after{display:block;clear:both;content:""}.related-themes .theme-detail .theme-price{display:inline-block;color:#545454;font-size:24px;font-weight:700;line-height:1.3em}.related-themes .theme-footer{clear:both;overflow:hidden;margin-right:-20px;margin-left:-20px;padding:20px;border-top:1px solid #ddd;background-color:#fafafa}@media screen and (min-width:1600px){.plugin-card:not(.hide-if-js):nth-child(even){margin-right:8px}.plugin-card:not(.hide-if-js):nth-child(3n){margin-right:0}}.post-type-lp_order .wp-list-table .column-order_status{width:150px}.post-type-lp_order .wp-list-table .order_status span{display:inline-block;padding:3px 6px;color:#fff;font-size:12px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.post-type-lp_order .wp-list-table .order_status span.pending{background:#bdbdbd}.post-type-lp_order .wp-list-table .order_status span.processing{background:#ffc107}.post-type-lp_order .wp-list-table .order_status span.completed{background:#4caf50}.post-type-lp_order .wp-list-table .order_status span.cancelled{background:#444}.post-type-lp_order .wp-list-table .order_status span.failed{background:red}.post-type-lp_order .wp-list-table .order_status span i{display:inline-block}.post-type-lp_order .wp-list-table .column-title,.post-type-lp_order .wp-list-table .column-order_total,.post-type-lp_order .wp-list-table .column-order_date{width:150px}.post-type-lp_order .wp-list-table .column-order_items ol{margin:0;padding:0;list-style-position:inside}.post-type-lp_course .column-price .origin-price{margin-right:10px;color:red;font-size:12px;text-decoration:line-through}.wp-list-table .column-preview{float:none;text-align:left}.wp-list-table .column-instructor{width:150px}.wp-list-table .column-instructor .post-author{display:inline-block}.wp-list-table .column-instructor .post-author img{width:30px;height:30px;margin-right:5px;border-radius:50%;vertical-align:middle}.wp-list-table .column-instructor .post-author a{display:inline-block;vertical-align:middle}.wp-list-table .column-students{width:80px}.wp-list-table .column-price{width:120px}.wp-list-table .column-thumbnail{width:100px;padding-top:11px}.wp-list-table .column-thumbnail img{max-width:100%;height:auto}.post-type-page .column-lp-page{width:200px}.post-type-page .for-plugin-page{margin:0;color:red;font-size:11px}.post-state .post-author{font-size:14px;font-weight:normal;font-style:italic}#learn-press-box-edit-slug{overflow:hidden;margin:0 -10px;padding:10px;border:1px solid #ddd;color:#b79186;background:#fff}#learn-press-box-edit-slug .button{float:right;height:24px;line-height:22px}.lp-overlay{display:none;position:fixed;z-index:99999;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(209,213,219,0.8);transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms;transition-property:opacity}.wp-admin .lp-modal-dialog .lp-modal-header{padding:2em}.wp-admin .lp-modal-dialog .lp-modal-header h3{font-size:1.4em}.lp-modal-dialog{display:flex;position:fixed;z-index:9999;top:0;right:0;left:0;width:100%;min-height:100vh;text-align:center;align-items:center;justify-content:center}.lp-modal-dialog .lp-modal-content{display:inline-block;overflow:hidden;z-index:2;width:auto;max-width:600px;border-radius:8px;text-align:left;vertical-align:middle;background:white;color:black}.lp-modal-dialog .lp-modal-header{background:#7c60d9;border-bottom:1px solid #eee;padding:1em}.lp-modal-dialog .lp-modal-header h3{margin:0;color:white;font-size:inherit;font-weight:400}.lp-modal-dialog .lp-modal-body .main-content{max-height:500px;overflow:auto}.lp-modal-dialog .lp-modal-body .main-content h3,.lp-modal-dialog .lp-modal-body .main-content h2,.lp-modal-dialog .lp-modal-body .main-content .pd-2em{padding:1em}.lp-modal-dialog .lp-modal-footer{padding:20px;padding-top:0;background-color:#f9fafb;text-align:right}.lp-modal-dialog .btn-yes{color:#fff;background-color:#7c60d9}#lp-modal-overlay{display:none;position:fixed;z-index:999999;top:0;right:0;bottom:0;left:0;opacity:.5;background:#000}#lp-modal-window{display:none;position:fixed;z-index:999999;top:50%;left:50%;padding:35px 60px 28px 60px;background:#fff;transform:translate(-50%,-50%);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}#lp-modal-window #lp-modal-content{margin:0 0 24px 0;color:#333;font-size:16px;font-weight:400;line-height:26px;text-align:center}#lp-modal-window #lp-modal-content>*{margin:0 0 .5em}#lp-modal-window #lp-modal-buttons{display:flex;flex-direction:row-reverse;align-items:center;justify-content:center}#lp-modal-window #lp-modal-buttons .lp-button{position:relative;margin:0 10px 0 10px}.learn-press-modal{position:fixed;z-index:1000000;width:100%;height:100%;top:0;display:table}.learn-press-modal .modal-overlay{position:fixed;z-index:1000000;background:#000;opacity:.5;width:100%;height:100%;top:0}.learn-press-modal .modal-wrapper{display:table-cell;vertical-align:middle;z-index:1000010;position:relative}.learn-press-modal .modal-wrapper .modal-container{max-width:800px;width:90%;margin:0 auto;background-color:#fff;border-radius:2px;box-shadow:0 2px 8px rgba(0,0,0,0.33);transition:all .3s ease;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.learn-press-modal .modal-wrapper header{font-size:18px;padding:20px;border-bottom:1px solid #DDD;font-weight:600;color:#000}.learn-press-modal .modal-wrapper article{margin:30px 20px}.learn-press-modal .modal-wrapper article input[name=search]{width:100%;font-size:16px;box-sizing:border-box;margin:0;box-shadow:none;color:#444;padding:8px 10px;height:42px;border-radius:2px;border-color:#e4e4e4;font-weight:400;vertical-align:middle}.learn-press-modal .modal-wrapper article .search-results{margin:0;margin-top:30px}.learn-press-modal .modal-wrapper article .search-results li>label{display:block}.learn-press-modal .modal-wrapper footer{padding:15px 20px;overflow:hidden;border:1px solid #eee}.learn-press-modal .modal-wrapper footer .search-nav{float:left}.learn-press-modal .modal-wrapper footer .search-nav a,.learn-press-modal .modal-wrapper footer .search-nav span{display:inline-block;line-height:26px;height:28px;margin:0;padding:0 10px 1px}.learn-press-modal .modal-wrapper footer button{float:right;margin-left:3px}#modal-search-items.loading .search-results:before{position:absolute;top:75px;left:0;right:0;bottom:0;display:block;content:"";z-index:9;background:url("../../images/spinner.gif") no-repeat center center}.modal-search{position:relative;display:inline-block;min-width:300px}.modal-search .search-input{border:1px solid #DDD;width:100%;margin:0;padding:5px 10px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.modal-search .search-input:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.modal-search .search-input:focus{border-color:#DDD}.modal-search .search-results-content{position:absolute;top:100%;width:100%;left:0;background:#FFF;border:1px solid #DDD;border-top:0;z-index:1000;margin-top:-1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.modal-search .search-results-content .search-results{margin:0}.modal-search .search-results-content .search-results .result-item{margin:0;padding:0;list-style:none}.modal-search .search-results-content .search-results .result-item label{display:block;padding:6px 10px;text-decoration:none;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal-search .search-results-content .search-results .result-item:hover{background:#f4fcff}.modal-search .has-items .search-input{border-bottom-color:transparent}.modal-search .has-items .search-results-content{border-top:0}.modal-search .checked-items{text-align:center}.modal-search .checked-items .button{font-size:12px;height:20px;line-height:20px}.modal-search .checked-items .disabled{color:#777}.modal-search .search-navigator{margin:5px 0;text-align:center}.modal-search .search-navigator .page-numbers{display:inline-block;padding:2px 5px;text-decoration:none;line-height:1}.modal-search .search-navigator .page-numbers.next,.modal-search .search-navigator .page-numbers.prev{display:none}.lp-order-statuses{margin:0}.lp-order-statuses li{float:left;width:100%;margin:0;background:#fff}.lp-order-statuses li strong{display:block;margin-bottom:5px;color:#0073aa;font-size:20px;font-weight:normal}.lp-order-statuses li strong::before{display:inline-block;width:25px;height:25px;font-family:dashicons;font-size:25px;line-height:25px;vertical-align:middle;content:""}.lp-order-statuses li p{margin:0;padding:0;color:#adadad;font-size:12px}.lp-order-statuses li.counter-number{width:50%;padding:10px 0 0;text-align:center}.lp-order-statuses li.counter-number .counter-inner{margin:0 5px;padding:10px 0;border:1px solid #f3f3f3;background:#f9f9f9}.lp-order-statuses li.counter-number .counter-inner p{text-transform:lowercase}.lp-order-statuses li.counter-number.order-completed strong::before{color:#0085ba;content:"\f058"}.lp-order-statuses li.counter-number.order-processing strong::before{margin-left:-1px;color:#563f7a;content:"\f321"}.lp-order-statuses li.counter-number.order-pending strong::before{color:#aaa;content:"\f534"}.lp-order-statuses li.counter-number.order-cancelled strong::before{color:red;content:"\f153"}.lp-order-statuses li.clear{float:none}.lp-order-statuses li.featured-theme{float:none;clear:both;width:auto;margin:12px -12px 0 -12px;padding:8px 12px 0 12px;border-top:1px solid #eee}.lp-order-statuses li.featured-theme .star-rating{display:inline-block;line-height:14px;vertical-align:middle}.lp-order-statuses li.featured-theme .star-rating .star{width:14px;height:14px;font-size:14px}.lp-order-statuses li.featured-theme>div{margin-bottom:3px}.lp-order-statuses li.featured-theme>div span{color:#999;font-size:12px;vertical-align:middle}.lp-order-statuses li:nth-child(even) .counter-inner{margin-left:0}.lp-order-statuses li:nth-child(odd) .counter-inner{margin-right:0}.lp-order-statuses li.total-raised{box-sizing:border-box;padding:10px 0;border:1px solid #f3f3f3;background:#f9f9f9;text-align:center}.lp-order-statuses li.total-raised strong{margin-bottom:10px;font-size:26px}.lp-order-statuses li.total-raised strong::before{width:30px;height:30px;margin-top:-3px;margin-right:7px;font-size:30px;line-height:30px;content:"\f185"}.lp-order-statuses::after{display:block;clear:both;content:""}.lp-place-holder{background:#fff;padding:10px;display:block;margin:20px auto;box-shadow:0 0 0 rgba(0,0,0,0.1);border-radius:3px}.lp-place-holder [class*=line-]{height:6px;width:400px;background:#f6f7f9;margin-bottom:13px;margin-right:5px}.lp-place-holder .thumbnail{height:40px;width:40px;float:left;margin-right:20px;display:inline-block}.lp-place-holder .line-heading{width:80%;height:20px}.lp-place-holder .line-sm{width:30%;margin-top:10px}.lp-place-holder .line-xs{width:50%}.lp-place-holder .line-df{margin-top:30px;width:380px}.lp-place-holder .line-lg{width:200px}.lp-place-holder .line-lgx{width:450px}.lp-place-holder [class*=line],.lp-place-holder .thumbnail{animation:lpTimeLine;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;background:linear-gradient(to right,#eee 8%,#ddd 18%,#eee 33%);background-size:800px auto;background-position:100px 0}@keyframes lpTimeLine{0%{background-position:-350px 0}100%{background-position:400px 0}}.post-type-lp_order #post-body-content{display:none}.post-type-lp_order #order_details{border:none !important;background:transparent !important}.post-type-lp_order #order_details .hndle,.post-type-lp_order #order_details .handlediv,.post-type-lp_order #order_details .postbox-header{display:none}.post-type-lp_order #order_details .inside{display:block !important;margin:0;padding:0}.post-type-lp_order #order_details .order-data{margin:0 0 20px 0 !important;padding:30px !important;border:1px solid #ccd0d4 !important;background-color:#fff !important;box-shadow:none !important}.post-type-lp_order #order_details .order-data-field{margin-bottom:20px}.post-type-lp_order #order_details .order-data-field label{display:block;margin-bottom:5px;font-weight:500}.post-type-lp_order #order_details .order-data-number{margin:0 0 10px;font-size:20px;font-weight:600}.post-type-lp_order #order_details .payment-method-title{color:#777;font-size:16px}.post-type-lp_order #order_details .payment-method-title strong{color:#23282d}.post-type-lp_order #order_details .order-data-heading{margin-top:40px;font-size:16px}.post-type-lp_order #order_details .order-users{display:inline-block}.post-type-lp_order #order_details .order-users .description{margin-top:10px;padding:10px;background:#eee}.post-type-lp_order #order_details .order-data-date .order-date{width:100px}.post-type-lp_order #order_details .order-data-date .order-hour,.post-type-lp_order #order_details .order-data-date .order-minute{width:50px}.post-type-lp_order #order_details .order-data-note{display:inline-block}.post-type-lp_order #order_details .order-data-note .order-note{padding:10px;color:#fff;background-color:#c1a3b6;font-size:14px}.post-type-lp_order #order_details .order-items{margin:0;border:1px solid #ccd0d4 !important;background-color:#fff}.post-type-lp_order #order_details .order-items table{width:100%;border-collapse:collapse}.post-type-lp_order #order_details .order-items table thead{margin:0;padding:0}.post-type-lp_order #order_details .order-items table thead tr{background-color:#f8f8f8}.post-type-lp_order #order_details .order-items table thead th{padding:15px;border-bottom:0;color:#999;font-weight:400;text-align:left}.post-type-lp_order #order_details .order-items table thead th:first-child{padding-left:30px}.post-type-lp_order #order_details .order-items table thead th:last-child{padding-right:30px}.post-type-lp_order #order_details .order-items table tbody td,.post-type-lp_order #order_details .order-items table tfoot td{padding:10px;border-bottom:1px solid #ddd;text-align:left}.post-type-lp_order #order_details .order-items table tbody{margin:0;padding:0}.post-type-lp_order #order_details .order-items table tbody tr td{padding:15px}.post-type-lp_order #order_details .order-items table tbody tr td:first-child{padding-left:30px}.post-type-lp_order #order_details .order-items table tbody tr td:last-child{padding-right:30px}.post-type-lp_order #order_details .order-items table tfoot{margin:0;padding:0}.post-type-lp_order #order_details .order-items table tfoot tr{background-color:#f8f8f8}.post-type-lp_order #order_details .order-items table tfoot tr:last-child td{padding-top:20px;padding-bottom:20px}.post-type-lp_order #order_details .order-items table tfoot td{padding:10px 15px;padding-bottom:0;border:0;font-size:14px;text-align:right}.post-type-lp_order #order_details .order-items table tfoot td:first-child{padding-left:30px}.post-type-lp_order #order_details .order-items table tfoot td:last-child{padding-right:30px}.post-type-lp_order #order_details .order-items table .column-price,.post-type-lp_order #order_details .order-items table .column-total,.post-type-lp_order #order_details .order-items table .column-quantity{width:150px;text-align:right}.post-type-lp_order #order_details .order-items table .row-subtotal td .order-subtotal,.post-type-lp_order #order_details .order-items table .row-subtotal td .order-total,.post-type-lp_order #order_details .order-items table .row-total td .order-subtotal,.post-type-lp_order #order_details .order-items table .row-total td .order-total{font-weight:700}.post-type-lp_order #order_details .order-items table .remove-order-item{outline:0;color:#ccc;text-decoration:none}.post-type-lp_order #order_details .order-items table .remove-order-item .dashicons{font-size:20px}.post-type-lp_order #order_details .order-items table .remove-order-item:hover{color:red}.post-type-lp_order #order_details .order-items table .order-item-row:hover .remove-order-item{display:inline-block}.post-type-lp_order #order-export__button:hover{cursor:pointer}.post-type-lp_order .export-modal.modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,0.4)}.post-type-lp_order .export-modal .modal-content{background-color:#fefefe;margin:5% auto;padding:20px;border:1px solid #888;width:60%;position:relative}.post-type-lp_order .export-modal .close{color:#aaa;position:absolute;font-size:28px;font-weight:bold;top:-5px;right:11px}.post-type-lp_order .export-modal .close:hover{color:black;text-decoration:none;cursor:pointer}.post-type-lp_order .export-modal .close:focus{color:black;text-decoration:none;cursor:pointer}.post-type-lp_order .export-modal .panel{display:none}.post-type-lp_order .export-modal .panel.active{display:block}.post-type-lp_order #order-export__tabs.tabs{display:flex;justify-content:space-around;margin:20px 2px 40px 2px;height:40px;box-shadow:0 0 1px 1px rgba(0,0,0,0.2)}.post-type-lp_order #order-export__tabs.tabs>*{width:100%;color:dimgray;height:100%;cursor:pointer;display:flex;justify-content:center;align-items:center}.post-type-lp_order #order-export__tabs.tabs>*:hover:not(.active){background-color:#dcdcdc}.post-type-lp_order #order-export__tabs.tabs>.active{color:white;background-color:#4caf50}.post-type-lp_order #lp-invoice__content{margin-bottom:25px}.post-type-lp_order #lp-invoice__content thead th{border-bottom:1px solid #000;border-top:1px solid #000;padding:10px 20px}.post-type-lp_order #lp-invoice__content tbody td{border-bottom:1px solid #000;text-align:center;padding:10px 20px}.post-type-lp_order #lp-invoice__content tfoot td{border-bottom:1px solid #000;text-align:center;padding:10px 20px}.post-type-lp_order .export-options__content{margin-bottom:25px}.post-type-lp_order .export-options{position:relative}.post-type-lp_order .export-options__loading{opacity:0;z-index:-1;visibility:hidden;position:absolute;top:0;left:0;width:100%;background:#fff;right:0;bottom:0;display:flex;align-items:center;justify-content:center}.post-type-lp_order .export-options__loading .spinner{background:url("../../images/spinner.gif") no-repeat center center;z-index:9;display:inline-block;visibility:visible}.post-type-lp_order .export-options__loading.active{opacity:1;z-index:9;visibility:visible}.post-type-lp_order #lp-invoice__export{color:white;background-color:#4caf50;border:1px solid #4caf50;padding:10px 20px;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease}.post-type-lp_order #lp-invoice__export:hover{color:#000;background-color:#fff;border:1px solid #000;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;cursor:pointer}.post-type-lp_order #lp-invoice__update{color:white;background-color:#4caf50;border:1px solid #4caf50;padding:10px 20px;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease}.post-type-lp_order #lp-invoice__update:hover{color:#000;background-color:#fff;border:1px solid #000;transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;cursor:pointer}.post-type-lp_order #lp-invoice__actions{display:flex;flex-direction:row;justify-content:flex-end}.post-type-lp_order .export-options__actions{display:flex;flex-direction:row;justify-content:flex-end}.post-type-lp_order .lp-invoice__body table{border-spacing:0;width:100%}#learn-press-toggle-settings-js-css{display:none}#learn-press-toggle-settings-js-css+table{display:none}#learn-press-toggle-settings-js-css:checked+table{display:table}.color-schemas{margin:0 20px 20px 0;float:left}.color-schemas ul{list-style:none;margin:0;padding:0}.color-schemas ul>li>label{font-weight:600;display:block;margin-bottom:10px}.color-schemas .wp-color-picker{width:80px;height:24px;vertical-align:top;margin:0}.color-schemas .wp-picker-holder{position:absolute}.color-schemas .buttons{display:none}.color-schemas table{border-collapse:collapse;position:relative}.color-schemas table td,.color-schemas table th{padding:10px 10px}.color-schemas table tbody{border:1px solid transparent;position:relative}.color-schemas table tbody td,.color-schemas table tbody th{text-align:left;background:#f5f5f5}.color-schemas table tbody tr:first-child td,.color-schemas table tbody tr:first-child th{padding-bottom:0}.color-schemas table:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.7)}.color-schemas tfoot td,.color-schemas tfoot th{padding-left:0;padding-right:0}.color-schemas .remove-schema{float:right;color:red}.color-schemas .wp-color-result{margin:0}.color-schemas .clone-schema{display:none}.color-schemas:first-child .remove-schema,.color-schemas:first-child .apply-schema{display:none}.color-schemas:nth-child(2){clear:both}.color-schemas:hover tbody{opacity:1}.color-schemas.current tbody{border-color:#DDD}.color-schemas.current tbody td,.color-schemas.current tbody th{background:rgba(5,215,255,0.26)}.color-schemas.current table:after{display:none}.color-schemas.current .clone-schema{display:inline-block}.wp-picker-container{position:relative}.wp-picker-container .wp-picker-holder{z-index:99999}.lp-install-sample{max-width:600px;margin:0;padding:10px 25px;border:1px solid #ccd0d4;border-radius:4px;background-color:#fff}.lp-install-sample__options{margin-bottom:20px;padding:0 20px;border:1px solid #eee;border-radius:4px}.lp-install-sample__options legend{padding:5px;font-weight:500}.lp-install-sample__buttons{display:flex;margin-top:25px;align-items:center;justify-content:space-between}.lp-install-sample__toggle-options{margin-right:auto;margin-left:10px}.lp-install-sample__uninstall{float:right}.lp-install-sample__response{margin:0;padding:10px;border:2px solid #059601;border-radius:6px}.lp-install-sample__response.fail{border-color:#d85554}.lp-update-db-modal{display:flex;position:fixed;z-index:9999;top:0;right:0;left:0;width:100%;min-height:100vh;text-align:center;align-items:center;justify-content:center}.lp-update-db-modal__hidden{display:none !important;visibility:hidden;opacity:0;pointer-events:none}.lp-update-db-modal__overlay{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(209,213,219,0.8);transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms;transition-property:opacity}.lp-update-db-modal__content{display:inline-block;overflow:hidden;z-index:2;width:100%;max-width:510px;border-radius:8px;text-align:left;vertical-align:middle}.lp-update-db-modal__content-header{padding:24px 24px 16px 24px;background-color:#fff}.lp-update-db-modal__content-start{display:flex;flex-direction:flex-start}.lp-update-db-modal__content-icon{display:flex;width:40px;height:40px;margin-right:0;margin-left:0;border-radius:999px;background-color:#fee2e2;justify-content:center;align-items:center;flex:0 0 auto}.lp-update-db-modal__content-icon svg{width:24px;height:24px;color:#dc2626}.lp-update-db-modal__content-icon svg:last-child{color:#258d6c}.lp-update-db-modal__content-icon__success{display:none}.lp-update-db-modal__content-text{margin-left:18px;text-align:left}.lp-update-db-modal__content-text h3{margin:0;font-weight:500}.lp-update-db-modal__content-text p{margin:0;margin-top:10px;color:#999;font-size:14px;font-weight:400}.lp-update-db-modal__content-footer{display:flex;flex-direction:row;padding:10px 24px;background-color:#f9fafb;justify-content:flex-end;align-items:center}.lp-update-db-modal__content-footer a{padding:8px 16px;border:1px solid #e5e7eb;border-radius:6px;color:#374151;font-size:13px;font-weight:500;text-decoration:none}.lp-update-db-modal__content-footer a:last-child{margin-left:10px;color:#fff;background-color:#0073aa}.lp-update-db-modal__success .lp-update-db-modal__content-icon{background-color:#def7ec}.lp-update-db-modal__success .lp-update-db-modal__content-icon__error{display:none}.lp-update-db-modal__success .lp-update-db-modal__content-icon__success{display:block}#lp-tool-upgrade-db .wrapper-lp-upgrade-message,#lp-tool-upgrade-db .wrapper-terms-upgrade,#lp-tool-upgrade-db .wrapper-lp-loading{display:none}.terms-upgrade{max-width:500px;margin:0 auto}.terms-upgrade .error{display:none}.lp-upgrade-message .learn-press-message::before,.lp-upgrade-message .learn-press-message::after{content:none}.lp-modal-footer .learn-press-notice{color:#ff6060;font-weight:500;font-style:italic}.lp-modal-body .lp-skeleton-animation{width:500px;margin:0 20px}.tools-select__data{overflow:hidden}.tools-select__data li{background-color:#fff;border:1px solid #eee;color:#000;display:flex;flex-direction:row;align-items:center;flex:0 0 auto;font-size:14px;line-height:1.4em;font-weight:normal;padding:10px;width:100%}.tools-select__data li input{margin:0 10px 0 0}.progressbar__content{width:100%;font-size:14px;font-weight:normal;line-height:1.4em;background:#eee;padding:10px 0;display:flex;flex-direction:column;align-items:center;justify-content:center}.progressbar__content span{z-index:9}.progressbar__container{position:relative}.progressbar__value{position:absolute;width:0;height:100%;left:0;top:0;background:#8a2be2}.progressbar__item h4{z-index:9;margin:0}.progressbar__item{width:500px;border-bottom:1px solid #fff}.progressbar__indexs{z-index:9}.lp-tool__message{text-align:center;color:red;padding:10px 0;display:none}.tools-prepare__message{background:#dba617;padding:10px 0;text-align:center;display:none}.lp-admin-editor{position:relative;margin:0;background-color:#fff}.lp-admin-editor .heading,.lp-admin-editor .lp-box-data-content{padding:0}#learn-press-admin-editor-metabox-settings{margin-top:20px}#course-editor .inside{margin:0;padding:0}#admin-editor-lp_course .lp-course-curriculum .heading{display:flex;flex-direction:row;flex-wrap:nowrap;position:relative;padding:8px 20px;align-items:center;line-height:1}#admin-editor-lp_course .lp-course-curriculum .heading h4{margin:0;font-size:16px}#admin-editor-lp_course .lp-course-curriculum .heading .collapse-sections{display:flex;width:40px;color:#999;font-family:Dashicons;font-size:30px;cursor:pointer;justify-content:center;align-items:center}#admin-editor-lp_course .lp-course-curriculum .heading .collapse-sections.close::before{content:"\f140"}#admin-editor-lp_course .lp-course-curriculum .heading .collapse-sections.open::before{content:"\f142"}#admin-editor-lp_course .lp-course-curriculum .heading .status{visibility:hidden;position:relative;top:5px;margin-left:10px;font-family:Dashicons;font-size:20px}#admin-editor-lp_course .lp-course-curriculum .heading .status::before{content:"\f463"}#admin-editor-lp_course .lp-course-curriculum .heading .status.loading{display:inline-block;visibility:visible;animation:rotation 2s infinite linear}#admin-editor-lp_course .lp-course-curriculum .curriculum-sections{margin:0;margin:0 20px 20px 20px;border:1px solid #ddd}#admin-editor-lp_course .lp-course-curriculum .section{margin:0;border-bottom:1px solid #e5e5e5;opacity:1;background:#fff}#admin-editor-lp_course .lp-course-curriculum .section:first-child{border-top:0}#admin-editor-lp_course .lp-course-curriculum .section.new-section{margin-top:1px;border:0}#admin-editor-lp_course .lp-course-curriculum .section.new-section form{margin:0}#admin-editor-lp_course .lp-course-curriculum .section.new-section .section-head{background-color:#f4fcff}#admin-editor-lp_course .lp-course-curriculum .section.new-section .section-head .creatable{position:relative;top:1px}#admin-editor-lp_course .lp-course-curriculum .section.new-section .section-head .creatable::before{content:"\f132"}#admin-editor-lp_course .lp-course-curriculum .section.empty-section{position:relative}#admin-editor-lp_course .lp-course-curriculum .section.empty-section::after{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5;background:#fff;content:""}#admin-editor-lp_course .lp-course-curriculum .section.empty-section .section-head .movable::before{display:inline-block;color:#a2a2a2;content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#admin-editor-lp_course .lp-course-curriculum .section.empty-section .section-collapse{display:none}#admin-editor-lp_course .lp-course-curriculum .section:hover .section-actions .remove{display:inline-block}#admin-editor-lp_course .lp-course-curriculum .section input{background-color:transparent;box-shadow:none}#admin-editor-lp_course .lp-course-curriculum .section input:focus{box-shadow:none}#admin-editor-lp_course .lp-course-curriculum .section .section-head{display:flex;position:relative;height:42px;margin:0;padding:0;background-color:#f4fcff;line-height:40px;transition:background 500ms ease-out;align-items:center}#admin-editor-lp_course .lp-course-curriculum .section .section-head .movable,#admin-editor-lp_course .lp-course-curriculum .section .section-head .creatable{display:inline-block;width:40px;margin:0;color:#999;font-family:Dashicons;font-size:20px;text-align:center;vertical-align:middle}#admin-editor-lp_course .lp-course-curriculum .section .section-head .movable{margin-right:-1px;cursor:url("../../images/openhand.cur") 7 5,default}#admin-editor-lp_course .lp-course-curriculum .section .section-head .movable::before{content:"\f333"}#admin-editor-lp_course .lp-course-curriculum .section .section-head .movable:hover{color:#0085ba}#admin-editor-lp_course .lp-course-curriculum .section .section-head .section-item-counts{line-height:40px}#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions{height:100%;color:#444}#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions>*{display:inline-block;height:100%;text-align:center;cursor:pointer}#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions .collapse:hover{color:#0085ba}#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions .collapse::before{display:inline-block;width:40px;color:#999;font-family:Dashicons;font-size:16px;line-height:40px}#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions .collapse.open::before{content:"\f343"}#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions .collapse.close::before{content:"\f347"}#admin-editor-lp_course .lp-course-curriculum .section .name{width:100%;border:0;color:#777;font-size:24px;font-weight:600;line-height:50px}#admin-editor-lp_course .lp-course-curriculum .section .name:focus{color:#444}#admin-editor-lp_course .lp-course-curriculum .section .section-collapse{overflow:hidden}#admin-editor-lp_course .lp-course-curriculum .section .section-content{padding:20px;border-top:1px solid #e5e5e5}#admin-editor-lp_course .lp-course-curriculum .section .details{margin-bottom:20px}#admin-editor-lp_course .lp-course-curriculum .section .title-input{padding-left:0;border:0;font-size:1.2em;line-height:30px;flex:1}#admin-editor-lp_course .lp-course-curriculum .section .description-input{width:100%;margin:0;padding:0;border:0;color:#999}#admin-editor-lp_course .lp-course-curriculum .section .description-input:focus{color:#444}#admin-editor-lp_course .lp-course-curriculum .section-list-items{width:100%;border-collapse:collapse}#admin-editor-lp_course .lp-course-curriculum .section-list-items ul{position:relative;min-height:5px;margin:0}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item{display:flex;position:relative;margin:0;border:1px solid #eee;border-bottom-width:0;background:#fff;transition:background 200ms ease-out;justify-content:center;align-items:center}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.ui-sortable-helper{border-bottom:1px solid #eee}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item:nth-child(2n+1){background-color:#f7f7f7}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.updating::before{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;content:""}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.removing{background-color:#ffeded}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .drag{height:20px;padding-top:3px;padding-left:6px;cursor:url("../../images/openhand.cur") 7 5,default;fill:#999;flex:0 0 18px}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .drag:hover{fill:#0085ba}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .icon{display:flex;align-items:center;justify-content:center}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .title{margin-right:120px;margin-left:2px;flex-grow:1;flex-basis:100%}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .title input{color:inherit}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions{display:flex;position:absolute;top:0;right:2px;bottom:0;align-items:center;justify-content:center}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .actions{margin:0}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .actions>*{visibility:hidden;margin-right:10px}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .actions .edit{text-decoration:none}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .actions .remove{color:#a00}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item:hover .drag{visibility:visible}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item:not(.lp_lesson) .item-actions .actions .preview-item{display:none}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item{display:flex;position:relative;border-bottom-width:1px;transition:all 200ms ease-out;align-items:center}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .drag{display:flex;width:30px;color:#999;font-family:Dashicons;font-size:16px;vertical-align:middle;cursor:default;align-items:center;justify-content:center}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .drag::before{content:"\f132"}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .title{display:inline-block;margin:0;flex:1}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types{display:inline-block}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types:hover,#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types:focus{background-color:#fff}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types:hover .type,#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types:focus .type{display:inline-block}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type{display:inline-block;padding:8px 5px;color:#ccc}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type input{display:none}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.current{color:#0085ba}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type::before{position:relative;top:2px;font-family:Dashicons;font-size:20px}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.lp_quiz{padding:8px 6px 8px 0}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.lp_quiz::before{content:"\f469"}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.lp_lesson::before{content:"\f330"}#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.empty-item::before{content:"\f463"}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions{text-align:right}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action{display:inline-block;position:relative;width:30px;height:30px;margin:0;padding:0;text-align:center;vertical-align:middle;cursor:pointer}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action>a{width:30px;height:30px;color:#999;line-height:30px}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action>a:hover{color:#0073aa}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item>a:hover{color:#e74c3c}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul{display:none;position:absolute;z-index:9;top:100%;right:0;width:165px;margin:0;border:1px solid #999;background:#fdfeff;text-align:center}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul li{margin:0;border-bottom:1px solid #eee;text-align:right}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul li a{display:block;padding:10px 25px;color:#757575;font-size:12px;text-decoration:none}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul li a.delete-permanently{color:#e74c3c}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul li:hover{background:#eee}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item:hover ul{display:block}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item:hover .item-actions .actions>*{visibility:visible;cursor:pointer}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.lp_quiz .icon::before{content:"\f469"}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.lp_lesson .icon::before{content:"\f330"}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.empty-item{position:relative;color:#a2a2a2}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.empty-item::after{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5;background:#fff;content:""}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.empty-item .item-actions{display:none}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.empty-item .icon::before{color:#a2a2a2;content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .icon{color:#0085ba;font-size:20px;text-align:center;flex:0 0 29px}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .icon::before{font-family:Dashicons}#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item input{width:100%;padding:8px 10px 8px 0;border:0;color:inherit;font-size:14px;font-weight:600}#admin-editor-lp_course .lp-course-curriculum .section-actions{padding:0 20px 20px 20px}#admin-editor-lp_course .lp-course-curriculum .section-actions .remove{display:none;float:right;height:30px;border:1px solid #eee;border-radius:3px;color:#e74c3c;line-height:30px;cursor:pointer}#admin-editor-lp_course .lp-course-curriculum .section-actions .remove .icon{padding:0 18px}#admin-editor-lp_course .lp-course-curriculum .section-actions .remove .confirm{display:none;padding:0 18px}#admin-editor-lp_course .lp-course-curriculum .section-actions .remove.confirm .confirm{display:inline-block}#admin-editor-lp_course .lp-course-curriculum .section-actions .remove.confirm .icon{display:none}#admin-editor-lp_course .lp-course-curriculum .ui-sortable-placeholder{display:block;visibility:visible !important;border-color:#bdf4fe !important;background:#bdf4fe !important}.wp-admin.post-type-lp_course #meta-box-tab-course_payment .learn-press-tip-floating{top:40px;left:100px;opacity:.8;background:#a00}.wp-admin.post-type-lp_course #meta-box-tab-course_payment .learn-press-tip-floating::before{top:-7px;border:7px solid transparent;border-top-width:0;border-bottom-color:#a00}.section-item-counts{margin:0;margin-left:auto;font-size:12px;white-space:nowrap}.section-item-counts span{color:#999}#course-editor{margin-bottom:10px}#course-editor .inside .rwmb-custom_html-wrapper>.rwmb-label{display:none}#course-editor .inside .rwmb-custom_html-wrapper>.rwmb-input{margin-left:0}#quiz-editor .inside .rwmb-custom_html-wrapper>.rwmb-label{display:none}#quiz-editor .inside .rwmb-custom_html-wrapper>.rwmb-input{margin-left:0}#quiz-editor .inside{margin:0;padding:0}#admin-editor-lp_quiz{margin:0;padding:0;border:0}#admin-editor-lp_quiz form{margin:0}#admin-editor-lp_quiz .lp-box-data-head{display:flex;flex-direction:row;margin:0;padding:6px 20px;align-items:center}#admin-editor-lp_quiz .lp-box-data-head h3{padding:0}#admin-editor-lp_quiz .lp-box-data-head .status{visibility:hidden;position:relative;top:5px;margin-left:10px;font-family:Dashicons;font-size:20px}#admin-editor-lp_quiz .lp-box-data-head .status::before{content:"\f463"}#admin-editor-lp_quiz .lp-box-data-head .status.loading{display:inline-block;visibility:visible;animation:rotation 2s infinite linear}#admin-editor-lp_quiz .lp-box-data-head .collapse-list-questions{display:flex;width:40px;height:30px;color:#999;font-family:Dashicons;font-size:30px;cursor:pointer;justify-content:center;align-items:center}#admin-editor-lp_quiz .lp-box-data-content{margin:20px;margin-top:0;border:1px solid #ddd}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions{border-collapse:collapse;color:#777}@media(max-width:1560px){#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .fill_in_blanks .question-settings{flex-direction:column}}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row{display:flex;flex-direction:row;text-align:center;align-items:center}@media(max-width:1024px){#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row.question-settings{flex-direction:column}}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>*{width:100%;padding:12px 8px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.sort{position:relative;color:#999;cursor:url("../../images/openhand.cur") 7 5,default;flex:0 0 15px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.sort .svg-icon{height:18px;margin-top:-2px;vertical-align:middle;fill:#999}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.sort:hover{fill:#0085ba}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.order{padding:12px 0;color:#32373c;font-size:1.2em;text-align:left;flex:0 0 25px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.order::after{content:"."}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type{display:inline-flex;position:relative;width:125px;height:32px;padding:0;border-radius:2px;background-color:#eee;box-shadow:0 0 2px rgba(0,0,0,0.22);line-height:32px;cursor:pointer;flex:0 0 auto;align-items:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type>a{display:inline-flex;width:100%;padding:0 10px;color:#666;text-align:center;cursor:pointer;align-items:center;justify-content:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type>a::after{margin-left:5px;font-family:Dashicons;font-size:14px;line-height:30px;content:"\f347"}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type ul{visibility:hidden;position:absolute;z-index:9999;top:100%;right:0;height:auto;margin:0;margin-top:-1px;border:1px solid #999;border-radius:2px;opacity:1;background:#fdfeff;pointer-events:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type ul li{margin:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type ul li a{display:block;min-width:110px;padding:10px 20px;color:#757575;line-height:20px;text-align:right;white-space:nowrap;text-decoration:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type ul li a:hover{background-color:#eee}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type ul li.disabled{opacity:.4;background-color:#fff;user-select:none;pointer-events:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.type:hover ul{visibility:visible;opacity:1;pointer-events:visible}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.actions{width:300px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row>.name{padding-left:5px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row:hover>.sort{visibility:visible}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row .actions .lp-box-data-actions{text-align:right !important}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .header{display:none;border-bottom:1px solid #ddd}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .header .table-row>*{font-weight:bold}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .header .table-row>.order::after{content:""}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .header .table-row>.actions{padding:12px 0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-actions .name input{width:100%;padding:0;border:0;color:#777;background:transparent;box-shadow:none;font-size:14px;font-weight:normal}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings{padding:0 20px;border:1px solid #ddd;border-right:0;border-left:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings>*{padding:20px 20px 20px 0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options{border:1px solid #ddd}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .sort{width:12px;padding:8px 6px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .answer-text{width:calc(100% - 100px);padding-left:0;color:#444;font-weight:600}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .order{width:10px;padding:0;text-align:right}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .answer-correct{width:65px;color:#444;font-weight:600;text-align:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .actions{padding:0;text-align:right}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .actions .lp-toolbar-btn{height:42px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr{border:1px solid #ddd;background:#f4fcff}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr:nth-child(2n){background:#fff}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr td{position:static;padding:0 10px;border:0;background:inherit}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr td.sort{width:12px;cursor:url("../../images/openhand.cur") 7 5,default}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr td.answer-text{padding-left:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr td.answer-correct{text-align:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr .svg-icon{height:18px;vertical-align:middle;fill:#999}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr:hover .svg-icon{visibility:visible}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr:hover .sort:hover .svg-icon{fill:#0085ba}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-placeholder{visibility:visible !important}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-placeholder td{height:43px;background:#bdf4fe !important}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-helper{border-right:0;border-left:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-helper td{border-bottom:1px solid #ddd}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-helper td.sort{border-left:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.empty-option .sort i{display:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.empty-option .sort::before{display:inline-block;position:absolute;top:12px;left:4px;font-family:Dashicons;font-size:18px;content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.empty-option td{position:relative}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.empty-option td::after{position:absolute;top:0;right:1px;bottom:0;left:0;opacity:.5;background:#fff;content:""}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody .answer-text input{width:100%;padding:0;border:0;color:#777;background:transparent;box-shadow:none;font-size:14px;font-weight:normal}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item{border-bottom:1px solid #ddd;background:#f4fcff;line-height:18px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.ui-sortable-helper{border-top:1px solid #f1f1f1}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.ui-sortable-placeholder{display:block;visibility:visible !important;border-color:#bdf4fe !important;background:#bdf4fe !important}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question,#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating{position:relative}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question .question-actions .sort,#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating .question-actions .sort{visibility:visible}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question .question-actions .sort .fa,#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating .question-actions .sort .fa{display:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question .question-actions .sort::after,#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating .question-actions .sort::after{display:inline-block;position:absolute;left:5px;font-family:Dashicons;font-size:20px;content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question::after,#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating::after{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5;background:#fff;content:""}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question .question-settings{display:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .cell{padding:10px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .name input{width:100%;padding:0;border:0;color:#32373c;background:transparent;box-shadow:none;font-size:1.2em;font-weight:normal;line-height:18px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions{margin:0;padding:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons{display:grid;position:static;z-index:10;height:100%;text-align:right;grid-template-columns:30px 30px 30px 40px;align-items:center;justify-content:end}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons>div a{visibility:hidden}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn .lp-btn-icon{position:absolute;z-index:2;top:50%;left:50%;width:28px;height:30px;margin-top:-15px;margin-left:-15px;line-height:30px;text-align:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn ul{z-index:9}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn ul a{padding:8px 24px;line-height:24px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn ul a.remove{border-bottom:1px solid #eee;color:#666}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-btn-toggle{width:40px;height:42px;padding-right:0;font-family:Dashicons;font-size:20px;line-height:42px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-btn-toggle.open::after{content:"\f343"}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-btn-toggle.close::after{content:"\f347"}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions:hover .lp-toolbar-buttons>div a{visibility:visible}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings{background:#fff}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options{padding-right:0;padding-left:0;text-align:left}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .inside{margin:0;padding:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .inside .lp-quiz-editor__detail-field{margin:0;padding:20px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .inside .lp-quiz-editor__detail-field:nth-child(2n+1){background:#f4fcff}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .inside .lp-quiz-editor__detail-label{margin:0;margin-bottom:10px;color:#666;font-weight:600}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .postbox{border:1px solid #ddd}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .postbox .hndle{font-weight:600;cursor:default}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .postbox .toggle{float:right;position:absolute;top:0;right:0;width:36px;height:36px;line-height:36px;text-align:center;cursor:pointer}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .postbox .toggle::after{font-family:Dashicons;font-size:18px;content:"\f460"}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings.closed .quiz-question-options{width:38px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings.closed .postbox{min-width:34px;height:34px;line-height:42px;text-align:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings.closed .postbox .hndle{display:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings.closed .postbox .toggle::after{content:"\f132"}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.sorting_choice .quiz-question-data table.lp-list-options .answer-correct{display:none !important}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer{margin-top:-1px;border-top:1px solid #ddd;background:#f4fcff}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row{height:auto;text-align:left}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .lp-sortable-handle{display:flex;width:30px;padding:8px 6px 8px 10px;color:#999;font-family:Dashicons;font-size:20px;vertical-align:middle;align-items:center;justify-content:center}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .lp-sortable-handle::before{content:"\f132"}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .order{padding:8px 0;line-height:28px;text-align:left}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question{padding:8px 10px 8px 5px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title{display:inline-block;position:relative;min-width:500px}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title form input{width:100%;margin:0;padding:6px 0;border:0;background:transparent;font-size:1.2em;line-height:18px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title form input:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title form input:focus{color:#32373c}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title form input::placeholder{display:inline-block}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new{display:inline;position:relative}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types{display:none;position:absolute;z-index:9999999;top:100%;right:-2px;width:200px;margin:6px;border:1px solid #999;background-color:#fff}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types li{margin:0}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types li a{display:block;padding:12px 20px;outline:0;color:#757575;box-shadow:none;line-height:1;text-decoration:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types li a:hover{background:#eee}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types li.disabled{opacity:.5;background-color:#eee;user-select:none;pointer-events:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new button:hover+.question-types{display:block}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new button+.question-types:hover{display:block}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new button[disabled=disabled]:hover+.question-types{display:none}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .select-item{display:inline}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question button{height:30px;box-shadow:0 1px 0 #ccc !important}#admin-editor-lp_quiz .lp-box-data-content .question-button-actions{text-align:left}#question-editor .inside .rwmb-custom_html-wrapper .rwmb-label{display:none}#question-editor .inside .rwmb-custom_html-wrapper .rwmb-input{margin-left:0}#question-editor .inside{margin:0;padding:0}#admin-editor-lp_question{margin:0;padding:0;border:0;background:#fff}#admin-editor-lp_question form{margin:0}#admin-editor-lp_question .lp-box-data-head{display:flex;flex-direction:row;padding:10px 20px;align-items:center}#admin-editor-lp_question .lp-box-data-head .heading{margin:0;padding:0;flex:1}#admin-editor-lp_question .lp-box-data-head .lp-question-editor{position:relative;margin-left:auto;border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types>a{display:inline-flex;height:32px;padding:0 16px;border:1px solid #999;border-radius:2px;color:#666;line-height:32px;text-decoration:none;align-items:center;cursor:pointer;user-select:none}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types>a::after{margin-left:5px;font-family:Dashicons;font-size:14px;line-height:30px;content:"\f347"}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul{display:none;position:absolute;z-index:9999;top:100%;right:0;height:auto;margin:0;margin-top:-1px;border:1px solid #999;border-radius:2px;background:#fdfeff}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li{margin:0}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li:hover,#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li.active{background:#eee}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li a{display:block;min-width:110px;padding:10px;color:#757575;font-size:12px;text-align:right;white-space:nowrap;text-decoration:none}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li.disabled{opacity:.4}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li.disabled a{color:#999;cursor:not-allowed;pointer-events:none}#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul:hover{display:block}#admin-editor-lp_question .lp-box-data-head .lp-question-editor:hover .question-types ul{display:block}#admin-editor-lp_question .lp-box-data-content{padding:0 20px 20px 20px;border:none !important}#admin-editor-lp_question .lp-box-data-content table.list-question-answers{width:100%;border:1px solid #ddd}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tr td{padding:0 15px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers thead tr th{padding:15px;border-bottom:1px solid #ddd;background-color:#eee;font-weight:600}#admin-editor-lp_question .lp-box-data-content table.list-question-answers thead tr th.answer-text{padding-left:10px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers .sort,#admin-editor-lp_question .lp-box-data-content table.list-question-answers .order,#admin-editor-lp_question .lp-box-data-content table.list-question-answers .actions{width:10px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers .sort{padding:0 10px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers .order{width:10px;padding:0;text-align:right}#admin-editor-lp_question .lp-box-data-content table.list-question-answers .answer-correct{width:65px;text-align:center}#admin-editor-lp_question .lp-box-data-content table.list-question-answers .answer-text{padding-left:8px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers .actions{padding-right:0;text-align:right}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr{color:#444;background:#fff}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr:nth-child(2n){background:#fff}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td{background-color:#fff}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.sort{width:15px;padding:0;font-size:18px;text-align:center;cursor:url("../../images/openhand.cur") 7 5,default}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.sort .svg-icon{height:18px;margin-top:-2px;vertical-align:middle;fill:#999}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.sort:hover .svg-icon{fill:#0085ba}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.order{font-size:14px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.answer-text input{width:100%;padding:0;border:0;color:#444;background:transparent;box-shadow:none;font-size:14px;font-weight:600;transition:box-shadow .2s ease}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.lp-toolbar-buttons{z-index:auto}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr:hover td.actions .remove-answer{visibility:visible;height:42px}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.ui-sortable-placeholder{visibility:visible !important}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.ui-sortable-placeholder td{height:43px;background:#bdf4fe !important}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.ui-sortable-helper td{border-bottom:1px solid #ddd}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.ui-sortable-helper td.sort{border-left:0}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.new-option .svg-icon{display:none}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.new-option td{position:relative}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.new-option .sort::before{display:inline-block;position:absolute;top:8px;left:10px;font-family:"Dashicons";content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.new-option td::after{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5;background:#fff;content:""}#admin-editor-lp_question .lp-box-data-content .add-answer{margin:15px 0 0 0}#admin-editor-lp_question.sorting_choice table.list-question-answers .answer-correct{display:none !important}.lp-admin-fib-question-editor,.admin-quiz-fib-question-editor{text-align:left}.lp-admin-fib-question-editor .lp-box-data-content,.admin-quiz-fib-question-editor .lp-box-data-content{margin:0 !important;border:none !important}.lp-admin-fib-question-editor .content-editable,.admin-quiz-fib-question-editor .content-editable{min-height:240px !important;padding:12px 15px;border:2px solid #ddd;border-radius:4px}.lp-admin-fib-question-editor .content-editable .fib-blank,.admin-quiz-fib-question-editor .content-editable .fib-blank{position:relative;color:#2196f3}.lp-admin-fib-question-editor .content-editable .fib-blank::before,.admin-quiz-fib-question-editor .content-editable .fib-blank::before{content:"#" attr(data-index) ". "}.lp-admin-fib-question-editor .fib-blanks,.admin-quiz-fib-question-editor .fib-blanks{min-width:700px;border-collapse:collapse}@media(max-width:1024px){.lp-admin-fib-question-editor .fib-blanks,.admin-quiz-fib-question-editor .fib-blanks{width:100%;min-width:100%}}.lp-admin-fib-question-editor .fib-blanks tbody,.admin-quiz-fib-question-editor .fib-blanks tbody{border-bottom:1px solid #bbb}.lp-admin-fib-question-editor .fib-blanks tbody tr,.admin-quiz-fib-question-editor .fib-blanks tbody tr{background:#eee}.lp-admin-fib-question-editor .fib-blanks tbody tr td,.admin-quiz-fib-question-editor .fib-blanks tbody tr td{padding:5px}.lp-admin-fib-question-editor .fib-blanks tbody tr.blank-options td,.admin-quiz-fib-question-editor .fib-blanks tbody tr.blank-options td{padding:0}.lp-admin-fib-question-editor .fib-blanks tbody tr.blank-options ul,.admin-quiz-fib-question-editor .fib-blanks tbody tr.blank-options ul{display:none;margin:5px 0;padding:20px;border:1px solid #ddd;background:#fff;list-style:none}.lp-admin-fib-question-editor .fib-blanks tbody.open .blank-options ul,.admin-quiz-fib-question-editor .fib-blanks tbody.open .blank-options ul{display:block}.lp-admin-fib-question-editor .fib-blanks tbody .blank-position,.admin-quiz-fib-question-editor .fib-blanks tbody .blank-position{font-weight:600;text-align:center}.lp-admin-fib-question-editor .fib-blanks tbody .blank-actions,.admin-quiz-fib-question-editor .fib-blanks tbody .blank-actions{text-align:right}.lp-admin-fib-question-editor .fib-blanks tbody:last-child,.admin-quiz-fib-question-editor .fib-blanks tbody:last-child{border:0}#fill-in-blanks-editor{display:flex}#fill-in-blanks-editor .blank-options{flex:0 0 65%}#fill-in-blanks-editor .blanks{width:100%;margin:0}#fill-in-blanks-editor .blanks .blank{margin:0 0 20px 0;padding:20px;border:1px solid #d9e0f1;background:#fbfcff}#fill-in-blanks-editor .blanks .blank label{font-weight:bold}#fill-in-blanks-editor .blanks .blank .blank-content{width:100%;min-height:74px;font-size:16px}#fill-in-blanks-editor .blanks .blank .blank-words .word{background:#ddd;line-height:1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}#fill-in-blanks-editor .blanks .blank .blank-words .word.correct{background:#00a1e6}#fill-in-blanks-editor .blanks .blank .blank-tip p{font-style:italic}#fill-in-blanks-editor .blanks .blank .button-remove{color:red}#fill-in-blanks-editor .passage-preview{margin-left:20px;padding:15px 20px;border:1px solid #ddd;font-size:16px;line-height:24px;text-align:justify;flex:1}#fill-in-blanks-editor .passage-preview .blank-input{display:inline-block;position:relative;width:50px;height:16px;margin:-2px 10px;padding:0;border:0;border-bottom:1px dashed #ddd;background:transparent;box-shadow:none;font-size:16px;vertical-align:middle}#fill-in-blanks-editor .blanks-list{width:100%}#fill-in-blanks-editor .blanks-list textarea{width:100%;min-height:300px;margin-bottom:20px;outline:0;background:#f9f9f9;box-shadow:none;font-size:18px;line-height:30px}#fill-in-blanks-editor .blanks-list code{line-height:1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}#fill-in-blanks-editor .blanks-list code.correct{background:#00a1e6}#lp-modal-choose-items{display:none;position:fixed;z-index:-1;top:0;right:0;bottom:0;left:0;opacity:0;background-color:rgba(0,0,0,0.5)}#lp-modal-choose-items.show{display:block;z-index:99999999;opacity:1}#lp-modal-choose-items.loading .lp-choose-items ul.list-items::before{display:block;position:absolute;z-index:9;top:0;right:0;bottom:0;left:0;background:url("../../images/spinner.gif") no-repeat center center;background-color:#fff;content:""}#lp-modal-choose-items .lp-choose-items{position:relative;max-width:800px;margin:5% auto 10% 20%;border:1px solid #ddd;background-color:#fff;box-shadow:0 1px 1px rgba(0,0,0,0.1);transition:all 200ms ease-out}#lp-modal-choose-items .lp-choose-items.show-preview .header .preview-title{display:flex;align-items:center}#lp-modal-choose-items .lp-choose-items .header{position:relative}#lp-modal-choose-items .lp-choose-items .header .preview-title{display:none;position:absolute;z-index:10;top:0;right:0;bottom:0;left:0;padding-left:20px;border-bottom:1px solid #ddd;background-color:#fff;font-weight:600}#lp-modal-choose-items .lp-choose-items .header .preview-title h3{margin:0}#lp-modal-choose-items .lp-choose-items .header .tabs{margin:0;border-bottom:1px solid #ddd}#lp-modal-choose-items .lp-choose-items .header .tabs .tab{display:inline-block;position:relative;margin:0}#lp-modal-choose-items .lp-choose-items .header .tabs .tab:not(:last-child)::before{position:absolute;top:50%;right:0;height:44px;margin-top:-22px;border-right:1px solid #ddd;content:""}#lp-modal-choose-items .lp-choose-items .header .tabs .tab.active::after{display:inline-block;position:absolute;bottom:-6px;left:50%;width:10px;height:10px;margin-left:-6px;border:1px solid #ddd;border-right:0;border-bottom:0;background:#fff;content:"";transform:rotate(45deg)}#lp-modal-choose-items .lp-choose-items .header .tabs .tab.active a{color:#0073aa}#lp-modal-choose-items .lp-choose-items .header .tabs .tab a{display:inline-block;height:44px;padding:0 20px;color:#333;font-weight:600;line-height:44px;text-decoration:none}#lp-modal-choose-items .lp-choose-items .header .tabs .tab a:focus{box-shadow:none}#lp-modal-choose-items .lp-choose-items .header .close{display:inline-block;position:absolute;z-index:30;top:0;right:0;padding:12px;font-size:1em;cursor:pointer}#lp-modal-choose-items .lp-choose-items .main{overflow:hidden;position:relative;padding:20px;border-bottom:1px solid #ddd}#lp-modal-choose-items .lp-choose-items .main .section-item{display:block;overflow:hidden;max-width:100%;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;transition:color 200ms ease-out}#lp-modal-choose-items .lp-choose-items .main .section-item::before{position:relative;top:3px;font-family:Dashicons}#lp-modal-choose-items .lp-choose-items .main .search{margin-bottom:20px;background:transparent}#lp-modal-choose-items .lp-choose-items .main .search input.modal-search-input{width:100%;height:36px;padding:0 14px;font-size:16px;line-height:36px}#lp-modal-choose-items .lp-choose-items .main .list-items{overflow-y:auto;position:relative;min-height:260px;max-height:460px;margin:0}#lp-modal-choose-items .lp-choose-items .main .list-items li{margin:15px 0;cursor:pointer}#lp-modal-choose-items .lp-choose-items .main .pagination .index{margin-left:20px;line-height:28px}#lp-modal-choose-items .lp-choose-items .lp-added-items-preview{overflow:auto;position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;max-height:420px;padding:20px;background-color:#fff;transform:translate(100%,0)}#lp-modal-choose-items .lp-choose-items .lp-added-items-preview.show{transform:translate(0,0)}#lp-modal-choose-items .lp-choose-items .lp-added-items-preview .list-added-items li{margin:15px 0}#lp-modal-choose-items .lp-choose-items .lp-added-items-preview .list-added-items li:first-child{margin:-10px 0 15px 0}#lp-modal-choose-items .lp-choose-items .footer{padding:20px}body.lp-item-moving{cursor:url("../../images/closedhand.cur") 7 5,default !important}@media screen and (max-width:900px){#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .question-settings.table-row{display:block;width:auto;text-align:left}#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .question-settings.table-row>*{width:auto}}#learn-press-reset-course-users,#learn-press-reset-user-courses,#learn-press-reset-user-item{max-width:100%}#learn-press-reset-course-users table,#learn-press-reset-user-courses table,#learn-press-reset-user-item table{width:100%;border-collapse:collapse}#learn-press-reset-course-users .courses-list,#learn-press-reset-user-courses .courses-list,#learn-press-reset-user-item .courses-list{margin:0}#learn-press-reset-course-users input[type=text],#learn-press-reset-user-courses input[type=text],#learn-press-reset-user-item input[type=text]{min-width:300px;height:28px;margin-left:0}#learn-press-reset-course-users .action-reset.dashicons-trash,#learn-press-reset-user-courses .action-reset.dashicons-trash,#learn-press-reset-user-item .action-reset.dashicons-trash{color:red}#learn-press-reset-course-users .action-reset.dashicons-update,#learn-press-reset-user-courses .action-reset.dashicons-update,#learn-press-reset-user-item .action-reset.dashicons-update{-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}.learn-press-tip{display:none;margin:0 5px;color:#444;font-size:13px;font-style:normal;line-height:1;vertical-align:baseline;cursor:pointer}.learn-press-tip.ready{display:inline-block}.learn-press-tip::before{font-family:"Font Awesome 5 Free";content:"\f059"}.learn-press-tip:hover{opacity:.8}.learn-press-tip-floating{position:absolute;z-index:9999999;min-width:20px;margin-left:-1px;padding:.618em 1em;color:#fff;background:#383838;font-size:12px;line-height:1.2em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.learn-press-tip-floating>*{font-size:12px}.learn-press-tip-floating .close{display:inline-block;position:absolute;top:-8px;right:-8px;width:16px;height:16px;border:1px solid #fff;color:#fff;background:#468fbc;line-height:16px;text-align:center;cursor:pointer;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.learn-press-tip-floating .close::before{font-family:"Font Awesome 5 Free";content:"\f00d"}.learn-press-tip-floating p{margin:0}.learn-press-tip-floating::before{position:absolute;bottom:-6px;left:50%;width:0;height:0;margin-left:-6px;border:6px solid transparent;border-top-color:#383838;border-bottom-width:0;content:""}.lp-group-step{border-bottom:1px solid #eee}.lp-group-step h3{padding:0 2em}.lp-group-step label{margin-bottom:5px;font-size:13px;font-weight:500;font-style:italic}.lp-group-step .lp-item-step{display:flex;position:relative;min-height:35px;margin:0;padding:1em 0;border-top:1px solid #eee;align-items:center;cursor:pointer}.lp-group-step .lp-item-step:hover{background:#eee}.lp-group-step .lp-item-step.running .lp-item-step-left::before{opacity:1}.lp-group-step .lp-item-step.running .lp-item-step-left input{opacity:0}.lp-group-step .lp-item-step.running::before{display:block;position:absolute;width:0;height:100%;background:#0073aa;content:"";opacity:.1;transition:.8s linear}.lp-group-step .lp-item-step.running .progress-bar{opacity:.1}.lp-group-step .lp-item-step.completed .lp-item-step-left::after{opacity:1}.lp-group-step .lp-item-step.completed .lp-item-step-left input{opacity:0}.lp-group-step .lp-item-step.completed .progress-bar{width:100%;opacity:.1}.lp-group-step .lp-item-step.error .lp-item-step-left::after{opacity:1;color:#d33;content:"\f335"}.lp-group-step .lp-item-step .progress-bar{display:block;position:absolute;top:0;left:0;width:0;height:100%;opacity:0;background:rgba(124,96,217,0.7490196078);transition:.8s linear}.lp-group-step .lp-item-step-left{display:inline-flex;align-items:center;position:relative;padding:0 2em}.lp-group-step .lp-item-step-left::before{display:block;position:absolute;z-index:2;width:1em;height:1em;border:1px solid rgba(0,0,0,0.1);border-top:1px solid #3498db;border-radius:50%;opacity:0;content:"";-webkit-animation:lp-rotating .8s linear infinite;animation:lp-rotating .8s linear infinite}.lp-group-step .lp-item-step-left::after{position:absolute;z-index:1;left:23px;opacity:0;color:#4caf50;font-family:Dashicons;font-size:1.5em;content:"\f147"}.lp-group-steps-done{display:none}@keyframes lp-rotating{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}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(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.ajaxload{display:inline-block;position:relative;width:30px;height:30px;background:#7b7b7b;content:"";-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}.ajaxload::after{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:inline-block;position:absolute;top:2px;left:50%;width:6px;height:6px;margin-left:-3px;background:#dedede;content:""}.lp-ajaxload-style-1{display:inline-block;position:relative;width:32px;height:32px}.lp-ajaxload-style-1::before,.lp-ajaxload-style-1::after{position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid #ddd;content:""}.lp-ajaxload-style-1::after{clip:rect(0,32px,16px,16px);border-color:#2fa7ff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}@media screen and (max-width:782px){.learn-press-dropdown-pages .select2-container{vertical-align:top}.learn-press-dropdown-pages .select2-container .select2-selection--single{height:31px}.learn-press-dropdown-pages .select2-selection__rendered{line-height:31px !important}#learn-press-advertisement{margin:0 12px;padding-bottom:0}#learn-press-advertisement .slider-controls{bottom:40px}}.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%}}.button.disabled{pointer-events:none}.learnpress .postbox .rwmb-meta-box{margin-top:10px}.learnpress #field-_lp_requirements .rwmb-text-list-clone,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone,.learnpress #field-_lp_key_features .rwmb-text-list-clone,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone,.learnpress #field-_lp_faqs .rwmb-text-list-clone,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone{clear:none;position:relative;border:1px solid #ddd;border-radius:4px}.learnpress #field-_lp_requirements .rwmb-text-list-clone .rwmb-text-list-label,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .rwmb-text-list-label,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .rwmb-text-list-label,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .rwmb-text-list-label,.learnpress #field-_lp_key_features .rwmb-text-list-clone .rwmb-text-list-label,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .rwmb-text-list-label,.learnpress #field-_lp_faqs .rwmb-text-list-clone .rwmb-text-list-label,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list-label{display:none}.learnpress #field-_lp_requirements .rwmb-text-list-clone .rwmb-text-list,.learnpress #field-_lp_requirements .rwmb-text-list-clone .rwmb-text-list-advanced,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .rwmb-text-list,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .rwmb-text-list-advanced,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .rwmb-text-list,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .rwmb-text-list-advanced,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .rwmb-text-list,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .rwmb-text-list-advanced,.learnpress #field-_lp_key_features .rwmb-text-list-clone .rwmb-text-list,.learnpress #field-_lp_key_features .rwmb-text-list-clone .rwmb-text-list-advanced,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .rwmb-text-list,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .rwmb-text-list-advanced,.learnpress #field-_lp_faqs .rwmb-text-list-clone .rwmb-text-list,.learnpress #field-_lp_faqs .rwmb-text-list-clone .rwmb-text-list-advanced,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list-advanced{width:calc(100% - 65px);padding:7px 10px;border:0;color:#777;background:transparent;box-shadow:none;line-height:1}.learnpress #field-_lp_requirements .rwmb-text-list-clone .remove-clone,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .remove-clone,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .remove-clone,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .remove-clone,.learnpress #field-_lp_key_features .rwmb-text-list-clone .remove-clone,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .remove-clone,.learnpress #field-_lp_faqs .rwmb-text-list-clone .remove-clone,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .remove-clone{top:50%;right:41px;margin-top:-10px;border-radius:unset;color:#999;background:transparent;-webkit-transition:right .25s;-moz-transition:right .25s;-ms-transition:right .25s;-o-transition:right .25s;transition:right .25s}.learnpress #field-_lp_requirements .rwmb-text-list-clone .remove-clone i,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .remove-clone i,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .remove-clone i,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .remove-clone i,.learnpress #field-_lp_key_features .rwmb-text-list-clone .remove-clone i,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .remove-clone i,.learnpress #field-_lp_faqs .rwmb-text-list-clone .remove-clone i,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .remove-clone i{font-size:20px}.learnpress #field-_lp_requirements .rwmb-text-list-clone .remove-clone:hover,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .remove-clone:hover,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .remove-clone:hover,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .remove-clone:hover,.learnpress #field-_lp_key_features .rwmb-text-list-clone .remove-clone:hover,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .remove-clone:hover,.learnpress #field-_lp_faqs .rwmb-text-list-clone .remove-clone:hover,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .remove-clone:hover{color:#e74c3c}.learnpress #field-_lp_requirements .rwmb-text-list-clone::after,.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone::after,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone::after,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone::after,.learnpress #field-_lp_key_features .rwmb-text-list-clone::after,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone::after,.learnpress #field-_lp_faqs .rwmb-text-list-clone::after,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone::after{display:inline-block;position:absolute;top:50%;right:10px;margin:8px 0 0 0;margin-top:-9px;color:#999;font-family:Dashicons;font-size:20px;content:"\f333"}.learnpress #field-_lp_requirements .rwmb-text-list-clone:focus-within,.learnpress #field-_lp_target_audiences .rwmb-text-list-clone:focus-within,.learnpress #field-_lp_key_features .rwmb-text-list-clone:focus-within,.learnpress #field-_lp_faqs .rwmb-text-list-clone:focus-within{border-color:#0085ba}.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .rwmb-text-list:focus,.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .rwmb-text-list:focus,.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .rwmb-text-list:focus,.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list:focus{border-color:#0085ba}.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone{position:relative;padding:0 0 16px 0}.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list-label{display:block;padding:10px 10px 0 12px}.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list{width:calc(100% - 25px);margin:0 13px 0 13px;border:1px solid #ddd;vertical-align:top}.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .remove-clone{top:20px;right:36px;margin-top:-10px;color:#999;-webkit-transition:right .25s;-moz-transition:right .25s;-ms-transition:right .25s;-o-transition:right .25s;transition:right .25s}.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone::after{top:20px}.lp-notice,.learn-press-notice{position:relative;padding:12px}.lp-notice h4,.learn-press-notice h4{margin:10px 0 15px}.lp-notice p,.learn-press-notice p{margin:0 0 5px 0;padding:0 2px}.lp-notice.lp-upgrade-notice,.learn-press-notice.lp-upgrade-notice{position:relative;border-left-color:#02b7fb;background:#bceffe}.lp-notice.lp-upgrade-notice .close-notice,.learn-press-notice.lp-upgrade-notice .close-notice{position:absolute;top:5px;right:10px}.lp-notice .lp-message-dismiss,.learn-press-notice .lp-message-dismiss{position:absolute;top:12px;right:12px}.lp-notice .notice-dismiss,.learn-press-notice .notice-dismiss{position:absolute;top:0;right:1px;margin:0;padding:9px;border:0;outline:0;color:#72777c;background:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;cursor:pointer}.lp-notice .notice-dismiss::before,.learn-press-notice .notice-dismiss::before{display:block;width:20px;height:20px;color:#72777c;background:0;font:normal 16px/20px dashicons;text-align:center;content:"\f153";speak:none;-webkit-font-smoothing:antialiased}.learn-press-dropdown-pages{display:inline-block}.lp-notice-update-database{border:1px solid rebeccapurple;border-left-color:red;border-radius:3px;color:white;background:rebeccapurple}.lp-notice-update-database.do-updating::before{display:inline-block;float:left;margin:9px 5px 0 -5px;color:#2773aa;font-family:dashicons;font-size:20px;content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#adminmenu .update-plugins.lp-plugins-count{padding:0 5px}.search-box input[name=post-search-author],.search-box .select2-container{min-width:200px;margin:0;vertical-align:top}.learn-press-notice-assigned-item{color:red}.learnpress .actions{margin:0}#learn-press-syncs li{position:relative}#learn-press-syncs li.syncing,#learn-press-syncs li.synced{padding-left:24px}#learn-press-syncs li.syncing input[type=checkbox],#learn-press-syncs li.synced input[type=checkbox]{display:none}#learn-press-syncs li.syncing::after{content:"\f463";-webkit-animation:rotating4 2s linear infinite;-moz-animation:rotating4 2s linear infinite;-ms-animation:rotating4 2s linear infinite;-o-animation:rotating4 2s linear infinite;animation:rotating4 2s linear infinite}#learn-press-syncs li.synced::after{color:#2773aa;content:"\f147"}#learn-press-syncs li::after{display:block;position:absolute;top:0;left:-3px;width:24px;height:24px;font-family:dashicons;font-size:19px;line-height:24px;text-align:center}#learn-press-updater .updater-progress{position:relative;margin:0 2px}#learn-press-updater .updater-progress ul{display:flex;position:relative;height:5px;background:#eee}#learn-press-updater .updater-progress ul li{position:relative;margin:0;flex:1}#learn-press-updater .updater-progress ul li::after{display:none;position:absolute;top:-30px;right:0;padding:3px 5px;border-radius:3px;color:#fff;background:#ddd;font-size:12px;content:attr(data-version)}#learn-press-updater .updater-progress ul li::before{content:""}#learn-press-updater .updater-progress ul li:last-child::after{_display:block}#learn-press-updater .updater-progress ul::after{position:absolute;top:0;left:0;width:0;height:20px}#learn-press-updater .updater-progress .updater-progress-status{position:absolute;top:0;left:0;width:0;height:5px;background:#5bc4f9;-webkit-transition:width .25s;-moz-transition:width .25s;-ms-transition:width .25s;-o-transition:width .25s;transition:width .25s}#learn-press-updater .updater-progress .updater-progress-status::before{position:absolute;top:-20px;right:0;padding:0 5px;border-radius:3px;color:#fff;background:#5bc4f9;font-size:12px;_content:attr(data-value) "%"}#learn-press-updater .updater-progress .updater-progress-status .updater-progress-animation{overflow:hidden;position:absolute;top:0;left:0;width:100%;height:5px;background:#5bc4f9}#learn-press-updater .updater-progress .updater-progress-status .updater-progress-animation:not(.completed)::after{position:absolute;height:5px;background:#8dd9ff;content:"";-webkit-animation:animation4 1.5s ease-out infinite;-moz-animation:animation4 1.5s ease-out infinite;-ms-animation:animation4 1.5s ease-out infinite;-o-animation:animation4 1.5s ease-out infinite;animation:animation4 1.5s ease-out infinite}#learn-press-updater .updating-message{color:#a24666}#learn-press-updater .completed-message{color:#3c8eb7}#learn-press-updater{display:none}.select2 .select2-search.select2-search--inline{margin-bottom:0}.select2 .select2-selection .select2-selection__choice{margin-top:4px;margin-bottom:0}.select2 .select2-selection.select2-selection--multiple{min-height:30px}.edit-post-layout__metaboxes .rwmb-label>label{color:#666;font-size:small;font-weight:bold}body.post-type-lp_question #button-new-question{display:inline-block;position:relative}body.post-type-lp_question #button-new-question div{display:none;position:absolute;z-index:9999;top:100%;left:0;min-width:100px;margin:0 0 0 -1px;border:1px solid #999;background:white;font-weight:400}body.post-type-lp_question #button-new-question div a{display:block;min-width:100px;margin:0;padding:10px 20px;color:#666;white-space:nowrap;text-decoration:none}body.post-type-lp_question #button-new-question div a:hover{background:#eee}body.post-type-lp_question #button-new-question>a{position:relative;padding-right:15px;text-decoration:none}body.post-type-lp_question #button-new-question>a::after{display:inline-block;position:absolute;top:6px;right:0;width:0;height:0;margin:0;border:5px solid transparent;border-top-color:#0f7aae;content:""}body.post-type-lp_question #button-new-question:hover div{display:block}.lp-label{display:inline-block;padding:3px 6px;color:#fff;font-size:12px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.lp-label.success{background:#4caf50}.lp-label.error{background:red}.lp-label.warning{background:#ffc107}.lp-label .far,.lp-label .fas,.lp-label .fa{display:inline-block;margin-right:5px}.lp-admin-profile-courses .column-results{width:200px}.lp-admin-profile-courses .course-results-progress .lp-progress-row{margin:0 0 20px 0}.lp-admin-profile-courses .course-results-progress .lp-course-progress-heading{margin:0 0 5px 0;line-height:1}.lp-admin-profile-courses .learn-press-progress{overflow:hidden;position:relative;width:150px;height:6px;border-radius:3px}.lp-admin-profile-courses .learn-press-progress .learn-press-progress__active{position:absolute;z-index:1;left:-100%;width:100%;height:100%;border-radius:3px;background:var(--lp-primary-color);-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s}.lp-admin-profile-courses .learn-press-progress::before{display:block;position:absolute;z-index:0;top:0;width:100%;height:100%;background:#ccc;content:""}
assets/css/learnpress-rtl.css CHANGED
@@ -53,11 +53,11 @@
53
  .learn-press-message {
54
  position: relative;
55
  margin: 0 0 20px 0;
56
- padding: 10px 15px 10px 12px;
57
  border-top: 5px solid #00adff;
58
- border-bottom-left-radius: 5px;
59
- border-bottom-right-radius: 5px;
60
  background: #f5f5f5;
 
61
  }
62
  .learn-press-message.icon {
63
  padding-right: 45px;
@@ -69,8 +69,8 @@
69
  position: absolute;
70
  top: 50%;
71
  right: 15px;
72
- width: 26px;
73
- height: 26px;
74
  margin-top: -13px;
75
  margin-left: 10px;
76
  border-radius: 50%;
@@ -103,68 +103,74 @@
103
  border-bottom-color: #f5f5f5;
104
  }
105
  .learn-press-message.error {
106
- border-top: 5px solid #d85554;
107
  }
108
  .learn-press-message.error::before {
109
  background: #d85554;
110
  }
111
- .learn-press-message.error.icon::before {
112
  background: #d85554;
113
  }
114
  .learn-press-message.error.icon::after {
115
- background: #d85554;
116
  content: "\f00d";
117
  }
118
  .learn-press-message.warning {
119
- border-top: 5px solid #ffc107;
120
  }
121
  .learn-press-message.warning::before {
122
  background: #ffc107;
123
  }
124
- .learn-press-message.warning.icon::before {
125
  background: #ffc107;
126
  }
127
  .learn-press-message.warning.icon::after {
128
- background: #ffc107;
129
  content: "\f00d";
130
  }
131
  .learn-press-message.success {
132
- border-top: 5px solid #059601;
133
  }
134
  .learn-press-message.success::before {
135
  background: #059601;
136
  }
137
- .learn-press-message.success.icon::before {
138
  background: #059601;
139
  }
140
  .learn-press-message.success.icon::after {
141
- background: #059601;
142
  content: "\f129";
143
  }
 
 
 
144
 
145
  @keyframes lp-rotating {
146
  from {
147
- -o-transform: rotate(0deg);
148
- -ms-transform: rotate(0deg);
149
- -moz-transform: rotate(0deg);
150
  -webkit-transform: rotate(0deg);
 
 
 
151
  transform: rotate(0deg);
152
  }
153
  to {
154
- -o-transform: rotate(-360deg);
155
- -ms-transform: rotate(-360deg);
156
- -moz-transform: rotate(-360deg);
157
  -webkit-transform: rotate(-360deg);
 
 
 
158
  transform: rotate(-360deg);
159
  }
160
  }
161
  @-webkit-keyframes lp-rotating {
162
  from {
163
  -webkit-transform: rotate(0deg);
 
 
 
164
  transform: rotate(0deg);
165
  }
166
  to {
167
  -webkit-transform: rotate(-360deg);
 
 
 
168
  transform: rotate(-360deg);
169
  }
170
  }
@@ -410,8 +416,9 @@
410
  .learn-press-tabs .learn-press-tabs__tab > label {
411
  display: block;
412
  margin: 0;
413
- padding: 20px 65px 14px 65px;
414
  font-size: 18px;
 
415
  font-weight: 600;
416
  text-align: center;
417
  text-transform: capitalize;
@@ -468,22 +475,24 @@
468
 
469
  .learn-press-filters {
470
  display: flex;
471
- margin-bottom: 36px;
472
  margin-right: 0;
473
  list-style: none;
474
  }
475
- @media (max-width: 767px) {
476
- .learn-press-filters {
477
- display: grid;
478
- grid-template-columns: repeat(3, 1fr);
479
- grid-gap: 15px;
480
- }
481
- }
482
  .learn-press-filters > li {
483
  margin: 0;
484
  font-size: 16px;
485
  line-height: 24px;
486
  }
 
 
 
 
 
 
 
 
 
487
  .learn-press-filters > li > a,
488
  .learn-press-filters > li > span {
489
  display: inline-block;
@@ -512,6 +521,7 @@
512
  }
513
  .learn-press-filters > li a {
514
  color: #333;
 
515
  }
516
  .learn-press-filters > li a + span {
517
  color: #333;
@@ -546,9 +556,10 @@
546
  margin-top: 0;
547
  margin-bottom: 18px;
548
  color: #333;
549
- font-size: 18px;
550
  font-weight: 600;
551
  line-height: 1;
 
552
  }
553
  @media (max-width: 815px) {
554
  .lp-checkout-form__before,
@@ -565,56 +576,21 @@
565
  width: 100%;
566
  }
567
 
568
- #learn-press-checkout-form .lp-checkout-form__after {
569
  float: right;
570
  }
571
- #learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields {
572
- padding: 0 0 14px 0;
573
- }
574
- #learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input input:not([type=checkbox]) {
575
- width: 100%;
576
- height: 43px;
577
- padding: 0 22px;
578
- border: 1px solid #ccc;
579
- border-radius: 3px;
580
- background-color: #fff;
581
- font-size: 14px;
582
- font-weight: 300;
583
- font-style: italic;
584
- line-height: 43px;
585
- }
586
- #learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input input:not([type=checkbox]):focus {
587
- border-color: var(--lp-primary-color);
588
- outline: 0;
589
- color: #222;
590
- }
591
- #learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input ::placeholder {
592
- opacity: 1;
593
- color: #999;
594
- }
595
- #learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input :-ms-input-placeholder {
596
- color: #999;
597
- }
598
- #learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input ::-ms-input-placeholder {
599
- color: #999;
600
- }
601
- #learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input input:-webkit-autofill,
602
- #learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input input:-webkit-autofill:hover,
603
- #learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input input:-webkit-autofill:focus {
604
- -webkit-box-shadow: 0 0 0 1000px #fff inset;
605
- -webkit-text-fill-color: #999 !important;
606
- }
607
- #learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-checkout-remember {
608
  letter-spacing: 0;
 
609
  }
610
- #learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-checkout-remember label {
611
  width: auto;
612
  color: #666;
613
  font-size: 16px;
614
  font-weight: 300;
615
  line-height: 26px;
616
  }
617
- #learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-checkout-remember label input[type=checkbox] {
618
  position: relative;
619
  top: 3px;
620
  width: 19px;
@@ -624,10 +600,10 @@
624
  cursor: pointer;
625
  -webkit-appearance: none;
626
  }
627
- #learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-checkout-remember label input[type=checkbox]:focus {
628
  outline: 0;
629
  }
630
- #learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-checkout-remember label input[type=checkbox]:checked::after {
631
  position: absolute;
632
  top: 2px;
633
  right: 2px;
@@ -638,7 +614,7 @@
638
  line-height: 1;
639
  content: "\f00c";
640
  }
641
- #learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-checkout-remember a {
642
  color: #666;
643
  font-size: 16px;
644
  font-weight: 300;
@@ -646,51 +622,100 @@
646
  text-decoration: underline;
647
  text-decoration-color: #ccc;
648
  }
649
- #learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-checkout-remember a:hover {
650
  color: var(--lp-primary-color);
651
  text-decoration-color: var(--lp-primary-color);
652
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
653
 
654
- #learn-press-checkout-form {
655
  margin: 0 -15px;
 
656
  }
657
  @media (max-width: 815px) {
658
- #learn-press-checkout-form {
659
  display: flex;
660
  flex-direction: column-reverse;
661
  margin: 0;
662
  }
663
  }
664
- #learn-press-checkout-form #btn-checkout-account-switch-to-guest {
665
  margin-bottom: 60px;
666
  }
667
- #learn-press-checkout-form .description {
668
  float: right;
669
  }
670
- #learn-press-checkout-form a {
671
  color: #41abec;
672
  }
673
- #learn-press-checkout-form a label {
674
  display: inline-block;
675
  color: inherit;
676
  font-weight: normal;
677
  cursor: pointer;
678
  }
679
- #learn-press-checkout-form a:hover {
680
  color: #ffb606;
681
  }
682
- #learn-press-checkout-form #checkout-account-guest {
683
  width: 100%;
684
  margin-bottom: 35px;
685
  padding-bottom: 19px;
686
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
687
  }
688
- #learn-press-checkout-form #checkout-account-guest .lp-form-fields,
689
- #learn-press-checkout-form #checkout-account-guest .form-field {
690
  margin-bottom: 0;
691
  padding-bottom: 0;
692
  }
693
- #learn-press-checkout-form div.lp-guest-checkout-output {
694
  margin-top: 10px;
695
  padding: 8px 20px;
696
  border: 2px solid #41abec;
@@ -698,24 +723,24 @@
698
  font-size: 16px;
699
  transition: all 0.2s ease;
700
  }
701
- #learn-press-checkout-form label.lp-guest-checkout-output {
702
  margin-top: 10px;
703
  cursor: pointer;
704
  user-select: none;
705
  }
706
- #learn-press-checkout-form .lp-guest-checkout-notice {
707
  margin: 30px 0 0 0;
708
  }
709
- #learn-press-checkout-form .lp-guest-switch-login {
710
  margin-top: 1em;
711
  color: #666;
712
  font-size: 16px;
713
  font-weight: 400;
714
  }
715
- #learn-press-checkout-form input[name=checkout-account-switch-form] {
716
  display: none;
717
  }
718
- #learn-press-checkout-form input[name=checkout-account-switch-form]:not(:checked) + .lp-checkout-block {
719
  display: none;
720
  overflow: hidden;
721
  height: 0;
@@ -724,24 +749,24 @@
724
  border: 0;
725
  opacity: 0;
726
  }
727
- #learn-press-checkout-form input[name=checkout-account-switch-form]:not(:checked) + .lp-checkout-block > * {
728
  overflow: hidden;
729
  height: 0;
730
  }
731
- #learn-press-checkout-form input[name=checkout-account-switch-form]:checked + .lp-checkout-block {
732
  display: block;
733
  overflow: auto;
734
  height: auto;
735
  }
736
- #learn-press-checkout-form input[name=checkout-account-switch-form][value=guest]:checked ~ #btn-checkout-account-switch-to-guest {
737
  display: none;
738
  }
739
- #learn-press-checkout-form::after {
740
  display: block;
741
  clear: both;
742
  content: "";
743
  }
744
- #learn-press-checkout-form:focus {
745
  outline: 0;
746
  }
747
 
@@ -750,13 +775,13 @@
750
  border: 1px solid #ccc;
751
  border-radius: 4px;
752
  }
753
- #checkout-order .lp-checkout-order__inner table {
754
  width: 100%;
755
  margin: 0;
756
  border: 0;
757
  }
758
- #checkout-order .lp-checkout-order__inner td,
759
- #checkout-order .lp-checkout-order__inner th {
760
  box-sizing: content-box;
761
  border: 1px solid rgba(204, 204, 204, 0.3);
762
  border-top: 0;
@@ -767,35 +792,26 @@
767
  text-align: right;
768
  vertical-align: inherit;
769
  }
770
- #checkout-order .lp-checkout-order__inner td:last-child,
771
- #checkout-order .lp-checkout-order__inner th:last-child {
772
  padding-left: 0;
773
  }
774
- #checkout-order .lp-checkout-order__inner .course-thumbnail {
775
- width: 100px;
776
- padding: 20px 0 18px 13px;
777
- }
778
- #checkout-order .lp-checkout-order__inner .course-thumbnail > img {
779
- width: 100px;
780
- max-width: 100% !important;
781
- height: auto !important;
782
- }
783
- #checkout-order .lp-checkout-order__inner .course-name {
784
  font-size: 16px;
785
  font-weight: 600;
786
  line-height: 26px;
787
  }
788
- #checkout-order .lp-checkout-order__inner .course-name a {
789
  display: -webkit-box;
790
  overflow: hidden;
791
- color: #666;
792
  -webkit-line-clamp: 1;
793
  -webkit-box-orient: vertical;
794
  }
795
- #checkout-order .lp-checkout-order__inner .course-name a:hover {
796
  color: var(--lp-primary-color);
797
  }
798
- #checkout-order .lp-checkout-order__inner .col-number {
799
  min-width: 50px;
800
  color: #666;
801
  font-size: 16px;
@@ -803,35 +819,44 @@
803
  line-height: 26px;
804
  text-align: left;
805
  }
806
- #checkout-order .lp-checkout-order__inner .order-total > th {
807
  padding: 24px 0 24px 20px;
808
  }
809
- #checkout-order .lp-checkout-order__inner .order-total .col-number {
810
  color: #333;
811
  font-size: 26px;
812
  }
813
- #checkout-order .lp-checkout-order__inner tfoot .cart-subtotal {
814
  color: #666;
815
  font-size: 16px;
816
  font-weight: 600;
817
  line-height: 26px;
818
  }
819
- #checkout-order .lp-checkout-order__inner tfoot .cart-subtotal > th {
820
  padding: 20px 0 17px 20px;
821
  }
822
- #checkout-order .lp-checkout-order__inner tfoot .order-total th {
823
  color: #333;
824
  font-size: 16px;
825
  font-weight: 600;
826
  line-height: 26px;
827
  }
828
- #checkout-order .lp-checkout-order__inner tfoot tr:last-child {
829
  border-width: 0;
830
  }
831
- #checkout-order .lp-checkout-order__inner tfoot tr:last-child td,
832
- #checkout-order .lp-checkout-order__inner tfoot tr:last-child th {
833
  border-width: 0;
834
  }
 
 
 
 
 
 
 
 
 
835
 
836
  #checkout-account-register,
837
  #checkout-account-login {
@@ -920,22 +945,22 @@
920
  padding: 0;
921
  list-style: none;
922
  }
923
- #checkout-payment .payment-methods .lp-payment-method {
924
  position: relative;
925
  margin: 0;
926
  }
927
- #checkout-payment .payment-methods .lp-payment-method > label {
928
  display: flex;
929
  align-items: center;
930
  }
931
- #checkout-payment .payment-methods .lp-payment-method .gateway-input,
932
- #checkout-payment .payment-methods .lp-payment-method .gateway-icon {
933
  vertical-align: middle;
934
  }
935
- #checkout-payment .payment-methods .lp-payment-method .gateway-icon {
936
  max-height: 32px;
937
  }
938
- #checkout-payment .payment-methods .lp-payment-method .gateway-input {
939
  position: relative;
940
  width: 20px;
941
  height: 20px;
@@ -947,7 +972,7 @@
947
  -moz-border-radius: 50%;
948
  border-radius: 50%;
949
  }
950
- #checkout-payment .payment-methods .lp-payment-method .gateway-input::before {
951
  position: absolute;
952
  top: 50%;
953
  right: 50%;
@@ -959,10 +984,10 @@
959
  -moz-border-radius: 50%;
960
  border-radius: 50%;
961
  }
962
- #checkout-payment .payment-methods .lp-payment-method .gateway-input:checked::before {
963
  content: "";
964
  }
965
- #checkout-payment .payment-methods .lp-payment-method .gateway-input:focus {
966
  outline: 0;
967
  }
968
  #checkout-payment #checkout-order-action button {
@@ -1036,6 +1061,7 @@
1036
  border-top: 1px solid #ddd;
1037
  background: #f9f9f9;
1038
  }
 
1039
  #learn-press-checkout-login,
1040
  #learn-press-checkout-register {
1041
  margin-bottom: 1.5em;
@@ -1361,109 +1387,84 @@ body div.entry-content > div.learnpress {
1361
  max-width: var(--lp-content-width, 100%);
1362
  }
1363
 
1364
- #learn-press-profile {
1365
- overflow: hidden;
1366
  position: relative;
1367
  background: #fff;
1368
  }
1369
- #learn-press-profile .lp-user-profile-avatar img {
1370
  position: relative;
1371
  width: 100%;
1372
  height: auto;
1373
  border-radius: unset;
 
1374
  }
1375
- #learn-press-profile .lp-user-profile-socials {
 
 
 
 
1376
  display: flex;
1377
  position: relative;
1378
  z-index: 1;
1379
- margin-top: -17px;
1380
  justify-content: center;
1381
  -webkit-flex-wrap: wrap;
1382
  -ms-flex-wrap: wrap;
1383
  flex-wrap: wrap;
1384
  }
1385
- #learn-press-profile .lp-user-profile-socials a {
1386
- display: inline-block;
1387
- width: 40px;
1388
- height: 40px;
 
 
1389
  margin: 0 7px;
1390
  border: 1px solid #cfcfcf;
1391
  color: #666;
1392
  background: #fff;
1393
- font-size: 16px;
1394
- line-height: 40px;
1395
  text-align: center;
1396
  -webkit-border-radius: 50%;
1397
  -moz-border-radius: 50%;
1398
  border-radius: 50%;
1399
  }
1400
- #learn-press-profile .lp-user-profile-socials a:hover {
1401
  border-color: var(--lp-primary-color);
1402
  color: #fff;
1403
  background: var(--lp-primary-color);
1404
  }
1405
- #learn-press-profile .wrapper-profile-header {
1406
  color: #fff;
1407
  background: var(--lp-secondary-color);
1408
- }
1409
- #learn-press-profile .wrapper-profile-header .lp-profile-content-area {
1410
  position: relative;
1411
- min-height: 345px;
1412
- padding-top: 50px;
1413
- }
1414
- #learn-press-profile .wrapper-profile-header .lp-profile-left {
1415
- position: absolute;
1416
- bottom: 0;
1417
- right: 0;
1418
- width: 270px;
1419
- padding: 20px;
1420
- border: 1px solid rgba(0, 0, 0, 0.1);
1421
- border-bottom: 0;
1422
- background: #fff;
1423
- }
1424
- #learn-press-profile .wrapper-profile-header .lp-profile-right {
1425
- margin-right: 270px;
1426
- padding-left: 15px;
1427
- padding-right: 35px;
1428
- }
1429
- #learn-press-profile .wrapper-profile-header .lp-profile-right .lp-profile-username {
1430
- padding-bottom: 18px;
1431
- font-size: 18px;
1432
- font-weight: 500;
1433
- text-transform: capitalize;
1434
- }
1435
- #learn-press-profile .wrapper-profile-header .lp-profile-right .lp-profile-user-bio {
1436
- font-size: 16px;
1437
- font-weight: 300;
1438
- line-height: 26px;
1439
  }
1440
  @media (max-width: 990px) {
1441
- #learn-press-profile .wrapper-profile-header .lp-profile-content-area {
1442
  min-height: inherit;
1443
- padding: 20px 15px;
1444
  }
1445
- #learn-press-profile .wrapper-profile-header .lp-profile-left {
1446
  float: right;
1447
  position: static;
1448
  }
1449
- #learn-press-profile .wrapper-profile-header .lp-profile-right {
1450
  float: left;
1451
  width: calc(100% - 270px);
1452
  margin-right: 0;
1453
  }
1454
  }
1455
  @media (max-width: 768px) {
1456
- #learn-press-profile .wrapper-profile-header .lp-profile-left {
1457
  width: 220px;
1458
  }
1459
- #learn-press-profile .wrapper-profile-header .lp-profile-right {
1460
  width: calc(100% - 220px);
1461
  }
1462
- #learn-press-profile .wrapper-profile-header .lp-user-profile-socials {
1463
  margin-left: -5px;
1464
  margin-right: -5px;
1465
  }
1466
- #learn-press-profile .wrapper-profile-header .lp-user-profile-socials a {
1467
  width: 36px;
1468
  height: 36px;
1469
  margin: 0 5px;
@@ -1471,65 +1472,127 @@ body div.entry-content > div.learnpress {
1471
  }
1472
  }
1473
  @media (max-width: 500px) {
1474
- #learn-press-profile .wrapper-profile-header .lp-profile-left {
1475
  float: none;
1476
  margin: 0 auto;
1477
  }
1478
- #learn-press-profile .wrapper-profile-header .lp-profile-right {
1479
  width: 100%;
1480
  padding-top: 30px;
1481
  text-align: center;
1482
  }
1483
  }
1484
- #learn-press-profile #profile-sidebar {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1485
  float: right;
1486
  width: 270px;
1487
  margin-top: 0;
1488
  border: 1px solid rgba(0, 0, 0, 0.1);
1489
  border-top: 0;
1490
  background: #fff;
 
1491
  }
1492
  @media (max-width: 990px) {
1493
- #learn-press-profile #profile-sidebar {
1494
  width: 100%;
1495
- margin-top: 58px;
1496
  }
1497
- #learn-press-profile #profile-sidebar .lp-user-profile-avatar {
1498
  max-width: 150px;
1499
  }
1500
  }
1501
- #learn-press-profile #profile-nav .lp-profile-nav-tabs {
1502
  margin: 0;
1503
  padding: 0;
1504
  list-style: none;
1505
  }
1506
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li {
1507
  position: relative;
1508
  margin: 0;
1509
  border-top: 1px solid rgba(204, 204, 204, 0.3);
1510
  }
1511
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li a {
1512
  display: block;
1513
  padding: 0 20px;
1514
  color: #333;
1515
  font-size: 16px;
1516
  font-weight: 500;
1517
- line-height: 53px;
1518
  }
1519
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a {
1520
  padding: 0 52px 0 20px;
1521
  }
1522
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a > i {
1523
  display: inline-block;
1524
  position: absolute;
1525
  right: 24px;
1526
  width: 28px;
1527
  color: var(--lp-primary-color);
1528
  font-size: 12px;
1529
- line-height: 52px;
1530
  text-align: right;
1531
  }
1532
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a::after {
1533
  float: left;
1534
  margin-left: 4px;
1535
  color: #999;
@@ -1538,31 +1601,34 @@ body div.entry-content > div.learnpress {
1538
  font-weight: 900;
1539
  content: "\f054";
1540
  }
1541
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li ul li {
1542
  margin: 0;
1543
  }
1544
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li ul li a {
1545
  border-bottom: 1px solid #f9f9f9;
1546
  }
1547
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li ul li a:hover {
1548
  color: var(--lp-primary-color);
1549
  background: #fff;
1550
  }
1551
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li ul li:hover > a i {
1552
  color: var(--lp-primary-color);
1553
  background: #fff;
1554
  }
1555
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li.active > a::after, #learn-press-profile #profile-nav .lp-profile-nav-tabs > li:hover > a::after {
 
 
 
1556
  content: "\f053";
1557
  }
1558
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li.active a {
1559
  padding-right: 52px;
1560
  }
1561
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li:last-child {
1562
  border-bottom-left-radius: 4px;
1563
  border-bottom-right-radius: 4px;
1564
  }
1565
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li.wishlist > a::before {
1566
  position: absolute;
1567
  right: 25px;
1568
  color: var(--lp-primary-color);
@@ -1571,17 +1637,17 @@ body div.entry-content > div.learnpress {
1571
  font-weight: 900;
1572
  content: "\f004";
1573
  }
1574
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li.wishlist:hover a::before {
1575
  color: #fff;
1576
  }
1577
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li.logout > a::after {
1578
  display: none;
1579
  }
1580
- #learn-press-profile #profile-nav .lp-profile-nav-tabs li > a {
1581
  box-sizing: border-box;
1582
- height: 53px;
1583
  }
1584
- #learn-press-profile #profile-nav .lp-profile-nav-tabs li > ul {
1585
  display: none;
1586
  position: absolute;
1587
  z-index: 1000;
@@ -1594,149 +1660,142 @@ body div.entry-content > div.learnpress {
1594
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.05);
1595
  list-style: none;
1596
  }
1597
- #learn-press-profile #profile-nav .lp-profile-nav-tabs li.active, #learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover {
1598
- background: var(--lp-primary-color);
1599
- }
1600
- #learn-press-profile #profile-nav .lp-profile-nav-tabs li.active > a, #learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover > a {
1601
  color: #fff;
1602
  }
1603
- #learn-press-profile #profile-nav .lp-profile-nav-tabs li.active > a i, #learn-press-profile #profile-nav .lp-profile-nav-tabs li.active > a::after, #learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover > a i, #learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover > a::after {
1604
  color: #fff;
1605
  }
1606
- #learn-press-profile #profile-nav .lp-profile-nav-tabs li.active > ul, #learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover > ul {
1607
  display: block;
1608
  }
1609
- #learn-press-profile #profile-nav .lp-profile-nav-tabs li.active > ul {
1610
  position: relative;
1611
  right: 0;
1612
  }
1613
- #learn-press-profile #profile-nav .lp-profile-nav-tabs li.active > ul .active {
1614
  background: #fff;
1615
  }
1616
- #learn-press-profile #profile-nav .lp-profile-nav-tabs li.active > ul .active > a {
1617
  color: #ffb606;
1618
  }
1619
- #learn-press-profile #profile-nav .lp-profile-nav-tabs li.active > ul .active > a i {
1620
  color: #ffb606;
1621
  }
1622
  @media (max-width: 990px) {
1623
- #learn-press-profile #profile-nav {
1624
  overflow-x: scroll;
1625
  border-top: 1px solid rgba(204, 204, 204, 0.3);
1626
  }
1627
- #learn-press-profile #profile-nav .lp-profile-nav-tabs {
1628
  width: max-content;
1629
  }
1630
- #learn-press-profile #profile-nav .lp-profile-nav-tabs::after {
1631
  display: table;
1632
  clear: both;
1633
  content: "";
1634
  }
1635
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li {
1636
  float: right;
1637
  border: none;
1638
  border-left: 1px solid rgba(204, 204, 204, 0.3);
1639
  }
1640
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a {
1641
  height: auto;
1642
  padding: 0 45px 0 20px;
1643
  }
1644
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a::after {
1645
  margin-right: 10px;
1646
  }
1647
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li.has-child a::after {
1648
  content: "\f077";
1649
  }
1650
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li.active a {
1651
  padding-right: 45px;
1652
  }
1653
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li.active a::after {
1654
  content: "\f078";
1655
  }
1656
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li.active.has-child ul {
1657
  display: none;
1658
  width: max-content;
1659
  transform: translateX(20%);
1660
  }
1661
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li.active.has-child ul::after {
1662
  display: table;
1663
  clear: both;
1664
  box-shadow: 0 0 0;
1665
  content: "";
1666
  }
1667
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li.active.has-child ul li {
1668
  float: right;
1669
  border-left: 1px solid rgba(204, 204, 204, 0.3);
1670
  }
1671
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li.active.has-child ul li:last-child {
1672
  border-left: none;
1673
  }
1674
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li.active.has-child ul li a {
1675
  padding: 0 10px;
1676
  }
1677
- #learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover ul {
1678
  display: none !important;
1679
  }
1680
- #learn-press-profile #profile-nav .lp-profile-nav-tabs li:not(.has-child) > a::after {
1681
  display: none;
1682
  }
1683
  }
1684
  @media (max-width: 560px) {
1685
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li {
1686
  max-width: 80px;
1687
  }
1688
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a {
1689
  font-size: 0;
1690
  }
1691
- #learn-press-profile #profile-nav .lp-profile-nav-tabs > li > a::after {
1692
  margin-right: 0;
1693
  }
1694
  }
1695
- #learn-press-profile #profile-content {
1696
  float: left;
1697
  width: calc(100% - 300px);
1698
  margin-bottom: 60px;
1699
  padding-top: 58px;
1700
  }
1701
  @media (max-width: 990px) {
1702
- #learn-press-profile #profile-content {
1703
  width: 100%;
1704
  }
1705
  }
1706
  @media (max-width: 767px) {
1707
- #learn-press-profile #profile-content .learn-press-tabs .learn-press-tabs__nav {
1708
  display: block;
1709
  width: 100%;
1710
  border: 0;
1711
  }
1712
- #learn-press-profile #profile-content .learn-press-tabs .learn-press-tabs__nav::after {
1713
  display: table;
1714
  clear: both;
1715
  content: "";
1716
  }
1717
- #learn-press-profile #profile-content .learn-press-tabs .learn-press-tabs__nav .learn-press-tabs__tab {
1718
  float: right;
1719
  border-left: 0;
1720
  }
1721
- #learn-press-profile #profile-content .learn-press-tabs .learn-press-tabs__nav .learn-press-tabs__tab label {
1722
  padding-left: 25px;
1723
  padding-right: 25px;
1724
  }
 
 
 
1725
  }
1726
- #learn-press-profile #profile-content .lp-archive-courses ul.learn-press-courses .course {
1727
- margin: 0 0 40px 0;
1728
- }
1729
- #learn-press-profile #profile-content .lp-archive-courses ul.learn-press-courses .course .course-item .course-content {
1730
- padding: 20px 20px 12px 20px;
1731
- }
1732
- #learn-press-profile #profile-content .lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-categories,
1733
- #learn-press-profile #profile-content .lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-instructor {
1734
  margin-bottom: 14px;
1735
  }
1736
- #learn-press-profile #profile-content .lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-categories {
1737
  padding: 0;
1738
  }
1739
- #learn-press-profile #profile-content .lp-button {
1740
  display: block;
1741
  margin: 0 auto 52px auto;
1742
  padding: 13px 34px;
@@ -1747,50 +1806,72 @@ body div.entry-content > div.learnpress {
1747
  -moz-border-radius: 9px;
1748
  border-radius: 9px;
1749
  }
1750
- #learn-press-profile #profile-content .lp-button:hover {
1751
  border-color: var(--lp-primary-color);
1752
  }
1753
- #learn-press-profile #profile-content #profile-content-orders .profile-orders .profile-heading {
 
 
 
1754
  display: none;
1755
  }
1756
- #learn-press-profile #profile-content #profile-content-orders .profile-orders table {
1757
  margin-top: 0;
1758
  }
1759
- #learn-press-profile #profile-content #profile-content-orders .column-order-actions a {
1760
  margin-left: 6px;
 
 
 
 
 
 
1761
  }
1762
- #learn-press-profile #dashboard-general-statistic {
1763
  margin-bottom: 55px;
1764
  padding-bottom: 20px;
1765
  border-bottom: 1px solid #ddd;
1766
  }
1767
- #learn-press-profile .dashboard-general-statistic__row {
1768
  display: flex;
1769
  margin: 0 -15px;
1770
  justify-content: center;
1771
  flex-wrap: wrap;
1772
  }
1773
- #learn-press-profile .dashboard-general-statistic__row .statistic-box {
1774
- width: 270px;
 
1775
  margin: 0 15px 40px 15px;
1776
- padding: 27px 25px 15px 25px;
1777
  border: 1px solid #ccc;
1778
  border-radius: 4px;
1779
  background: #f9fafc;
1780
  text-align: center;
1781
  }
1782
  @media (max-width: 990px) {
1783
- #learn-press-profile .dashboard-general-statistic__row .statistic-box {
1784
  width: 45%;
1785
  }
1786
  }
1787
  @media (max-width: 767px) {
1788
- #learn-press-profile .dashboard-general-statistic__row .statistic-box {
1789
  width: 100%;
1790
- margin: 0 15px 20px 15px;
1791
  }
1792
  }
1793
- #learn-press-profile .dashboard-general-statistic__row .statistic-box .statistic-box__text {
 
 
 
 
 
 
 
 
 
 
 
 
1794
  margin: 0 0 7px 0;
1795
  padding: 0;
1796
  color: #666;
@@ -1798,25 +1879,13 @@ body div.entry-content > div.learnpress {
1798
  font-weight: 400;
1799
  line-height: 1;
1800
  }
1801
- #learn-press-profile .dashboard-general-statistic__row .statistic-box .statistic-box__number {
1802
  color: #333;
1803
  font-size: 18px;
1804
  font-weight: 500;
1805
  line-height: 1;
1806
  }
1807
- #learn-press-profile .dashboard-general-statistic__row .statistic-box:hover {
1808
- background: #eaeaea;
1809
- }
1810
- #learn-press-profile .dashboard-general-statistic__row[data-col="2"] .statistic-box {
1811
- width: 50%;
1812
- }
1813
- #learn-press-profile .dashboard-general-statistic__row[data-col="4"] .statistic-box {
1814
- width: 25%;
1815
- }
1816
- #learn-press-profile .dashboard-general-statistic__row[data-col="5"] .statistic-box {
1817
- width: 20%;
1818
- }
1819
- #learn-press-profile .profile-courses > h3 {
1820
  margin-top: 0;
1821
  margin-bottom: 36px;
1822
  color: #333;
@@ -1826,36 +1895,63 @@ body div.entry-content > div.learnpress {
1826
  text-transform: capitalize;
1827
  }
1828
 
1829
- #learn-press-profile-basic-information .form-field,
1830
- form[name=profile-change-password] .form-field {
1831
- margin: 0 10px 24px 10px;
 
 
1832
  }
1833
- #learn-press-profile-basic-information .form-field > label,
1834
- form[name=profile-change-password] .form-field > label {
1835
- margin: 0 0 12px 0;
1836
- color: #333;
1837
- font-size: 16px;
1838
- font-weight: 500;
1839
- font-style: italic;
1840
  }
1841
- #learn-press-profile-basic-information .form-field .form-field-input input,
1842
- form[name=profile-change-password] .form-field .form-field-input input {
1843
- height: 43px;
1844
- padding: 8px 20px;
1845
  font-weight: 400;
1846
  }
1847
- #learn-press-profile-basic-information .form-field .form-field-input input[type=password],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1848
  form[name=profile-change-password] .form-field .form-field-input input[type=password] {
1849
  padding: 8px 20px;
1850
  }
1851
- #learn-press-profile-basic-information .form-field .form-field-input textarea,
1852
  form[name=profile-change-password] .form-field .form-field-input textarea {
1853
  padding: 9px 20px 16px 20px;
1854
  font-weight: 300;
1855
  line-height: 24px;
1856
  }
1857
- #learn-press-profile-basic-information .form-field .form-field-input input,
1858
- #learn-press-profile-basic-information .form-field .form-field-input textarea,
1859
  form[name=profile-change-password] .form-field .form-field-input input,
1860
  form[name=profile-change-password] .form-field .form-field-input textarea {
1861
  border: 1px solid #ccc;
@@ -1863,56 +1959,56 @@ form[name=profile-change-password] .form-field .form-field-input textarea {
1863
  font-size: 14px;
1864
  font-style: italic;
1865
  }
1866
- #learn-press-profile-basic-information .form-field .form-field-input input:focus,
1867
- #learn-press-profile-basic-information .form-field .form-field-input textarea:focus,
1868
  form[name=profile-change-password] .form-field .form-field-input input:focus,
1869
  form[name=profile-change-password] .form-field .form-field-input textarea:focus {
1870
  border-color: var(--lp-primary-color);
1871
  outline: 0;
1872
  color: #222;
1873
  }
1874
- #learn-press-profile-basic-information .form-field .form-field-input ::placeholder,
1875
  form[name=profile-change-password] .form-field .form-field-input ::placeholder {
1876
  opacity: 1;
1877
  color: #999;
1878
  }
1879
- #learn-press-profile-basic-information .form-field .form-field-input :-ms-input-placeholder,
1880
  form[name=profile-change-password] .form-field .form-field-input :-ms-input-placeholder {
1881
  color: #999;
1882
  }
1883
- #learn-press-profile-basic-information .form-field .form-field-input ::-ms-input-placeholder,
1884
  form[name=profile-change-password] .form-field .form-field-input ::-ms-input-placeholder {
1885
  color: #999;
1886
  }
1887
- #learn-press-profile-basic-information .form-field .form-field-input .description,
1888
  form[name=profile-change-password] .form-field .form-field-input .description {
1889
  margin-top: 15px;
1890
  }
1891
  @media (max-width: 767px) {
1892
- #learn-press-profile-basic-information .form-field,
1893
  form[name=profile-change-password] .form-field {
1894
  margin: 0 0 24px 0;
1895
  }
1896
  }
1897
- #learn-press-profile-basic-information .form-field__50,
1898
  form[name=profile-change-password] .form-field__50 {
1899
  float: right;
1900
  width: calc(50% - 20px);
1901
  margin-left: 10px;
1902
  }
1903
  @media (max-width: 767px) {
1904
- #learn-press-profile-basic-information .form-field__50,
1905
  form[name=profile-change-password] .form-field__50 {
1906
  float: unset;
1907
  width: 100%;
1908
  margin: 0 0 24px 0;
1909
  }
1910
  }
1911
- #learn-press-profile-basic-information .form-field__clear,
1912
  form[name=profile-change-password] .form-field__clear {
1913
  clear: both;
1914
  }
1915
- #learn-press-profile-basic-information button,
1916
  form[name=profile-change-password] button {
1917
  padding: 16px 24px;
1918
  border: 0;
@@ -1923,19 +2019,16 @@ form[name=profile-change-password] button {
1923
  font-weight: 400;
1924
  line-height: 1;
1925
  }
1926
- #learn-press-profile-basic-information button:hover,
1927
  form[name=profile-change-password] button:hover {
1928
  opacity: 0.5;
1929
  background: var(--lp-primary-color);
1930
  }
1931
- #learn-press-profile-basic-information p,
1932
  form[name=profile-change-password] p {
1933
  margin: 0;
1934
  }
1935
 
1936
- #learn-press-profile-basic-information .form-fields {
1937
- margin: 0 -10px;
1938
- }
1939
  #learn-press-profile-basic-information .form-fields::after {
1940
  display: block;
1941
  clear: both;
@@ -1946,6 +2039,31 @@ form[name=profile-change-password] p {
1946
  margin: 0;
1947
  }
1948
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1949
 
1950
  .recover-order__title {
1951
  margin-bottom: 5px;
@@ -1990,18 +2108,42 @@ div.order-recover input[type=text] {
1990
 
1991
  .learn-press-profile-course__progress .lp_profile_course_progress {
1992
  border: 1px solid #eee;
 
 
1993
  }
1994
  .learn-press-profile-course__progress .lp_profile_course_progress__item {
1995
  display: grid;
1996
  align-items: center;
1997
  padding: 15px;
1998
  border-top: 1px solid #eee;
1999
- grid-template-columns: 90px 1fr 80px 140px 140px;
2000
  column-gap: 20px;
2001
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2002
  .learn-press-profile-course__progress .lp_profile_course_progress__header {
2003
  background-color: #eee;
2004
  }
 
 
 
 
 
 
 
 
2005
 
2006
  .lp_profile_course_progress__nav button.loading::before {
2007
  display: inline-block;
@@ -2014,15 +2156,28 @@ div.order-recover input[type=text] {
2014
  animation: lp-rotating 1s linear infinite;
2015
  }
2016
 
 
 
 
 
 
 
 
 
 
 
 
 
2017
  .learn-press-profile-course__tab__inner {
2018
  display: flex;
2019
- margin: 40px 0 0 0;
2020
- padding: 0;
2021
  background: #eee;
2022
  list-style: none !important;
2023
  }
2024
  .learn-press-profile-course__tab__inner > li {
2025
  list-style: none;
 
2026
  }
2027
  .learn-press-profile-course__tab__inner > li:hover {
2028
  cursor: pointer;
@@ -2031,12 +2186,22 @@ div.order-recover input[type=text] {
2031
  display: inline-block;
2032
  padding: 15px 30px;
2033
  font-weight: 600;
 
2034
  }
2035
  .learn-press-profile-course__tab__inner a.active {
2036
- border-top: 4px solid var(--lp-primary-color);
2037
  color: var(--lp-primary-color);
2038
  background: #fff;
2039
  }
 
 
 
 
 
 
 
 
 
 
2040
 
2041
  .learn-press-course-tab-filters .learn-press-filters {
2042
  margin-top: 20px;
@@ -2048,6 +2213,11 @@ div.order-recover input[type=text] {
2048
  color: var(--lp-primary-color);
2049
  }
2050
 
 
 
 
 
 
2051
  .learnpress_avatar__form label {
2052
  display: inline-block;
2053
  }
@@ -2084,105 +2254,216 @@ div.order-recover input[type=text] {
2084
  animation: lp-rotating 1s linear infinite;
2085
  }
2086
 
2087
- #learn-press-course-tabs .course-tab-panels .course-tab-panel {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2088
  display: none;
2089
- padding-top: 56px;
2090
  }
2091
- #learn-press-course-tabs .course-tab-panels .course-tab-panel.active {
2092
  display: block;
2093
  }
2094
- #learn-press-course-tabs .course-tab-panels .course-tab-panel.course-tab-panel-instructor, #learn-press-course-tabs .course-tab-panels .course-tab-panel.course-tab-panel-faqs {
2095
- padding-top: 60px;
2096
  }
2097
- #learn-press-course-tabs .course-tab-panels .course-tab-panel.course-tab-panel-reviews {
2098
  padding: 56px 0 0 0;
2099
  }
2100
- #learn-press-course-tabs .course-tab-panels .course-tab-panel .course-description h4 {
2101
  margin-top: 0;
2102
  margin-bottom: 1.125rem;
2103
  color: #333;
2104
  font-size: 18px;
2105
  font-weight: 500;
2106
  }
2107
- #learn-press-course-tabs .course-tab-panels .course-tab-panel .course-description p {
2108
  color: #666;
2109
  font-size: 16px;
2110
  font-weight: 300;
2111
  line-height: 26px;
2112
  }
2113
- #learn-press-course-tabs .course-tab-panels .course-tab-panel .course-description img {
2114
  max-width: 100%;
2115
  height: auto;
2116
  vertical-align: middle;
2117
  }
2118
- #learn-press-course-tabs.show-all .course-tab-panel {
2119
- margin-bottom: 40px;
2120
- }
2121
-
2122
- #learn-press-course .lp-course-author {
2123
  display: flex;
2124
  margin-bottom: 40px;
2125
  }
2126
  @media (max-width: 767px) {
2127
- #learn-press-course .lp-course-author {
2128
  flex-direction: column;
2129
- padding: 0 15px;
2130
  }
2131
  }
2132
- #learn-press-course .lp-course-author .course-author__pull-left {
2133
  margin-left: 30px;
2134
  text-align: center;
2135
  align-items: center;
2136
  }
2137
  @media (max-width: 767px) {
2138
- #learn-press-course .lp-course-author .course-author__pull-left {
2139
  margin-left: 0;
2140
  margin-bottom: 30px;
2141
  }
2142
  }
2143
- #learn-press-course .lp-course-author .course-author__pull-left img {
2144
- width: 100%;
2145
- max-width: 96px;
2146
  margin-bottom: 20px;
2147
  border-radius: 50%;
2148
  object-fit: cover;
2149
  object-position: center;
2150
  }
2151
- #learn-press-course .lp-course-author .course-author__pull-right {
2152
  flex: 1;
2153
  }
2154
  @media (max-width: 767px) {
2155
- #learn-press-course .lp-course-author .course-author__pull-right {
2156
  width: 100%;
2157
  text-align: center;
2158
  }
2159
  }
2160
- #learn-press-course .lp-course-author .course-author__pull-right .author-title {
2161
  margin-bottom: 18px;
2162
  }
2163
- #learn-press-course .lp-course-author .course-author__pull-right .author-title a {
2164
  color: #333;
2165
  box-shadow: none;
2166
  font-size: 18px;
2167
  font-weight: 500;
2168
  text-transform: capitalize;
2169
  }
2170
- #learn-press-course .lp-course-author .course-author__pull-right .author-title a:hover {
2171
  color: var(--lp-primary-color);
2172
  }
2173
- #learn-press-course .lp-course-author .course-author__pull-right .author-description {
2174
  color: #666;
2175
  font-size: 16px;
2176
  font-weight: 300;
2177
  line-height: 26px;
2178
  }
2179
- #learn-press-course .lp-course-author .author-socials {
2180
  display: grid;
2181
  grid-template-columns: repeat(4, 33px);
2182
  gap: 10px;
2183
  justify-content: center;
2184
  }
2185
- #learn-press-course .lp-course-author .author-socials > a {
2186
  display: inline-block;
2187
  width: 33px;
2188
  height: 33px;
@@ -2197,25 +2478,26 @@ div.order-recover input[type=text] {
2197
  vertical-align: middle;
2198
  transition: all 0.3s;
2199
  }
2200
- #learn-press-course .lp-course-author .author-socials > a:hover {
2201
  border-color: var(--lp-primary-color);
2202
  color: #fff;
2203
  background: var(--lp-primary-color);
2204
  }
2205
- #learn-press-course .lp-course-author .author-socials .fa-googleplus::before {
2206
  content: "\f0d5";
2207
  }
2208
- #learn-press-course div.lp-list-co-instructor {
 
2209
  display: grid;
2210
  grid-template-columns: repeat(2, 1fr);
2211
  gap: 40px;
2212
  }
2213
- #learn-press-course div.lp-list-co-instructor__item {
2214
  display: flex;
2215
  column-gap: 30px;
2216
  }
2217
  @media (max-width: 767px) {
2218
- #learn-press-course div.lp-list-co-instructor__item {
2219
  align-items: center;
2220
  flex-direction: column;
2221
  padding: 0 15px;
@@ -2223,60 +2505,59 @@ div.order-recover input[type=text] {
2223
  row-gap: 10px;
2224
  }
2225
  }
2226
- #learn-press-course div.lp-list-co-instructor__avatar > img {
2227
  width: 100%;
2228
  max-width: 96px;
2229
  border-radius: 999px;
2230
  }
2231
- #learn-press-course div.lp-list-co-instructor__bio {
2232
  flex: 1;
2233
  }
2234
- #learn-press-course div.lp-list-co-instructor__bio__top > a {
2235
  font-size: 18px;
2236
  font-weight: 600;
2237
  }
2238
- #learn-press-course div.lp-list-co-instructor__bio__description {
2239
  font-size: 1rem;
2240
  }
2241
- #learn-press-course .course-price {
2242
  margin-bottom: 10px;
2243
  }
2244
- #learn-press-course .course-price .origin-price,
2245
- #learn-press-course .course-price .price {
2246
  vertical-align: middle;
2247
  }
2248
- #learn-press-course .course-price .origin-price {
2249
  margin-left: 10px;
2250
  font-size: 18px;
2251
  font-style: italic;
2252
  text-decoration: line-through;
2253
  }
2254
- #learn-press-course .course-price .price {
2255
  font-size: 24px;
2256
  }
2257
- #learn-press-course .lp-course-buttons {
2258
  margin-bottom: 20px;
2259
  }
2260
- #learn-press-course .course-featured-review .featured-review__title {
2261
  margin-top: 0;
2262
  margin-bottom: 6px;
2263
- font-size: 18px;
2264
  font-weight: 500;
2265
  }
2266
- #learn-press-course .course-featured-review .featured-review__stars {
2267
  padding-bottom: 12px;
2268
  color: var(--lp-primary-color);
2269
  font-size: 16px;
2270
  }
2271
- #learn-press-course .course-featured-review .featured-review__content {
2272
  position: relative;
2273
  color: #666;
2274
- font-size: 16px;
2275
- font-weight: 500;
2276
  font-style: italic;
2277
  line-height: 24px;
2278
  }
2279
- #learn-press-course .course-featured-review .featured-review__content::after {
2280
  position: absolute;
2281
  top: -42px;
2282
  left: -15px;
@@ -2288,7 +2569,7 @@ div.order-recover input[type=text] {
2288
  content: "‘‘";
2289
  transform: rotate(-180deg);
2290
  }
2291
- #learn-press-course .course-tags a {
2292
  display: inline-block;
2293
  padding: 3px 5px;
2294
  border-radius: 4px;
@@ -2304,7 +2585,6 @@ div.order-recover input[type=text] {
2304
 
2305
  ul.learn-press-nav-tabs {
2306
  display: flex;
2307
- max-height: 60px;
2308
  margin: 0;
2309
  padding: 0;
2310
  border: 1px solid rgba(204, 204, 204, 0.3);
@@ -2355,6 +2635,7 @@ ul.learn-press-nav-tabs .course-nav.active::before {
2355
  }
2356
  ul.learn-press-nav-tabs .course-nav.active label {
2357
  color: var(--lp-primary-color);
 
2358
  }
2359
  ul.learn-press-nav-tabs .course-nav a {
2360
  display: inline-block;
@@ -2394,67 +2675,94 @@ ul.learn-press-nav-tabs::after {
2394
  display: block;
2395
  }
2396
 
2397
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections {
2398
  position: relative;
2399
- z-index: 9999;
2400
  margin: 0;
2401
  padding: 0;
2402
- background: #fff;
2403
  list-style: none;
2404
  }
2405
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .closed .section-item__loadmore {
2406
  display: none;
2407
  }
2408
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section {
2409
  margin: 0;
2410
- padding: 0 0 42px 0;
 
2411
  }
2412
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section:last-child {
2413
  padding: 0;
2414
  }
2415
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section.section-empty .section-header {
2416
  margin-bottom: 20px;
2417
  }
2418
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section.section-empty .learn-press-message {
2419
  margin-left: 15px;
2420
  margin-right: 15px;
2421
  }
2422
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2423
  display: table;
2424
  width: 100%;
2425
  padding: 0 0 26px 0;
2426
  border-bottom: 0;
2427
  border-bottom: 1px solid #d9e0f1;
2428
- background: #fff;
2429
  -webkit-box-sizing: border-box;
2430
  -moz-box-sizing: border-box;
2431
  box-sizing: border-box;
2432
  }
2433
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-left {
2434
- vertical-align: top;
2435
- }
2436
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-left .section-title {
2437
- padding: 0;
2438
- color: #666;
2439
- font-size: 26px;
2440
- font-weight: 400;
2441
- letter-spacing: 0;
2442
- text-transform: capitalize;
2443
- }
2444
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-title,
2445
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-desc {
2446
- margin: 0 0 10px 0;
2447
  }
2448
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-title {
2449
- position: relative;
2450
- margin-bottom: 0;
2451
- padding: 8px 0;
2452
- color: #5383f7;
2453
- font-size: 16px;
2454
- font-weight: normal;
2455
- line-height: 1;
2456
- }
2457
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-title span.show-desc {
2458
  display: inline-block;
2459
  position: absolute;
2460
  top: 50%;
@@ -2463,21 +2771,24 @@ ul.learn-press-nav-tabs::after {
2463
  height: 20px;
2464
  transform: translate(0, -50%);
2465
  }
2466
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-title span.show-desc::before {
2467
  font-family: "Font Awesome 5 Free";
2468
  font-size: 18px;
2469
  font-weight: 900;
2470
  content: "\f107";
2471
  }
2472
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-title span.show-desc:hover::before {
2473
  border-top-color: #ccc;
2474
  }
2475
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-desc {
2476
  margin: 0;
 
2477
  font-size: 14px;
 
 
2478
  font-style: italic;
2479
  }
2480
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-meta {
2481
  display: block;
2482
  padding-top: 17px;
2483
  padding-bottom: 15px;
@@ -2486,12 +2797,80 @@ ul.learn-press-nav-tabs::after {
2486
  vertical-align: middle;
2487
  white-space: nowrap;
2488
  }
2489
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content {
 
 
 
2490
  margin: 0 0 15px 0;
2491
  padding: 0;
2492
  list-style: none;
2493
  }
2494
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2495
  display: flex;
2496
  position: relative;
2497
  margin: 0 0 2px 0;
@@ -2500,7 +2879,12 @@ ul.learn-press-nav-tabs::after {
2500
  font-size: 14px;
2501
  transition: padding-right linear 0.15s;
2502
  }
2503
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item > span {
 
 
 
 
 
2504
  display: flex;
2505
  width: 28px;
2506
  color: #666;
@@ -2508,18 +2892,21 @@ ul.learn-press-nav-tabs::after {
2508
  font-weight: 300;
2509
  align-items: center;
2510
  }
2511
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link {
2512
  display: table;
2513
- width: calc(100% - 28px);
 
2514
  border-bottom: none;
2515
  outline: none;
2516
  box-shadow: none;
2517
  line-height: 1.5;
 
 
2518
  }
2519
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link:hover .item-name {
2520
  color: var(--lp-primary-color);
2521
  }
2522
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link::before {
2523
  display: table-cell;
2524
  display: table-cell;
2525
  right: 0;
@@ -2532,18 +2919,8 @@ ul.learn-press-nav-tabs::after {
2532
  vertical-align: middle;
2533
  transition: right linear 0.15s;
2534
  }
2535
- @media (max-width: 767px) {
2536
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link .course-item-meta {
2537
- display: flex;
2538
- flex-direction: column-reverse;
2539
- align-items: flex-end;
2540
- }
2541
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link .course-item-meta .duration {
2542
- margin-bottom: 5px;
2543
- }
2544
- }
2545
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .item-icon,
2546
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .item-name {
2547
  display: table-cell;
2548
  padding: 17px 16px;
2549
  color: #333;
@@ -2551,102 +2928,41 @@ ul.learn-press-nav-tabs::after {
2551
  font-weight: 600;
2552
  vertical-align: middle;
2553
  }
2554
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .item-icon::before {
2555
  font-size: 18px;
2556
  }
2557
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .item-icon.icon-lock {
2558
  float: left;
2559
  margin-top: 15px;
2560
  }
2561
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta {
2562
- display: table-cell;
2563
- padding: 10px 0;
2564
- text-align: left;
2565
- vertical-align: middle;
2566
- white-space: nowrap;
2567
- }
2568
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta {
2569
- display: inline-block;
2570
- height: 23px;
2571
- margin-right: 14px;
2572
- padding: 0 8px;
2573
- border-radius: 3px;
2574
- color: #fff;
2575
- font-size: 14px;
2576
- line-height: 23px;
2577
- text-align: center;
2578
- vertical-align: middle;
2579
- }
2580
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta.final-quiz {
2581
- background: #14c4ff;
2582
- }
2583
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta.trans {
2584
- padding: 0;
2585
- }
2586
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .count-questions {
2587
- background: #9672cf;
2588
- }
2589
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .duration {
2590
- background: #c0c0c0;
2591
- }
2592
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .course-item-status {
2593
- padding: 0;
2594
- color: #999;
2595
- -webkit-border-radius: 50%;
2596
- -moz-border-radius: 50%;
2597
- border-radius: 50%;
2598
- -webkit-box-sizing: border-box;
2599
- -moz-box-sizing: border-box;
2600
- box-sizing: border-box;
2601
- }
2602
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .course-item-status::before {
2603
- font-family: "Font Awesome 5 Free";
2604
- font-size: 14px;
2605
- font-weight: 900;
2606
- vertical-align: middle;
2607
- text-transform: lowercase;
2608
- content: "\f00c";
2609
- }
2610
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link::before {
2611
  content: "\f059";
2612
  }
2613
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link::before {
2614
  content: "\f15b";
2615
  }
2616
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson.course-item-type-video .section-item-link::before {
2617
  content: "\f03d";
2618
  }
2619
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson.course-item-type-audio .section-item-link::before {
2620
  content: "\f028";
2621
  }
2622
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-preview {
2623
- background: #00adff;
2624
- font-style: normal;
2625
- -webkit-border-radius: 3px;
2626
- -moz-border-radius: 3px;
2627
- border-radius: 3px;
2628
- }
2629
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-preview::before {
2630
- color: #fff;
2631
- vertical-align: baseline;
2632
- content: attr(data-preview);
2633
- }
2634
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-status::before {
2635
  color: var(--lp-secondary-color);
2636
  content: "\f023";
2637
  }
2638
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.has-status {
2639
  padding-top: 1px;
2640
  }
2641
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-completed .course-item-status::before, #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-evaluated .course-item-status::before {
2642
  color: #3bb54a;
2643
  }
2644
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.item-failed .course-item-status::before, #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.failed .course-item-status::before {
2645
  border-color: #f02425;
2646
  color: #f02425;
2647
  content: "\f00d";
2648
  }
2649
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item::before {
2650
  position: absolute;
2651
  top: 50%;
2652
  right: 0;
@@ -2656,75 +2972,34 @@ ul.learn-press-nav-tabs::after {
2656
  content: "";
2657
  transition: height linear 0.15s, top linear 0.15s;
2658
  }
2659
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.current {
2660
  padding-right: 10px;
2661
  background: #f9f9f9;
2662
  }
2663
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.current a::before {
2664
  right: 10px;
2665
  }
2666
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.current::before {
2667
  top: 0;
2668
  height: 100%;
2669
  }
2670
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-item-link {
2671
- color: #777;
2672
- text-decoration: none;
2673
- }
2674
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-desc {
2675
- color: #999;
2676
  }
2677
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-title.c + .section-desc {
 
 
 
 
 
2678
  display: block;
2679
  }
2680
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-title.c span.show-desc::before {
2681
- -webkit-transform: rotate(-180deg);
2682
- -moz-transform: rotate(-180deg);
2683
- -ms-transform: rotate(-180deg);
2684
- -o-transform: rotate(-180deg);
2685
- transform: rotate(-180deg);
2686
- top: 0;
2687
- }
2688
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .item-meta.duration {
2689
- background: #d9e0f1;
2690
- }
2691
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-item__loadmore {
2692
- display: flex;
2693
- justify-content: center;
2694
- align-items: center;
2695
- }
2696
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-item__loadmore button {
2697
- display: inline-flex;
2698
- margin-left: auto;
2699
- margin-right: auto;
2700
- padding: 10px 20px;
2701
- border: none;
2702
- border-radius: 4px;
2703
- outline: none;
2704
- color: #222;
2705
- background: #f7f7f7;
2706
- box-shadow: none;
2707
- font-weight: 500;
2708
- justify-content: center;
2709
- align-items: center;
2710
- }
2711
- #learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-item__loadmore.loading button::before {
2712
- display: inline-block;
2713
- margin-left: 5px;
2714
- font-family: "Font Awesome 5 Free";
2715
- font-weight: 900;
2716
- content: "\f110";
2717
- -webkit-animation: lp-rotating 1s linear infinite;
2718
- -moz-animation: lp-rotating 1s linear infinite;
2719
- animation: lp-rotating 1s linear infinite;
2720
- }
2721
- #learn-press-course-curriculum.course-curriculum .curriculum-more__button {
2722
  display: flex;
2723
  width: 100%;
2724
  margin-top: 20px;
2725
  margin-bottom: 20px;
2726
- padding-top: 10px;
2727
- padding-bottom: 10px;
2728
  border: none;
2729
  outline: none;
2730
  color: #fff;
@@ -2732,8 +3007,11 @@ ul.learn-press-nav-tabs::after {
2732
  box-shadow: none;
2733
  justify-content: center;
2734
  align-items: center;
 
 
 
2735
  }
2736
- #learn-press-course-curriculum.course-curriculum .curriculum-more__button.loading::before {
2737
  display: inline-block;
2738
  margin-left: 5px;
2739
  font-family: "Font Awesome 5 Free";
@@ -2824,9 +3102,6 @@ body.course-item-popupx.wpadminbar #learn-press-course-curriculum,
2824
  body.course-item-popupx.wpadminbar #learn-press-content-item {
2825
  top: 92px;
2826
  }
2827
- body.course-item-popupx.wpadminbar #course-item-content-header {
2828
- top: 32px;
2829
- }
2830
  body.course-item-popupx.wpadminbar .content-item-description {
2831
  margin-bottom: 20px;
2832
  }
@@ -2861,10 +3136,6 @@ body.course-item-popupx.content-only #learn-press-content-item {
2861
  bottom: 0;
2862
  right: 0;
2863
  }
2864
- body.course-item-popupx.content-only #learn-press-content-item #course-item-content-header,
2865
- body.course-item-popupx.content-only #learn-press-content-item #course-item-content-footer {
2866
- display: none;
2867
- }
2868
  body.course-item-popupx.content-only #learn-press-content-item .content-item-scrollable {
2869
  bottom: 0;
2870
  }
@@ -2877,18 +3148,12 @@ body #ifr-course-item {
2877
  height: 100%;
2878
  background: #fff;
2879
  }
2880
- body.full-screen-content-item #course-item-content-header .toggle-content-item::before {
2881
- font: 28px/60px "Font Awesome 5 Free";
2882
- content: "\f066";
2883
- }
2884
  body .content-item-summary .form-button-finish-course,
2885
  body .lp-quiz-buttons .form-button-finish-course {
2886
  float: left;
2887
  }
2888
 
2889
- #wpadminbar #wp-admin-bar-edit-lp_quiz .ab-item::before,
2890
- #wpadminbar #wp-admin-bar-edit-lp_lesson .ab-item::before,
2891
- #wpadminbar #wp-admin-bar-edit-lp_question .ab-item::before {
2892
  top: 2px;
2893
  font-family: "Font Awesome 5 Free";
2894
  }
@@ -2916,161 +3181,51 @@ body .lp-quiz-buttons .form-button-finish-course {
2916
  opacity: 0.7;
2917
  }
2918
 
2919
- .course-remaining-time .lp-label.label-enrolled {
2920
  font-size: inherit;
2921
  }
2922
 
2923
- .course-progress .lp-progress-bar:hover {
2924
- cursor: pointer;
 
 
 
2925
  }
2926
 
2927
- #course-item-content-header,
2928
- #course-item-content-footer {
2929
- position: fixed;
2930
- left: 0;
2931
- height: 60px;
2932
- line-height: 60px;
2933
- -webkit-box-sizing: border-box;
2934
- -moz-box-sizing: border-box;
2935
- box-sizing: border-box;
2936
  }
2937
-
2938
- #course-item-content-header {
2939
- z-index: 100;
2940
  top: 0;
2941
- right: 0;
2942
- padding: 0;
2943
- border-bottom: 1px solid #ddd;
2944
- background: #e7f7ff;
2945
  }
2946
- #course-item-content-header .course-item-search {
2947
- float: right;
2948
- position: relative;
2949
- box-sizing: border-box;
2950
- width: 400px;
2951
- padding: 15px;
2952
  }
2953
- #course-item-content-header .course-item-search input {
2954
- float: right;
2955
- width: 385px;
2956
- height: 30px;
2957
- padding: 0;
2958
- border: none;
2959
- color: #aaa;
2960
- background: transparent;
2961
- box-shadow: none;
2962
- font-style: italic;
2963
  }
2964
- #course-item-content-header .course-item-search input:focus {
2965
- outline: none;
2966
- color: #777;
2967
- box-shadow: none;
 
2968
  }
2969
- #course-item-content-header .course-item-search button {
2970
- position: absolute;
2971
- z-index: 99;
2972
- left: 15px;
2973
- height: 30px;
2974
- margin-right: -30px;
2975
- padding: 0;
2976
- border: none;
2977
- color: #777;
2978
- background: transparent;
2979
- font-size: 15px;
2980
- line-height: 30px;
2981
  }
2982
- #course-item-content-header .course-item-search button::after {
2983
- font-family: "Font Awesome 5 Free";
2984
- content: "\f002";
2985
  }
2986
- #course-item-content-header .course-item-search.has-keyword button::after {
2987
- content: "\f00d";
2988
- }
2989
- #course-item-content-header .course-title {
2990
- float: right;
2991
- clear: none;
2992
- height: 60px;
2993
- margin: 0;
2994
- padding: 0 15px;
2995
- font-size: 1.4rem;
2996
- line-height: 60px;
2997
- }
2998
- #course-item-content-header .course-title a {
2999
- box-shadow: none;
3000
- }
3001
- #course-item-content-header .course-title::before {
3002
- display: none;
3003
- content: "";
3004
- }
3005
- #course-item-content-header .form-button.lp-button-back {
3006
- float: left;
3007
- margin-left: 15px;
3008
- }
3009
- #course-item-content-header .toggle-content-item {
3010
- display: inline-block;
3011
- float: left;
3012
- width: 60px;
3013
- height: 60px;
3014
- border-right: 1px solid #ddd;
3015
- text-align: center;
3016
- }
3017
- #course-item-content-header .toggle-content-item::before {
3018
- font: 28px/60px "Font Awesome 5 Free";
3019
- content: "\f065";
3020
- }
3021
-
3022
- #course-item-content-footer {
3023
- display: none;
3024
- bottom: 0;
3025
- right: 400px;
3026
- padding: 15px;
3027
- border-top: 1px solid #ddd;
3028
- }
3029
- #course-item-content-footer button,
3030
- #course-item-content-footer .lp-button {
3031
- height: 35px;
3032
- padding: 0 10px;
3033
- font-size: 14px;
3034
- line-height: 30px;
3035
- }
3036
-
3037
- .learn-press-form.completed button::before {
3038
- margin-left: 10px;
3039
- font-family: "Font Awesome 5 Free";
3040
- font-size: 18px;
3041
- content: "\f00c";
3042
- }
3043
-
3044
- .lp-course-progress {
3045
- position: relative;
3046
- }
3047
- .lp-course-progress .lp-passing-conditional {
3048
- position: absolute;
3049
- top: 0;
3050
- width: 3px;
3051
- height: 6px;
3052
- margin-right: -1px;
3053
- background: var(--lp-secondary-color);
3054
- }
3055
-
3056
- .viewing-course-item #learn-press-course-curriculum .section-header .section-desc {
3057
- display: none;
3058
- }
3059
-
3060
- /***********/
3061
- .course-meta {
3062
- display: flex;
3063
- margin-bottom: 40px;
3064
- }
3065
- .course-meta .course-meta__pull-left,
3066
- .course-meta .course-meta__pull-right {
3067
- display: flex;
3068
- }
3069
- .course-meta .course-meta__pull-left {
3070
- flex: 1;
3071
- }
3072
- .course-meta .course-meta__pull-left .meta-item {
3073
- margin-left: 10px;
3074
  }
3075
  .course-meta .course-meta__pull-right {
3076
  flex: 0 0 50%;
@@ -3091,18 +3246,23 @@ body .lp-quiz-buttons .form-button-finish-course {
3091
  border-radius: 5px;
3092
  }
3093
  .course-extra-box__title {
3094
- --extra-height: 54px;
3095
  display: flex;
3096
  align-items: center;
3097
  position: relative;
3098
  height: var(--extra-height);
3099
- margin: 0;
3100
  padding: 0 38px 0 45px;
3101
  background: rgba(181, 187, 211, 0.15);
3102
  font-size: 1.1rem;
3103
  font-weight: 600;
3104
  cursor: pointer;
3105
  }
 
 
 
 
 
3106
  .course-extra-box__title::after {
3107
  position: absolute;
3108
  top: 0;
@@ -3137,12 +3297,18 @@ body .lp-quiz-buttons .form-button-finish-course {
3137
  }
3138
  .course-extra-box__content li {
3139
  margin: 0;
3140
- padding: 22px 38px 14px;
3141
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
3142
  color: #666;
3143
  font-size: 16px;
3144
  font-weight: 300;
3145
  }
 
 
 
 
 
 
3146
  .course-extra-box__content li::before {
3147
  margin-left: 8px;
3148
  color: var(--lp-primary-color);
@@ -3159,6 +3325,13 @@ body .lp-quiz-buttons .form-button-finish-course {
3159
  .course-extra-box.active .course-extra-box__title::after {
3160
  content: "\f0d8";
3161
  }
 
 
 
 
 
 
 
3162
 
3163
  input[name=course-extra-box-ratio] {
3164
  display: none;
@@ -3174,34 +3347,33 @@ input[name=course-extra-box-ratio]:checked + .course-extra-box .course-extra-box
3174
  from {
3175
  opacity: 0;
3176
  -webkit-transform: translateX(-5%);
 
 
 
3177
  transform: translateX(-5%);
3178
  }
3179
  to {
3180
  opacity: 1;
3181
  -webkit-transform: translateX(0%);
 
 
 
3182
  transform: translateX(0%);
3183
  }
3184
  }
3185
  @keyframes course-extra-box__content-inner-transform {
3186
  from {
3187
  opacity: 0;
3188
- -webkit-transform: translateX(-5%);
3189
  transform: translateX(-5%);
3190
  }
3191
  to {
3192
  opacity: 1;
3193
- -webkit-transform: translateX(0%);
3194
  transform: translateX(0%);
3195
  }
3196
  }
3197
  .course-tab-panel-faqs {
3198
  padding-top: 64px;
3199
  }
3200
- @media (max-width: 767px) {
3201
- .course-tab-panel-faqs {
3202
- padding: 0 15px;
3203
- }
3204
- }
3205
  .course-tab-panel-faqs .course-faqs-box {
3206
  margin-bottom: 20px;
3207
  border: 1px solid rgba(204, 204, 204, 0.6);
@@ -3212,7 +3384,7 @@ input[name=course-extra-box-ratio]:checked + .course-extra-box .course-extra-box
3212
  position: relative;
3213
  margin: 0;
3214
  padding: 25px 30px 25px 45px;
3215
- font-size: 16px;
3216
  font-weight: 500;
3217
  line-height: 1.7;
3218
  cursor: pointer;
@@ -3228,10 +3400,19 @@ input[name=course-extra-box-ratio]:checked + .course-extra-box .course-extra-box
3228
  content: "\f078";
3229
  transform: translateY(-50%);
3230
  }
3231
- .course-tab-panel-faqs .course-faqs-box .course-faqs-box__content {
 
 
 
 
 
 
 
 
 
3232
  display: none;
3233
  }
3234
- .course-tab-panel-faqs .course-faqs-box .course-faqs-box__content .course-faqs-box__content-inner {
3235
  padding: 0 28px 33px 28px;
3236
  color: #666;
3237
  font-size: 16px;
@@ -3248,15 +3429,6 @@ input[name=course-extra-box-ratio]:checked + .course-extra-box .course-extra-box
3248
  -webkit-animation-direction: normal;
3249
  animation-direction: normal;
3250
  }
3251
- .course-tab-panel-faqs .course-faqs-box:last-child {
3252
- margin-bottom: 40px;
3253
- }
3254
- .course-tab-panel-faqs .course-faqs-box:hover {
3255
- background: rgba(241, 242, 248, 0.4);
3256
- }
3257
- .course-tab-panel-faqs .course-faqs-box:hover .course-faqs-box__title {
3258
- color: var(--lp-primary-color);
3259
- }
3260
 
3261
  input[name=course-faqs-box-ratio] {
3262
  display: none;
@@ -3278,11 +3450,17 @@ input[name=course-faqs-box-ratio]:checked + .course-faqs-box .course-faqs-box__t
3278
  from {
3279
  opacity: 0;
3280
  -webkit-transform: translateX(-5%);
 
 
 
3281
  transform: translateX(-5%);
3282
  }
3283
  to {
3284
  opacity: 1;
3285
  -webkit-transform: translateX(0%);
 
 
 
3286
  transform: translateX(0%);
3287
  }
3288
  }
@@ -3290,34 +3468,29 @@ input[name=course-faqs-box-ratio]:checked + .course-faqs-box .course-faqs-box__t
3290
  from {
3291
  opacity: 0;
3292
  -webkit-transform: translateX(-5%);
 
 
 
3293
  transform: translateX(-5%);
3294
  }
3295
  to {
3296
  opacity: 1;
3297
  -webkit-transform: translateX(0%);
 
 
 
3298
  transform: translateX(0%);
3299
  }
3300
  }
3301
  /***********/
3302
  @media screen and (max-width: 1300px) {
3303
- body.course-item-popup #course-item-content-header .course-item-search {
3304
- width: 300px;
3305
- }
3306
- body.course-item-popup #course-item-content-header .course-item-search input {
3307
- width: 285px;
3308
- }
3309
- body.course-item-popup #course-item-content-header .course-item-search button {
3310
- right: 300px;
3311
- }
3312
  body.course-item-popup #learn-press-course-curriculum {
3313
  width: 300px;
3314
  }
3315
  body.course-item-popup #learn-press-course-curriculum .progress-bg {
3316
  width: 40px;
3317
  }
3318
- body.course-item-popup #content-item-nav,
3319
- body.course-item-popup #learn-press-content-item,
3320
- body.course-item-popup #course-item-content-footer {
3321
  right: 300px;
3322
  }
3323
  body.course-item-popup .section-desc {
@@ -3325,21 +3498,10 @@ body.course-item-popup #course-item-content-footer {
3325
  }
3326
  }
3327
  @media screen and (max-width: 1200px) {
3328
- body.course-item-popupx #course-item-content-header .course-item-search {
3329
- width: 300px;
3330
- }
3331
- body.course-item-popupx #course-item-content-header .course-item-search input {
3332
- width: 285px;
3333
- }
3334
- body.course-item-popupx #course-item-content-header .course-item-search button {
3335
- right: 300px;
3336
- }
3337
  body.course-item-popupx #learn-press-course-curriculum {
3338
  width: 300px;
3339
  }
3340
- body.course-item-popupx #content-item-nav,
3341
- body.course-item-popupx #learn-press-content-item,
3342
- body.course-item-popupx #course-item-content-footer {
3343
  right: 300px;
3344
  }
3345
  body.course-item-popupx #learn-press-content-item .content-item-nav-wrap,
@@ -3348,21 +3510,10 @@ body.course-item-popupx #learn-press-content-item .content-item-wrap {
3348
  }
3349
  }
3350
  @media screen and (max-width: 768px) {
3351
- body.course-item-popup #course-item-content-header .course-item-search {
3352
- width: 200px;
3353
- }
3354
- body.course-item-popup #course-item-content-header .course-item-search input {
3355
- width: 185px;
3356
- }
3357
- body.course-item-popup #course-item-content-header .course-item-search button {
3358
- right: 200px;
3359
- }
3360
- body.course-item-popup #learn-press-course-curriculum {
3361
  width: 200px;
3362
  }
3363
- body.course-item-popup #content-item-nav,
3364
- body.course-item-popup #learn-press-content-item,
3365
- body.course-item-popup #course-item-content-footer {
3366
  right: 200px;
3367
  }
3368
  body.course-item-popup #learn-press-content-item .content-item-nav-wrap,
@@ -3373,10 +3524,6 @@ body.course-item-popup #learn-press-content-item .content-item-wrap {
3373
  body.course-item-popup.wpadminbar #learn-press-course-curriculum {
3374
  top: 106px;
3375
  }
3376
- body.course-item-popup.wpadminbar #course-item-content-header {
3377
- top: 46px;
3378
- }
3379
-
3380
  .learn-press-course-results-progress {
3381
  margin-left: 0%;
3382
  }
@@ -3507,15 +3654,16 @@ body.course-item-popup.wpadminbar #learn-press-course-curriculum {
3507
  }
3508
  .answer-options .answer-option input[type=checkbox]::after,
3509
  .answer-options .answer-option input[type=radio]::after {
 
3510
  position: absolute;
3511
- top: 15px;
3512
  right: 9px;
3513
  box-sizing: content-box;
3514
- margin-top: -10px;
3515
  opacity: 0;
3516
  color: #3db748;
3517
  font-family: "Font Awesome 5 Free";
3518
  font-weight: 900;
 
3519
  content: "\f00c";
3520
  }
3521
  .answer-options .answer-option input[type=checkbox]:checked ~ .option-title .option-title-content,
@@ -3530,6 +3678,16 @@ body.course-item-popup.wpadminbar #learn-press-course-curriculum {
3530
  .answer-options .answer-option input[type=radio]:checked::after {
3531
  opacity: 1;
3532
  }
 
 
 
 
 
 
 
 
 
 
3533
  .answer-options .answer-option input[type=radio] {
3534
  -webkit-border-radius: 50%;
3535
  -moz-border-radius: 50%;
@@ -3572,6 +3730,7 @@ button[data-counter]::after {
3572
  padding-right: 5px;
3573
  content: "(+" attr(data-counter) ")";
3574
  }
 
3575
  .quiz-result {
3576
  max-width: 320px;
3577
  margin: 20px auto 48px;
@@ -3588,11 +3747,15 @@ button[data-counter]::after {
3588
  }
3589
  .quiz-result .result-message {
3590
  margin-bottom: 30px;
3591
- padding: 10px 0;
3592
  color: #fff;
3593
  background: #f02425;
3594
  font-size: 16px;
 
3595
  font-weight: 400;
 
 
 
3596
  -webkit-border-radius: 4px;
3597
  -moz-border-radius: 4px;
3598
  border-radius: 4px;
@@ -3627,16 +3790,6 @@ button[data-counter]::after {
3627
  .quiz-result .result-grade .result-message {
3628
  font-size: 14px;
3629
  }
3630
- .quiz-result.failed {
3631
- /*.result-achieved {
3632
- color: #c55757;
3633
- }
3634
- .result-message {
3635
- strong {
3636
- color: #c55757;
3637
- }
3638
- }*/
3639
- }
3640
  .quiz-result.passed .result-achieved {
3641
  color: #04adff;
3642
  }
@@ -3653,6 +3806,9 @@ button[data-counter]::after {
3653
  display: flex;
3654
  margin: 0;
3655
  }
 
 
 
3656
  .quiz-result .result-statistic .result-statistic-field span,
3657
  .quiz-result .result-statistic .result-statistic-field p {
3658
  margin: 0;
@@ -3731,6 +3887,10 @@ button[data-counter]::after {
3731
  display: block;
3732
  height: auto;
3733
  text-align: center;
 
 
 
 
3734
  }
3735
  }
3736
  .quiz-status > div > div {
@@ -3739,6 +3899,11 @@ button[data-counter]::after {
3739
  flex: 0 0 50%;
3740
  align-items: center;
3741
  }
 
 
 
 
 
3742
  .quiz-status > div .current-point {
3743
  display: none;
3744
  }
@@ -3986,6 +4151,7 @@ button[data-counter]::after {
3986
  height: 100%;
3987
  border: 10px solid #14c4ff;
3988
  border-radius: 50%;
 
3989
  }
3990
  .circle-bar .before {
3991
  border-bottom-color: transparent;
@@ -4011,14 +4177,6 @@ button[data-counter]::after {
4011
  float: left;
4012
  }
4013
 
4014
- .quiz-results,
4015
- .quiz-content,
4016
- .quiz-questions,
4017
- .quiz-buttons,
4018
- .quiz-attempts {
4019
- margin-bottom: 60px;
4020
- }
4021
-
4022
  .quiz-result .result-grade {
4023
  display: flex;
4024
  flex-direction: column;
@@ -4029,6 +4187,11 @@ button[data-counter]::after {
4029
  padding: 50px;
4030
  justify-content: center;
4031
  align-items: center;
 
 
 
 
 
4032
  }
4033
  .quiz-result .result-grade::before,
4034
  .quiz-result .result-grade svg {
@@ -4154,7 +4317,6 @@ button[data-counter]::after {
4154
  margin-bottom: 18px;
4155
  color: #333;
4156
  font-size: 18px;
4157
- font-weight: normal;
4158
  font-weight: 500;
4159
  }
4160
  .question .question-title .edit-link {
@@ -4276,6 +4438,7 @@ button[data-counter]::after {
4276
  .question.question-fill_in_blanks .blanks.one-paragraph {
4277
  line-height: 3;
4278
  }
 
4279
  .lp-sort-bg label.option-title {
4280
  background: rgba(255, 182, 6, 0.68) !important;
4281
  }
@@ -4298,7 +4461,78 @@ button[data-counter]::after {
4298
  /**
4299
  * CSS for overriding some style defaults of themes
4300
  */
4301
- /**/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4302
  body.learnpress-page.twentysixteen #primary .lp-entry-content {
4303
  float: none;
4304
  width: auto;
@@ -4433,9 +4667,6 @@ body.lp-preview #learn-press-content-item {
4433
  top: 0 !important;
4434
  right: 0 !important;
4435
  }
4436
- body.lp-preview #course-item-content-header {
4437
- display: none;
4438
- }
4439
 
4440
  /**
4441
  * CSS for jAlerts
@@ -4551,8 +4782,8 @@ a {
4551
  }
4552
 
4553
  .lp-content-area {
4554
- width: 1170px;
4555
- max-width: 100%;
4556
  margin: 0 auto;
4557
  }
4558
  @media (max-width: 1024px) {
@@ -4569,33 +4800,33 @@ a {
4569
  content: "";
4570
  }
4571
 
 
 
 
 
4572
  .lp-archive-courses.loading ul.learn-press-courses {
4573
  position: relative;
4574
  }
4575
- .lp-archive-courses.loading ul.learn-press-courses::after {
 
4576
  position: absolute;
4577
- z-index: 3;
4578
  top: 0;
4579
- left: 0;
4580
  bottom: 0;
4581
- right: 0;
 
 
 
 
4582
  background: #f3f3f3;
4583
  background: linear-gradient(-90deg, hsla(0deg, 0%, 74.5%, 0.2) 25%, hsla(0deg, 0%, 50.6%, 0.24) 37%, hsla(0deg, 0%, 74.5%, 0.2) 63%);
4584
  background-size: 400% 100%;
4585
  list-style: none;
4586
- content: "";
4587
  animation: lp-skeleton-loading 1.4s ease infinite;
4588
  }
4589
  .lp-archive-courses.loading ul.learn-press-courses::before {
4590
- position: absolute;
4591
  z-index: 2;
4592
- top: 0;
4593
- left: 0;
4594
- bottom: 0;
4595
- right: 0;
4596
  opacity: 0.8%;
4597
  background: #fff;
4598
- content: "";
4599
  }
4600
  .lp-archive-courses form[name=search-course] {
4601
  position: relative;
@@ -4631,124 +4862,42 @@ a {
4631
  margin-bottom: 20px;
4632
  }
4633
  }
4634
- .lp-archive-courses .learn-press-courses {
4635
- clear: both;
4636
- margin: 0 -15px 0 -15px;
4637
- padding: 0;
4638
- list-style: none;
4639
- position: relative;
4640
- min-height: 300px;
4641
- display: -webkit-box;
4642
- display: -moz-box;
4643
- display: -ms-flexbox;
4644
- display: -moz-flex;
4645
- display: -webkit-flex;
4646
- display: flex;
4647
- -webkit-flex-wrap: wrap;
4648
- flex-wrap: wrap;
4649
- }
4650
- .lp-archive-courses .learn-press-courses .course {
4651
- width: 25%;
4652
- margin: 0 0 60px 0;
4653
- box-shadow: none;
4654
- list-style: none;
4655
- }
4656
- .lp-archive-courses .learn-press-courses .course .course-item {
4657
- display: flex;
4658
  flex-direction: column;
4659
- position: relative;
4660
- height: 100%;
4661
  transition: all 0.3s;
4662
  }
4663
- .lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail {
4664
- overflow: hidden;
4665
- position: relative;
4666
  }
4667
- .lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .lp-badge.featured {
4668
- position: absolute;
4669
- z-index: 100;
4670
- top: 28px;
4671
- right: -110px;
4672
- width: 300px;
4673
- text-align: center;
4674
- transform: rotate(45deg);
4675
  }
4676
- .lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-thumbnail a {
4677
- display: block;
4678
- overflow: hidden;
4679
  }
4680
- .lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-thumbnail .thumbnail {
4681
- margin: 0;
4682
- padding: 0;
4683
- border: 0;
4684
- border-radius: unset;
4685
- line-height: unset;
4686
- }
4687
- .lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-thumbnail .thumbnail::before {
4688
- position: absolute;
4689
- z-index: 1;
4690
- top: 0;
4691
- left: 0;
4692
- bottom: 0;
4693
- right: 0;
4694
- opacity: 0;
4695
- background: rgba(0, 0, 0, 0.5);
4696
- content: "";
4697
- transition: all 0.3s;
4698
- }
4699
- .lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-thumbnail .thumbnail img {
4700
- display: block;
4701
- width: 100%;
4702
- height: auto;
4703
- transition: all 0.5s ease;
4704
- transform: scale(1);
4705
- }
4706
- .lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-wishlist {
4707
- position: absolute;
4708
- z-index: 2;
4709
- top: 6px;
4710
- left: 6px;
4711
- opacity: 0;
4712
- color: #fff;
4713
- cursor: pointer;
4714
- }
4715
- .lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-wishlist::before {
4716
- font-family: "Font Awesome 5 Free";
4717
- font-weight: 900;
4718
- content: "\f004";
4719
- }
4720
- .lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-wishlist .course-wishlist__btn {
4721
- display: none;
4722
- }
4723
- .lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-wishlist:hover {
4724
- color: var(--lp-primary-color);
4725
- }
4726
- .lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail:hover::before {
4727
- opacity: 1;
4728
- }
4729
- .lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail:hover .course-thumbnail a img {
4730
- transform: scale(1.05);
4731
- }
4732
- .lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail:hover .course-wishlist {
4733
- opacity: 1;
4734
- }
4735
- .lp-archive-courses .learn-press-courses .course .course-item:hover .course-thumbnail .thumbnail::before {
4736
  opacity: 1;
4737
  }
4738
- .lp-archive-courses .learn-press-courses .course .course-item:hover .course-thumbnail a img {
4739
- transform: scale(1.05);
 
 
 
 
 
4740
  }
4741
- .lp-archive-courses .learn-press-courses .course .course-item:hover .course-wishlist {
4742
- opacity: 1;
4743
  }
4744
- .lp-archive-courses .learn-press-courses .course .course-item .course-wishlist.filled {
4745
- opacity: 1;
4746
  }
4747
- .lp-archive-courses .learn-press-courses .course .course-item .course-content {
4748
  position: relative;
4749
  border-top: 0;
4750
  }
4751
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-permalink {
4752
  display: -webkit-box;
4753
  clear: both;
4754
  overflow: hidden;
@@ -4763,54 +4912,43 @@ a {
4763
  -moz-box-shadow: none;
4764
  box-shadow: none;
4765
  }
4766
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-permalink:focus {
4767
  -webkit-box-shadow: none;
4768
  -moz-box-shadow: none;
4769
  box-shadow: none;
4770
  }
4771
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-permalink .course-title {
4772
- margin: 0;
4773
- padding: 0;
4774
- color: #333;
4775
- font-size: 16px;
4776
- font-weight: 600;
4777
- line-height: 24px;
4778
- }
4779
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-permalink .course-title:hover {
4780
- color: var(--lp-primary-color);
4781
- }
4782
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-review {
4783
  display: none;
4784
  }
4785
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-categories,
4786
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-tags {
4787
  display: block;
4788
  font-size: 14px;
4789
  font-weight: 300;
4790
  }
4791
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-categories {
4792
  float: right;
4793
  position: relative;
4794
  margin-left: 10px;
4795
  margin-bottom: 16px;
4796
  }
4797
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-categories a {
4798
  display: inline-block;
4799
  display: none;
4800
  margin: 0 10px;
4801
  color: #fff;
4802
  text-decoration: none;
4803
  }
4804
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-categories a:first-child {
4805
  display: block;
4806
  margin-right: 0;
4807
  padding: 2px 16px;
4808
  background: var(--lp-primary-color);
4809
  }
4810
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-categories a:hover {
4811
  color: #333;
4812
  }
4813
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-categories::after {
4814
  position: absolute;
4815
  top: 50%;
4816
  left: -2px;
@@ -4821,53 +4959,39 @@ a {
4821
  content: "";
4822
  transform: translate(0, -50%);
4823
  }
4824
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-instructor {
4825
- float: right;
4826
- margin-bottom: 16px;
4827
- font-size: 14px;
4828
- font-weight: 300;
4829
- line-height: 25px;
4830
- text-transform: capitalize;
4831
- }
4832
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-instructor a {
4833
- color: #059de9;
4834
- }
4835
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-instructor a:hover {
4836
- color: var(--lp-primary-color);
4837
- }
4838
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info {
4839
  color: #666;
4840
  font-size: 14px;
4841
  font-weight: 300;
4842
  }
4843
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info > span {
4844
  display: block;
4845
  }
4846
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info .course-price {
4847
  float: left;
4848
  }
4849
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info .course-price .origin-price,
4850
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info .course-price .price {
4851
  color: #333;
4852
  font-size: 16px;
4853
  font-weight: 600;
4854
  }
4855
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info .course-price .origin-price {
4856
  margin-left: 10px;
4857
  color: #666;
4858
  font-size: 14px;
4859
  font-weight: 300;
4860
  text-decoration: line-through;
4861
  }
4862
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info .course-instructor {
4863
  float: left;
4864
  }
4865
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info::after {
4866
  display: block;
4867
  clear: both;
4868
  content: "";
4869
  }
4870
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-excerpt {
4871
  display: -webkit-box;
4872
  overflow: hidden;
4873
  margin-bottom: 28px;
@@ -4878,530 +5002,641 @@ a {
4878
  -webkit-line-clamp: 2;
4879
  -webkit-box-orient: vertical;
4880
  }
4881
- .lp-archive-courses .learn-press-courses .course .course-item .course-content .separator {
4882
  display: none;
4883
  }
4884
- .lp-archive-courses .learn-press-courses[data-layout=list] {
4885
- margin: 0;
 
4886
  }
4887
- .lp-archive-courses .learn-press-courses[data-layout=list] .course {
4888
- display: flex;
4889
- width: 100%;
4890
- padding: 24px;
4891
- border: 1px solid rgba(204, 204, 204, 0.3);
4892
- border-radius: 4px;
4893
- flex-wrap: wrap;
4894
- justify-content: flex-end;
4895
  }
4896
- @media (max-width: 767px) {
4897
- .lp-archive-courses .learn-press-courses[data-layout=list] .course {
4898
- padding: 15px;
4899
- }
 
 
 
 
4900
  }
4901
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item {
4902
- display: flex;
4903
- flex-direction: row;
4904
- width: 100%;
4905
- border: unset;
4906
- justify-content: space-between;
4907
  }
4908
- @media (max-width: 767px) {
4909
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item {
4910
- flex-direction: column;
4911
- }
4912
  }
4913
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-wrap-thumbnail {
4914
- float: right;
4915
- width: 35.8%;
4916
  }
4917
- @media (max-width: 767px) {
4918
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-wrap-thumbnail {
4919
- width: 100%;
4920
- }
4921
  }
4922
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content {
4923
- float: left;
4924
- width: calc(64.2% - 76px);
4925
- padding-top: 5px;
4926
  }
4927
- @media (max-width: 1200px) {
4928
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content {
4929
- width: calc(64.2% - 40px);
4930
- }
4931
  }
4932
- @media (max-width: 1200px) {
4933
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content {
4934
- width: calc(64.2% - 25px);
4935
- }
4936
  }
4937
- @media (max-width: 767px) {
4938
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content {
4939
- width: 100%;
4940
- padding-top: 20px;
4941
- }
 
4942
  }
4943
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-categories a {
4944
- position: relative;
4945
- padding: 2px 15px 2px 20px;
4946
- -webkit-clip-path: polygon(0% 0%, 100% 0, 88% 50%, 100% 100%, 0% 100%);
4947
- clip-path: polygon(0% 0%, 100% 0, 88% 50%, 100% 100%, 0% 100%);
 
 
 
 
 
 
4948
  }
4949
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-permalink {
4950
- overflow: hidden;
4951
- height: 25px;
4952
- margin-bottom: 5px;
4953
- -webkit-line-clamp: 1;
 
4954
  }
4955
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-permalink .course-title {
 
 
4956
  color: #333;
4957
- font-size: 18px;
4958
  font-weight: 600;
4959
  line-height: 24px;
4960
  }
4961
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-permalink .course-title:hover {
4962
  color: var(--lp-primary-color);
4963
  }
4964
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta {
4965
- display: flex;
4966
- padding-top: 12px;
4967
- padding-bottom: 18px;
4968
- color: #333;
4969
- font-size: 14px;
4970
- font-weight: 400;
4971
  }
4972
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item {
4973
- padding-left: 28px;
4974
- text-transform: capitalize;
 
 
 
4975
  }
4976
- @media (max-width: 1024px) {
4977
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item {
4978
- padding-left: 20px;
 
 
 
4979
  }
4980
  }
4981
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item::before {
 
 
 
4982
  position: relative;
4983
- top: -1px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4984
  margin-left: 8px;
4985
  color: var(--lp-primary-color);
4986
  font-family: "Font Awesome 5 Free";
4987
  font-weight: 900;
4988
  }
4989
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item-level::before {
4990
- content: "\f012";
 
 
 
 
 
 
 
 
4991
  }
4992
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item-duration::before {
4993
  content: "\f017";
4994
  }
4995
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item-lesson::before {
 
 
 
4996
  content: "\f0c5";
4997
  }
4998
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item-quiz::before {
4999
  content: "\f12e";
5000
  }
5001
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item-student::before {
5002
  content: "\f501";
5003
  }
5004
- @media (max-width: 815px) {
5005
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta {
5006
- display: grid;
5007
- grid-template-columns: repeat(2, 1fr);
5008
- grid-gap: 15px;
5009
- }
5010
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item {
5011
- padding-left: 15px;
5012
  }
5013
  }
5014
  @media (max-width: 767px) {
5015
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta {
5016
- grid-template-columns: repeat(3, 1fr);
5017
  }
5018
  }
5019
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-tags a {
5020
- margin: 0 0 10px 10px;
5021
- padding: 3px 5px;
5022
- border-radius: 3px;
5023
- color: #fff;
5024
- background: #e4a2a2;
5025
- line-height: 1;
5026
- }
5027
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-footer {
5028
- float: right;
5029
- margin-left: 20px;
5030
  }
5031
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-footer .course-students {
5032
- display: none;
5033
  }
5034
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-footer .course-price {
5035
- float: unset;
5036
- }
5037
- @media (max-width: 767px) {
5038
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-footer {
5039
- margin-bottom: 30px;
5040
- }
5041
- }
5042
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-readmore {
5043
- float: left;
5044
- position: relative;
5045
- left: 4px;
5046
- }
5047
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-readmore a {
5048
- padding: 9px 24px;
5049
- border-radius: 3px;
5050
- color: #fff;
5051
- background: var(--lp-primary-color);
5052
- font-weight: 400;
5053
- line-height: 1;
5054
- transition: all 0.3s;
5055
- display: block;
5056
- }
5057
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-readmore a:hover {
5058
- opacity: 0.5;
5059
- background: var(--lp-primary-color);
5060
- }
5061
- @media (max-width: 767px) {
5062
- .lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-readmore {
5063
- display: flex;
5064
- float: unset;
5065
- clear: both;
5066
- }
5067
- }
5068
- .lp-archive-courses .learn-press-courses[data-layout=grid] .course {
5069
- padding: 0 15px;
5070
- }
5071
- .lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item:hover {
5072
- box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
5073
- }
5074
- .lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content {
5075
- padding: 15px 20px 12px 20px;
5076
- border: 1px solid #f0f0f0;
5077
- border-top: 0;
5078
- flex-grow: 1;
5079
- }
5080
- .lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-instructor {
5081
- margin-bottom: 7px;
5082
- }
5083
- .lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-categories {
5084
- float: left;
5085
- position: absolute;
5086
- z-index: 1;
5087
- top: -34px;
5088
- left: -1px;
5089
- margin-left: 0;
5090
- }
5091
- .lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-categories::after {
5092
- display: none;
5093
- }
5094
- .lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-categories a {
5095
- position: relative;
5096
- margin: 0;
5097
- padding: 2px 22px 2px 12px;
5098
- -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 12px 50%);
5099
- clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 12px 50%);
5100
- }
5101
- .lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-permalink {
5102
- height: 48px;
5103
- margin-bottom: 20px;
5104
- }
5105
- .lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-wrap-meta {
5106
- display: none;
5107
- }
5108
- .lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-info {
5109
- display: flex;
5110
- flex-direction: column;
5111
- flex-grow: 1;
5112
- }
5113
- .lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-info .course-excerpt {
5114
- display: none;
5115
- }
5116
- .lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-info .course-footer {
5117
- padding-top: 18px;
5118
- border-top: 1px solid rgba(153, 153, 153, 0.2);
5119
- }
5120
- .lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-info .course-footer .course-students {
5121
- float: right;
5122
- text-transform: capitalize;
5123
- }
5124
- .lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-info .course-footer .course-students::before {
5125
- position: relative;
5126
- top: -1px;
5127
- margin-left: 8px;
5128
- color: var(--lp-primary-color);
5129
- font-family: "Font Awesome 5 Free";
5130
- font-weight: 900;
5131
- content: "\f501";
5132
- }
5133
- .lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-info .course-readmore {
5134
- display: none;
5135
- }
5136
- @media (max-width: 992px) {
5137
- .lp-archive-courses .learn-press-courses[data-layout=grid] .course {
5138
- width: 50%;
5139
- }
5140
- }
5141
- @media (max-width: 767px) {
5142
- .lp-archive-courses .learn-press-courses[data-layout=grid] .course {
5143
- width: 100%;
5144
- }
5145
- }
5146
- .lp-archive-courses .learn-press-courses[data-size="3"] .course {
5147
- width: 33.3333%;
5148
- }
5149
- @media (max-width: 767px) {
5150
- .lp-archive-courses .learn-press-courses[data-size="3"] .course {
5151
- width: 100%;
5152
- }
5153
- }
5154
- .lp-archive-courses .learn-press-courses .lp-archive-course-skeleton {
5155
- position: absolute;
5156
- height: 100%;
5157
- background: linear-gradient(-90deg, hsla(0deg, 0%, 74.5%, 0.2) 25%, hsla(0deg, 0%, 50.6%, 0.24) 37%, hsla(0deg, 0%, 74.5%, 0.2) 63%);
5158
- animation: lp-skeleton-loading 1.4s ease infinite;
5159
- background-size: 400% 100%;
5160
- }
5161
- .lp-archive-courses .learn-press-courses .lp-archive-course-skeleton li {
5162
- display: none;
5163
- }
5164
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info {
5165
- margin-bottom: 60px;
5166
- padding: 40px 0 10px 0;
5167
- color: #fff;
5168
- background: var(--lp-secondary-color);
5169
- }
5170
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left {
5171
- width: 70%;
5172
- }
5173
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-title {
5174
- margin-bottom: 42px;
5175
- color: #fff;
5176
- font-size: 30px;
5177
- font-weight: 500;
5178
- line-height: 1;
5179
- }
5180
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta.course-meta-primary {
5181
- margin-bottom: 36px;
5182
- }
5183
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta.course-meta-primary .course-meta__pull-left .meta-item-categories::before {
5184
- font-weight: 400;
5185
- }
5186
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta.course-meta-secondary {
5187
- margin-bottom: 0;
5188
- }
5189
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item {
5190
- display: flex;
5191
- height: 46px;
5192
- margin-left: 50px;
5193
- font-size: 16px;
5194
- font-weight: 300;
5195
- text-transform: capitalize;
5196
- }
5197
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item span {
5198
- padding-left: 4px;
5199
- }
5200
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item:last-child {
5201
- margin-left: 0;
5202
- }
5203
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item::before {
5204
- margin-left: 8px;
5205
- color: var(--lp-primary-color);
5206
- font-family: "Font Awesome 5 Free";
5207
- font-weight: 900;
5208
- }
5209
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__image {
5210
- margin-left: 10px;
5211
- flex: 0 0 46px;
5212
- }
5213
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__image img {
5214
- overflow: hidden;
5215
- position: relative;
5216
- width: 46px;
5217
- height: 46px;
5218
- border-radius: 50%;
5219
- }
5220
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__value label {
5221
- margin: 0;
5222
- color: #999;
5223
- font-size: 14px;
5224
- font-weight: 300;
5225
- line-height: 1.5;
5226
- }
5227
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__value > div {
5228
- line-height: 1.5;
5229
- }
5230
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__value > div a {
5231
  color: #fff;
5232
  font-size: 16px;
5233
  font-weight: 400;
5234
  text-transform: capitalize;
5235
  }
5236
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__value > div a:hover {
5237
  color: var(--lp-primary-color);
5238
  }
5239
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-categories {
5240
  align-items: center;
5241
  }
5242
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-categories::before {
5243
  margin-left: 10px;
5244
  font-size: 36px;
5245
  content: "\f02e";
5246
  }
5247
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-categories .meta-item__value div span {
5248
  padding: 0 5px;
5249
  }
5250
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-categories .meta-item__value div a:hover {
5251
  color: var(--lp-primary-color);
5252
  }
5253
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-review .meta-item__value {
5254
  display: flex;
5255
  flex-direction: column-reverse;
5256
  justify-content: flex-end;
5257
  align-items: flex-end;
5258
  }
5259
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-review .meta-item__value .review-stars-rated {
5260
  margin-bottom: 0;
5261
  line-height: 1;
5262
  }
5263
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-duration::before {
5264
- content: "\f017";
5265
- }
5266
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-level::before {
5267
- content: "\f012";
5268
- }
5269
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-lesson::before {
5270
- content: "\f0c5";
5271
- }
5272
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-quiz::before {
5273
- content: "\f12e";
5274
- }
5275
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-student::before {
5276
- content: "\f501";
5277
- }
5278
- @media (max-width: 1024px) {
5279
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item {
5280
- margin-left: 30px;
5281
- }
5282
- }
5283
- @media (max-width: 767px) {
5284
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item {
5285
- margin-left: 0;
5286
- }
5287
- }
5288
  @media (max-width: 767px) {
5289
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left {
5290
  display: grid;
5291
  grid-template-columns: repeat(2, 1fr);
5292
  grid-gap: 20px;
5293
  }
5294
  }
5295
- @media (max-width: 768px) {
5296
- .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left {
5297
- width: 100%;
5298
- }
 
5299
  }
5300
- .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area {
5301
  display: flex;
5302
  flex-direction: row;
5303
  }
5304
- .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .entry-content-left {
5305
  width: calc(100% - 300px);
5306
  max-width: 100%;
5307
  margin: 0;
5308
  padding-left: 40px;
 
5309
  }
5310
  @media (max-width: 768px) {
5311
- .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .entry-content-left {
5312
  width: 100%;
5313
  padding-left: 0;
 
5314
  }
5315
  }
5316
- @media (max-width: 767px) {
5317
- .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .entry-content-left {
5318
- width: 100%;
5319
- margin-bottom: 30px;
5320
  }
5321
  }
5322
- .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar {
5323
  width: 300px;
5324
  max-width: 100%;
5325
  margin-top: -272px;
5326
  }
5327
- .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5328
  width: 300px;
5329
  }
5330
- .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner .course-sidebar-top {
5331
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.05);
5332
  }
5333
- .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner .course-sidebar-secondary {
5334
  margin-top: 30px;
5335
  padding: 0;
5336
  }
5337
- .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner .learn-press-course-wishlist {
5338
  color: #fff;
5339
  background: transparent !important;
5340
  font-size: 0;
5341
  }
5342
- .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner .learn-press-course-wishlist.on, .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner .learn-press-course-wishlist:hover {
5343
  color: var(--lp-primary-color);
5344
  }
5345
- .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner .learn-press-course-wishlist::before {
5346
  font-family: "Font Awesome 5 Free";
5347
  font-size: 26px;
5348
  font-weight: 900;
5349
  content: "\f004";
5350
  }
5351
- .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner > div {
5352
  overflow: hidden;
5353
  padding: 20px;
5354
  background: #fff;
5355
  }
5356
- .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner > div ul {
5357
  list-style: none;
5358
  }
5359
- .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner > div ul li a {
5360
  color: #666;
5361
  font-size: 16px;
5362
  font-weight: 300;
5363
  line-height: 24px;
5364
  }
5365
- .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner > div ul li a:hover {
5366
  color: var(--lp-primary-color);
5367
  box-shadow: unset;
5368
  }
5369
- @media (max-width: 768px) {
5370
- .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar {
5371
- width: 100%;
5372
- margin-top: 0;
5373
- }
5374
- .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner {
5375
- width: 100%;
5376
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5377
  }
5378
  @media (max-width: 767px) {
5379
- .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar {
5380
- width: 100%;
5381
- padding-right: 0;
5382
  }
5383
  }
5384
- @media (max-width: 768px) {
5385
- .lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area {
 
 
 
 
 
 
5386
  flex-direction: column;
5387
  }
5388
  }
5389
-
5390
- .lp-courses-bar {
5391
- display: flex;
5392
  float: left;
5393
- margin-bottom: 48px;
 
5394
  }
5395
- @media (max-width: 767px) {
5396
- .lp-courses-bar {
5397
- flex-direction: row;
5398
- width: 100%;
5399
- justify-content: space-between;
5400
  }
5401
  }
5402
- .lp-courses-bar .search-courses {
5403
- position: relative;
5404
- width: 306px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5405
  max-width: 100%;
5406
  margin-left: 20px;
5407
  line-height: 1;
@@ -5484,7 +5719,6 @@ a {
5484
  border-radius: 5px;
5485
  font-size: 16px;
5486
  line-height: 40px;
5487
- text-align: right;
5488
  text-align: center;
5489
  cursor: pointer;
5490
  }
@@ -5594,71 +5828,130 @@ input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20)::before {
5594
  background-color: #222;
5595
  }
5596
 
5597
- #learn-press-course .course-summary-sidebar .course-sidebar-preview {
5598
- margin-bottom: 35px;
5599
- background: #fff;
 
 
5600
  }
5601
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .course-price {
5602
- text-align: center;
5603
  }
5604
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .course-price .origin-price {
 
 
 
 
 
 
5605
  color: #666;
5606
- font-size: 18px;
5607
- font-weight: 300;
5608
- font-style: unset;
5609
  }
5610
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .course-price .price {
5611
- color: #333;
5612
- font-size: 26px;
5613
- font-weight: 500;
5614
  }
5615
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .media-preview {
5616
- overflow: hidden;
5617
- position: relative;
5618
- margin: -20px -20px 40px;
5619
  }
5620
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .media-preview img {
5621
- max-width: 100%;
5622
- height: auto;
5623
- vertical-align: top;
5624
  }
5625
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons {
5626
- margin-bottom: 34px;
 
5627
  }
5628
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons > * {
5629
- margin-bottom: 10px;
5630
  }
5631
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons > *:last-child {
5632
- margin-bottom: 0;
 
5633
  }
5634
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons form,
5635
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button {
5636
- width: 100%;
5637
- text-decoration: none;
 
5638
  }
5639
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button {
 
 
 
 
 
 
 
5640
  font-weight: 500;
 
 
 
5641
  }
5642
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button:hover {
5643
- border-color: var(--lp-primary-color);
5644
- }
5645
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button.button-enroll-course {
5646
- border-color: var(--lp-primary-color);
5647
- color: #fff;
5648
- background: var(--lp-primary-color);
5649
  }
5650
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button.button-enroll-course:hover {
5651
- opacity: 0.5;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5652
  background: var(--lp-primary-color);
5653
  }
5654
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button.button-enroll-course.loading::before {
 
 
 
 
5655
  display: inline-block;
5656
  font-family: "Font Awesome 5 Free";
5657
  font-weight: 900;
5658
  content: "\f110";
5659
  animation: lp-rotating 1s linear infinite;
5660
  }
5661
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button ~ .lp-enroll-notice {
5662
  margin-top: 20px;
5663
  padding: 20px;
5664
  border: 2px solid #059601;
@@ -5666,52 +5959,35 @@ input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20)::before {
5666
  font-size: 15px;
5667
  line-height: 1.4;
5668
  }
5669
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button ~ .lp-enroll-notice.error {
5670
  border-color: #d85554;
5671
  }
5672
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .course-time {
5673
- margin-bottom: 28px;
5674
- padding-bottom: 8px;
5675
- border-bottom: 1px solid rgba(204, 204, 204, 0.3);
5676
- }
5677
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .course-time .course-time-row {
5678
- display: flex;
5679
- color: #666;
5680
- font-size: 16px;
5681
- font-weight: 300;
5682
- justify-content: space-between;
5683
- }
5684
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .course-time .course-time-row strong {
5685
- color: #333;
5686
- font-weight: 500;
5687
- }
5688
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .course-time .course-time-row time {
5689
- color: #666;
5690
- font-size: 16px;
5691
- font-weight: 300;
5692
- line-height: 24px;
5693
- }
5694
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .course-results-progress .items-progress,
5695
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .course-results-progress .course-progress {
5696
  display: flex;
5697
  flex-direction: row;
5698
- margin: 0;
5699
  padding: 0;
5700
  justify-content: space-between;
5701
  flex-wrap: wrap;
5702
  }
5703
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .course-results-progress .items-progress__heading,
5704
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .course-results-progress .course-progress__heading {
5705
  margin: 0;
5706
- margin-bottom: 5px;
5707
  padding: 0;
5708
  color: #333;
5709
- font-size: 15px;
5710
  font-weight: 500;
5711
  flex: 1 1 auto;
 
 
 
 
 
 
5712
  }
5713
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .course-results-progress .items-progress .number,
5714
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .course-results-progress .course-progress .number {
5715
  display: block;
5716
  margin: 0;
5717
  color: #666;
@@ -5720,12 +5996,54 @@ input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20)::before {
5720
  line-height: 16px;
5721
  text-align: left;
5722
  }
5723
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .course-results-progress .items-progress .learn-press-progress,
5724
- #learn-press-course .course-summary-sidebar .course-sidebar-preview .course-results-progress .course-progress .learn-press-progress {
5725
- clear: both;
5726
- width: 100%;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5727
  }
5728
- #learn-press-course .course-summary-sidebar .course-sidebar-preview > *:last-child {
5729
  margin-bottom: 0;
5730
  }
5731
 
@@ -5743,38 +6061,10 @@ input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20)::before {
5743
  text-decoration: none;
5744
  }
5745
 
5746
- #learn-press-course-curriculum .section-title {
5747
- position: relative;
5748
- margin-bottom: 0;
5749
- padding: 8px 0;
5750
- color: #5383f7;
5751
- font-size: 16px;
5752
- font-weight: normal;
5753
- line-height: 1;
5754
- }
5755
- #learn-press-course-curriculum .section-title span.show-desc {
5756
- display: inline-block;
5757
- position: absolute;
5758
- top: 50%;
5759
- left: 30px;
5760
- width: 20px;
5761
- height: 20px;
5762
- transform: translate(0, -50%);
5763
- }
5764
- #learn-press-course-curriculum .section-title span.show-desc::before {
5765
- font-family: "Font Awesome 5 Free";
5766
- font-size: 18px;
5767
- font-weight: 900;
5768
- content: "\f107";
5769
- }
5770
- #learn-press-course-curriculum .section-title span.show-desc:hover::before {
5771
- border-top-color: #ccc;
5772
- }
5773
-
5774
  #popup-course {
5775
  display: flex;
5776
  position: fixed;
5777
- z-index: 999;
5778
  top: 0;
5779
  left: 0;
5780
  bottom: 0;
@@ -5794,7 +6084,6 @@ input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20)::before {
5794
  @media (max-width: 768px) {
5795
  #popup-course .back-course {
5796
  background: transparent;
5797
- line-height: 50px;
5798
  opacity: 0.6;
5799
  padding-right: 15px;
5800
  padding-left: 15px;
@@ -5819,32 +6108,13 @@ input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20)::before {
5819
  -o-transition: right 0.25s;
5820
  transition: right 0.25s;
5821
  }
5822
- #popup-course #popup-header .popup-header__inner {
5823
- display: flex;
5824
- width: 792px;
5825
- margin: 0 auto;
5826
- justify-content: space-between;
5827
- align-items: center;
5828
- }
5829
- @media (max-width: 1024px) {
5830
- #popup-course #popup-header .popup-header__inner {
5831
- width: 100%;
5832
- padding-left: 15px;
5833
- padding-right: 15px;
5834
- }
5835
- }
5836
- @media (max-width: 767px) {
5837
- #popup-course #popup-header .popup-header__inner {
5838
- flex-direction: column;
5839
- }
5840
- }
5841
- #popup-course #popup-header .popup-header__inner .course-title {
5842
  margin: 0;
5843
  padding: 0;
5844
  line-height: 70px;
5845
  letter-spacing: unset;
5846
  }
5847
- #popup-course #popup-header .popup-header__inner .course-title a {
5848
  display: -webkit-box;
5849
  overflow: hidden;
5850
  color: #fff;
@@ -5854,31 +6124,31 @@ input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20)::before {
5854
  -webkit-line-clamp: 1;
5855
  -webkit-box-orient: vertical;
5856
  }
5857
- #popup-course #popup-header .popup-header__inner .course-title a:hover {
5858
  color: var(--lp-primary-color);
5859
  }
5860
  @media (max-width: 768px) {
5861
- #popup-course #popup-header .popup-header__inner .course-title {
5862
  flex: 1;
5863
  }
5864
  }
5865
- #popup-course #popup-header .popup-header__inner .items-progress {
5866
  display: flex;
5867
  justify-content: center;
5868
  align-items: center;
5869
  }
5870
  @media (max-width: 768px) {
5871
- #popup-course #popup-header .popup-header__inner .items-progress {
5872
  flex: 1;
5873
  }
5874
  }
5875
  @media (max-width: 767px) {
5876
- #popup-course #popup-header .popup-header__inner .items-progress {
5877
  padding-bottom: 20px;
5878
  justify-content: end;
5879
  }
5880
  }
5881
- #popup-course #popup-header .popup-header__inner .items-progress .number {
5882
  padding-left: 10px;
5883
  color: #fff;
5884
  font-size: 14px;
@@ -5914,6 +6184,25 @@ input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20)::before {
5914
  #popup-course #popup-header .lp-button-back button::after {
5915
  border: 1px solid #ddd;
5916
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5917
  #popup-course #popup-sidebar {
5918
  overflow: auto;
5919
  position: relative;
@@ -6116,11 +6405,20 @@ input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20)::before {
6116
  bottom: 0;
6117
  width: 475px;
6118
  }
6119
- #popup-course #popup-sidebar .course-curriculum .section {
 
 
 
 
 
 
 
 
 
6120
  position: relative;
6121
  padding: 0 0 4px 0;
6122
  }
6123
- #popup-course #popup-sidebar .course-curriculum .section .circle-progress {
6124
  display: inline-block;
6125
  position: absolute;
6126
  top: 50%;
@@ -6131,163 +6429,157 @@ input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20)::before {
6131
  border: 3px solid #d9e0f1;
6132
  border-radius: 50%;
6133
  }
6134
- #popup-course #popup-sidebar .course-curriculum .section .section-header {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6135
  position: sticky;
6136
  z-index: 1000;
6137
  top: 0;
6138
  height: 94px;
6139
  padding: 38px 20px 20px 20px;
 
 
6140
  }
6141
- #popup-course #popup-sidebar .course-curriculum .section .section-header .section-left .section-title {
6142
  padding: 0 0 4px 0;
6143
  color: #000;
6144
  font-size: 20px;
6145
  font-weight: 500;
6146
  }
6147
- #popup-course #popup-sidebar .course-curriculum .section .section-header .section-left .section-title .show-desc::before {
6148
  font-family: "Font Awesome 5 Free";
6149
  font-size: 18px;
6150
  font-weight: 900;
6151
  content: "\f0d7";
6152
  }
6153
- #popup-course #popup-sidebar .course-curriculum .section .section-header .section-left .section-toggle {
6154
  justify-content: flex-end;
6155
  flex: 0;
6156
  }
6157
- #popup-course #popup-sidebar .course-curriculum .section .section-header .section-left .section-toggle i {
6158
  color: #666;
6159
  }
6160
- #popup-course #popup-sidebar .course-curriculum .section .section-header .section-meta {
6161
  padding-top: 6px;
6162
  padding-bottom: 0;
6163
  }
6164
- #popup-course #popup-sidebar .course-curriculum .section .section-content {
6165
  margin-bottom: 0;
6166
  }
6167
- #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item {
6168
- height: 60px;
6169
  margin-bottom: 4px;
6170
- padding: 0 20px;
6171
  background: #f9fafc;
 
6172
  }
6173
- #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item > span {
6174
  display: none;
6175
  }
6176
- #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link {
6177
- height: 60px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6178
  line-height: 1;
 
6179
  }
6180
- #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link::before {
6181
  padding: 12px 0;
6182
  vertical-align: unset;
6183
  }
6184
- #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .item-name {
6185
- display: block;
6186
  width: 100%;
6187
  padding: 0 17px 0 10px;
6188
  font-size: 14px;
 
6189
  font-weight: 500;
6190
  }
6191
- #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta {
6192
- display: block;
6193
- width: 100%;
6194
- padding: 6px 0 0 0;
6195
- text-align: right;
6196
  }
6197
- #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta {
6198
  padding: 0;
6199
  color: #999;
6200
  background: transparent;
6201
  font-size: 12px;
6202
  line-height: 1.5;
 
6203
  }
6204
- #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta:first-child {
6205
  margin-right: 0;
6206
- padding-right: 17px;
6207
  }
6208
- #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta::before {
6209
  font-size: 12px;
 
6210
  }
6211
- #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta.course-item-status {
6212
- position: absolute;
6213
- top: 50%;
6214
- left: 18px;
6215
- margin-top: -10px;
6216
- }
6217
- #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item::before {
6218
- top: -1px;
6219
- bottom: -1px;
6220
- height: auto;
6221
- background: transparent;
6222
- }
6223
- #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item::after {
6224
- content: "";
6225
- }
6226
- #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item.current {
6227
- background: #eaeaea;
6228
- }
6229
- #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item.item-preview .section-item-link .course-item-meta .item-meta::before {
6230
- color: #999;
6231
  }
6232
- #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item.has-status.failed .section-item-link .course-item-meta .trans {
6233
- color: #f02425;
 
 
 
 
6234
  }
6235
- #popup-course #popup-sidebar .course-curriculum .section .section-content .course-item.status-completed .section-item-link .course-item-meta .trans {
6236
- color: #3bb54a;
6237
  }
6238
- #popup-course #popup-sidebar .course-curriculum .section.section-empty .section-header {
6239
- margin: 0;
6240
- }
6241
- #popup-course #popup-sidebar .course-curriculum .section.section-empty .learn-press-message {
6242
- margin: 0;
6243
- padding: 10px;
6244
- border-bottom: 1px solid #d9e0f1;
6245
- border-radius: 0;
6246
- color: #999;
6247
- background: #f5f5f5;
6248
- font-size: 14px;
6249
- }
6250
- #popup-course #popup-sidebar .course-curriculum .section.section-empty .learn-press-message::before, #popup-course #popup-sidebar .course-curriculum .section.section-empty .learn-press-message::after {
6251
- position: absolute;
6252
- z-index: 9999;
6253
- top: -16px;
6254
- right: 10px;
6255
- width: 0;
6256
- height: 0;
6257
- border: 8px solid transparent;
6258
- border-bottom-color: #f5f5f5;
6259
- background: transparent;
6260
- content: "";
6261
- -webkit-border-radius: 0;
6262
- -moz-border-radius: 0;
6263
- border-radius: 0;
6264
- }
6265
- #popup-course #popup-sidebar .course-curriculum .section.section-empty .learn-press-message::after {
6266
- z-index: 9998;
6267
- top: -20px;
6268
- right: 8px;
6269
- border-width: 10px;
6270
- border-bottom-color: #d9e0f1;
6271
- }
6272
- #popup-course #popup-content {
6273
- overflow: auto;
6274
- position: relative;
6275
- margin: 70px 0 50px 0;
6276
- flex: 1;
6277
- }
6278
- #popup-course #popup-content .lp-button {
6279
- position: relative;
6280
- margin: 0 0 0 10px;
6281
- padding: 12px 29px;
6282
- border-color: var(--lp-secondary-color);
6283
- font-size: 14px;
6284
- }
6285
- #popup-course #popup-content .lp-button.instant-check .instant-check__icon {
6286
- margin-left: 5px;
6287
- }
6288
- #popup-course #popup-content .lp-button.instant-check .instant-check__icon::before {
6289
- font-family: "Font Awesome 5 Free";
6290
- content: "\f058";
6291
  }
6292
  #popup-course #popup-content .lp-button.instant-check .instant-check__info {
6293
  visibility: hidden;
@@ -6327,7 +6619,6 @@ input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20)::before {
6327
  #popup-course #popup-content .lp-button.completed {
6328
  display: flex;
6329
  flex-direction: row-reverse;
6330
- width: 100%;
6331
  margin-top: 32px;
6332
  border-color: transparent;
6333
  color: #fff;
@@ -6340,198 +6631,25 @@ input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20)::before {
6340
  margin-right: 9px;
6341
  font-size: 14px;
6342
  }
6343
- #popup-course #popup-content #learn-press-content-item .content-item-wrap {
6344
- width: 792px;
6345
- max-width: 100%;
6346
- margin: 0 auto;
6347
- padding: 50px 0 80px 0;
6348
- }
6349
- @media (max-width: 1024px) {
6350
- #popup-course #popup-content #learn-press-content-item .content-item-wrap {
6351
- width: 100%;
6352
- }
6353
- }
6354
- #popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-summary .course-item-title {
6355
- margin-top: 0;
6356
- margin-bottom: 24px;
6357
- color: #333;
6358
- font-size: 30px;
6359
- font-weight: 600;
6360
- }
6361
- @media (max-width: 1024px) {
6362
- #popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-summary .course-item-title {
6363
- padding-left: 15px;
6364
- padding-right: 15px;
6365
- }
6366
- }
6367
- @media (max-width: 767px) {
6368
- #popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-summary .course-item-title {
6369
- text-align: center;
6370
- }
6371
- }
6372
- #popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-summary .content-item-description h2,
6373
- #popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-summary .content-item-description h3,
6374
- #popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-summary .content-item-description h4,
6375
- #popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-summary .content-item-description h5,
6376
- #popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-summary .content-item-description h6 {
6377
- margin-top: 0;
6378
- margin-bottom: 18px;
6379
- font-size: 18px;
6380
- letter-spacing: unset;
6381
- }
6382
- #popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-summary .content-item-description p {
6383
- margin: 0 0 18px 0;
6384
- color: #666;
6385
- font-size: 16px;
6386
- font-weight: 300;
6387
- line-height: 26px;
6388
- }
6389
- #popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-summary .content-item-description img {
6390
- max-width: 100%;
6391
- height: auto;
6392
- vertical-align: middle;
6393
- }
6394
- #popup-course #popup-content #learn-press-quiz-app {
6395
- margin-bottom: 40px;
6396
- }
6397
- #popup-course #popup-content #learn-press-quiz-app .quiz-content {
6398
- margin-bottom: 40px;
6399
- color: #666;
6400
- font-size: 16px;
6401
- font-weight: 300;
6402
- line-height: 26px;
6403
- }
6404
- #popup-course #popup-content #learn-press-quiz-app .quiz-content img {
6405
- max-width: 100%;
6406
- height: auto;
6407
- vertical-align: middle;
6408
- }
6409
- #popup-course #popup-content #learn-press-quiz-app .quiz-buttons {
6410
- display: flex;
6411
- justify-content: center;
6412
- text-align: center;
6413
- }
6414
- #popup-course #popup-content #learn-press-quiz-app .quiz-buttons .button-right .lp-button {
6415
- margin: 0 15px 0 0;
6416
- }
6417
- #popup-course #popup-content #learn-press-quiz-app .quiz-buttons .lp-button[data-type=question-nav] {
6418
- margin: 0;
6419
- border: 1px solid #d9e0f1;
6420
- color: #777;
6421
- background: #fbfcff;
6422
- }
6423
- #popup-course #popup-content #learn-press-quiz-app .quiz-buttons .lp-button[data-type=question-nav]::before {
6424
- display: inline-block;
6425
- width: 15px;
6426
- height: 15px;
6427
- border: 2px solid #d9e0f1;
6428
- border-top-color: transparent;
6429
- border-right-color: transparent;
6430
- content: "";
6431
- -webkit-transform: rotate(45deg);
6432
- -moz-transform: rotate(45deg);
6433
- -ms-transform: rotate(45deg);
6434
- -o-transform: rotate(45deg);
6435
- transform: rotate(45deg);
6436
- }
6437
- #popup-course #popup-content #learn-press-quiz-app .quiz-buttons .lp-button[data-type=question-nav].prev::before {
6438
- margin-right: 7px;
6439
- -webkit-transform: rotate(-135deg);
6440
- -moz-transform: rotate(-135deg);
6441
- -ms-transform: rotate(-135deg);
6442
- -o-transform: rotate(-135deg);
6443
- transform: rotate(-135deg);
6444
- }
6445
- #popup-course #popup-content #learn-press-quiz-app .quiz-buttons .lp-button[data-type=question-nav].next {
6446
- margin-right: -1px;
6447
- }
6448
- #popup-course #popup-content #learn-press-quiz-app .quiz-buttons .lp-button[data-type=question-nav].next::before {
6449
- margin-left: 7px;
6450
- }
6451
- #popup-course #popup-content #learn-press-quiz-app .quiz-buttons .lp-button[data-type=question-nav]:hover {
6452
- background: #fff;
6453
- }
6454
- #popup-course #popup-content #learn-press-quiz-app .quiz-buttons.align-center {
6455
- display: block;
6456
- text-align: center;
6457
- }
6458
- #popup-course #popup-content #learn-press-quiz-app .quiz-buttons.align-center .button-left {
6459
- text-align: center;
6460
- }
6461
- #popup-course #popup-content #learn-press-quiz-app .quiz-buttons.align-center .button-left.fixed {
6462
- position: fixed;
6463
- z-index: 99999;
6464
- bottom: 0;
6465
- right: 50%;
6466
- width: 792px;
6467
- height: 50px;
6468
- margin-right: 237px;
6469
- transform: translateX(50%);
6470
- }
6471
- #popup-course #popup-content #learn-press-quiz-app .quiz-buttons.align-center .button-left.nav-center {
6472
- height: 50px;
6473
- margin-right: 0 !important;
6474
- }
6475
- #popup-course #popup-content #learn-press-quiz-app .quiz-buttons:not(.infinity).is-first .prev {
6476
- display: none;
6477
- }
6478
- #popup-course #popup-content #learn-press-quiz-app .quiz-buttons:not(.infinity).is-last .next {
6479
- display: none;
6480
- }
6481
- #popup-course #popup-content #learn-press-quiz-app .quiz-buttons:not(.is-first):not(.is-last) .prev {
6482
- border-top-left-radius: 0;
6483
- border-bottom-left-radius: 0;
6484
- }
6485
- #popup-course #popup-content #learn-press-quiz-app .quiz-buttons:not(.is-first):not(.is-last) .next {
6486
- border-top-right-radius: 0;
6487
- border-bottom-right-radius: 0;
6488
- }
6489
- #popup-course #popup-content #learn-press-quiz-app .questions-pagination {
6490
- height: 33px;
6491
- margin-top: 1px;
6492
- padding: 8px 0;
6493
- background: #fff;
6494
- text-align: center;
6495
- }
6496
- #popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links {
6497
- text-align: center;
6498
- }
6499
- #popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers {
6500
- display: inline-block;
6501
- margin: 0;
6502
- padding: 10px 16px;
6503
- color: #666;
6504
- background-color: transparent;
6505
- font-size: 16px;
6506
- font-weight: 300;
6507
- line-height: 1;
6508
- cursor: pointer;
6509
- }
6510
- #popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers.next, #popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers.prev {
6511
- display: inline-block;
6512
- padding: 8px;
6513
- background: transparent;
6514
- font-size: 16px;
6515
- text-align: center;
6516
- text-decoration: none;
6517
- text-transform: none;
6518
- }
6519
- #popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers.current, #popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers:hover {
6520
- color: var(--lp-primary-color);
6521
- }
6522
  #popup-course #popup-content.fixed-quiz-status .quiz-status {
6523
  background: var(--lp-primary-color);
6524
  }
6525
  #popup-course #popup-content.fixed-quiz-status .quiz-status > div {
6526
  padding: 0;
6527
  }
 
 
 
 
 
6528
  #popup-course #popup-footer {
6529
  position: fixed;
6530
  z-index: 999;
6531
  left: 0;
6532
  bottom: 0;
6533
  right: 475px;
6534
- width: 792px;
 
6535
  height: 50px;
6536
  margin: 0 auto;
6537
  border-top: 1px solid #ebebeb;
@@ -6544,7 +6662,7 @@ input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20)::before {
6544
  }
6545
  @media (max-width: 1024px) {
6546
  #popup-course #popup-footer {
6547
- width: 100%;
6548
  padding: 0 15px;
6549
  }
6550
  }
@@ -6561,7 +6679,6 @@ input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20)::before {
6561
  display: block;
6562
  color: #666;
6563
  font-size: 16px;
6564
- font-weight: 300;
6565
  }
6566
  #popup-course #popup-footer .course-item-nav .prev::before,
6567
  #popup-course #popup-footer .course-item-nav .next::before {
@@ -6575,6 +6692,10 @@ input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20)::before {
6575
  #popup-course #popup-footer .course-item-nav .next:hover::before {
6576
  color: var(--lp-primary-color);
6577
  }
 
 
 
 
6578
  #popup-course #popup-footer .course-item-nav .next {
6579
  flex-direction: row-reverse;
6580
  }
@@ -6582,15 +6703,27 @@ input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20)::before {
6582
  margin-right: 10px;
6583
  content: "\f0da";
6584
  }
6585
- #popup-course #popup-footer .course-item-nav .prev::before {
 
 
 
6586
  margin-left: 10px;
6587
  content: "\f0d9";
6588
  }
6589
- #popup-course #popup-footer .course-item-nav .prev .course-item-nav__name {
6590
  left: auto;
6591
  right: -30px;
6592
  }
6593
- #popup-course #popup-footer .course-item-nav .course-item-nav__name {
 
 
 
 
 
 
 
 
 
6594
  display: none;
6595
  position: absolute;
6596
  top: -20px;
@@ -6603,16 +6736,12 @@ input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20)::before {
6603
  font-weight: 300;
6604
  line-height: 1;
6605
  }
6606
- #popup-course #popup-footer .course-item-nav .next:hover .course-item-nav__name,
6607
- #popup-course #popup-footer .course-item-nav .prev:hover .course-item-nav__name {
6608
- display: block;
6609
- }
6610
- #popup-course #popup-footer .course-item-nav .prev .course-item-nav__name::before {
6611
- left: auto;
6612
- right: 5px;
6613
- }
6614
- #popup-course #popup-footer .course-item-nav[data-nav=next] {
6615
- justify-content: flex-end;
6616
  }
6617
  #popup-course #sidebar-toggle {
6618
  display: inline-block;
@@ -6624,7 +6753,7 @@ input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20)::before {
6624
  height: 56px;
6625
  margin: 0;
6626
  background: #fff;
6627
- box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
6628
  cursor: pointer;
6629
  transition: 0.25s;
6630
  -webkit-appearance: none;
@@ -6662,91 +6791,36 @@ input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20)::before {
6662
  #popup-course .quiz-attempts {
6663
  margin-bottom: 60px;
6664
  }
6665
- #popup-course .quiz-result .result-grade {
6666
- display: flex;
6667
- flex-direction: column;
6668
- position: relative;
6669
- box-sizing: border-box;
6670
- height: 200px;
6671
- margin-bottom: 30px;
6672
- padding: 50px;
6673
- justify-content: center;
6674
- align-items: center;
6675
  }
6676
- #popup-course .quiz-result .result-grade::before,
6677
- #popup-course .quiz-result .result-grade svg {
6678
- position: absolute;
6679
- top: 0;
6680
- right: 50%;
6681
- width: 200px;
6682
- height: 200px;
6683
- margin-right: -100px;
6684
- -webkit-border-radius: 50%;
6685
- -moz-border-radius: 50%;
6686
- border-radius: 50%;
6687
  }
6688
- #popup-course .quiz-result .result-grade::before {
6689
- box-sizing: border-box;
6690
- padding: 30px;
6691
- border: 10px solid #ccc;
6692
- content: "";
6693
  }
6694
- #popup-course .quiz-result .result-grade svg {
6695
- -webkit-transform: rotate(90deg);
6696
- -moz-transform: rotate(90deg);
6697
- -ms-transform: rotate(90deg);
6698
- -o-transform: rotate(90deg);
6699
- transform: rotate(90deg);
6700
- }
6701
- #popup-course .quiz-result .result-grade svg circle {
6702
- stroke: var(--lp-primary-color);
6703
- }
6704
- #popup-course .quiz-result.passed .result-grade svg {
6705
- -webkit-transform: rotate(90deg);
6706
- -moz-transform: rotate(90deg);
6707
- -ms-transform: rotate(90deg);
6708
- -o-transform: rotate(90deg);
6709
- transform: rotate(90deg);
6710
- }
6711
- #popup-course .quiz-result.passed .result-grade .result-achieved {
6712
- color: #333;
6713
- }
6714
- #popup-course .quiz-result.passed .result-grade .result-message strong {
6715
- color: #4caf50;
6716
- }
6717
- #popup-course .quiz-questions .question {
6718
- margin-bottom: 60px;
6719
- }
6720
- #popup-course .quiz-questions .lp-fib-content {
6721
- margin-bottom: 20px;
6722
- padding: 20px;
6723
- border: 2px solid #f5f5f5;
6724
- border-radius: 6px;
6725
- line-height: 1.6;
6726
- }
6727
- #popup-course .quiz-questions .lp-fib-content .lp-fib-input {
6728
- display: inline-block;
6729
- width: auto;
6730
- max-width: none;
6731
- }
6732
- #popup-course .quiz-questions .lp-fib-content .lp-fib-input > input {
6733
- height: 36px;
6734
- padding: 6px 16px;
6735
- border: 1px solid #222;
6736
- line-height: 36px;
6737
- }
6738
- #popup-course .quiz-questions .lp-fib-content .lp-fib-answered {
6739
  padding: 0 10px;
6740
  background: #ececec;
6741
  white-space: nowrap;
6742
  }
6743
- #popup-course .quiz-questions .lp-fib-content .lp-fib-answered.fail {
6744
  border: 2px solid #d85554;
6745
  }
6746
- #popup-course .quiz-questions .lp-fib-content .lp-fib-answered.fail .lp-fib-answered__answer {
6747
  text-decoration: line-through;
6748
  }
6749
- #popup-course .quiz-questions .lp-fib-content .lp-fib-answered.correct {
6750
  border: 2px solid #00adff;
6751
  }
6752
  #popup-course .quiz-questions .lp-fib-note {
@@ -6768,300 +6842,326 @@ input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20)::before {
6768
  border-radius: 5px;
6769
  font-size: 1rem;
6770
  }
6771
- #popup-course .question .answer-option {
6772
- padding: 0;
6773
- _border: 2px solid #d9e0f1;
6774
- background: #fff;
6775
- }
6776
  #popup-course .question .answer-option input[type=radio],
6777
  #popup-course .question .answer-option input[type=checkbox] {
6778
- position: absolute;
6779
- top: 50%;
6780
- margin: -19px 10px 0 0;
6781
- border-color: #d9e0f1;
6782
- -webkit-border-radius: 4px;
6783
- -moz-border-radius: 4px;
6784
- border-radius: 4px;
6785
  }
6786
- #popup-course .question .answer-option input[type=radio]::after,
6787
- #popup-course .question .answer-option input[type=checkbox]::after {
6788
- border-color: #d9e0f1;
6789
  }
6790
- #popup-course .question .answer-option input[type=radio]:disabled,
6791
- #popup-course .question .answer-option input[type=checkbox]:disabled {
6792
- border-color: #ddd;
6793
- background: #f9f9f9;
6794
  }
6795
- #popup-course .question .answer-option input[type=radio]:disabled::after,
6796
- #popup-course .question .answer-option input[type=checkbox]:disabled::after {
6797
- border-color: #ddd;
6798
  }
6799
- #popup-course .question .answer-option input[type=radio]:checked:not(:disabled)::after,
6800
- #popup-course .question .answer-option input[type=checkbox]:checked:not(:disabled)::after {
6801
- border-color: #99aee4;
6802
  }
6803
- #popup-course .question .answer-option input[type=radio] {
6804
- -webkit-border-radius: 50%;
6805
- -moz-border-radius: 50%;
6806
- border-radius: 50%;
6807
  }
6808
- #popup-course .question .answer-option input[type=radio]::before {
6809
- border-radius: 50%;
 
6810
  }
6811
- #popup-course .question .answer-option .option-title {
6812
- display: flex;
6813
- width: 100%;
6814
- margin: 0;
6815
- padding: 14px 65px 11px 10px;
6816
- border: 1px solid #ccc;
6817
- color: #666;
6818
- background: #fff;
6819
- font-size: 16px;
6820
- font-weight: 300;
6821
- line-height: 26px;
6822
- -webkit-border-radius: 4px;
6823
- -moz-border-radius: 4px;
6824
- border-radius: 4px;
6825
  }
6826
- #popup-course .question .answer-option .option-title::after {
6827
- display: inline-block;
6828
- visibility: hidden !important;
6829
- content: ".";
6830
  }
6831
- #popup-course .question .answer-option .option-title:hover {
6832
- background: #f9f9f9;
6833
  }
6834
- #popup-course .question .answer-option .option-title::before {
6835
- display: none;
6836
  }
6837
- #popup-course .question .answer-option.answer-correct .option-title {
6838
- border-color: #4caf50;
 
 
 
 
 
 
 
 
6839
  }
6840
- #popup-course .question .answer-option.answered-wrong .option-title {
6841
- border-color: #ff6423;
 
6842
  }
6843
- #popup-course .question .question-title {
6844
- display: block;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6845
  margin-top: 0;
6846
- margin-bottom: 18px;
6847
  color: #333;
6848
- font-size: 18px;
6849
- font-weight: normal;
 
 
 
 
 
 
 
 
6850
  font-weight: 500;
 
6851
  }
6852
- #popup-course .question .question-title .edit-link {
6853
- float: left;
6854
- font-size: 14px;
6855
- font-weight: normal;
6856
  }
6857
- #popup-course .question .question-content {
6858
  margin-bottom: 30px;
 
 
 
 
 
 
 
 
 
6859
  color: #666;
6860
  font-size: 16px;
6861
  font-weight: 300;
6862
  line-height: 26px;
6863
  }
6864
- #popup-course .question .question-response {
6865
- display: flex;
6866
- align-items: center;
6867
- justify-content: flex-start;
6868
- margin-bottom: 10px;
6869
- font-size: 14px;
6870
- }
6871
- #popup-course .question .question-response .label {
6872
- display: inline-block;
6873
- margin: 0 0 0 5px;
6874
- padding: 8px 10px;
6875
- border-radius: 4px;
6876
- color: #fff;
6877
- line-height: 1;
6878
- }
6879
- #popup-course .question .question-response .point {
6880
- display: inline-block;
6881
  }
6882
- #popup-course .question .question-response.correct .label {
6883
- background: #4caf50;
6884
  }
6885
- #popup-course .question .question-response.incorrect .label {
6886
- background: #ff6423;
 
 
 
 
6887
  }
6888
- #popup-course .question .question-index {
6889
- display: inline-block;
6890
- margin: 0 0 0 5px;
 
6891
  }
6892
- #popup-course .question .btn-show-hint {
6893
- position: relative;
6894
- margin: 0 10px 0 0;
6895
- padding: 0;
6896
- border: none;
6897
- outline: none;
6898
- color: #00adff;
6899
- background: transparent;
6900
- font-size: 0;
6901
- text-decoration: none;
6902
  }
6903
- #popup-course .question .btn-show-hint::before {
6904
- font-family: "Font Awesome 5 Free";
6905
- font-size: 18px;
6906
- content: "\f059";
6907
  }
6908
- #popup-course .question .btn-show-hint:hover span {
6909
- position: absolute;
6910
- bottom: 100%;
6911
- right: 0;
6912
- width: auto;
6913
- padding: 6px 9px;
6914
- border-radius: 2px;
6915
- color: #333;
6916
- background: #eee;
6917
- font-size: 14px;
6918
- font-weight: 400;
6919
- line-height: 1;
6920
- white-space: nowrap;
6921
- text-transform: none;
6922
  }
6923
- #popup-course .question.question-fill_in_blanks .blanks .blank-input-wrap {
6924
  display: inline-block;
 
 
 
 
 
 
 
 
 
 
 
6925
  }
6926
- #popup-course .question.question-fill_in_blanks .blanks .blank-block {
6927
- margin-bottom: 20px;
 
 
 
 
 
6928
  }
6929
- #popup-course .question.question-fill_in_blanks .blanks .blank-input {
6930
- display: inline-block;
6931
- width: auto;
6932
- min-width: 50px;
6933
- margin: 0 10px;
6934
- padding: 0 10px;
6935
- border: none;
6936
- border-bottom: 1px dashed #ddd;
6937
- text-align: center;
6938
- white-space: nowrap;
6939
  }
6940
- #popup-course .question.question-fill_in_blanks .blanks .blank-input br {
6941
- display: none;
6942
  }
6943
- #popup-course .question.question-fill_in_blanks .blanks .blank-input > * {
6944
- display: inline;
6945
- white-space: nowrap;
6946
  }
6947
- #popup-course .question.question-fill_in_blanks .blanks .blank-select {
6948
- display: inline-block;
6949
- height: 30px;
6950
- margin-right: 4px;
6951
- padding: 1px;
6952
  }
6953
- #popup-course .question.question-fill_in_blanks .blanks .blank-fills {
6954
- display: inline-block;
6955
  }
6956
- #popup-course .question.question-fill_in_blanks .blanks .blank-fills code {
6957
- margin: 0 5px;
6958
- padding: 0 6px;
6959
- background: #ddd;
6960
- line-height: 1;
6961
- -webkit-border-radius: 4px;
6962
- -moz-border-radius: 4px;
6963
- border-radius: 4px;
 
 
6964
  }
6965
- #popup-course .question.question-fill_in_blanks .blanks.ordered {
6966
- list-style-position: inside;
 
 
6967
  }
6968
- #popup-course .question.question-fill_in_blanks .blanks.one-paragraph {
6969
- line-height: 3;
 
6970
  }
6971
- #popup-course .scrollbar-light > .scroll-element {
6972
- z-index: 9999;
6973
  }
6974
- #popup-course .scrollbar-light > .scroll-element.scroll-y {
6975
  display: none;
6976
  }
6977
- #popup-course .scrollbar-light > .scroll-element.scroll-y .scroll-bar {
6978
- -webkit-box-sizing: border-box;
6979
- -moz-box-sizing: border-box;
6980
- box-sizing: border-box;
6981
  }
6982
-
6983
- body.admin-bar #popup-course {
6984
- top: 32px;
6985
  }
6986
- body.lp-sidebar-toggle__close #popup-course > #sidebar-toggle {
6987
- right: 0;
 
 
 
6988
  }
6989
- body.lp-sidebar-toggle__close #popup-course > #sidebar-toggle::before {
6990
- content: "\f0da";
6991
  }
6992
- body.lp-sidebar-toggle__close #popup-course #popup-sidebar {
6993
- flex: 0 0 0;
 
 
 
 
 
 
 
 
 
 
6994
  }
6995
- body.lp-sidebar-toggle__close #popup-course #popup-header, body.lp-sidebar-toggle__close #popup-course #popup-footer {
6996
- right: 0;
 
 
 
 
 
 
 
6997
  }
6998
- @media (max-width: 768px) {
6999
- body:not(.lp-sidebar-toggle__open) #popup-course > #sidebar-toggle {
7000
- right: 0;
7001
- }
7002
- body:not(.lp-sidebar-toggle__open) #popup-course > #sidebar-toggle::before {
7003
- content: "\f0da";
7004
- }
7005
- body:not(.lp-sidebar-toggle__open) #popup-course #popup-sidebar {
7006
- flex: 0 0 0;
7007
- }
7008
- body:not(.lp-sidebar-toggle__open) #popup-course #popup-header, body:not(.lp-sidebar-toggle__open) #popup-course #popup-footer {
7009
- right: 0;
7010
- }
7011
  }
7012
 
7013
- .course-curriculum .section-header .section-meta {
7014
  position: relative;
 
 
 
 
 
 
7015
  }
7016
-
7017
- @media screen and (max-width: 1280px) {
7018
- #popup-course #popup-sidebar {
7019
- flex-basis: 300px;
7020
- }
7021
- #popup-course #popup-sidebar .course-curriculum {
7022
- width: 300px;
7023
- }
7024
- #popup-course #popup-header,
7025
- #popup-course #popup-footer {
7026
- right: 300px;
7027
- }
7028
- #popup-course #sidebar-toggle {
7029
- right: 299px;
7030
- }
7031
  }
7032
- @media screen and (max-width: 782px) {
7033
- body.admin-bar #popup-course {
7034
- top: 46px;
7035
- }
7036
-
7037
- #popup-course #popup-sidebar {
7038
- flex-basis: 250px;
7039
- }
7040
- #popup-course #popup-sidebar .course-curriculum {
7041
- width: 250px;
7042
- }
7043
- #popup-course #popup-header,
7044
- #popup-course #popup-footer {
7045
- right: 250px;
7046
- }
7047
- #popup-course #sidebar-toggle {
7048
- right: 249px;
7049
- }
7050
- #popup-course #sidebar-toggle:checked ~ #popup-sidebar {
7051
- flex-basis: 0;
7052
- }
7053
- #popup-course #sidebar-toggle:checked ~ #popup-footer,
7054
- #popup-course #sidebar-toggle:checked ~ #popup-header {
7055
- right: 0;
7056
- }
7057
- #popup-course .course-item-meta .item-meta.count-questions, #popup-course .course-item-meta .item-meta.duration {
7058
- display: none;
7059
- }
7060
  }
 
7061
  .lp-overlay {
7062
  display: none;
7063
  position: fixed;
7064
- z-index: 10000;
7065
  top: 0;
7066
  left: 0;
7067
  bottom: 0;
@@ -7074,10 +7174,10 @@ body.lp-sidebar-toggle__close #popup-course #popup-header, body.lp-sidebar-toggl
7074
  transition-property: opacity;
7075
  }
7076
 
7077
- .wp-admin .lp-modal-dialog .lp-modal-content .lp-modal-header {
7078
  padding: 2em;
7079
  }
7080
- .wp-admin .lp-modal-dialog .lp-modal-content .lp-modal-header h3 {
7081
  font-size: 1.4em;
7082
  }
7083
 
@@ -7106,28 +7206,27 @@ body.lp-sidebar-toggle__close #popup-course #popup-header, body.lp-sidebar-toggl
7106
  background: white;
7107
  color: black;
7108
  }
7109
- .lp-modal-dialog .lp-modal-content .lp-modal-header {
7110
  background: #7c60d9;
7111
  border-bottom: 1px solid #eee;
7112
  padding: 1em;
7113
  }
7114
- .lp-modal-dialog .lp-modal-content .lp-modal-header h3 {
7115
  margin: 0;
7116
  color: white;
7117
  font-size: inherit;
 
7118
  }
7119
- .lp-modal-dialog .lp-modal-content .lp-modal-body .main-content {
7120
  max-height: 500px;
7121
  overflow: auto;
7122
  }
7123
- .lp-modal-dialog .lp-modal-content .lp-modal-body .main-content h3, .lp-modal-dialog .lp-modal-content .lp-modal-body .main-content h2, .lp-modal-dialog .lp-modal-content .lp-modal-body .main-content .pd-2em {
7124
- padding: 0 2em;
7125
- }
7126
- .lp-modal-dialog .lp-modal-header {
7127
- padding: 0 20px;
7128
  }
7129
  .lp-modal-dialog .lp-modal-footer {
7130
- padding: 10px 20px;
 
7131
  background-color: #f9fafb;
7132
  text-align: left;
7133
  }
@@ -7172,12 +7271,6 @@ body.lp-sidebar-toggle__close #popup-course #popup-header, body.lp-sidebar-toggl
7172
  #lp-modal-window #lp-modal-content > * {
7173
  margin: 0 0 0.5em;
7174
  }
7175
- #lp-modal-window #lp-modal-content #lp-modal-buttons {
7176
- display: flex;
7177
- flex-direction: row-reverse;
7178
- align-items: center;
7179
- justify-content: center;
7180
- }
7181
  #lp-modal-window #lp-modal-buttons {
7182
  display: flex;
7183
  flex-direction: row-reverse;
@@ -7188,6 +7281,7 @@ body.lp-sidebar-toggle__close #popup-course #popup-header, body.lp-sidebar-toggl
7188
  position: relative;
7189
  margin: 0 10px 0 10px;
7190
  }
 
7191
  .learn-press-comments {
7192
  width: 792px;
7193
  max-width: 100%;
@@ -7260,6 +7354,32 @@ body.lp-sidebar-toggle__close #popup-course #popup-header, body.lp-sidebar-toggl
7260
  height: 0;
7261
  }
7262
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7263
  .lp-skeleton-animation {
7264
  margin: 0;
7265
  padding: 0;
@@ -7298,6 +7418,20 @@ body.lp-sidebar-toggle__close #popup-course #popup-header, body.lp-sidebar-toggl
7298
  max-width: none;
7299
  }
7300
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7301
  input[type=text],
7302
  input[type=email],
7303
  input[type=number],
@@ -7317,10 +7451,6 @@ body.learnpress-page {
7317
  overflow-x: hidden;
7318
  }
7319
 
7320
- .wrap-fullwidth {
7321
- margin-left: -1000px;
7322
- margin-right: -1000px;
7323
- }
7324
  .wrap-fullwidth a:focus,
7325
  .wrap-fullwidth button:focus,
7326
  .wrap-fullwidth input:focus,
@@ -7401,23 +7531,19 @@ footer {
7401
  }
7402
 
7403
  .learn-press-breadcrumb {
7404
- width: 1170px;
7405
- max-width: 100%;
7406
  margin: 0 auto 45px auto;
7407
  padding: 0;
7408
  color: #333;
7409
  font-size: 14px;
7410
- font-weight: 500;
7411
  list-style: none;
7412
  }
7413
  .learn-press-breadcrumb li {
7414
  display: inline-block;
7415
  margin: 0;
7416
  }
7417
- .learn-press-breadcrumb li a {
7418
- color: #666;
7419
- font-weight: 300;
7420
- }
7421
  .learn-press-breadcrumb li a:hover {
7422
  color: var(--lp-primary-color);
7423
  }
@@ -7434,7 +7560,7 @@ footer {
7434
  }
7435
  .learn-press-breadcrumb a {
7436
  color: #666;
7437
- font-weight: 300;
7438
  }
7439
 
7440
  .learnpress-page .lp-button,
@@ -7463,6 +7589,24 @@ footer {
7463
  -ms-transition: all 0.25s;
7464
  -o-transition: all 0.25s;
7465
  transition: all 0.25s;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7466
  }
7467
  .learnpress-page .lp-button.large,
7468
  .learnpress-page #lp-button.large {
@@ -7470,25 +7614,6 @@ footer {
7470
  padding: 18px 30px;
7471
  font-size: 18px;
7472
  }
7473
- .learnpress-page .lp-button.gray,
7474
- .learnpress-page #lp-button.gray {
7475
- position: absolute;
7476
- z-index: 1;
7477
- top: 8px;
7478
- left: 5px;
7479
- padding: 0;
7480
- border: 0;
7481
- }
7482
- .learnpress-page .lp-button.gray:hover,
7483
- .learnpress-page #lp-button.gray:hover {
7484
- background: transparent;
7485
- text-decoration: none;
7486
- }
7487
- .learnpress-page .lp-button.gray:focus,
7488
- .learnpress-page #lp-button.gray:focus {
7489
- border: 0;
7490
- outline: 0;
7491
- }
7492
  .learnpress-page .lp-button:hover,
7493
  .learnpress-page #lp-button:hover {
7494
  border-color: var(--lp-primary-color);
@@ -7526,6 +7651,12 @@ footer {
7526
  font-style: italic;
7527
  }
7528
 
 
 
 
 
 
 
7529
  .lp-ajax-message {
7530
  display: none;
7531
  margin-top: 20px;
@@ -7547,11 +7678,8 @@ footer {
7547
  content: "";
7548
  }
7549
 
7550
- #learn-press-course-tabs {
7551
- margin-bottom: 40px;
7552
- }
7553
- #learn-press-course-tabs.course-tabs {
7554
- margin-top: 54px;
7555
  }
7556
 
7557
  /* Archive */
@@ -7561,12 +7689,12 @@ footer {
7561
 
7562
  .order-comments {
7563
  width: 100%;
 
7564
  min-height: 150px;
 
 
7565
  }
7566
 
7567
- .learn-press-progress {
7568
- position: relative;
7569
- }
7570
  .learn-press-progress .progress-bg {
7571
  overflow: hidden;
7572
  position: relative;
@@ -7718,15 +7846,19 @@ ul.list-table-nav .nav-pages .learn-press-pagination {
7718
  box-sizing: border-box;
7719
  }
7720
 
7721
- .course-summary .course-summary-sidebar {
7722
  position: relative;
7723
  }
7724
- .course-summary .course-summary-sidebar.slide-down .course-summary-sidebar__inner {
7725
- position: fixed;
7726
- top: 0;
 
 
7727
  }
7728
- .course-summary .course-summary-sidebar.slide-top .course-summary-sidebar__inner {
7729
- position: absolute;
 
 
7730
  }
7731
 
7732
  .course-graduation span {
@@ -7784,110 +7916,28 @@ ul.list-table-nav .nav-pages .learn-press-pagination {
7784
  content: attr(data-text);
7785
  }
7786
 
7787
- #learn-press-course-tabs input[name=learn-press-course-tab-radio],
7788
- #learn-press-course-tabs .course-tab-panel {
 
 
 
 
 
 
7789
  display: none;
7790
  }
7791
- #learn-press-course-tabs .course-nav label {
7792
- display: block;
 
 
7793
  margin: 0;
7794
- padding: 18px 10px;
7795
  font-size: 16px;
 
7796
  font-weight: 600;
7797
- text-align: center;
7798
  text-transform: capitalize;
7799
  cursor: pointer;
7800
  }
7801
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(1):checked ~ .course-tab-panels .course-tab-panel:nth-child(1) {
7802
- display: block;
7803
- }
7804
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(1):checked ~ .learn-press-nav-tabs .course-nav:nth-child(1) {
7805
- border-bottom: 0;
7806
- }
7807
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(1):checked ~ .learn-press-nav-tabs .course-nav:nth-child(1) label {
7808
- color: var(--lp-primary-color);
7809
- background: #fff;
7810
- }
7811
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(2):checked ~ .course-tab-panels .course-tab-panel:nth-child(2) {
7812
- display: block;
7813
- }
7814
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(2):checked ~ .learn-press-nav-tabs .course-nav:nth-child(2) {
7815
- border-bottom: 0;
7816
- }
7817
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(2):checked ~ .learn-press-nav-tabs .course-nav:nth-child(2) label {
7818
- color: var(--lp-primary-color);
7819
- background: #fff;
7820
- }
7821
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(3):checked ~ .course-tab-panels .course-tab-panel:nth-child(3) {
7822
- display: block;
7823
- }
7824
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(3):checked ~ .learn-press-nav-tabs .course-nav:nth-child(3) {
7825
- border-bottom: 0;
7826
- }
7827
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(3):checked ~ .learn-press-nav-tabs .course-nav:nth-child(3) label {
7828
- color: var(--lp-primary-color);
7829
- background: #fff;
7830
- }
7831
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(4):checked ~ .course-tab-panels .course-tab-panel:nth-child(4) {
7832
- display: block;
7833
- }
7834
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(4):checked ~ .learn-press-nav-tabs .course-nav:nth-child(4) {
7835
- border-bottom: 0;
7836
- }
7837
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(4):checked ~ .learn-press-nav-tabs .course-nav:nth-child(4) label {
7838
- color: var(--lp-primary-color);
7839
- background: #fff;
7840
- }
7841
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(5):checked ~ .course-tab-panels .course-tab-panel:nth-child(5) {
7842
- display: block;
7843
- }
7844
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(5):checked ~ .learn-press-nav-tabs .course-nav:nth-child(5) {
7845
- border-bottom: 0;
7846
- }
7847
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(5):checked ~ .learn-press-nav-tabs .course-nav:nth-child(5) label {
7848
- color: var(--lp-primary-color);
7849
- background: #fff;
7850
- }
7851
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(6):checked ~ .course-tab-panels .course-tab-panel:nth-child(6) {
7852
- display: block;
7853
- }
7854
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(6):checked ~ .learn-press-nav-tabs .course-nav:nth-child(6) {
7855
- border-bottom: 0;
7856
- }
7857
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(6):checked ~ .learn-press-nav-tabs .course-nav:nth-child(6) label {
7858
- color: var(--lp-primary-color);
7859
- background: #fff;
7860
- }
7861
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(7):checked ~ .course-tab-panels .course-tab-panel:nth-child(7) {
7862
- display: block;
7863
- }
7864
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(7):checked ~ .learn-press-nav-tabs .course-nav:nth-child(7) {
7865
- border-bottom: 0;
7866
- }
7867
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(7):checked ~ .learn-press-nav-tabs .course-nav:nth-child(7) label {
7868
- color: var(--lp-primary-color);
7869
- background: #fff;
7870
- }
7871
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(8):checked ~ .course-tab-panels .course-tab-panel:nth-child(8) {
7872
- display: block;
7873
- }
7874
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(8):checked ~ .learn-press-nav-tabs .course-nav:nth-child(8) {
7875
- border-bottom: 0;
7876
- }
7877
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(8):checked ~ .learn-press-nav-tabs .course-nav:nth-child(8) label {
7878
- color: var(--lp-primary-color);
7879
- background: #fff;
7880
- }
7881
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(9):checked ~ .course-tab-panels .course-tab-panel:nth-child(9) {
7882
- display: block;
7883
- }
7884
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(9):checked ~ .learn-press-nav-tabs .course-nav:nth-child(9) {
7885
- border-bottom: 0;
7886
- }
7887
- #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(9):checked ~ .learn-press-nav-tabs .course-nav:nth-child(9) label {
7888
- color: var(--lp-primary-color);
7889
- background: #fff;
7890
- }
7891
 
7892
  .no-event {
7893
  pointer-events: none;
@@ -7899,9 +7949,6 @@ ul.list-table-nav .nav-pages .learn-press-pagination {
7899
  }
7900
  }
7901
  @media screen and (max-width: 600px) {
7902
- ul.learn-press-courses {
7903
- margin-left: 0;
7904
- }
7905
  ul.learn-press-courses .course {
7906
  width: 100%;
7907
  margin-left: 0;
@@ -7909,4 +7956,29 @@ ul.list-table-nav .nav-pages .learn-press-pagination {
7909
  }
7910
  .course-price:empty {
7911
  display: none !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7912
  }
53
  .learn-press-message {
54
  position: relative;
55
  margin: 0 0 20px 0;
56
+ padding: 10px 15px 10px 50px;
57
  border-top: 5px solid #00adff;
58
+ border-radius: 0 0 5px 5px;
 
59
  background: #f5f5f5;
60
+ width: 100%;
61
  }
62
  .learn-press-message.icon {
63
  padding-right: 45px;
69
  position: absolute;
70
  top: 50%;
71
  right: 15px;
72
+ width: 10px;
73
+ height: 10px;
74
  margin-top: -13px;
75
  margin-left: 10px;
76
  border-radius: 50%;
103
  border-bottom-color: #f5f5f5;
104
  }
105
  .learn-press-message.error {
106
+ border-color: #d85554;
107
  }
108
  .learn-press-message.error::before {
109
  background: #d85554;
110
  }
111
+ .learn-press-message.error.icon::before, .learn-press-message.error.icon::after {
112
  background: #d85554;
113
  }
114
  .learn-press-message.error.icon::after {
 
115
  content: "\f00d";
116
  }
117
  .learn-press-message.warning {
118
+ border-color: #ffc107;
119
  }
120
  .learn-press-message.warning::before {
121
  background: #ffc107;
122
  }
123
+ .learn-press-message.warning.icon::before, .learn-press-message.warning.icon::after {
124
  background: #ffc107;
125
  }
126
  .learn-press-message.warning.icon::after {
 
127
  content: "\f00d";
128
  }
129
  .learn-press-message.success {
130
+ border-color: #059601;
131
  }
132
  .learn-press-message.success::before {
133
  background: #059601;
134
  }
135
+ .learn-press-message.success.icon::before, .learn-press-message.success.icon::after {
136
  background: #059601;
137
  }
138
  .learn-press-message.success.icon::after {
 
139
  content: "\f129";
140
  }
141
+ .learn-press-message a {
142
+ text-decoration: underline;
143
+ }
144
 
145
  @keyframes lp-rotating {
146
  from {
 
 
 
147
  -webkit-transform: rotate(0deg);
148
+ -moz-transform: rotate(0deg);
149
+ -ms-transform: rotate(0deg);
150
+ -o-transform: rotate(0deg);
151
  transform: rotate(0deg);
152
  }
153
  to {
 
 
 
154
  -webkit-transform: rotate(-360deg);
155
+ -moz-transform: rotate(-360deg);
156
+ -ms-transform: rotate(-360deg);
157
+ -o-transform: rotate(-360deg);
158
  transform: rotate(-360deg);
159
  }
160
  }
161
  @-webkit-keyframes lp-rotating {
162
  from {
163
  -webkit-transform: rotate(0deg);
164
+ -moz-transform: rotate(0deg);
165
+ -ms-transform: rotate(0deg);
166
+ -o-transform: rotate(0deg);
167
  transform: rotate(0deg);
168
  }
169
  to {
170
  -webkit-transform: rotate(-360deg);
171
+ -moz-transform: rotate(-360deg);
172
+ -ms-transform: rotate(-360deg);
173
+ -o-transform: rotate(-360deg);
174
  transform: rotate(-360deg);
175
  }
176
  }
416
  .learn-press-tabs .learn-press-tabs__tab > label {
417
  display: block;
418
  margin: 0;
419
+ padding: 18px 65px;
420
  font-size: 18px;
421
+ line-height: 1;
422
  font-weight: 600;
423
  text-align: center;
424
  text-transform: capitalize;
475
 
476
  .learn-press-filters {
477
  display: flex;
478
+ margin-bottom: 30px;
479
  margin-right: 0;
480
  list-style: none;
481
  }
 
 
 
 
 
 
 
482
  .learn-press-filters > li {
483
  margin: 0;
484
  font-size: 16px;
485
  line-height: 24px;
486
  }
487
+ @media (max-width: 767px) {
488
+ .learn-press-filters > li {
489
+ margin-left: 30px;
490
+ margin-right: 0;
491
+ }
492
+ .learn-press-filters > li:last-child {
493
+ margin-left: 0;
494
+ }
495
+ }
496
  .learn-press-filters > li > a,
497
  .learn-press-filters > li > span {
498
  display: inline-block;
521
  }
522
  .learn-press-filters > li a {
523
  color: #333;
524
+ cursor: pointer;
525
  }
526
  .learn-press-filters > li a + span {
527
  color: #333;
556
  margin-top: 0;
557
  margin-bottom: 18px;
558
  color: #333;
559
+ font-size: 24px;
560
  font-weight: 600;
561
  line-height: 1;
562
+ font-family: var(--wp--preset--font-family--system-font);
563
  }
564
  @media (max-width: 815px) {
565
  .lp-checkout-form__before,
576
  width: 100%;
577
  }
578
 
579
+ .lp-checkout-form .lp-checkout-form__after {
580
  float: right;
581
  }
582
+ .lp-checkout-form .lp-checkout-remember {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
583
  letter-spacing: 0;
584
+ margin-top: 0;
585
  }
586
+ .lp-checkout-form .lp-checkout-remember label {
587
  width: auto;
588
  color: #666;
589
  font-size: 16px;
590
  font-weight: 300;
591
  line-height: 26px;
592
  }
593
+ .lp-checkout-form .lp-checkout-remember label input[type=checkbox] {
594
  position: relative;
595
  top: 3px;
596
  width: 19px;
600
  cursor: pointer;
601
  -webkit-appearance: none;
602
  }
603
+ .lp-checkout-form .lp-checkout-remember label input[type=checkbox]:focus {
604
  outline: 0;
605
  }
606
+ .lp-checkout-form .lp-checkout-remember label input[type=checkbox]:checked::after {
607
  position: absolute;
608
  top: 2px;
609
  right: 2px;
614
  line-height: 1;
615
  content: "\f00c";
616
  }
617
+ .lp-checkout-form .lp-checkout-remember a {
618
  color: #666;
619
  font-size: 16px;
620
  font-weight: 300;
622
  text-decoration: underline;
623
  text-decoration-color: #ccc;
624
  }
625
+ .lp-checkout-form .lp-checkout-remember a:hover {
626
  color: var(--lp-primary-color);
627
  text-decoration-color: var(--lp-primary-color);
628
  }
629
+ .lp-checkout-form .lp-form-fields {
630
+ padding: 0 0 14px 0;
631
+ }
632
+ .lp-checkout-form .lp-form-fields label {
633
+ display: block;
634
+ margin-bottom: 10px;
635
+ font-size: 16px;
636
+ }
637
+ .lp-checkout-form .lp-form-fields input {
638
+ height: 44px;
639
+ line-height: normal;
640
+ width: 100%;
641
+ padding: 0 15px;
642
+ border: 1px solid #ccc;
643
+ }
644
+ .lp-checkout-form .rwmb-input input:not([type=checkbox]) {
645
+ width: 100%;
646
+ height: 43px;
647
+ padding: 0 22px;
648
+ border: 1px solid #ccc;
649
+ border-radius: 3px;
650
+ background-color: #fff;
651
+ font-size: 14px;
652
+ font-weight: 300;
653
+ font-style: italic;
654
+ line-height: 43px;
655
+ }
656
+ .lp-checkout-form .rwmb-input input:not([type=checkbox]):focus {
657
+ border-color: var(--lp-primary-color);
658
+ outline: 0;
659
+ color: #222;
660
+ }
661
+ .lp-checkout-form .rwmb-input ::placeholder {
662
+ opacity: 1;
663
+ color: #999;
664
+ }
665
+ .lp-checkout-form .rwmb-input :-ms-input-placeholder {
666
+ color: #999;
667
+ }
668
+ .lp-checkout-form .rwmb-input ::-ms-input-placeholder {
669
+ color: #999;
670
+ }
671
+ .lp-checkout-form .rwmb-input input:-webkit-autofill,
672
+ .lp-checkout-form .rwmb-input input:-webkit-autofill:hover,
673
+ .lp-checkout-form .rwmb-input input:-webkit-autofill:focus {
674
+ -webkit-box-shadow: 0 0 0 1000px #fff inset;
675
+ -webkit-text-fill-color: #999 !important;
676
+ }
677
 
678
+ .lp-checkout-form {
679
  margin: 0 -15px;
680
+ margin-top: 50px;
681
  }
682
  @media (max-width: 815px) {
683
+ .lp-checkout-form {
684
  display: flex;
685
  flex-direction: column-reverse;
686
  margin: 0;
687
  }
688
  }
689
+ .lp-checkout-form #btn-checkout-account-switch-to-guest {
690
  margin-bottom: 60px;
691
  }
692
+ .lp-checkout-form .description {
693
  float: right;
694
  }
695
+ .lp-checkout-form a {
696
  color: #41abec;
697
  }
698
+ .lp-checkout-form a label {
699
  display: inline-block;
700
  color: inherit;
701
  font-weight: normal;
702
  cursor: pointer;
703
  }
704
+ .lp-checkout-form a:hover {
705
  color: #ffb606;
706
  }
707
+ .lp-checkout-form #checkout-account-guest {
708
  width: 100%;
709
  margin-bottom: 35px;
710
  padding-bottom: 19px;
711
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
712
  }
713
+ .lp-checkout-form #checkout-account-guest .lp-form-fields,
714
+ .lp-checkout-form #checkout-account-guest .form-field {
715
  margin-bottom: 0;
716
  padding-bottom: 0;
717
  }
718
+ .lp-checkout-form div.lp-guest-checkout-output {
719
  margin-top: 10px;
720
  padding: 8px 20px;
721
  border: 2px solid #41abec;
723
  font-size: 16px;
724
  transition: all 0.2s ease;
725
  }
726
+ .lp-checkout-form label.lp-guest-checkout-output {
727
  margin-top: 10px;
728
  cursor: pointer;
729
  user-select: none;
730
  }
731
+ .lp-checkout-form .lp-guest-checkout-notice {
732
  margin: 30px 0 0 0;
733
  }
734
+ .lp-checkout-form .lp-guest-switch-login {
735
  margin-top: 1em;
736
  color: #666;
737
  font-size: 16px;
738
  font-weight: 400;
739
  }
740
+ .lp-checkout-form input[name=checkout-account-switch-form] {
741
  display: none;
742
  }
743
+ .lp-checkout-form input[name=checkout-account-switch-form]:not(:checked) + .lp-checkout-block {
744
  display: none;
745
  overflow: hidden;
746
  height: 0;
749
  border: 0;
750
  opacity: 0;
751
  }
752
+ .lp-checkout-form input[name=checkout-account-switch-form]:not(:checked) + .lp-checkout-block > * {
753
  overflow: hidden;
754
  height: 0;
755
  }
756
+ .lp-checkout-form input[name=checkout-account-switch-form]:checked + .lp-checkout-block {
757
  display: block;
758
  overflow: auto;
759
  height: auto;
760
  }
761
+ .lp-checkout-form input[name=checkout-account-switch-form][value=guest]:checked ~ #btn-checkout-account-switch-to-guest {
762
  display: none;
763
  }
764
+ .lp-checkout-form::after {
765
  display: block;
766
  clear: both;
767
  content: "";
768
  }
769
+ .lp-checkout-form:focus {
770
  outline: 0;
771
  }
772
 
775
  border: 1px solid #ccc;
776
  border-radius: 4px;
777
  }
778
+ #checkout-order table {
779
  width: 100%;
780
  margin: 0;
781
  border: 0;
782
  }
783
+ #checkout-order td,
784
+ #checkout-order th {
785
  box-sizing: content-box;
786
  border: 1px solid rgba(204, 204, 204, 0.3);
787
  border-top: 0;
792
  text-align: right;
793
  vertical-align: inherit;
794
  }
795
+ #checkout-order td:last-child,
796
+ #checkout-order th:last-child {
797
  padding-left: 0;
798
  }
799
+ #checkout-order .course-name {
 
 
 
 
 
 
 
 
 
800
  font-size: 16px;
801
  font-weight: 600;
802
  line-height: 26px;
803
  }
804
+ #checkout-order .course-name a {
805
  display: -webkit-box;
806
  overflow: hidden;
807
+ color: #000;
808
  -webkit-line-clamp: 1;
809
  -webkit-box-orient: vertical;
810
  }
811
+ #checkout-order .course-name a:hover {
812
  color: var(--lp-primary-color);
813
  }
814
+ #checkout-order .col-number {
815
  min-width: 50px;
816
  color: #666;
817
  font-size: 16px;
819
  line-height: 26px;
820
  text-align: left;
821
  }
822
+ #checkout-order .order-total > th {
823
  padding: 24px 0 24px 20px;
824
  }
825
+ #checkout-order .order-total .col-number {
826
  color: #333;
827
  font-size: 26px;
828
  }
829
+ #checkout-order tfoot .cart-subtotal {
830
  color: #666;
831
  font-size: 16px;
832
  font-weight: 600;
833
  line-height: 26px;
834
  }
835
+ #checkout-order tfoot .cart-subtotal > th {
836
  padding: 20px 0 17px 20px;
837
  }
838
+ #checkout-order tfoot .order-total th {
839
  color: #333;
840
  font-size: 16px;
841
  font-weight: 600;
842
  line-height: 26px;
843
  }
844
+ #checkout-order tfoot tr:last-child {
845
  border-width: 0;
846
  }
847
+ #checkout-order tfoot tr:last-child td,
848
+ #checkout-order tfoot tr:last-child th {
849
  border-width: 0;
850
  }
851
+ #checkout-order .course-thumbnail {
852
+ width: 80px;
853
+ padding: 20px 0 18px 13px;
854
+ }
855
+ #checkout-order .course-thumbnail > img {
856
+ width: 100px;
857
+ max-width: 100% !important;
858
+ height: auto !important;
859
+ }
860
 
861
  #checkout-account-register,
862
  #checkout-account-login {
945
  padding: 0;
946
  list-style: none;
947
  }
948
+ #checkout-payment .lp-payment-method {
949
  position: relative;
950
  margin: 0;
951
  }
952
+ #checkout-payment .lp-payment-method > label {
953
  display: flex;
954
  align-items: center;
955
  }
956
+ #checkout-payment .lp-payment-method .gateway-input,
957
+ #checkout-payment .lp-payment-method .gateway-icon {
958
  vertical-align: middle;
959
  }
960
+ #checkout-payment .lp-payment-method .gateway-icon {
961
  max-height: 32px;
962
  }
963
+ #checkout-payment .lp-payment-method .gateway-input {
964
  position: relative;
965
  width: 20px;
966
  height: 20px;
972
  -moz-border-radius: 50%;
973
  border-radius: 50%;
974
  }
975
+ #checkout-payment .lp-payment-method .gateway-input::before {
976
  position: absolute;
977
  top: 50%;
978
  right: 50%;
984
  -moz-border-radius: 50%;
985
  border-radius: 50%;
986
  }
987
+ #checkout-payment .lp-payment-method .gateway-input:checked::before {
988
  content: "";
989
  }
990
+ #checkout-payment .lp-payment-method .gateway-input:focus {
991
  outline: 0;
992
  }
993
  #checkout-payment #checkout-order-action button {
1061
  border-top: 1px solid #ddd;
1062
  background: #f9f9f9;
1063
  }
1064
+
1065
  #learn-press-checkout-login,
1066
  #learn-press-checkout-register {
1067
  margin-bottom: 1.5em;
1387
  max-width: var(--lp-content-width, 100%);
1388
  }
1389
 
1390
+ .lp-user-profile {
 
1391
  position: relative;
1392
  background: #fff;
1393
  }
1394
+ .lp-user-profile .lp-user-profile-avatar img {
1395
  position: relative;
1396
  width: 100%;
1397
  height: auto;
1398
  border-radius: unset;
1399
+ display: block;
1400
  }
1401
+ .lp-user-profile .lp-user-profile-avatar + .lp-user-profile-socials {
1402
+ margin-top: 10px;
1403
+ margin-bottom: 5px;
1404
+ }
1405
+ .lp-user-profile .lp-user-profile-socials {
1406
  display: flex;
1407
  position: relative;
1408
  z-index: 1;
 
1409
  justify-content: center;
1410
  -webkit-flex-wrap: wrap;
1411
  -ms-flex-wrap: wrap;
1412
  flex-wrap: wrap;
1413
  }
1414
+ .lp-user-profile .lp-user-profile-socials a {
1415
+ display: inline-flex;
1416
+ align-items: center;
1417
+ justify-content: center;
1418
+ width: 35px;
1419
+ height: 35px;
1420
  margin: 0 7px;
1421
  border: 1px solid #cfcfcf;
1422
  color: #666;
1423
  background: #fff;
1424
+ font-size: 14px;
1425
+ line-height: 35px;
1426
  text-align: center;
1427
  -webkit-border-radius: 50%;
1428
  -moz-border-radius: 50%;
1429
  border-radius: 50%;
1430
  }
1431
+ .lp-user-profile .lp-user-profile-socials a:hover {
1432
  border-color: var(--lp-primary-color);
1433
  color: #fff;
1434
  background: var(--lp-primary-color);
1435
  }
1436
+ .lp-user-profile .wrapper-profile-header {
1437
  color: #fff;
1438
  background: var(--lp-secondary-color);
 
 
1439
  position: relative;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1440
  }
1441
  @media (max-width: 990px) {
1442
+ .lp-user-profile .wrapper-profile-header .lp-profile-content-area {
1443
  min-height: inherit;
1444
+ padding: 50px 15px;
1445
  }
1446
+ .lp-user-profile .wrapper-profile-header .lp-profile-left {
1447
  float: right;
1448
  position: static;
1449
  }
1450
+ .lp-user-profile .wrapper-profile-header .lp-profile-right {
1451
  float: left;
1452
  width: calc(100% - 270px);
1453
  margin-right: 0;
1454
  }
1455
  }
1456
  @media (max-width: 768px) {
1457
+ .lp-user-profile .wrapper-profile-header .lp-profile-left {
1458
  width: 220px;
1459
  }
1460
+ .lp-user-profile .wrapper-profile-header .lp-profile-right {
1461
  width: calc(100% - 220px);
1462
  }
1463
+ .lp-user-profile .wrapper-profile-header .lp-user-profile-socials {
1464
  margin-left: -5px;
1465
  margin-right: -5px;
1466
  }
1467
+ .lp-user-profile .wrapper-profile-header .lp-user-profile-socials a {
1468
  width: 36px;
1469
  height: 36px;
1470
  margin: 0 5px;
1472
  }
1473
  }
1474
  @media (max-width: 500px) {
1475
+ .lp-user-profile .wrapper-profile-header .lp-profile-left {
1476
  float: none;
1477
  margin: 0 auto;
1478
  }
1479
+ .lp-user-profile .wrapper-profile-header .lp-profile-right {
1480
  width: 100%;
1481
  padding-top: 30px;
1482
  text-align: center;
1483
  }
1484
  }
1485
+ .lp-user-profile .wrapper-profile-header::before {
1486
+ left: 100%;
1487
+ right: auto;
1488
+ }
1489
+ .lp-user-profile .wrapper-profile-header::after {
1490
+ right: 100%;
1491
+ left: auto;
1492
+ }
1493
+ .lp-user-profile .lp-profile-content-area {
1494
+ position: relative;
1495
+ padding-top: 50px;
1496
+ padding-bottom: 50px;
1497
+ display: flex;
1498
+ align-items: center;
1499
+ }
1500
+ @media (max-width: 650px) {
1501
+ .lp-user-profile .lp-profile-content-area {
1502
+ flex-direction: column;
1503
+ }
1504
+ .lp-user-profile .lp-profile-content-area .lp-profile-right {
1505
+ text-align: center;
1506
+ width: 100%;
1507
+ padding: 50px 15px 0;
1508
+ }
1509
+ }
1510
+ .lp-user-profile .lp-profile-left {
1511
+ min-width: 270px;
1512
+ max-width: 270px;
1513
+ padding: 5px;
1514
+ border: 2px solid #eaeaea;
1515
+ border-radius: 3px;
1516
+ }
1517
+ .lp-user-profile .lp-profile-right {
1518
+ padding-left: 15px;
1519
+ padding-right: 35px;
1520
+ }
1521
+ .lp-user-profile .lp-profile-username {
1522
+ padding-bottom: 10px;
1523
+ font-size: 18px;
1524
+ font-weight: 500;
1525
+ text-transform: capitalize;
1526
+ }
1527
+ .lp-user-profile .lp-profile-username::before, .lp-user-profile .lp-profile-username::after {
1528
+ content: "";
1529
+ width: 30px;
1530
+ height: 1px;
1531
+ background-color: white;
1532
+ display: inline-block;
1533
+ vertical-align: middle;
1534
+ margin: 0;
1535
+ }
1536
+ .lp-user-profile .lp-profile-username::before {
1537
+ margin-left: 5px;
1538
+ }
1539
+ .lp-user-profile .lp-profile-username::after {
1540
+ margin-right: 5px;
1541
+ }
1542
+ .lp-user-profile .lp-profile-user-bio {
1543
+ font-size: 16px;
1544
+ font-weight: 300;
1545
+ line-height: 26px;
1546
+ }
1547
+ .lp-user-profile #profile-sidebar {
1548
  float: right;
1549
  width: 270px;
1550
  margin-top: 0;
1551
  border: 1px solid rgba(0, 0, 0, 0.1);
1552
  border-top: 0;
1553
  background: #fff;
1554
+ margin-top: 58px;
1555
  }
1556
  @media (max-width: 990px) {
1557
+ .lp-user-profile #profile-sidebar {
1558
  width: 100%;
 
1559
  }
1560
+ .lp-user-profile #profile-sidebar .lp-user-profile-avatar {
1561
  max-width: 150px;
1562
  }
1563
  }
1564
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs {
1565
  margin: 0;
1566
  padding: 0;
1567
  list-style: none;
1568
  }
1569
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li {
1570
  position: relative;
1571
  margin: 0;
1572
  border-top: 1px solid rgba(204, 204, 204, 0.3);
1573
  }
1574
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li a {
1575
  display: block;
1576
  padding: 0 20px;
1577
  color: #333;
1578
  font-size: 16px;
1579
  font-weight: 500;
1580
+ line-height: 50px;
1581
  }
1582
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li > a {
1583
  padding: 0 52px 0 20px;
1584
  }
1585
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li > a > i {
1586
  display: inline-block;
1587
  position: absolute;
1588
  right: 24px;
1589
  width: 28px;
1590
  color: var(--lp-primary-color);
1591
  font-size: 12px;
1592
+ line-height: 53px;
1593
  text-align: right;
1594
  }
1595
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li > a::after {
1596
  float: left;
1597
  margin-left: 4px;
1598
  color: #999;
1601
  font-weight: 900;
1602
  content: "\f054";
1603
  }
1604
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li ul li {
1605
  margin: 0;
1606
  }
1607
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li ul li a {
1608
  border-bottom: 1px solid #f9f9f9;
1609
  }
1610
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li ul li a:hover {
1611
  color: var(--lp-primary-color);
1612
  background: #fff;
1613
  }
1614
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li ul li:hover > a i {
1615
  color: var(--lp-primary-color);
1616
  background: #fff;
1617
  }
1618
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li.active, .lp-user-profile #profile-nav .lp-profile-nav-tabs > li:hover {
1619
+ background: var(--lp-primary-color);
1620
+ }
1621
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li.active > a::after, .lp-user-profile #profile-nav .lp-profile-nav-tabs > li:hover > a::after {
1622
  content: "\f053";
1623
  }
1624
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li.active a {
1625
  padding-right: 52px;
1626
  }
1627
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li:last-child {
1628
  border-bottom-left-radius: 4px;
1629
  border-bottom-right-radius: 4px;
1630
  }
1631
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li.wishlist > a::before {
1632
  position: absolute;
1633
  right: 25px;
1634
  color: var(--lp-primary-color);
1637
  font-weight: 900;
1638
  content: "\f004";
1639
  }
1640
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li.wishlist:hover a::before {
1641
  color: #fff;
1642
  }
1643
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li.logout > a::after {
1644
  display: none;
1645
  }
1646
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs li > a {
1647
  box-sizing: border-box;
1648
+ height: 50px;
1649
  }
1650
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs li > ul {
1651
  display: none;
1652
  position: absolute;
1653
  z-index: 1000;
1660
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.05);
1661
  list-style: none;
1662
  }
1663
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs li.active > a, .lp-user-profile #profile-nav .lp-profile-nav-tabs li:hover > a {
 
 
 
1664
  color: #fff;
1665
  }
1666
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs li.active > a i, .lp-user-profile #profile-nav .lp-profile-nav-tabs li.active > a::after, .lp-user-profile #profile-nav .lp-profile-nav-tabs li:hover > a i, .lp-user-profile #profile-nav .lp-profile-nav-tabs li:hover > a::after {
1667
  color: #fff;
1668
  }
1669
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs li.active > ul, .lp-user-profile #profile-nav .lp-profile-nav-tabs li:hover > ul {
1670
  display: block;
1671
  }
1672
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs li.active > ul {
1673
  position: relative;
1674
  right: 0;
1675
  }
1676
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs li.active > ul .active {
1677
  background: #fff;
1678
  }
1679
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs li.active > ul .active > a {
1680
  color: #ffb606;
1681
  }
1682
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs li.active > ul .active > a i {
1683
  color: #ffb606;
1684
  }
1685
  @media (max-width: 990px) {
1686
+ .lp-user-profile #profile-nav {
1687
  overflow-x: scroll;
1688
  border-top: 1px solid rgba(204, 204, 204, 0.3);
1689
  }
1690
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs {
1691
  width: max-content;
1692
  }
1693
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs::after {
1694
  display: table;
1695
  clear: both;
1696
  content: "";
1697
  }
1698
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li {
1699
  float: right;
1700
  border: none;
1701
  border-left: 1px solid rgba(204, 204, 204, 0.3);
1702
  }
1703
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li > a {
1704
  height: auto;
1705
  padding: 0 45px 0 20px;
1706
  }
1707
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li > a::after {
1708
  margin-right: 10px;
1709
  }
1710
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li.has-child a::after {
1711
  content: "\f077";
1712
  }
1713
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li.active a {
1714
  padding-right: 45px;
1715
  }
1716
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li.active a::after {
1717
  content: "\f078";
1718
  }
1719
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li.active.has-child ul {
1720
  display: none;
1721
  width: max-content;
1722
  transform: translateX(20%);
1723
  }
1724
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li.active.has-child ul::after {
1725
  display: table;
1726
  clear: both;
1727
  box-shadow: 0 0 0;
1728
  content: "";
1729
  }
1730
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li.active.has-child ul li {
1731
  float: right;
1732
  border-left: 1px solid rgba(204, 204, 204, 0.3);
1733
  }
1734
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li.active.has-child ul li:last-child {
1735
  border-left: none;
1736
  }
1737
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li.active.has-child ul li a {
1738
  padding: 0 10px;
1739
  }
1740
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs li:hover ul {
1741
  display: none !important;
1742
  }
1743
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs li:not(.has-child) > a::after {
1744
  display: none;
1745
  }
1746
  }
1747
  @media (max-width: 560px) {
1748
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li {
1749
  max-width: 80px;
1750
  }
1751
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li > a {
1752
  font-size: 0;
1753
  }
1754
+ .lp-user-profile #profile-nav .lp-profile-nav-tabs > li > a::after {
1755
  margin-right: 0;
1756
  }
1757
  }
1758
+ .lp-user-profile .lp-profile-content {
1759
  float: left;
1760
  width: calc(100% - 300px);
1761
  margin-bottom: 60px;
1762
  padding-top: 58px;
1763
  }
1764
  @media (max-width: 990px) {
1765
+ .lp-user-profile .lp-profile-content {
1766
  width: 100%;
1767
  }
1768
  }
1769
  @media (max-width: 767px) {
1770
+ .lp-user-profile .lp-profile-content .learn-press-tabs__nav {
1771
  display: block;
1772
  width: 100%;
1773
  border: 0;
1774
  }
1775
+ .lp-user-profile .lp-profile-content .learn-press-tabs__nav::after {
1776
  display: table;
1777
  clear: both;
1778
  content: "";
1779
  }
1780
+ .lp-user-profile .lp-profile-content .learn-press-tabs__tab {
1781
  float: right;
1782
  border-left: 0;
1783
  }
1784
+ .lp-user-profile .lp-profile-content .learn-press-tabs__tab label {
1785
  padding-left: 25px;
1786
  padding-right: 25px;
1787
  }
1788
+ .lp-user-profile .lp-profile-content .profile-orders {
1789
+ overflow-x: scroll;
1790
+ }
1791
  }
1792
+ .lp-user-profile .lp-profile-content .course-categories, .lp-user-profile .lp-profile-content .course-instructor {
 
 
 
 
 
 
 
1793
  margin-bottom: 14px;
1794
  }
1795
+ .lp-user-profile .lp-profile-content .course-categories {
1796
  padding: 0;
1797
  }
1798
+ .lp-user-profile .lp-profile-content .lp-button {
1799
  display: block;
1800
  margin: 0 auto 52px auto;
1801
  padding: 13px 34px;
1806
  -moz-border-radius: 9px;
1807
  border-radius: 9px;
1808
  }
1809
+ .lp-user-profile .lp-profile-content .lp-button:hover {
1810
  border-color: var(--lp-primary-color);
1811
  }
1812
+ .lp-user-profile ul.learn-press-courses .course {
1813
+ margin: 0 0 40px 0;
1814
+ }
1815
+ .lp-user-profile .profile-orders .profile-heading {
1816
  display: none;
1817
  }
1818
+ .lp-user-profile .profile-orders table {
1819
  margin-top: 0;
1820
  }
1821
+ .lp-user-profile .profile-orders .column-order-actions a {
1822
  margin-left: 6px;
1823
+ color: black;
1824
+ text-decoration: underline;
1825
+ font-weight: 500;
1826
+ }
1827
+ .lp-user-profile .profile-orders .column-order-actions a:hover, .lp-user-profile .profile-orders .column-order-actions a:focus {
1828
+ color: var(--lp-primary-color);
1829
  }
1830
+ .lp-user-profile #dashboard-general-statistic {
1831
  margin-bottom: 55px;
1832
  padding-bottom: 20px;
1833
  border-bottom: 1px solid #ddd;
1834
  }
1835
+ .lp-user-profile .dashboard-general-statistic__row {
1836
  display: flex;
1837
  margin: 0 -15px;
1838
  justify-content: center;
1839
  flex-wrap: wrap;
1840
  }
1841
+ .lp-user-profile .dashboard-general-statistic__row .statistic-box {
1842
+ min-width: 200px;
1843
+ max-width: 270px;
1844
  margin: 0 15px 40px 15px;
1845
+ padding: 15px 20px;
1846
  border: 1px solid #ccc;
1847
  border-radius: 4px;
1848
  background: #f9fafc;
1849
  text-align: center;
1850
  }
1851
  @media (max-width: 990px) {
1852
+ .lp-user-profile .dashboard-general-statistic__row .statistic-box {
1853
  width: 45%;
1854
  }
1855
  }
1856
  @media (max-width: 767px) {
1857
+ .lp-user-profile .dashboard-general-statistic__row .statistic-box {
1858
  width: 100%;
1859
+ margin: 0 15px 15px;
1860
  }
1861
  }
1862
+ .lp-user-profile .dashboard-general-statistic__row .statistic-box:hover {
1863
+ background: #eaeaea;
1864
+ }
1865
+ .lp-user-profile .dashboard-general-statistic__row[data-col="2"] .statistic-box {
1866
+ width: 50%;
1867
+ }
1868
+ .lp-user-profile .dashboard-general-statistic__row[data-col="4"] .statistic-box {
1869
+ width: 25%;
1870
+ }
1871
+ .lp-user-profile .dashboard-general-statistic__row[data-col="5"] .statistic-box {
1872
+ width: 20%;
1873
+ }
1874
+ .lp-user-profile .statistic-box .statistic-box__text {
1875
  margin: 0 0 7px 0;
1876
  padding: 0;
1877
  color: #666;
1879
  font-weight: 400;
1880
  line-height: 1;
1881
  }
1882
+ .lp-user-profile .statistic-box .statistic-box__number {
1883
  color: #333;
1884
  font-size: 18px;
1885
  font-weight: 500;
1886
  line-height: 1;
1887
  }
1888
+ .lp-user-profile .profile-courses > h3 {
 
 
 
 
 
 
 
 
 
 
 
 
1889
  margin-top: 0;
1890
  margin-bottom: 36px;
1891
  color: #333;
1895
  text-transform: capitalize;
1896
  }
1897
 
1898
+ .lp-profile-content table.lp-list-table {
1899
+ border-spacing: 0;
1900
+ border-top: 1px solid #ccc;
1901
+ border-right: 1px solid #ccc;
1902
+ margin-bottom: 40px;
1903
  }
1904
+ .lp-profile-content table.lp-list-table tr th, .lp-profile-content table.lp-list-table tr td {
1905
+ border-left: 1px solid #ccc;
1906
+ border-bottom: 1px solid #ccc;
1907
+ text-align: center;
 
 
 
1908
  }
1909
+ .lp-profile-content table.lp-list-table tr td a {
1910
+ color: var(--wp--preset--color--foreground);
 
 
1911
  font-weight: 400;
1912
  }
1913
+ .lp-profile-content table.lp-list-table tr td a:hover {
1914
+ color: var(--lp-primary-color);
1915
+ }
1916
+ .lp-profile-content #profile-content-order-details h3 {
1917
+ margin-top: 0;
1918
+ font-size: 30px;
1919
+ line-height: 1.5;
1920
+ font-weight: 500;
1921
+ margin-bottom: 15px;
1922
+ font-family: var(--wp--preset--font-family--system-font);
1923
+ }
1924
+
1925
+ .profile-basic-information .form-field,
1926
+ form[name=profile-change-password] .form-field {
1927
+ margin: 0 10px 24px 10px;
1928
+ }
1929
+ .profile-basic-information .form-field > label,
1930
+ form[name=profile-change-password] .form-field > label {
1931
+ margin: 0 0 12px 0;
1932
+ color: #333;
1933
+ font-size: 16px;
1934
+ font-weight: 500;
1935
+ font-style: italic;
1936
+ }
1937
+ .profile-basic-information .form-field .form-field-input input,
1938
+ form[name=profile-change-password] .form-field .form-field-input input {
1939
+ height: 43px;
1940
+ padding: 8px 20px;
1941
+ font-weight: 400;
1942
+ }
1943
+ .profile-basic-information .form-field .form-field-input input[type=password],
1944
  form[name=profile-change-password] .form-field .form-field-input input[type=password] {
1945
  padding: 8px 20px;
1946
  }
1947
+ .profile-basic-information .form-field .form-field-input textarea,
1948
  form[name=profile-change-password] .form-field .form-field-input textarea {
1949
  padding: 9px 20px 16px 20px;
1950
  font-weight: 300;
1951
  line-height: 24px;
1952
  }
1953
+ .profile-basic-information .form-field .form-field-input input,
1954
+ .profile-basic-information .form-field .form-field-input textarea,
1955
  form[name=profile-change-password] .form-field .form-field-input input,
1956
  form[name=profile-change-password] .form-field .form-field-input textarea {
1957
  border: 1px solid #ccc;
1959
  font-size: 14px;
1960
  font-style: italic;
1961
  }
1962
+ .profile-basic-information .form-field .form-field-input input:focus,
1963
+ .profile-basic-information .form-field .form-field-input textarea:focus,
1964
  form[name=profile-change-password] .form-field .form-field-input input:focus,
1965
  form[name=profile-change-password] .form-field .form-field-input textarea:focus {
1966
  border-color: var(--lp-primary-color);
1967
  outline: 0;
1968
  color: #222;
1969
  }
1970
+ .profile-basic-information .form-field .form-field-input ::placeholder,
1971
  form[name=profile-change-password] .form-field .form-field-input ::placeholder {
1972
  opacity: 1;
1973
  color: #999;
1974
  }
1975
+ .profile-basic-information .form-field .form-field-input :-ms-input-placeholder,
1976
  form[name=profile-change-password] .form-field .form-field-input :-ms-input-placeholder {
1977
  color: #999;
1978
  }
1979
+ .profile-basic-information .form-field .form-field-input ::-ms-input-placeholder,
1980
  form[name=profile-change-password] .form-field .form-field-input ::-ms-input-placeholder {
1981
  color: #999;
1982
  }
1983
+ .profile-basic-information .form-field .form-field-input .description,
1984
  form[name=profile-change-password] .form-field .form-field-input .description {
1985
  margin-top: 15px;
1986
  }
1987
  @media (max-width: 767px) {
1988
+ .profile-basic-information .form-field,
1989
  form[name=profile-change-password] .form-field {
1990
  margin: 0 0 24px 0;
1991
  }
1992
  }
1993
+ .profile-basic-information .form-field__50,
1994
  form[name=profile-change-password] .form-field__50 {
1995
  float: right;
1996
  width: calc(50% - 20px);
1997
  margin-left: 10px;
1998
  }
1999
  @media (max-width: 767px) {
2000
+ .profile-basic-information .form-field__50,
2001
  form[name=profile-change-password] .form-field__50 {
2002
  float: unset;
2003
  width: 100%;
2004
  margin: 0 0 24px 0;
2005
  }
2006
  }
2007
+ .profile-basic-information .form-field__clear,
2008
  form[name=profile-change-password] .form-field__clear {
2009
  clear: both;
2010
  }
2011
+ .profile-basic-information button,
2012
  form[name=profile-change-password] button {
2013
  padding: 16px 24px;
2014
  border: 0;
2019
  font-weight: 400;
2020
  line-height: 1;
2021
  }
2022
+ .profile-basic-information button:hover,
2023
  form[name=profile-change-password] button:hover {
2024
  opacity: 0.5;
2025
  background: var(--lp-primary-color);
2026
  }
2027
+ .profile-basic-information p,
2028
  form[name=profile-change-password] p {
2029
  margin: 0;
2030
  }
2031
 
 
 
 
2032
  #learn-press-profile-basic-information .form-fields::after {
2033
  display: block;
2034
  clear: both;
2039
  margin: 0;
2040
  }
2041
  }
2042
+ #learn-press-profile-basic-information button[type=submit] {
2043
+ padding: 0 15px;
2044
+ height: 40px;
2045
+ line-height: 40px;
2046
+ border: 0;
2047
+ display: inline-flex;
2048
+ align-items: center;
2049
+ justify-content: center;
2050
+ background-color: var(--lp-primary-color);
2051
+ color: white;
2052
+ font-size: 16px;
2053
+ font-weight: 400;
2054
+ -webkit-transition: 0.3s;
2055
+ -moz-transition: 0.3s;
2056
+ -ms-transition: 0.3s;
2057
+ -o-transition: 0.3s;
2058
+ transition: 0.3s;
2059
+ -webkit-border-radius: 3px;
2060
+ -moz-border-radius: 3px;
2061
+ border-radius: 3px;
2062
+ }
2063
+ #learn-press-profile-basic-information button[type=submit]:hover {
2064
+ opacity: 0.5;
2065
+ background-color: var(--lp-primary-color);
2066
+ }
2067
 
2068
  .recover-order__title {
2069
  margin-bottom: 5px;
2108
 
2109
  .learn-press-profile-course__progress .lp_profile_course_progress {
2110
  border: 1px solid #eee;
2111
+ border-top: 0;
2112
+ overflow-x: auto;
2113
  }
2114
  .learn-press-profile-course__progress .lp_profile_course_progress__item {
2115
  display: grid;
2116
  align-items: center;
2117
  padding: 15px;
2118
  border-top: 1px solid #eee;
2119
+ grid-template-columns: 90px 1fr 80px 190px 140px;
2120
  column-gap: 20px;
2121
  }
2122
+ .learn-press-profile-course__progress .lp_profile_course_progress__item div img {
2123
+ max-width: 60px;
2124
+ height: auto;
2125
+ }
2126
+ @media (max-width: 575px) {
2127
+ .learn-press-profile-course__progress .lp_profile_course_progress__item div img {
2128
+ max-width: 100%;
2129
+ }
2130
+ }
2131
+ @media (max-width: 575px) {
2132
+ .learn-press-profile-course__progress .lp_profile_course_progress__item {
2133
+ display: block;
2134
+ }
2135
+ }
2136
  .learn-press-profile-course__progress .lp_profile_course_progress__header {
2137
  background-color: #eee;
2138
  }
2139
+ @media (max-width: 575px) {
2140
+ .learn-press-profile-course__progress .lp_profile_course_progress__header {
2141
+ display: flex;
2142
+ overflow-x: auto;
2143
+ white-space: nowrap;
2144
+ justify-content: flex-end;
2145
+ }
2146
+ }
2147
 
2148
  .lp_profile_course_progress__nav button.loading::before {
2149
  display: inline-block;
2156
  animation: lp-rotating 1s linear infinite;
2157
  }
2158
 
2159
+ .entry-content ul.learn-press-profile-course__tab__inner {
2160
+ padding: 0;
2161
+ }
2162
+
2163
+ .content ul.learn-press-courses {
2164
+ margin-right: -15px;
2165
+ margin-left: -15px;
2166
+ }
2167
+ .content ul.learn-press-courses[data-layout=list] {
2168
+ margin: 0;
2169
+ }
2170
+
2171
  .learn-press-profile-course__tab__inner {
2172
  display: flex;
2173
+ margin: 40px 0 0 0 !important;
2174
+ padding: 0 !important;
2175
  background: #eee;
2176
  list-style: none !important;
2177
  }
2178
  .learn-press-profile-course__tab__inner > li {
2179
  list-style: none;
2180
+ margin: 0 !important;
2181
  }
2182
  .learn-press-profile-course__tab__inner > li:hover {
2183
  cursor: pointer;
2186
  display: inline-block;
2187
  padding: 15px 30px;
2188
  font-weight: 600;
2189
+ position: relative;
2190
  }
2191
  .learn-press-profile-course__tab__inner a.active {
 
2192
  color: var(--lp-primary-color);
2193
  background: #fff;
2194
  }
2195
+ .learn-press-profile-course__tab__inner a.active::before {
2196
+ content: "";
2197
+ height: 4px;
2198
+ width: 100%;
2199
+ background-color: var(--lp-primary-color);
2200
+ position: absolute;
2201
+ top: 0;
2202
+ right: 0;
2203
+ left: auto;
2204
+ }
2205
 
2206
  .learn-press-course-tab-filters .learn-press-filters {
2207
  margin-top: 20px;
2213
  color: var(--lp-primary-color);
2214
  }
2215
 
2216
+ .lp-profile-content ul {
2217
+ list-style: none !important;
2218
+ padding: 0 !important;
2219
+ }
2220
+
2221
  .learnpress_avatar__form label {
2222
  display: inline-block;
2223
  }
2254
  animation: lp-rotating 1s linear infinite;
2255
  }
2256
 
2257
+ button.learnpress_avatar__button {
2258
+ height: 40px;
2259
+ padding: 0 15px;
2260
+ border: 0;
2261
+ background: var(--lp-primary-color);
2262
+ color: white;
2263
+ margin-top: 15px;
2264
+ border-radius: 3px;
2265
+ }
2266
+ button.learnpress_avatar__button + button {
2267
+ margin-right: 15px;
2268
+ margin-left: 0;
2269
+ }
2270
+
2271
+ #primary .learn-press-courses[data-size="3"] .course {
2272
+ width: 50%;
2273
+ }
2274
+
2275
+ body.learnpress .learn-press-tabs .learn-press-tabs__tab, body.learnpress .attachment-recent-works-thumbnail {
2276
+ border-radius: 0;
2277
+ }
2278
+
2279
+ #learn-press-course-tabs.show-all .course-tab-panel {
2280
+ margin-bottom: 40px;
2281
+ }
2282
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(1):checked ~ .course-tab-panels .course-tab-panel:nth-child(1) {
2283
+ display: block;
2284
+ }
2285
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(1):checked ~ .learn-press-nav-tabs .course-nav:nth-child(1) {
2286
+ border-bottom: 0;
2287
+ }
2288
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(1):checked ~ .learn-press-nav-tabs .course-nav:nth-child(1) label {
2289
+ color: var(--lp-primary-color);
2290
+ background: #fff;
2291
+ }
2292
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(2):checked ~ .course-tab-panels .course-tab-panel:nth-child(2) {
2293
+ display: block;
2294
+ }
2295
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(2):checked ~ .learn-press-nav-tabs .course-nav:nth-child(2) {
2296
+ border-bottom: 0;
2297
+ }
2298
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(2):checked ~ .learn-press-nav-tabs .course-nav:nth-child(2) label {
2299
+ color: var(--lp-primary-color);
2300
+ background: #fff;
2301
+ }
2302
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(3):checked ~ .course-tab-panels .course-tab-panel:nth-child(3) {
2303
+ display: block;
2304
+ }
2305
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(3):checked ~ .learn-press-nav-tabs .course-nav:nth-child(3) {
2306
+ border-bottom: 0;
2307
+ }
2308
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(3):checked ~ .learn-press-nav-tabs .course-nav:nth-child(3) label {
2309
+ color: var(--lp-primary-color);
2310
+ background: #fff;
2311
+ }
2312
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(4):checked ~ .course-tab-panels .course-tab-panel:nth-child(4) {
2313
+ display: block;
2314
+ }
2315
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(4):checked ~ .learn-press-nav-tabs .course-nav:nth-child(4) {
2316
+ border-bottom: 0;
2317
+ }
2318
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(4):checked ~ .learn-press-nav-tabs .course-nav:nth-child(4) label {
2319
+ color: var(--lp-primary-color);
2320
+ background: #fff;
2321
+ }
2322
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(5):checked ~ .course-tab-panels .course-tab-panel:nth-child(5) {
2323
+ display: block;
2324
+ }
2325
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(5):checked ~ .learn-press-nav-tabs .course-nav:nth-child(5) {
2326
+ border-bottom: 0;
2327
+ }
2328
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(5):checked ~ .learn-press-nav-tabs .course-nav:nth-child(5) label {
2329
+ color: var(--lp-primary-color);
2330
+ background: #fff;
2331
+ }
2332
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(6):checked ~ .course-tab-panels .course-tab-panel:nth-child(6) {
2333
+ display: block;
2334
+ }
2335
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(6):checked ~ .learn-press-nav-tabs .course-nav:nth-child(6) {
2336
+ border-bottom: 0;
2337
+ }
2338
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(6):checked ~ .learn-press-nav-tabs .course-nav:nth-child(6) label {
2339
+ color: var(--lp-primary-color);
2340
+ background: #fff;
2341
+ }
2342
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(7):checked ~ .course-tab-panels .course-tab-panel:nth-child(7) {
2343
+ display: block;
2344
+ }
2345
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(7):checked ~ .learn-press-nav-tabs .course-nav:nth-child(7) {
2346
+ border-bottom: 0;
2347
+ }
2348
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(7):checked ~ .learn-press-nav-tabs .course-nav:nth-child(7) label {
2349
+ color: var(--lp-primary-color);
2350
+ background: #fff;
2351
+ }
2352
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(8):checked ~ .course-tab-panels .course-tab-panel:nth-child(8) {
2353
+ display: block;
2354
+ }
2355
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(8):checked ~ .learn-press-nav-tabs .course-nav:nth-child(8) {
2356
+ border-bottom: 0;
2357
+ }
2358
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(8):checked ~ .learn-press-nav-tabs .course-nav:nth-child(8) label {
2359
+ color: var(--lp-primary-color);
2360
+ background: #fff;
2361
+ }
2362
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(9):checked ~ .course-tab-panels .course-tab-panel:nth-child(9) {
2363
+ display: block;
2364
+ }
2365
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(9):checked ~ .learn-press-nav-tabs .course-nav:nth-child(9) {
2366
+ border-bottom: 0;
2367
+ }
2368
+ #learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(9):checked ~ .learn-press-nav-tabs .course-nav:nth-child(9) label {
2369
+ color: var(--lp-primary-color);
2370
+ background: #fff;
2371
+ }
2372
+
2373
+ .course-tab-panel {
2374
  display: none;
2375
+ padding-top: 30px;
2376
  }
2377
+ .course-tab-panel.active {
2378
  display: block;
2379
  }
2380
+ .course-tab-panel.course-tab-panel-instructor, .course-tab-panel.course-tab-panel-faqs {
2381
+ padding-top: 30px;
2382
  }
2383
+ .course-tab-panel.course-tab-panel-reviews {
2384
  padding: 56px 0 0 0;
2385
  }
2386
+ .course-tab-panel .course-description h4 {
2387
  margin-top: 0;
2388
  margin-bottom: 1.125rem;
2389
  color: #333;
2390
  font-size: 18px;
2391
  font-weight: 500;
2392
  }
2393
+ .course-tab-panel .course-description p {
2394
  color: #666;
2395
  font-size: 16px;
2396
  font-weight: 300;
2397
  line-height: 26px;
2398
  }
2399
+ .course-tab-panel .course-description img {
2400
  max-width: 100%;
2401
  height: auto;
2402
  vertical-align: middle;
2403
  }
2404
+ .course-tab-panel .lp-course-author {
 
 
 
 
2405
  display: flex;
2406
  margin-bottom: 40px;
2407
  }
2408
  @media (max-width: 767px) {
2409
+ .course-tab-panel .lp-course-author {
2410
  flex-direction: column;
 
2411
  }
2412
  }
2413
+ .course-tab-panel .lp-course-author .course-author__pull-left {
2414
  margin-left: 30px;
2415
  text-align: center;
2416
  align-items: center;
2417
  }
2418
  @media (max-width: 767px) {
2419
+ .course-tab-panel .lp-course-author .course-author__pull-left {
2420
  margin-left: 0;
2421
  margin-bottom: 30px;
2422
  }
2423
  }
2424
+ .course-tab-panel .lp-course-author img {
2425
+ width: 50px;
2426
+ height: 50px;
2427
  margin-bottom: 20px;
2428
  border-radius: 50%;
2429
  object-fit: cover;
2430
  object-position: center;
2431
  }
2432
+ .course-tab-panel .lp-course-author .course-author__pull-right {
2433
  flex: 1;
2434
  }
2435
  @media (max-width: 767px) {
2436
+ .course-tab-panel .lp-course-author .course-author__pull-right {
2437
  width: 100%;
2438
  text-align: center;
2439
  }
2440
  }
2441
+ .course-tab-panel .lp-course-author .author-title {
2442
  margin-bottom: 18px;
2443
  }
2444
+ .course-tab-panel .lp-course-author .author-title a {
2445
  color: #333;
2446
  box-shadow: none;
2447
  font-size: 18px;
2448
  font-weight: 500;
2449
  text-transform: capitalize;
2450
  }
2451
+ .course-tab-panel .lp-course-author .author-title a:hover {
2452
  color: var(--lp-primary-color);
2453
  }
2454
+ .course-tab-panel .lp-course-author .author-description {
2455
  color: #666;
2456
  font-size: 16px;
2457
  font-weight: 300;
2458
  line-height: 26px;
2459
  }
2460
+ .course-tab-panel .lp-course-author .author-socials {
2461
  display: grid;
2462
  grid-template-columns: repeat(4, 33px);
2463
  gap: 10px;
2464
  justify-content: center;
2465
  }
2466
+ .course-tab-panel .lp-course-author .author-socials > a {
2467
  display: inline-block;
2468
  width: 33px;
2469
  height: 33px;
2478
  vertical-align: middle;
2479
  transition: all 0.3s;
2480
  }
2481
+ .course-tab-panel .lp-course-author .author-socials > a:hover {
2482
  border-color: var(--lp-primary-color);
2483
  color: #fff;
2484
  background: var(--lp-primary-color);
2485
  }
2486
+ .course-tab-panel .lp-course-author .author-socials .fa-googleplus::before {
2487
  content: "\f0d5";
2488
  }
2489
+
2490
+ .course-summary div.lp-list-co-instructor {
2491
  display: grid;
2492
  grid-template-columns: repeat(2, 1fr);
2493
  gap: 40px;
2494
  }
2495
+ .course-summary div.lp-list-co-instructor__item {
2496
  display: flex;
2497
  column-gap: 30px;
2498
  }
2499
  @media (max-width: 767px) {
2500
+ .course-summary div.lp-list-co-instructor__item {
2501
  align-items: center;
2502
  flex-direction: column;
2503
  padding: 0 15px;
2505
  row-gap: 10px;
2506
  }
2507
  }
2508
+ .course-summary div.lp-list-co-instructor__avatar > img {
2509
  width: 100%;
2510
  max-width: 96px;
2511
  border-radius: 999px;
2512
  }
2513
+ .course-summary div.lp-list-co-instructor__bio {
2514
  flex: 1;
2515
  }
2516
+ .course-summary div.lp-list-co-instructor__bio__top > a {
2517
  font-size: 18px;
2518
  font-weight: 600;
2519
  }
2520
+ .course-summary div.lp-list-co-instructor__bio__description {
2521
  font-size: 1rem;
2522
  }
2523
+ .course-summary .course-price {
2524
  margin-bottom: 10px;
2525
  }
2526
+ .course-summary .course-price .origin-price,
2527
+ .course-summary .course-price .price {
2528
  vertical-align: middle;
2529
  }
2530
+ .course-summary .course-price .origin-price {
2531
  margin-left: 10px;
2532
  font-size: 18px;
2533
  font-style: italic;
2534
  text-decoration: line-through;
2535
  }
2536
+ .course-summary .course-price .price {
2537
  font-size: 24px;
2538
  }
2539
+ .course-summary .course-summary-sidebar .lp-course-buttons {
2540
  margin-bottom: 20px;
2541
  }
2542
+ .course-summary .course-featured-review .featured-review__title {
2543
  margin-top: 0;
2544
  margin-bottom: 6px;
2545
+ font-size: 1.2rem;
2546
  font-weight: 500;
2547
  }
2548
+ .course-summary .course-featured-review .featured-review__stars {
2549
  padding-bottom: 12px;
2550
  color: var(--lp-primary-color);
2551
  font-size: 16px;
2552
  }
2553
+ .course-summary .course-featured-review .featured-review__content {
2554
  position: relative;
2555
  color: #666;
2556
+ font-size: 1rem;
 
2557
  font-style: italic;
2558
  line-height: 24px;
2559
  }
2560
+ .course-summary .course-featured-review .featured-review__content::after {
2561
  position: absolute;
2562
  top: -42px;
2563
  left: -15px;
2569
  content: "‘‘";
2570
  transform: rotate(-180deg);
2571
  }
2572
+ .course-summary .course-tags a {
2573
  display: inline-block;
2574
  padding: 3px 5px;
2575
  border-radius: 4px;
2585
 
2586
  ul.learn-press-nav-tabs {
2587
  display: flex;
 
2588
  margin: 0;
2589
  padding: 0;
2590
  border: 1px solid rgba(204, 204, 204, 0.3);
2635
  }
2636
  ul.learn-press-nav-tabs .course-nav.active label {
2637
  color: var(--lp-primary-color);
2638
+ background-color: white;
2639
  }
2640
  ul.learn-press-nav-tabs .course-nav a {
2641
  display: inline-block;
2675
  display: block;
2676
  }
2677
 
2678
+ .course-curriculum ul.curriculum-sections {
2679
  position: relative;
2680
+ z-index: 499;
2681
  margin: 0;
2682
  padding: 0;
 
2683
  list-style: none;
2684
  }
2685
+ .course-curriculum ul.curriculum-sections .closed .section-item__loadmore {
2686
  display: none;
2687
  }
2688
+ .course-curriculum ul.curriculum-sections .section {
2689
  margin: 0;
2690
+ padding: 0;
2691
+ flex-wrap: wrap;
2692
  }
2693
+ .course-curriculum ul.curriculum-sections .section:last-child {
2694
  padding: 0;
2695
  }
2696
+ .course-curriculum ul.curriculum-sections .section.section-empty .section-header {
2697
  margin-bottom: 20px;
2698
  }
2699
+ .course-curriculum ul.curriculum-sections .section.section-empty .learn-press-message {
2700
  margin-left: 15px;
2701
  margin-right: 15px;
2702
  }
2703
+ .course-curriculum ul.curriculum-sections .section-title.c + .section-desc {
2704
+ display: block;
2705
+ }
2706
+ .course-curriculum ul.curriculum-sections .section-title.c span.show-desc::before {
2707
+ -webkit-transform: rotate(-180deg);
2708
+ -moz-transform: rotate(-180deg);
2709
+ -ms-transform: rotate(-180deg);
2710
+ -o-transform: rotate(-180deg);
2711
+ transform: rotate(-180deg);
2712
+ top: 0;
2713
+ }
2714
+ .course-curriculum ul.curriculum-sections .item-meta.duration {
2715
+ background: #d9e0f1;
2716
+ }
2717
+ .course-curriculum .section-item__loadmore {
2718
+ display: flex;
2719
+ justify-content: center;
2720
+ align-items: center;
2721
+ }
2722
+ .course-curriculum .section-item__loadmore button {
2723
+ display: inline-flex;
2724
+ margin-top: 10px;
2725
+ margin-left: auto;
2726
+ margin-right: auto;
2727
+ padding: 10px 20px;
2728
+ border: 1px solid #ccc;
2729
+ border-radius: 4px;
2730
+ outline: none;
2731
+ color: #222;
2732
+ background: #f7f7f7;
2733
+ box-shadow: none;
2734
+ font-weight: 500;
2735
+ justify-content: center;
2736
+ align-items: center;
2737
+ cursor: pointer;
2738
+ font-size: 1rem;
2739
+ font-family: sans-serif;
2740
+ }
2741
+ .course-curriculum .section-item__loadmore.loading button::before {
2742
+ display: inline-block;
2743
+ margin-left: 5px;
2744
+ font-family: "Font Awesome 5 Free";
2745
+ font-weight: 900;
2746
+ content: "\f110";
2747
+ -webkit-animation: lp-rotating 1s linear infinite;
2748
+ -moz-animation: lp-rotating 1s linear infinite;
2749
+ animation: lp-rotating 1s linear infinite;
2750
+ }
2751
+ .course-curriculum .section-header {
2752
  display: table;
2753
  width: 100%;
2754
  padding: 0 0 26px 0;
2755
  border-bottom: 0;
2756
  border-bottom: 1px solid #d9e0f1;
 
2757
  -webkit-box-sizing: border-box;
2758
  -moz-box-sizing: border-box;
2759
  box-sizing: border-box;
2760
  }
2761
+ .course-curriculum .section-header .section-title,
2762
+ .course-curriculum .section-header .section-desc {
2763
+ margin: 0;
 
 
 
 
 
 
 
 
 
 
 
2764
  }
2765
+ .course-curriculum .section-header span.show-desc {
 
 
 
 
 
 
 
 
 
2766
  display: inline-block;
2767
  position: absolute;
2768
  top: 50%;
2771
  height: 20px;
2772
  transform: translate(0, -50%);
2773
  }
2774
+ .course-curriculum .section-header span.show-desc::before {
2775
  font-family: "Font Awesome 5 Free";
2776
  font-size: 18px;
2777
  font-weight: 900;
2778
  content: "\f107";
2779
  }
2780
+ .course-curriculum .section-header span.show-desc:hover::before {
2781
  border-top-color: #ccc;
2782
  }
2783
+ .course-curriculum .section-header .section-desc {
2784
  margin: 0;
2785
+ margin-top: 10px;
2786
  font-size: 14px;
2787
+ line-height: 21px;
2788
+ color: #999;
2789
  font-style: italic;
2790
  }
2791
+ .course-curriculum .section-header .section-meta {
2792
  display: block;
2793
  padding-top: 17px;
2794
  padding-bottom: 15px;
2797
  vertical-align: middle;
2798
  white-space: nowrap;
2799
  }
2800
+ .course-curriculum .section-item {
2801
+ width: 100%;
2802
+ }
2803
+ .course-curriculum .section-content {
2804
  margin: 0 0 15px 0;
2805
  padding: 0;
2806
  list-style: none;
2807
  }
2808
+ .course-curriculum .section-content .course-item-meta {
2809
+ display: table-cell;
2810
+ padding: 10px 0;
2811
+ text-align: left;
2812
+ vertical-align: middle;
2813
+ white-space: nowrap;
2814
+ }
2815
+ .course-curriculum .section-content .course-item-meta .item-meta {
2816
+ display: inline-block;
2817
+ margin-right: 14px;
2818
+ border-radius: 3px;
2819
+ color: #fff;
2820
+ font-size: 14px;
2821
+ line-height: 23px;
2822
+ text-align: center;
2823
+ vertical-align: middle;
2824
+ padding: 0 8px;
2825
+ }
2826
+ .course-curriculum .section-content .course-item-meta .item-meta.final-quiz {
2827
+ background: #14c4ff;
2828
+ }
2829
+ .course-curriculum .section-content .course-item-meta .item-meta.trans {
2830
+ padding: 0;
2831
+ }
2832
+ .course-curriculum .section-content .course-item-meta .count-questions {
2833
+ background: #9672cf;
2834
+ }
2835
+ .course-curriculum .section-content .course-item-meta .duration {
2836
+ background: #c0c0c0;
2837
+ }
2838
+ .course-curriculum .section-content .course-item-meta .course-item-status {
2839
+ padding: 0;
2840
+ color: #999;
2841
+ -webkit-border-radius: 50%;
2842
+ -moz-border-radius: 50%;
2843
+ border-radius: 50%;
2844
+ -webkit-box-sizing: border-box;
2845
+ -moz-box-sizing: border-box;
2846
+ box-sizing: border-box;
2847
+ }
2848
+ .course-curriculum .section-content .course-item-meta .course-item-status::before {
2849
+ font-family: "Font Awesome 5 Free";
2850
+ font-size: 14px;
2851
+ font-weight: 900;
2852
+ vertical-align: middle;
2853
+ text-transform: lowercase;
2854
+ content: "\f00c";
2855
+ }
2856
+ .course-curriculum .section-content .course-item-preview {
2857
+ font-style: normal;
2858
+ padding: 0;
2859
+ }
2860
+ .course-curriculum .section-content .course-item-preview::before {
2861
+ color: #fff;
2862
+ padding: 0 8px;
2863
+ background: #00adff;
2864
+ display: inline-flex;
2865
+ align-items: center;
2866
+ justify-content: center;
2867
+ -webkit-border-radius: 3px;
2868
+ -moz-border-radius: 3px;
2869
+ border-radius: 3px;
2870
+ vertical-align: baseline;
2871
+ content: attr(data-preview);
2872
+ }
2873
+ .course-curriculum .course-item {
2874
  display: flex;
2875
  position: relative;
2876
  margin: 0 0 2px 0;
2879
  font-size: 14px;
2880
  transition: padding-right linear 0.15s;
2881
  }
2882
+ @media (max-width: 767px) {
2883
+ .course-curriculum .course-item {
2884
+ padding: 0 15px 0 0;
2885
+ }
2886
+ }
2887
+ .course-curriculum .course-item > span {
2888
  display: flex;
2889
  width: 28px;
2890
  color: #666;
2892
  font-weight: 300;
2893
  align-items: center;
2894
  }
2895
+ .course-curriculum .course-item .section-item-link {
2896
  display: table;
2897
+ padding-left: 15px;
2898
+ padding-right: 0;
2899
  border-bottom: none;
2900
  outline: none;
2901
  box-shadow: none;
2902
  line-height: 1.5;
2903
+ color: #777;
2904
+ text-decoration: none;
2905
  }
2906
+ .course-curriculum .course-item .section-item-link:hover .item-name {
2907
  color: var(--lp-primary-color);
2908
  }
2909
+ .course-curriculum .course-item .section-item-link::before {
2910
  display: table-cell;
2911
  display: table-cell;
2912
  right: 0;
2919
  vertical-align: middle;
2920
  transition: right linear 0.15s;
2921
  }
2922
+ .course-curriculum .course-item .item-icon,
2923
+ .course-curriculum .course-item .item-name {
 
 
 
 
 
 
 
 
 
 
2924
  display: table-cell;
2925
  padding: 17px 16px;
2926
  color: #333;
2928
  font-weight: 600;
2929
  vertical-align: middle;
2930
  }
2931
+ .course-curriculum .course-item .item-icon::before {
2932
  font-size: 18px;
2933
  }
2934
+ .course-curriculum .course-item .item-icon.icon-lock {
2935
  float: left;
2936
  margin-top: 15px;
2937
  }
2938
+ .course-curriculum .course-item.course-item-lp_quiz .section-item-link::before {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2939
  content: "\f059";
2940
  }
2941
+ .course-curriculum .course-item.course-item-lp_lesson .section-item-link::before {
2942
  content: "\f15b";
2943
  }
2944
+ .course-curriculum .course-item.course-item-lp_lesson.course-item-type-video .section-item-link::before {
2945
  content: "\f03d";
2946
  }
2947
+ .course-curriculum .course-item.course-item-lp_lesson.course-item-type-audio .section-item-link::before {
2948
  content: "\f028";
2949
  }
2950
+ .course-curriculum .course-item.item-locked .course-item-status::before {
 
 
 
 
 
 
 
 
 
 
 
 
2951
  color: var(--lp-secondary-color);
2952
  content: "\f023";
2953
  }
2954
+ .course-curriculum .course-item.has-status {
2955
  padding-top: 1px;
2956
  }
2957
+ .course-curriculum .course-item.has-status.status-completed .course-item-status::before, .course-curriculum .course-item.has-status.status-evaluated .course-item-status::before {
2958
  color: #3bb54a;
2959
  }
2960
+ .course-curriculum .course-item.has-status.item-failed .course-item-status::before, .course-curriculum .course-item.has-status.failed .course-item-status::before {
2961
  border-color: #f02425;
2962
  color: #f02425;
2963
  content: "\f00d";
2964
  }
2965
+ .course-curriculum .course-item::before {
2966
  position: absolute;
2967
  top: 50%;
2968
  right: 0;
2972
  content: "";
2973
  transition: height linear 0.15s, top linear 0.15s;
2974
  }
2975
+ .course-curriculum .course-item.current {
2976
  padding-right: 10px;
2977
  background: #f9f9f9;
2978
  }
2979
+ .course-curriculum .course-item.current a::before {
2980
  right: 10px;
2981
  }
2982
+ .course-curriculum .course-item.current::before {
2983
  top: 0;
2984
  height: 100%;
2985
  }
2986
+ .course-curriculum .section-left {
2987
+ vertical-align: top;
 
 
 
 
2988
  }
2989
+ .course-curriculum .section-left .section-title {
2990
+ padding: 0;
2991
+ color: #666;
2992
+ font-size: 1.4rem;
2993
+ letter-spacing: 0;
2994
+ text-transform: capitalize;
2995
  display: block;
2996
  }
2997
+ .course-curriculum .curriculum-more__button {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2998
  display: flex;
2999
  width: 100%;
3000
  margin-top: 20px;
3001
  margin-bottom: 20px;
3002
+ padding: 10px 0;
 
3003
  border: none;
3004
  outline: none;
3005
  color: #fff;
3007
  box-shadow: none;
3008
  justify-content: center;
3009
  align-items: center;
3010
+ cursor: pointer;
3011
+ font-size: 1rem;
3012
+ font-family: sans-serif;
3013
  }
3014
+ .course-curriculum .curriculum-more__button.loading::before {
3015
  display: inline-block;
3016
  margin-left: 5px;
3017
  font-family: "Font Awesome 5 Free";
3102
  body.course-item-popupx.wpadminbar #learn-press-content-item {
3103
  top: 92px;
3104
  }
 
 
 
3105
  body.course-item-popupx.wpadminbar .content-item-description {
3106
  margin-bottom: 20px;
3107
  }
3136
  bottom: 0;
3137
  right: 0;
3138
  }
 
 
 
 
3139
  body.course-item-popupx.content-only #learn-press-content-item .content-item-scrollable {
3140
  bottom: 0;
3141
  }
3148
  height: 100%;
3149
  background: #fff;
3150
  }
 
 
 
 
3151
  body .content-item-summary .form-button-finish-course,
3152
  body .lp-quiz-buttons .form-button-finish-course {
3153
  float: left;
3154
  }
3155
 
3156
+ #wpadminbar #wp-admin-bar-edit-lp_quiz .ab-item::before, #wpadminbar #wp-admin-bar-edit-lp_lesson .ab-item::before, #wpadminbar #wp-admin-bar-edit-lp_question .ab-item::before {
 
 
3157
  top: 2px;
3158
  font-family: "Font Awesome 5 Free";
3159
  }
3181
  opacity: 0.7;
3182
  }
3183
 
3184
+ .course-remaining-time .label-enrolled {
3185
  font-size: inherit;
3186
  }
3187
 
3188
+ .learn-press-form.completed button::before {
3189
+ margin-left: 10px;
3190
+ font-family: "Font Awesome 5 Free";
3191
+ font-size: 18px;
3192
+ content: "\f00c";
3193
  }
3194
 
3195
+ .lp-course-progress {
3196
+ position: relative;
 
 
 
 
 
 
 
3197
  }
3198
+ .lp-course-progress .lp-passing-conditional {
3199
+ position: absolute;
 
3200
  top: 0;
3201
+ width: 3px;
3202
+ height: 6px;
3203
+ margin-right: -1px;
3204
+ background: var(--lp-secondary-color);
3205
  }
3206
+
3207
+ .viewing-course-item .section-header .section-desc {
3208
+ display: none;
 
 
 
3209
  }
3210
+ .viewing-course-item .content-item-wrap {
3211
+ margin-top: 50px;
 
 
 
 
 
 
 
 
3212
  }
3213
+
3214
+ /***********/
3215
+ .course-meta {
3216
+ display: flex;
3217
+ margin-bottom: 40px;
3218
  }
3219
+ .course-meta .course-meta__pull-left,
3220
+ .course-meta .course-meta__pull-right {
3221
+ display: flex;
3222
+ flex-wrap: wrap;
 
 
 
 
 
 
 
 
3223
  }
3224
+ .course-meta .course-meta__pull-left {
3225
+ flex: 1;
 
3226
  }
3227
+ .course-meta .course-meta__pull-left .meta-item {
3228
+ margin-left: 10px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3229
  }
3230
  .course-meta .course-meta__pull-right {
3231
  flex: 0 0 50%;
3246
  border-radius: 5px;
3247
  }
3248
  .course-extra-box__title {
3249
+ --extra-height: 50px;
3250
  display: flex;
3251
  align-items: center;
3252
  position: relative;
3253
  height: var(--extra-height);
3254
+ margin: 0 !important;
3255
  padding: 0 38px 0 45px;
3256
  background: rgba(181, 187, 211, 0.15);
3257
  font-size: 1.1rem;
3258
  font-weight: 600;
3259
  cursor: pointer;
3260
  }
3261
+ @media (max-width: 767px) {
3262
+ .course-extra-box__title {
3263
+ padding-right: 15px;
3264
+ }
3265
+ }
3266
  .course-extra-box__title::after {
3267
  position: absolute;
3268
  top: 0;
3297
  }
3298
  .course-extra-box__content li {
3299
  margin: 0;
3300
+ padding: 10px 38px;
3301
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
3302
  color: #666;
3303
  font-size: 16px;
3304
  font-weight: 300;
3305
  }
3306
+ @media (max-width: 767px) {
3307
+ .course-extra-box__content li {
3308
+ padding-right: 30px;
3309
+ padding-left: 30px;
3310
+ }
3311
+ }
3312
  .course-extra-box__content li::before {
3313
  margin-left: 8px;
3314
  color: var(--lp-primary-color);
3325
  .course-extra-box.active .course-extra-box__title::after {
3326
  content: "\f0d8";
3327
  }
3328
+ .course-extra-box + .comment-respond, .course-extra-box + .comments-area {
3329
+ margin-top: 60px;
3330
+ margin-bottom: 30px;
3331
+ }
3332
+ .course-extra-box + .course-tabs {
3333
+ margin-top: 60px;
3334
+ }
3335
 
3336
  input[name=course-extra-box-ratio] {
3337
  display: none;
3347
  from {
3348
  opacity: 0;
3349
  -webkit-transform: translateX(-5%);
3350
+ -moz-transform: translateX(-5%);
3351
+ -ms-transform: translateX(-5%);
3352
+ -o-transform: translateX(-5%);
3353
  transform: translateX(-5%);
3354
  }
3355
  to {
3356
  opacity: 1;
3357
  -webkit-transform: translateX(0%);
3358
+ -moz-transform: translateX(0%);
3359
+ -ms-transform: translateX(0%);
3360
+ -o-transform: translateX(0%);
3361
  transform: translateX(0%);
3362
  }
3363
  }
3364
  @keyframes course-extra-box__content-inner-transform {
3365
  from {
3366
  opacity: 0;
 
3367
  transform: translateX(-5%);
3368
  }
3369
  to {
3370
  opacity: 1;
 
3371
  transform: translateX(0%);
3372
  }
3373
  }
3374
  .course-tab-panel-faqs {
3375
  padding-top: 64px;
3376
  }
 
 
 
 
 
3377
  .course-tab-panel-faqs .course-faqs-box {
3378
  margin-bottom: 20px;
3379
  border: 1px solid rgba(204, 204, 204, 0.6);
3384
  position: relative;
3385
  margin: 0;
3386
  padding: 25px 30px 25px 45px;
3387
+ font-size: 1rem;
3388
  font-weight: 500;
3389
  line-height: 1.7;
3390
  cursor: pointer;
3400
  content: "\f078";
3401
  transform: translateY(-50%);
3402
  }
3403
+ .course-tab-panel-faqs .course-faqs-box:last-child {
3404
+ margin-bottom: 40px;
3405
+ }
3406
+ .course-tab-panel-faqs .course-faqs-box:hover {
3407
+ background: rgba(241, 242, 248, 0.4);
3408
+ }
3409
+ .course-tab-panel-faqs .course-faqs-box:hover .course-faqs-box__title {
3410
+ color: var(--lp-primary-color);
3411
+ }
3412
+ .course-tab-panel-faqs .course-faqs-box__content {
3413
  display: none;
3414
  }
3415
+ .course-tab-panel-faqs .course-faqs-box__content-inner {
3416
  padding: 0 28px 33px 28px;
3417
  color: #666;
3418
  font-size: 16px;
3429
  -webkit-animation-direction: normal;
3430
  animation-direction: normal;
3431
  }
 
 
 
 
 
 
 
 
 
3432
 
3433
  input[name=course-faqs-box-ratio] {
3434
  display: none;
3450
  from {
3451
  opacity: 0;
3452
  -webkit-transform: translateX(-5%);
3453
+ -moz-transform: translateX(-5%);
3454
+ -ms-transform: translateX(-5%);
3455
+ -o-transform: translateX(-5%);
3456
  transform: translateX(-5%);
3457
  }
3458
  to {
3459
  opacity: 1;
3460
  -webkit-transform: translateX(0%);
3461
+ -moz-transform: translateX(0%);
3462
+ -ms-transform: translateX(0%);
3463
+ -o-transform: translateX(0%);
3464
  transform: translateX(0%);
3465
  }
3466
  }
3468
  from {
3469
  opacity: 0;
3470
  -webkit-transform: translateX(-5%);
3471
+ -moz-transform: translateX(-5%);
3472
+ -ms-transform: translateX(-5%);
3473
+ -o-transform: translateX(-5%);
3474
  transform: translateX(-5%);
3475
  }
3476
  to {
3477
  opacity: 1;
3478
  -webkit-transform: translateX(0%);
3479
+ -moz-transform: translateX(0%);
3480
+ -ms-transform: translateX(0%);
3481
+ -o-transform: translateX(0%);
3482
  transform: translateX(0%);
3483
  }
3484
  }
3485
  /***********/
3486
  @media screen and (max-width: 1300px) {
 
 
 
 
 
 
 
 
 
3487
  body.course-item-popup #learn-press-course-curriculum {
3488
  width: 300px;
3489
  }
3490
  body.course-item-popup #learn-press-course-curriculum .progress-bg {
3491
  width: 40px;
3492
  }
3493
+ body.course-item-popup #content-item-nav {
 
 
3494
  right: 300px;
3495
  }
3496
  body.course-item-popup .section-desc {
3498
  }
3499
  }
3500
  @media screen and (max-width: 1200px) {
 
 
 
 
 
 
 
 
 
3501
  body.course-item-popupx #learn-press-course-curriculum {
3502
  width: 300px;
3503
  }
3504
+ body.course-item-popupx #content-item-nav {
 
 
3505
  right: 300px;
3506
  }
3507
  body.course-item-popupx #learn-press-content-item .content-item-nav-wrap,
3510
  }
3511
  }
3512
  @media screen and (max-width: 768px) {
3513
+ body.course-item-popup .course-curriculum {
 
 
 
 
 
 
 
 
 
3514
  width: 200px;
3515
  }
3516
+ body.course-item-popup #content-item-nav {
 
 
3517
  right: 200px;
3518
  }
3519
  body.course-item-popup #learn-press-content-item .content-item-nav-wrap,
3524
  body.course-item-popup.wpadminbar #learn-press-course-curriculum {
3525
  top: 106px;
3526
  }
 
 
 
 
3527
  .learn-press-course-results-progress {
3528
  margin-left: 0%;
3529
  }
3654
  }
3655
  .answer-options .answer-option input[type=checkbox]::after,
3656
  .answer-options .answer-option input[type=radio]::after {
3657
+ margin-top: -10px;
3658
  position: absolute;
3659
+ top: 18px;
3660
  right: 9px;
3661
  box-sizing: content-box;
 
3662
  opacity: 0;
3663
  color: #3db748;
3664
  font-family: "Font Awesome 5 Free";
3665
  font-weight: 900;
3666
+ font-size: 16px;
3667
  content: "\f00c";
3668
  }
3669
  .answer-options .answer-option input[type=checkbox]:checked ~ .option-title .option-title-content,
3678
  .answer-options .answer-option input[type=radio]:checked::after {
3679
  opacity: 1;
3680
  }
3681
+ .answer-options .answer-option input[type=checkbox]::after {
3682
+ margin-top: 0;
3683
+ top: 50%;
3684
+ right: 50%;
3685
+ -webkit-transform: translate(50%, -50%);
3686
+ -moz-transform: translate(50%, -50%);
3687
+ -ms-transform: translate(50%, -50%);
3688
+ -o-transform: translate(50%, -50%);
3689
+ transform: translate(50%, -50%);
3690
+ }
3691
  .answer-options .answer-option input[type=radio] {
3692
  -webkit-border-radius: 50%;
3693
  -moz-border-radius: 50%;
3730
  padding-right: 5px;
3731
  content: "(+" attr(data-counter) ")";
3732
  }
3733
+
3734
  .quiz-result {
3735
  max-width: 320px;
3736
  margin: 20px auto 48px;
3747
  }
3748
  .quiz-result .result-message {
3749
  margin-bottom: 30px;
3750
+ padding: 10px 0 !important;
3751
  color: #fff;
3752
  background: #f02425;
3753
  font-size: 16px;
3754
+ line-height: 22px;
3755
  font-weight: 400;
3756
+ display: flex;
3757
+ align-items: center;
3758
+ justify-content: center;
3759
  -webkit-border-radius: 4px;
3760
  -moz-border-radius: 4px;
3761
  border-radius: 4px;
3790
  .quiz-result .result-grade .result-message {
3791
  font-size: 14px;
3792
  }
 
 
 
 
 
 
 
 
 
 
3793
  .quiz-result.passed .result-achieved {
3794
  color: #04adff;
3795
  }
3806
  display: flex;
3807
  margin: 0;
3808
  }
3809
+ .quiz-result .result-statistic .result-statistic-field + li {
3810
+ border-top: 1px dashed #ccc;
3811
+ }
3812
  .quiz-result .result-statistic .result-statistic-field span,
3813
  .quiz-result .result-statistic .result-statistic-field p {
3814
  margin: 0;
3887
  display: block;
3888
  height: auto;
3889
  text-align: center;
3890
+ padding: 15px;
3891
+ }
3892
+ .quiz-status > div .questions-index {
3893
+ margin-bottom: 10px;
3894
  }
3895
  }
3896
  .quiz-status > div > div {
3899
  flex: 0 0 50%;
3900
  align-items: center;
3901
  }
3902
+ @media (max-width: 480px) {
3903
+ .quiz-status > div > div {
3904
+ justify-content: center;
3905
+ }
3906
+ }
3907
  .quiz-status > div .current-point {
3908
  display: none;
3909
  }
4151
  height: 100%;
4152
  border: 10px solid #14c4ff;
4153
  border-radius: 50%;
4154
+ transform: rotate(-45deg);
4155
  }
4156
  .circle-bar .before {
4157
  border-bottom-color: transparent;
4177
  float: left;
4178
  }
4179
 
 
 
 
 
 
 
 
 
4180
  .quiz-result .result-grade {
4181
  display: flex;
4182
  flex-direction: column;
4187
  padding: 50px;
4188
  justify-content: center;
4189
  align-items: center;
4190
+ -webkit-transform: none !important;
4191
+ -moz-transform: none !important;
4192
+ -ms-transform: none !important;
4193
+ -o-transform: none !important;
4194
+ transform: none !important;
4195
  }
4196
  .quiz-result .result-grade::before,
4197
  .quiz-result .result-grade svg {
4317
  margin-bottom: 18px;
4318
  color: #333;
4319
  font-size: 18px;
 
4320
  font-weight: 500;
4321
  }
4322
  .question .question-title .edit-link {
4438
  .question.question-fill_in_blanks .blanks.one-paragraph {
4439
  line-height: 3;
4440
  }
4441
+
4442
  .lp-sort-bg label.option-title {
4443
  background: rgba(255, 182, 6, 0.68) !important;
4444
  }
4461
  /**
4462
  * CSS for overriding some style defaults of themes
4463
  */
4464
+ .lp-archive-courses ul {
4465
+ list-style-type: revert;
4466
+ padding: 0 1em 23px 0;
4467
+ }
4468
+ .lp-archive-courses ul.learn-press-breadcrumb, .lp-archive-courses ul.course-nav-tabs {
4469
+ list-style: none;
4470
+ padding: 0;
4471
+ }
4472
+ @media (max-width: 768px) {
4473
+ .lp-archive-courses ul.learn-press-breadcrumb, .lp-archive-courses ul.course-nav-tabs {
4474
+ padding-right: 15px;
4475
+ padding-left: 15px;
4476
+ }
4477
+ }
4478
+ .lp-archive-courses ul, .lp-archive-courses ol {
4479
+ list-style-type: decimal;
4480
+ list-style-position: inside;
4481
+ padding: 0 0 23px;
4482
+ }
4483
+ .lp-archive-courses ol ul {
4484
+ padding: 2px 35px 2px 0;
4485
+ }
4486
+ .lp-archive-courses ol ol {
4487
+ padding: 2px 20px 2px 0;
4488
+ }
4489
+ .lp-archive-courses thead th, .lp-archive-courses tr th {
4490
+ padding: 9px 24px;
4491
+ }
4492
+ .lp-archive-courses tr td {
4493
+ border-top: 1px solid #eee;
4494
+ padding: 6px 24px;
4495
+ }
4496
+
4497
+ .learnpress #left-area ul, .learnpress .entry-content ul, .learnpress .et-l--body ul, .learnpress .et-l--footer ul, .learnpress .et-l--header ul {
4498
+ padding: 0 !important;
4499
+ list-style: none !important;
4500
+ }
4501
+
4502
+ .learnpress.dt-the7 .learn-press-filters {
4503
+ margin-bottom: 20px;
4504
+ }
4505
+ .learnpress.dt-the7 .learn-press-courses[data-size="3"] .course {
4506
+ width: 50%;
4507
+ }
4508
+
4509
+ .bridge.learnpress .lp-archive-courses {
4510
+ margin-top: 100px;
4511
+ }
4512
+ .bridge.learnpress .lp-archive-courses ul.learn-press-breadcrumb {
4513
+ padding-top: 45px;
4514
+ }
4515
+ .bridge.learnpress .content {
4516
+ z-index: 110;
4517
+ }
4518
+ .bridge.learnpress .comment-respond .comment-form {
4519
+ margin: 0;
4520
+ }
4521
+ .bridge.learnpress .comment-respond .comment-form > p, .bridge.learnpress .comment-respond .comment-form > div {
4522
+ padding: 0;
4523
+ }
4524
+ .bridge.learnpress.learnpress-profile .content {
4525
+ z-index: 100;
4526
+ }
4527
+ .bridge.learnpress #learn-press-item-comments {
4528
+ background: #f6f6f6;
4529
+ }
4530
+
4531
+ .learnpress.ast-separate-container .ast-article-single {
4532
+ padding-right: 15px;
4533
+ padding-left: 15px;
4534
+ }
4535
+
4536
  body.learnpress-page.twentysixteen #primary .lp-entry-content {
4537
  float: none;
4538
  width: auto;
4667
  top: 0 !important;
4668
  right: 0 !important;
4669
  }
 
 
 
4670
 
4671
  /**
4672
  * CSS for jAlerts
4782
  }
4783
 
4784
  .lp-content-area {
4785
+ width: 100%;
4786
+ max-width: 1170px;
4787
  margin: 0 auto;
4788
  }
4789
  @media (max-width: 1024px) {
4800
  content: "";
4801
  }
4802
 
4803
+ .lp-archive-courses {
4804
+ width: 100%;
4805
+ scroll-margin: 30px;
4806
+ }
4807
  .lp-archive-courses.loading ul.learn-press-courses {
4808
  position: relative;
4809
  }
4810
+ .lp-archive-courses.loading ul.learn-press-courses::before, .lp-archive-courses.loading ul.learn-press-courses::after {
4811
+ content: "";
4812
  position: absolute;
 
4813
  top: 0;
 
4814
  bottom: 0;
4815
+ right: 15px;
4816
+ left: 15px;
4817
+ }
4818
+ .lp-archive-courses.loading ul.learn-press-courses::after {
4819
+ z-index: 3;
4820
  background: #f3f3f3;
4821
  background: linear-gradient(-90deg, hsla(0deg, 0%, 74.5%, 0.2) 25%, hsla(0deg, 0%, 50.6%, 0.24) 37%, hsla(0deg, 0%, 74.5%, 0.2) 63%);
4822
  background-size: 400% 100%;
4823
  list-style: none;
 
4824
  animation: lp-skeleton-loading 1.4s ease infinite;
4825
  }
4826
  .lp-archive-courses.loading ul.learn-press-courses::before {
 
4827
  z-index: 2;
 
 
 
 
4828
  opacity: 0.8%;
4829
  background: #fff;
 
4830
  }
4831
  .lp-archive-courses form[name=search-course] {
4832
  position: relative;
4862
  margin-bottom: 20px;
4863
  }
4864
  }
4865
+ .lp-archive-courses .course-item {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4866
  flex-direction: column;
4867
+ display: flex;
 
4868
  transition: all 0.3s;
4869
  }
4870
+ .lp-archive-courses .course-item:hover .course-thumbnail .thumbnail::before {
4871
+ opacity: 1;
 
4872
  }
4873
+ .lp-archive-courses .course-item:hover .course-thumbnail a img {
4874
+ transform: scale(1.05);
 
 
 
 
 
 
4875
  }
4876
+ .lp-archive-courses .course-item:hover .course-wishlist {
4877
+ opacity: 1;
 
4878
  }
4879
+ .lp-archive-courses .course-item .course-wishlist.filled {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4880
  opacity: 1;
4881
  }
4882
+ .lp-archive-courses .course-item .course-instructor {
4883
+ float: right;
4884
+ margin-bottom: 16px;
4885
+ font-size: 14px;
4886
+ font-weight: 300;
4887
+ line-height: 25px;
4888
+ text-transform: capitalize;
4889
  }
4890
+ .lp-archive-courses .course-item .course-instructor a {
4891
+ color: #059de9;
4892
  }
4893
+ .lp-archive-courses .course-item .course-instructor a:hover {
4894
+ color: var(--lp-primary-color);
4895
  }
4896
+ .lp-archive-courses .course-content {
4897
  position: relative;
4898
  border-top: 0;
4899
  }
4900
+ .lp-archive-courses .course-content .course-permalink {
4901
  display: -webkit-box;
4902
  clear: both;
4903
  overflow: hidden;
4912
  -moz-box-shadow: none;
4913
  box-shadow: none;
4914
  }
4915
+ .lp-archive-courses .course-content .course-permalink:focus {
4916
  -webkit-box-shadow: none;
4917
  -moz-box-shadow: none;
4918
  box-shadow: none;
4919
  }
4920
+ .lp-archive-courses .course-content .course-review {
 
 
 
 
 
 
 
 
 
 
 
4921
  display: none;
4922
  }
4923
+ .lp-archive-courses .course-content .course-categories,
4924
+ .lp-archive-courses .course-content .course-tags {
4925
  display: block;
4926
  font-size: 14px;
4927
  font-weight: 300;
4928
  }
4929
+ .lp-archive-courses .course-content .course-categories {
4930
  float: right;
4931
  position: relative;
4932
  margin-left: 10px;
4933
  margin-bottom: 16px;
4934
  }
4935
+ .lp-archive-courses .course-content .course-categories a {
4936
  display: inline-block;
4937
  display: none;
4938
  margin: 0 10px;
4939
  color: #fff;
4940
  text-decoration: none;
4941
  }
4942
+ .lp-archive-courses .course-content .course-categories a:first-child {
4943
  display: block;
4944
  margin-right: 0;
4945
  padding: 2px 16px;
4946
  background: var(--lp-primary-color);
4947
  }
4948
+ .lp-archive-courses .course-content .course-categories a:hover {
4949
  color: #333;
4950
  }
4951
+ .lp-archive-courses .course-content .course-categories::after {
4952
  position: absolute;
4953
  top: 50%;
4954
  left: -2px;
4959
  content: "";
4960
  transform: translate(0, -50%);
4961
  }
4962
+ .lp-archive-courses .course-content .course-info {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4963
  color: #666;
4964
  font-size: 14px;
4965
  font-weight: 300;
4966
  }
4967
+ .lp-archive-courses .course-content .course-info > span {
4968
  display: block;
4969
  }
4970
+ .lp-archive-courses .course-content .course-info .course-price {
4971
  float: left;
4972
  }
4973
+ .lp-archive-courses .course-content .course-info .course-price .origin-price,
4974
+ .lp-archive-courses .course-content .course-info .course-price .price {
4975
  color: #333;
4976
  font-size: 16px;
4977
  font-weight: 600;
4978
  }
4979
+ .lp-archive-courses .course-content .course-info .course-price .origin-price {
4980
  margin-left: 10px;
4981
  color: #666;
4982
  font-size: 14px;
4983
  font-weight: 300;
4984
  text-decoration: line-through;
4985
  }
4986
+ .lp-archive-courses .course-content .course-info .course-instructor {
4987
  float: left;
4988
  }
4989
+ .lp-archive-courses .course-content .course-info::after {
4990
  display: block;
4991
  clear: both;
4992
  content: "";
4993
  }
4994
+ .lp-archive-courses .course-content .course-excerpt {
4995
  display: -webkit-box;
4996
  overflow: hidden;
4997
  margin-bottom: 28px;
5002
  -webkit-line-clamp: 2;
5003
  -webkit-box-orient: vertical;
5004
  }
5005
+ .lp-archive-courses .course-content .separator {
5006
  display: none;
5007
  }
5008
+ .lp-archive-courses .course-wrap-thumbnail {
5009
+ overflow: hidden;
5010
+ position: relative;
5011
  }
5012
+ .lp-archive-courses .course-wrap-thumbnail .lp-badge.featured {
5013
+ position: absolute;
5014
+ z-index: 100;
5015
+ top: 28px;
5016
+ right: -110px;
5017
+ width: 300px;
5018
+ text-align: center;
5019
+ transform: rotate(45deg);
5020
  }
5021
+ .lp-archive-courses .course-wrap-thumbnail .course-wishlist {
5022
+ position: absolute;
5023
+ z-index: 2;
5024
+ top: 6px;
5025
+ left: 6px;
5026
+ opacity: 0;
5027
+ color: #fff;
5028
+ cursor: pointer;
5029
  }
5030
+ .lp-archive-courses .course-wrap-thumbnail .course-wishlist::before {
5031
+ font-family: "Font Awesome 5 Free";
5032
+ font-weight: 900;
5033
+ content: "\f004";
 
 
5034
  }
5035
+ .lp-archive-courses .course-wrap-thumbnail .course-wishlist .course-wishlist__btn {
5036
+ display: none;
 
 
5037
  }
5038
+ .lp-archive-courses .course-wrap-thumbnail .course-wishlist:hover {
5039
+ color: var(--lp-primary-color);
 
5040
  }
5041
+ .lp-archive-courses .course-wrap-thumbnail:hover::before {
5042
+ opacity: 1;
 
 
5043
  }
5044
+ .lp-archive-courses .course-wrap-thumbnail:hover .course-thumbnail a img {
5045
+ transform: scale(1.05);
 
 
5046
  }
5047
+ .lp-archive-courses .course-wrap-thumbnail:hover .course-wishlist {
5048
+ opacity: 1;
 
 
5049
  }
5050
+ .lp-archive-courses .course-thumbnail a {
5051
+ display: block;
5052
+ overflow: hidden;
 
5053
  }
5054
+ .lp-archive-courses .course-thumbnail .thumbnail {
5055
+ margin: 0;
5056
+ padding: 0;
5057
+ border: 0;
5058
+ border-radius: unset;
5059
+ line-height: unset;
5060
  }
5061
+ .lp-archive-courses .course-thumbnail .thumbnail::before {
5062
+ position: absolute;
5063
+ z-index: 1;
5064
+ top: 0;
5065
+ left: 0;
5066
+ bottom: 0;
5067
+ right: 0;
5068
+ opacity: 0;
5069
+ background: rgba(0, 0, 0, 0.5);
5070
+ content: "";
5071
+ transition: all 0.3s;
5072
  }
5073
+ .lp-archive-courses .course-thumbnail img {
5074
+ display: block;
5075
+ width: 100%;
5076
+ height: auto;
5077
+ transition: all 0.5s ease;
5078
+ transform: scale(1);
5079
  }
5080
+ .lp-archive-courses .course-title {
5081
+ margin: 0;
5082
+ padding: 0;
5083
  color: #333;
5084
+ font-size: 16px;
5085
  font-weight: 600;
5086
  line-height: 24px;
5087
  }
5088
+ .lp-archive-courses .course-title:hover {
5089
  color: var(--lp-primary-color);
5090
  }
5091
+ @media (min-width: 769px) {
5092
+ .lp-archive-courses .course-summary-content .course-info-left {
5093
+ width: calc(100% - 330px);
5094
+ }
 
 
 
5095
  }
5096
+ .lp-archive-courses .course-summary-content .course-title {
5097
+ margin-bottom: 42px;
5098
+ color: #fff;
5099
+ font-size: 1.5rem;
5100
+ font-weight: 500;
5101
+ line-height: 1;
5102
  }
5103
+ .lp-archive-courses .course-summary-content .course-meta.course-meta-secondary {
5104
+ margin-bottom: 0;
5105
+ }
5106
+ @media (max-width: 768px) {
5107
+ .lp-archive-courses .course-summary-content {
5108
+ width: 100%;
5109
  }
5110
  }
5111
+ .lp-archive-courses .course-detail-info {
5112
+ padding: 40px 0 10px 0;
5113
+ color: #fff;
5114
+ background: var(--lp-secondary-color);
5115
  position: relative;
5116
+ }
5117
+ .lp-archive-courses .course-detail-info::before, .lp-archive-courses .course-detail-info::after {
5118
+ content: "";
5119
+ width: 50%;
5120
+ height: 100%;
5121
+ background: var(--lp-secondary-color);
5122
+ position: absolute;
5123
+ top: 0;
5124
+ }
5125
+ .lp-archive-courses .course-detail-info::before {
5126
+ left: 100%;
5127
+ right: auto;
5128
+ }
5129
+ .lp-archive-courses .course-detail-info::after {
5130
+ right: 100%;
5131
+ left: auto;
5132
+ }
5133
+ .lp-archive-courses .course-meta__pull-left .meta-item {
5134
+ display: flex;
5135
+ height: 46px;
5136
+ margin-left: 50px;
5137
+ font-size: 16px;
5138
+ font-weight: 300;
5139
+ text-transform: capitalize;
5140
+ }
5141
+ .lp-archive-courses .course-meta__pull-left .meta-item span {
5142
+ padding-left: 4px;
5143
+ padding-right: 0;
5144
+ }
5145
+ .lp-archive-courses .course-meta__pull-left .meta-item:last-child {
5146
+ margin-left: 0;
5147
+ }
5148
+ .lp-archive-courses .course-meta__pull-left .meta-item::before {
5149
  margin-left: 8px;
5150
  color: var(--lp-primary-color);
5151
  font-family: "Font Awesome 5 Free";
5152
  font-weight: 900;
5153
  }
5154
+ .lp-archive-courses .course-meta__pull-left .meta-item .meta-item__image {
5155
+ margin-left: 10px;
5156
+ flex: 0 0 46px;
5157
+ }
5158
+ .lp-archive-courses .course-meta__pull-left .meta-item .meta-item__image img {
5159
+ overflow: hidden;
5160
+ position: relative;
5161
+ width: 46px;
5162
+ height: 46px;
5163
+ border-radius: 50%;
5164
  }
5165
+ .lp-archive-courses .course-meta__pull-left .meta-item.meta-item-duration::before {
5166
  content: "\f017";
5167
  }
5168
+ .lp-archive-courses .course-meta__pull-left .meta-item.meta-item-level::before {
5169
+ content: "\f012";
5170
+ }
5171
+ .lp-archive-courses .course-meta__pull-left .meta-item.meta-item-lesson::before {
5172
  content: "\f0c5";
5173
  }
5174
+ .lp-archive-courses .course-meta__pull-left .meta-item.meta-item-quiz::before {
5175
  content: "\f12e";
5176
  }
5177
+ .lp-archive-courses .course-meta__pull-left .meta-item.meta-item-student::before {
5178
  content: "\f501";
5179
  }
5180
+ @media (max-width: 1024px) {
5181
+ .lp-archive-courses .course-meta__pull-left .meta-item {
5182
+ margin-left: 30px;
 
 
 
 
 
5183
  }
5184
  }
5185
  @media (max-width: 767px) {
5186
+ .lp-archive-courses .course-meta__pull-left .meta-item {
5187
+ margin-left: 0;
5188
  }
5189
  }
5190
+ .lp-archive-courses .course-meta__pull-left .meta-item__value label {
5191
+ margin: 0;
5192
+ color: #999;
5193
+ font-size: 14px;
5194
+ font-weight: 300;
5195
+ line-height: 1.5;
 
 
 
 
 
5196
  }
5197
+ .lp-archive-courses .course-meta__pull-left .meta-item__value > div {
5198
+ line-height: 1.5;
5199
  }
5200
+ .lp-archive-courses .course-meta__pull-left .meta-item__value > div a {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5201
  color: #fff;
5202
  font-size: 16px;
5203
  font-weight: 400;
5204
  text-transform: capitalize;
5205
  }
5206
+ .lp-archive-courses .course-meta__pull-left .meta-item__value > div a:hover {
5207
  color: var(--lp-primary-color);
5208
  }
5209
+ .lp-archive-courses .course-meta__pull-left .meta-item-categories {
5210
  align-items: center;
5211
  }
5212
+ .lp-archive-courses .course-meta__pull-left .meta-item-categories::before {
5213
  margin-left: 10px;
5214
  font-size: 36px;
5215
  content: "\f02e";
5216
  }
5217
+ .lp-archive-courses .course-meta__pull-left .meta-item-categories .meta-item__value div span {
5218
  padding: 0 5px;
5219
  }
5220
+ .lp-archive-courses .course-meta__pull-left .meta-item-categories .meta-item__value div a:hover {
5221
  color: var(--lp-primary-color);
5222
  }
5223
+ .lp-archive-courses .course-meta__pull-left .meta-item-review .meta-item__value {
5224
  display: flex;
5225
  flex-direction: column-reverse;
5226
  justify-content: flex-end;
5227
  align-items: flex-end;
5228
  }
5229
+ .lp-archive-courses .course-meta__pull-left .meta-item-review .meta-item__value .review-stars-rated {
5230
  margin-bottom: 0;
5231
  line-height: 1;
5232
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5233
  @media (max-width: 767px) {
5234
+ .lp-archive-courses .course-meta__pull-left {
5235
  display: grid;
5236
  grid-template-columns: repeat(2, 1fr);
5237
  grid-gap: 20px;
5238
  }
5239
  }
5240
+ .lp-archive-courses .course-meta-primary {
5241
+ margin-bottom: 36px;
5242
+ }
5243
+ .lp-archive-courses .course-meta-primary .meta-item-categories::before {
5244
+ font-weight: 400;
5245
  }
5246
+ .lp-archive-courses .lp-entry-content {
5247
  display: flex;
5248
  flex-direction: row;
5249
  }
5250
+ .lp-archive-courses .lp-entry-content .entry-content-left {
5251
  width: calc(100% - 300px);
5252
  max-width: 100%;
5253
  margin: 0;
5254
  padding-left: 40px;
5255
+ padding-top: 60px;
5256
  }
5257
  @media (max-width: 768px) {
5258
+ .lp-archive-courses .lp-entry-content .entry-content-left {
5259
  width: 100%;
5260
  padding-left: 0;
5261
+ margin-bottom: 50px;
5262
  }
5263
  }
5264
+ @media (max-width: 768px) {
5265
+ .lp-archive-courses .lp-entry-content {
5266
+ flex-direction: column;
 
5267
  }
5268
  }
5269
+ .lp-archive-courses .course-summary-sidebar {
5270
  width: 300px;
5271
  max-width: 100%;
5272
  margin-top: -272px;
5273
  }
5274
+ @media (max-width: 768px) {
5275
+ .lp-archive-courses .course-summary-sidebar {
5276
+ width: 100%;
5277
+ margin-top: 0;
5278
+ }
5279
+ .lp-archive-courses .course-summary-sidebar .course-summary-sidebar__inner {
5280
+ width: 100%;
5281
+ }
5282
+ }
5283
+ @media (max-width: 767px) {
5284
+ .lp-archive-courses .course-summary-sidebar {
5285
+ width: 100%;
5286
+ padding-right: 0;
5287
+ }
5288
+ }
5289
+ .lp-archive-courses .course-summary-sidebar__inner {
5290
  width: 300px;
5291
  }
5292
+ .lp-archive-courses .course-summary-sidebar__inner .course-sidebar-top {
5293
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.05);
5294
  }
5295
+ .lp-archive-courses .course-summary-sidebar__inner .course-sidebar-secondary {
5296
  margin-top: 30px;
5297
  padding: 0;
5298
  }
5299
+ .lp-archive-courses .course-summary-sidebar__inner .learn-press-course-wishlist {
5300
  color: #fff;
5301
  background: transparent !important;
5302
  font-size: 0;
5303
  }
5304
+ .lp-archive-courses .course-summary-sidebar__inner .learn-press-course-wishlist.on, .lp-archive-courses .course-summary-sidebar__inner .learn-press-course-wishlist:hover {
5305
  color: var(--lp-primary-color);
5306
  }
5307
+ .lp-archive-courses .course-summary-sidebar__inner .learn-press-course-wishlist::before {
5308
  font-family: "Font Awesome 5 Free";
5309
  font-size: 26px;
5310
  font-weight: 900;
5311
  content: "\f004";
5312
  }
5313
+ .lp-archive-courses .course-summary-sidebar__inner > div {
5314
  overflow: hidden;
5315
  padding: 20px;
5316
  background: #fff;
5317
  }
5318
+ .lp-archive-courses .course-summary-sidebar__inner > div ul {
5319
  list-style: none;
5320
  }
5321
+ .lp-archive-courses .course-summary-sidebar__inner > div ul li a {
5322
  color: #666;
5323
  font-size: 16px;
5324
  font-weight: 300;
5325
  line-height: 24px;
5326
  }
5327
+ .lp-archive-courses .course-summary-sidebar__inner > div ul li a:hover {
5328
  color: var(--lp-primary-color);
5329
  box-shadow: unset;
5330
  }
5331
+
5332
+ .learn-press-courses {
5333
+ clear: both;
5334
+ margin: 0 -15px;
5335
+ padding: 0 !important;
5336
+ min-height: 300px;
5337
+ list-style: none;
5338
+ position: relative;
5339
+ display: -webkit-box;
5340
+ display: -moz-box;
5341
+ display: -ms-flexbox;
5342
+ display: -moz-flex;
5343
+ display: -webkit-flex;
5344
+ display: flex;
5345
+ -webkit-flex-wrap: wrap;
5346
+ flex-wrap: wrap;
5347
+ }
5348
+ .learn-press-courses .course {
5349
+ width: 25%;
5350
+ margin: 0 0 60px 0;
5351
+ box-shadow: none;
5352
+ list-style: none;
5353
+ }
5354
+ .learn-press-courses[data-layout=list] {
5355
+ margin: 0;
5356
+ }
5357
+ .learn-press-courses[data-layout=list] .course {
5358
+ display: flex;
5359
+ width: 100%;
5360
+ padding: 24px;
5361
+ border: 1px solid rgba(204, 204, 204, 0.3);
5362
+ border-radius: 4px;
5363
+ flex-wrap: wrap;
5364
+ justify-content: flex-end;
5365
  }
5366
  @media (max-width: 767px) {
5367
+ .learn-press-courses[data-layout=list] .course {
5368
+ padding: 15px;
 
5369
  }
5370
  }
5371
+ .learn-press-courses[data-layout=list] .course-item {
5372
+ flex-direction: row;
5373
+ width: 100%;
5374
+ border: unset;
5375
+ justify-content: space-between;
5376
+ }
5377
+ @media (max-width: 767px) {
5378
+ .learn-press-courses[data-layout=list] .course-item {
5379
  flex-direction: column;
5380
  }
5381
  }
5382
+ .learn-press-courses[data-layout=list] .course-content {
 
 
5383
  float: left;
5384
+ width: calc(64.2% - 76px);
5385
+ padding-top: 5px;
5386
  }
5387
+ @media (max-width: 1200px) {
5388
+ .learn-press-courses[data-layout=list] .course-content {
5389
+ width: calc(64.2% - 40px);
 
 
5390
  }
5391
  }
5392
+ @media (max-width: 1200px) {
5393
+ .learn-press-courses[data-layout=list] .course-content {
5394
+ width: calc(64.2% - 25px);
5395
+ }
5396
+ }
5397
+ @media (max-width: 767px) {
5398
+ .learn-press-courses[data-layout=list] .course-content {
5399
+ width: 100%;
5400
+ padding-top: 20px;
5401
+ }
5402
+ }
5403
+ .learn-press-courses[data-layout=list] .course-content .course-categories a {
5404
+ position: relative;
5405
+ padding: 2px 15px 2px 20px;
5406
+ -webkit-clip-path: polygon(0% 0%, 100% 0, 88% 50%, 100% 100%, 0% 100%);
5407
+ clip-path: polygon(0% 0%, 100% 0, 88% 50%, 100% 100%, 0% 100%);
5408
+ }
5409
+ .learn-press-courses[data-layout=list] .course-content .course-permalink {
5410
+ height: 25px;
5411
+ margin-bottom: 5px;
5412
+ -webkit-line-clamp: 1;
5413
+ }
5414
+ .learn-press-courses[data-layout=list] .course-content .course-tags a {
5415
+ margin: 0 0 10px 10px;
5416
+ padding: 3px 5px;
5417
+ border-radius: 3px;
5418
+ color: #fff;
5419
+ background: #e4a2a2;
5420
+ line-height: 1;
5421
+ }
5422
+ .learn-press-courses[data-layout=list] .course-content .course-footer {
5423
+ float: right;
5424
+ margin-left: 20px;
5425
+ }
5426
+ .learn-press-courses[data-layout=list] .course-content .course-footer .course-students {
5427
+ display: none;
5428
+ }
5429
+ .learn-press-courses[data-layout=list] .course-content .course-footer .course-price {
5430
+ float: unset;
5431
+ }
5432
+ @media (max-width: 767px) {
5433
+ .learn-press-courses[data-layout=list] .course-content .course-footer {
5434
+ margin-bottom: 30px;
5435
+ }
5436
+ }
5437
+ .learn-press-courses[data-layout=list] .course-content .course-readmore {
5438
+ float: left;
5439
+ position: relative;
5440
+ left: 4px;
5441
+ }
5442
+ .learn-press-courses[data-layout=list] .course-content .course-readmore a {
5443
+ padding: 9px 24px;
5444
+ border-radius: 3px;
5445
+ color: #fff;
5446
+ background: var(--lp-primary-color);
5447
+ font-weight: 400;
5448
+ line-height: 1;
5449
+ transition: all 0.3s;
5450
+ display: block;
5451
+ }
5452
+ .learn-press-courses[data-layout=list] .course-content .course-readmore a:hover {
5453
+ opacity: 0.5;
5454
+ background: var(--lp-primary-color);
5455
+ }
5456
+ @media (max-width: 767px) {
5457
+ .learn-press-courses[data-layout=list] .course-content .course-readmore {
5458
+ display: flex;
5459
+ float: unset;
5460
+ clear: both;
5461
+ }
5462
+ }
5463
+ .learn-press-courses[data-layout=list] .course-wrap-meta {
5464
+ display: flex;
5465
+ padding-top: 12px;
5466
+ padding-bottom: 18px;
5467
+ color: #333;
5468
+ font-size: 14px;
5469
+ font-weight: 400;
5470
+ }
5471
+ .learn-press-courses[data-layout=list] .course-wrap-meta .meta-item {
5472
+ padding-left: 28px;
5473
+ text-transform: capitalize;
5474
+ }
5475
+ @media (max-width: 1024px) {
5476
+ .learn-press-courses[data-layout=list] .course-wrap-meta .meta-item {
5477
+ padding-left: 20px;
5478
+ }
5479
+ }
5480
+ .learn-press-courses[data-layout=list] .course-wrap-meta .meta-item::before {
5481
+ position: relative;
5482
+ top: -1px;
5483
+ margin-left: 8px;
5484
+ color: var(--lp-primary-color);
5485
+ font-family: "Font Awesome 5 Free";
5486
+ font-weight: 900;
5487
+ }
5488
+ .learn-press-courses[data-layout=list] .course-wrap-meta .meta-item-level::before {
5489
+ content: "\f012";
5490
+ }
5491
+ .learn-press-courses[data-layout=list] .course-wrap-meta .meta-item-duration::before {
5492
+ content: "\f017";
5493
+ }
5494
+ .learn-press-courses[data-layout=list] .course-wrap-meta .meta-item-lesson::before {
5495
+ content: "\f0c5";
5496
+ }
5497
+ .learn-press-courses[data-layout=list] .course-wrap-meta .meta-item-quiz::before {
5498
+ content: "\f12e";
5499
+ }
5500
+ .learn-press-courses[data-layout=list] .course-wrap-meta .meta-item-student::before {
5501
+ content: "\f501";
5502
+ }
5503
+ @media (max-width: 815px) {
5504
+ .learn-press-courses[data-layout=list] .course-wrap-meta {
5505
+ display: grid;
5506
+ grid-template-columns: repeat(2, 1fr);
5507
+ grid-gap: 15px;
5508
+ }
5509
+ .learn-press-courses[data-layout=list] .course-wrap-meta .meta-item {
5510
+ padding-left: 15px;
5511
+ }
5512
+ }
5513
+ @media (max-width: 767px) {
5514
+ .learn-press-courses[data-layout=list] .course-wrap-meta {
5515
+ grid-template-columns: repeat(3, 1fr);
5516
+ }
5517
+ }
5518
+ .learn-press-courses[data-layout=list] .course-wrap-thumbnail {
5519
+ float: right;
5520
+ width: 35.8%;
5521
+ }
5522
+ @media (max-width: 767px) {
5523
+ .learn-press-courses[data-layout=list] .course-wrap-thumbnail {
5524
+ width: 100%;
5525
+ }
5526
+ }
5527
+ .learn-press-courses[data-layout=list] .course-title {
5528
+ font-size: 18px;
5529
+ }
5530
+ .learn-press-courses[data-layout=grid] .course {
5531
+ padding: 0 15px;
5532
+ }
5533
+ @media (max-width: 992px) {
5534
+ .learn-press-courses[data-layout=grid] .course {
5535
+ width: 50%;
5536
+ }
5537
+ }
5538
+ @media (max-width: 767px) {
5539
+ .learn-press-courses[data-layout=grid] .course {
5540
+ width: 100%;
5541
+ }
5542
+ }
5543
+ .learn-press-courses[data-layout=grid] .course-item:hover {
5544
+ box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
5545
+ }
5546
+ .learn-press-courses[data-layout=grid] .course-item .course-instructor {
5547
+ margin-bottom: 7px;
5548
+ }
5549
+ .learn-press-courses[data-layout=grid] .course-content {
5550
+ padding: 15px 20px 12px 20px;
5551
+ border: 1px solid #f0f0f0;
5552
+ border-top: 0;
5553
+ flex-grow: 1;
5554
+ }
5555
+ .learn-press-courses[data-layout=grid] .course-content .course-categories {
5556
+ float: left;
5557
+ position: absolute;
5558
+ z-index: 1;
5559
+ top: -34px;
5560
+ left: -1px;
5561
+ margin-left: 0;
5562
+ }
5563
+ .learn-press-courses[data-layout=grid] .course-content .course-categories::after {
5564
+ display: none;
5565
+ }
5566
+ .learn-press-courses[data-layout=grid] .course-content .course-categories a {
5567
+ position: relative;
5568
+ margin: 0;
5569
+ padding: 2px 22px 2px 12px;
5570
+ -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 12px 50%);
5571
+ clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 12px 50%);
5572
+ }
5573
+ .learn-press-courses[data-layout=grid] .course-content .course-permalink {
5574
+ height: 48px;
5575
+ margin-bottom: 20px;
5576
+ }
5577
+ .learn-press-courses[data-layout=grid] .course-content .course-info {
5578
+ display: flex;
5579
+ flex-direction: column;
5580
+ flex-grow: 1;
5581
+ }
5582
+ .learn-press-courses[data-layout=grid] .course-content .course-wrap-meta, .learn-press-courses[data-layout=grid] .course-content .course-excerpt, .learn-press-courses[data-layout=grid] .course-content .course-readmore {
5583
+ display: none;
5584
+ }
5585
+ .learn-press-courses[data-layout=grid] .course-content .course-footer {
5586
+ padding-top: 18px;
5587
+ border-top: 1px solid rgba(153, 153, 153, 0.2);
5588
+ }
5589
+ .learn-press-courses[data-layout=grid] .course-content .course-footer .course-students {
5590
+ float: right;
5591
+ text-transform: capitalize;
5592
+ }
5593
+ .learn-press-courses[data-layout=grid] .course-content .course-footer .course-students::before {
5594
+ position: relative;
5595
+ top: -1px;
5596
+ margin-left: 8px;
5597
+ color: var(--lp-primary-color);
5598
+ font-family: "Font Awesome 5 Free";
5599
+ font-weight: 900;
5600
+ content: "\f501";
5601
+ }
5602
+ .learn-press-courses[data-layout=grid] .learn-press-message {
5603
+ margin-right: 15px;
5604
+ margin-left: 15px;
5605
+ }
5606
+ .learn-press-courses[data-size="3"] .course {
5607
+ width: 33.3333%;
5608
+ }
5609
+ @media (max-width: 767px) {
5610
+ .learn-press-courses[data-size="3"] .course {
5611
+ width: 100%;
5612
+ }
5613
+ }
5614
+ .learn-press-courses .lp-archive-course-skeleton {
5615
+ position: absolute;
5616
+ height: 100%;
5617
+ background: linear-gradient(-90deg, hsla(0deg, 0%, 74.5%, 0.2) 25%, hsla(0deg, 0%, 50.6%, 0.24) 37%, hsla(0deg, 0%, 74.5%, 0.2) 63%);
5618
+ animation: lp-skeleton-loading 1.4s ease infinite;
5619
+ background-size: 400% 100%;
5620
+ }
5621
+ .learn-press-courses .lp-archive-course-skeleton li {
5622
+ display: none;
5623
+ }
5624
+
5625
+ .lp-courses-bar {
5626
+ display: flex;
5627
+ float: left;
5628
+ margin-bottom: 48px;
5629
+ }
5630
+ @media (max-width: 767px) {
5631
+ .lp-courses-bar {
5632
+ flex-direction: row;
5633
+ width: 100%;
5634
+ justify-content: space-between;
5635
+ }
5636
+ }
5637
+ .lp-courses-bar .search-courses {
5638
+ position: relative;
5639
+ width: 306px;
5640
  max-width: 100%;
5641
  margin-left: 20px;
5642
  line-height: 1;
5719
  border-radius: 5px;
5720
  font-size: 16px;
5721
  line-height: 40px;
 
5722
  text-align: center;
5723
  cursor: pointer;
5724
  }
5828
  background-color: #222;
5829
  }
5830
 
5831
+ .comment-respond .comment-reply-title {
5832
+ font-size: 30px;
5833
+ font-weight: 500;
5834
+ line-height: 1.2;
5835
+ margin-bottom: 15px;
5836
  }
5837
+ .comment-respond .comment-form {
5838
+ margin: 0 -15px;
5839
  }
5840
+ .comment-respond .comment-form > p label {
5841
+ display: block;
5842
+ margin-bottom: 10px;
5843
+ font-size: 16px;
5844
+ font-weight: 500;
5845
+ }
5846
+ .comment-respond .comment-form > p.comment-notes, .comment-respond .comment-form > p.logged-in-as {
5847
  color: #666;
5848
+ font-size: 16px;
 
 
5849
  }
5850
+ .comment-respond .comment-form > p.logged-in-as a {
5851
+ color: #666;
5852
+ text-decoration: underline;
 
5853
  }
5854
+ .comment-respond .comment-form > p.logged-in-as a:hover, .comment-respond .comment-form > p.logged-in-as a:focus {
5855
+ color: var(--lp-primary-color);
 
 
5856
  }
5857
+ .comment-respond .comment-form > p.comment-form-cookies-consent {
5858
+ clear: both;
 
 
5859
  }
5860
+ .comment-respond .comment-form > p.comment-form-cookies-consent input {
5861
+ padding: 0;
5862
+ margin-left: 8px;
5863
  }
5864
+ .comment-respond .comment-form > p.comment-form-cookies-consent label {
5865
+ display: inline;
5866
  }
5867
+ .comment-respond .comment-form > p, .comment-respond .comment-form > div {
5868
+ padding: 0 15px;
5869
+ margin-bottom: 15px;
5870
  }
5871
+ .comment-respond .comment-form input[type=text], .comment-respond .comment-form input[type=email], .comment-respond .comment-form input[type=url] {
5872
+ height: 40px;
5873
+ line-height: normal;
5874
+ width: 100% !important;
5875
+ margin-bottom: 15px;
5876
  }
5877
+ .comment-respond .comment-form input[type=submit] {
5878
+ background-color: var(--lp-primary-color);
5879
+ border: 0;
5880
+ min-height: 40px;
5881
+ line-height: 40px;
5882
+ padding: 0 15px;
5883
+ font-size: 16px;
5884
+ text-transform: capitalize;
5885
  font-weight: 500;
5886
+ margin-top: 15px;
5887
+ cursor: pointer;
5888
+ color: white;
5889
  }
5890
+ .comment-respond .comment-form .comment-form-author, .comment-respond .comment-form .comment-form-email, .comment-respond .comment-form .comment-form-url {
5891
+ width: 33.33%;
5892
+ float: right;
 
 
 
 
5893
  }
5894
+ @media (max-width: 575px) {
5895
+ .comment-respond .comment-form .comment-form-author, .comment-respond .comment-form .comment-form-email, .comment-respond .comment-form .comment-form-url {
5896
+ width: 100%;
5897
+ float: unset;
5898
+ }
5899
+ }
5900
+ .comment-respond .comment-form textarea, .comment-respond .comment-form input {
5901
+ border: 1px solid #ccc;
5902
+ -webkit-border-radius: 3px;
5903
+ -moz-border-radius: 3px;
5904
+ border-radius: 3px;
5905
+ max-width: 100%;
5906
+ }
5907
+ .comment-respond .comment-form textarea {
5908
+ width: 100%;
5909
+ display: block;
5910
+ padding: 20px 15px;
5911
+ resize: none;
5912
+ }
5913
+
5914
+ .course-summary-sidebar .course-sidebar-preview {
5915
+ margin-bottom: 35px;
5916
+ background: #fff;
5917
+ }
5918
+ .course-summary-sidebar .lp-course-buttons {
5919
+ margin-bottom: 34px;
5920
+ }
5921
+ .course-summary-sidebar .lp-course-buttons > * {
5922
+ margin-bottom: 10px;
5923
+ }
5924
+ .course-summary-sidebar .lp-course-buttons > *:last-child {
5925
+ margin-bottom: 0;
5926
+ }
5927
+ .course-summary-sidebar .lp-course-buttons form,
5928
+ .course-summary-sidebar .lp-course-buttons button {
5929
+ width: 100%;
5930
+ text-decoration: none;
5931
+ }
5932
+ .course-summary-sidebar .lp-course-buttons button {
5933
+ font-weight: 500;
5934
+ }
5935
+ .course-summary-sidebar .lp-course-buttons button:hover {
5936
+ border-color: var(--lp-primary-color);
5937
+ }
5938
+ .course-summary-sidebar .lp-course-buttons button.button-enroll-course {
5939
+ border-color: var(--lp-primary-color);
5940
+ color: #fff;
5941
  background: var(--lp-primary-color);
5942
  }
5943
+ .course-summary-sidebar .lp-course-buttons button.button-enroll-course:hover {
5944
+ opacity: 0.5;
5945
+ background: var(--lp-primary-color);
5946
+ }
5947
+ .course-summary-sidebar .lp-course-buttons button.button-enroll-course.loading::before {
5948
  display: inline-block;
5949
  font-family: "Font Awesome 5 Free";
5950
  font-weight: 900;
5951
  content: "\f110";
5952
  animation: lp-rotating 1s linear infinite;
5953
  }
5954
+ .course-summary-sidebar .lp-course-buttons button ~ .lp-enroll-notice {
5955
  margin-top: 20px;
5956
  padding: 20px;
5957
  border: 2px solid #059601;
5959
  font-size: 15px;
5960
  line-height: 1.4;
5961
  }
5962
+ .course-summary-sidebar .lp-course-buttons button ~ .lp-enroll-notice.error {
5963
  border-color: #d85554;
5964
  }
5965
+ .course-summary-sidebar .course-results-progress .items-progress,
5966
+ .course-summary-sidebar .course-results-progress .course-progress {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5967
  display: flex;
5968
  flex-direction: row;
5969
+ margin: 0 0 5px;
5970
  padding: 0;
5971
  justify-content: space-between;
5972
  flex-wrap: wrap;
5973
  }
5974
+ .course-summary-sidebar .course-results-progress .items-progress__heading,
5975
+ .course-summary-sidebar .course-results-progress .course-progress__heading {
5976
  margin: 0;
5977
+ margin-bottom: 7px;
5978
  padding: 0;
5979
  color: #333;
5980
+ font-size: 1rem;
5981
  font-weight: 500;
5982
  flex: 1 1 auto;
5983
+ width: auto;
5984
+ }
5985
+ .course-summary-sidebar .course-results-progress .items-progress .learn-press-progress,
5986
+ .course-summary-sidebar .course-results-progress .course-progress .learn-press-progress {
5987
+ clear: both;
5988
+ width: 100%;
5989
  }
5990
+ .course-summary-sidebar .course-results-progress .number {
 
5991
  display: block;
5992
  margin: 0;
5993
  color: #666;
5996
  line-height: 16px;
5997
  text-align: left;
5998
  }
5999
+
6000
+ .course-sidebar-preview .course-price {
6001
+ text-align: center;
6002
+ }
6003
+ .course-sidebar-preview .course-price .origin-price {
6004
+ color: #666;
6005
+ font-size: 18px;
6006
+ font-weight: 300;
6007
+ font-style: unset;
6008
+ }
6009
+ .course-sidebar-preview .course-price .price {
6010
+ color: #333;
6011
+ font-size: 1.8rem;
6012
+ font-weight: 500;
6013
+ }
6014
+ .course-sidebar-preview .media-preview {
6015
+ overflow: hidden;
6016
+ position: relative;
6017
+ margin: -20px -20px 20px;
6018
+ }
6019
+ .course-sidebar-preview .media-preview img {
6020
+ max-width: 100%;
6021
+ height: auto;
6022
+ vertical-align: top;
6023
+ }
6024
+ .course-sidebar-preview .course-time {
6025
+ margin-bottom: 28px;
6026
+ padding-bottom: 8px;
6027
+ border-bottom: 1px solid rgba(204, 204, 204, 0.3);
6028
+ }
6029
+ .course-sidebar-preview .course-time-row {
6030
+ display: flex;
6031
+ color: #666;
6032
+ font-size: 16px;
6033
+ font-weight: 300;
6034
+ justify-content: space-between;
6035
+ }
6036
+ .course-sidebar-preview .course-time-row strong {
6037
+ color: #333;
6038
+ font-weight: 500;
6039
+ }
6040
+ .course-sidebar-preview .course-time-row time {
6041
+ color: #666;
6042
+ font-size: 1rem;
6043
+ font-weight: 300;
6044
+ line-height: 24px;
6045
  }
6046
+ .course-sidebar-preview > *:last-child {
6047
  margin-bottom: 0;
6048
  }
6049
 
6061
  text-decoration: none;
6062
  }
6063
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6064
  #popup-course {
6065
  display: flex;
6066
  position: fixed;
6067
+ z-index: 99999;
6068
  top: 0;
6069
  left: 0;
6070
  bottom: 0;
6084
  @media (max-width: 768px) {
6085
  #popup-course .back-course {
6086
  background: transparent;
 
6087
  opacity: 0.6;
6088
  padding-right: 15px;
6089
  padding-left: 15px;
6108
  -o-transition: right 0.25s;
6109
  transition: right 0.25s;
6110
  }
6111
+ #popup-course #popup-header .course-title {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6112
  margin: 0;
6113
  padding: 0;
6114
  line-height: 70px;
6115
  letter-spacing: unset;
6116
  }
6117
+ #popup-course #popup-header .course-title a {
6118
  display: -webkit-box;
6119
  overflow: hidden;
6120
  color: #fff;
6124
  -webkit-line-clamp: 1;
6125
  -webkit-box-orient: vertical;
6126
  }
6127
+ #popup-course #popup-header .course-title a:hover {
6128
  color: var(--lp-primary-color);
6129
  }
6130
  @media (max-width: 768px) {
6131
+ #popup-course #popup-header .course-title {
6132
  flex: 1;
6133
  }
6134
  }
6135
+ #popup-course #popup-header .items-progress {
6136
  display: flex;
6137
  justify-content: center;
6138
  align-items: center;
6139
  }
6140
  @media (max-width: 768px) {
6141
+ #popup-course #popup-header .items-progress {
6142
  flex: 1;
6143
  }
6144
  }
6145
  @media (max-width: 767px) {
6146
+ #popup-course #popup-header .items-progress {
6147
  padding-bottom: 20px;
6148
  justify-content: end;
6149
  }
6150
  }
6151
+ #popup-course #popup-header .number {
6152
  padding-left: 10px;
6153
  color: #fff;
6154
  font-size: 14px;
6184
  #popup-course #popup-header .lp-button-back button::after {
6185
  border: 1px solid #ddd;
6186
  }
6187
+ #popup-course .popup-header__inner {
6188
+ display: flex;
6189
+ width: 792px;
6190
+ margin: 0 auto;
6191
+ justify-content: space-between;
6192
+ align-items: center;
6193
+ padding-right: 15px;
6194
+ padding-left: 15px;
6195
+ }
6196
+ @media (max-width: 1024px) {
6197
+ #popup-course .popup-header__inner {
6198
+ width: 100%;
6199
+ }
6200
+ }
6201
+ @media (max-width: 767px) {
6202
+ #popup-course .popup-header__inner {
6203
+ flex-direction: column;
6204
+ }
6205
+ }
6206
  #popup-course #popup-sidebar {
6207
  overflow: auto;
6208
  position: relative;
6405
  bottom: 0;
6406
  width: 475px;
6407
  }
6408
+ #popup-course #popup-sidebar .course-curriculum::-webkit-scrollbar-thumb {
6409
+ background: #ccc;
6410
+ }
6411
+ #popup-course #popup-sidebar .course-curriculum::-webkit-scrollbar {
6412
+ width: 6px;
6413
+ }
6414
+ #popup-course #popup-sidebar .course-curriculum::-webkit-scrollbar-track {
6415
+ background: #f5f5f5;
6416
+ }
6417
+ #popup-course #popup-sidebar .section {
6418
  position: relative;
6419
  padding: 0 0 4px 0;
6420
  }
6421
+ #popup-course #popup-sidebar .section .circle-progress {
6422
  display: inline-block;
6423
  position: absolute;
6424
  top: 50%;
6429
  border: 3px solid #d9e0f1;
6430
  border-radius: 50%;
6431
  }
6432
+ #popup-course #popup-sidebar .section.section-empty .section-header {
6433
+ margin: 0;
6434
+ }
6435
+ #popup-course #popup-sidebar .section.section-empty .learn-press-message {
6436
+ margin: 0;
6437
+ padding: 10px;
6438
+ border-bottom: 1px solid #d9e0f1;
6439
+ border-radius: 0;
6440
+ color: #999;
6441
+ background: #f5f5f5;
6442
+ font-size: 14px;
6443
+ }
6444
+ #popup-course #popup-sidebar .section.section-empty .learn-press-message::before, #popup-course #popup-sidebar .section.section-empty .learn-press-message::after {
6445
+ position: absolute;
6446
+ z-index: 9999;
6447
+ top: -16px;
6448
+ right: 10px;
6449
+ width: 0;
6450
+ height: 0;
6451
+ border: 8px solid transparent;
6452
+ border-bottom-color: #f5f5f5;
6453
+ background: transparent;
6454
+ content: "";
6455
+ -webkit-border-radius: 0;
6456
+ -moz-border-radius: 0;
6457
+ border-radius: 0;
6458
+ }
6459
+ #popup-course #popup-sidebar .section.section-empty .learn-press-message::after {
6460
+ z-index: 9998;
6461
+ top: -20px;
6462
+ right: 8px;
6463
+ border-width: 10px;
6464
+ border-bottom-color: #d9e0f1;
6465
+ }
6466
+ #popup-course #popup-sidebar .section-header {
6467
  position: sticky;
6468
  z-index: 1000;
6469
  top: 0;
6470
  height: 94px;
6471
  padding: 38px 20px 20px 20px;
6472
+ cursor: pointer;
6473
+ background-color: white;
6474
  }
6475
+ #popup-course #popup-sidebar .section-header .section-title {
6476
  padding: 0 0 4px 0;
6477
  color: #000;
6478
  font-size: 20px;
6479
  font-weight: 500;
6480
  }
6481
+ #popup-course #popup-sidebar .section-header .section-title .show-desc::before {
6482
  font-family: "Font Awesome 5 Free";
6483
  font-size: 18px;
6484
  font-weight: 900;
6485
  content: "\f0d7";
6486
  }
6487
+ #popup-course #popup-sidebar .section-header .section-toggle {
6488
  justify-content: flex-end;
6489
  flex: 0;
6490
  }
6491
+ #popup-course #popup-sidebar .section-header .section-toggle i {
6492
  color: #666;
6493
  }
6494
+ #popup-course #popup-sidebar .section-header .section-meta {
6495
  padding-top: 6px;
6496
  padding-bottom: 0;
6497
  }
6498
+ #popup-course #popup-sidebar .section-content {
6499
  margin-bottom: 0;
6500
  }
6501
+ #popup-course #popup-sidebar .course-item {
6502
+ min-height: 50px;
6503
  margin-bottom: 4px;
6504
+ padding: 5px 20px;
6505
  background: #f9fafc;
6506
+ align-items: center;
6507
  }
6508
+ #popup-course #popup-sidebar .course-item > span {
6509
  display: none;
6510
  }
6511
+ #popup-course #popup-sidebar .course-item::before {
6512
+ top: -1px;
6513
+ bottom: -1px;
6514
+ height: auto;
6515
+ background: transparent;
6516
+ }
6517
+ #popup-course #popup-sidebar .course-item::after {
6518
+ content: "";
6519
+ }
6520
+ #popup-course #popup-sidebar .course-item.current {
6521
+ background: #eaeaea;
6522
+ }
6523
+ #popup-course #popup-sidebar .course-item.has-status.failed .trans {
6524
+ color: #f02425;
6525
+ }
6526
+ #popup-course #popup-sidebar .course-item.status-completed .trans {
6527
+ color: #3bb54a;
6528
+ }
6529
+ #popup-course #popup-sidebar .section-item-link {
6530
  line-height: 1;
6531
+ padding-left: 0;
6532
  }
6533
+ #popup-course #popup-sidebar .section-item-link::before {
6534
  padding: 12px 0;
6535
  vertical-align: unset;
6536
  }
6537
+ #popup-course #popup-sidebar .section-item-link .item-name {
 
6538
  width: 100%;
6539
  padding: 0 17px 0 10px;
6540
  font-size: 14px;
6541
+ line-height: 21px;
6542
  font-weight: 500;
6543
  }
6544
+ #popup-course #popup-sidebar .course-item-meta {
6545
+ padding: 0;
 
 
 
6546
  }
6547
+ #popup-course #popup-sidebar .course-item-meta .item-meta {
6548
  padding: 0;
6549
  color: #999;
6550
  background: transparent;
6551
  font-size: 12px;
6552
  line-height: 1.5;
6553
+ height: auto;
6554
  }
6555
+ #popup-course #popup-sidebar .course-item-meta .item-meta:first-child {
6556
  margin-right: 0;
 
6557
  }
6558
+ #popup-course #popup-sidebar .course-item-meta .item-meta::before {
6559
  font-size: 12px;
6560
+ line-height: 21px;
6561
  }
6562
+ #popup-course #popup-content {
6563
+ overflow: auto;
6564
+ position: relative;
6565
+ margin: 70px 0 50px 0;
6566
+ flex: 1;
6567
+ padding-right: 15px;
6568
+ padding-left: 15px;
 
 
 
 
 
 
 
 
 
 
 
 
 
6569
  }
6570
+ #popup-course #popup-content .lp-button {
6571
+ position: relative;
6572
+ margin: 0 0 0 10px;
6573
+ padding: 12px 29px;
6574
+ border-color: var(--lp-secondary-color);
6575
+ font-size: 14px;
6576
  }
6577
+ #popup-course #popup-content .lp-button.instant-check .instant-check__icon {
6578
+ margin-left: 5px;
6579
  }
6580
+ #popup-course #popup-content .lp-button.instant-check .instant-check__icon::before {
6581
+ font-family: "Font Awesome 5 Free";
6582
+ content: "\f058";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6583
  }
6584
  #popup-course #popup-content .lp-button.instant-check .instant-check__info {
6585
  visibility: hidden;
6619
  #popup-course #popup-content .lp-button.completed {
6620
  display: flex;
6621
  flex-direction: row-reverse;
 
6622
  margin-top: 32px;
6623
  border-color: transparent;
6624
  color: #fff;
6631
  margin-right: 9px;
6632
  font-size: 14px;
6633
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6634
  #popup-course #popup-content.fixed-quiz-status .quiz-status {
6635
  background: var(--lp-primary-color);
6636
  }
6637
  #popup-course #popup-content.fixed-quiz-status .quiz-status > div {
6638
  padding: 0;
6639
  }
6640
+ @media (max-width: 767px) {
6641
+ #popup-course #popup-content {
6642
+ margin-top: 113px;
6643
+ }
6644
+ }
6645
  #popup-course #popup-footer {
6646
  position: fixed;
6647
  z-index: 999;
6648
  left: 0;
6649
  bottom: 0;
6650
  right: 475px;
6651
+ width: 100%;
6652
+ max-width: 792px;
6653
  height: 50px;
6654
  margin: 0 auto;
6655
  border-top: 1px solid #ebebeb;
6662
  }
6663
  @media (max-width: 1024px) {
6664
  #popup-course #popup-footer {
6665
+ width: auto;
6666
  padding: 0 15px;
6667
  }
6668
  }
6679
  display: block;
6680
  color: #666;
6681
  font-size: 16px;
 
6682
  }
6683
  #popup-course #popup-footer .course-item-nav .prev::before,
6684
  #popup-course #popup-footer .course-item-nav .next::before {
6692
  #popup-course #popup-footer .course-item-nav .next:hover::before {
6693
  color: var(--lp-primary-color);
6694
  }
6695
+ #popup-course #popup-footer .course-item-nav .prev:hover .course-item-nav__name,
6696
+ #popup-course #popup-footer .course-item-nav .next:hover .course-item-nav__name {
6697
+ display: block;
6698
+ }
6699
  #popup-course #popup-footer .course-item-nav .next {
6700
  flex-direction: row-reverse;
6701
  }
6703
  margin-right: 10px;
6704
  content: "\f0da";
6705
  }
6706
+ #popup-course #popup-footer .course-item-nav[data-nav=next] {
6707
+ justify-content: flex-end;
6708
+ }
6709
+ #popup-course #popup-footer .prev::before {
6710
  margin-left: 10px;
6711
  content: "\f0d9";
6712
  }
6713
+ #popup-course #popup-footer .prev .course-item-nav__name {
6714
  left: auto;
6715
  right: -30px;
6716
  }
6717
+ #popup-course #popup-footer .prev .course-item-nav__name::before {
6718
+ left: auto;
6719
+ right: 5px;
6720
+ }
6721
+ @media (max-width: 1024px) {
6722
+ #popup-course #popup-footer .prev .course-item-nav__name {
6723
+ right: 15px;
6724
+ }
6725
+ }
6726
+ #popup-course #popup-footer .course-item-nav__name {
6727
  display: none;
6728
  position: absolute;
6729
  top: -20px;
6736
  font-weight: 300;
6737
  line-height: 1;
6738
  }
6739
+ @media (max-width: 1024px) {
6740
+ #popup-course #popup-footer .course-item-nav__name {
6741
+ top: -25px;
6742
+ left: 15px;
6743
+ right: auto;
6744
+ }
 
 
 
 
6745
  }
6746
  #popup-course #sidebar-toggle {
6747
  display: inline-block;
6753
  height: 56px;
6754
  margin: 0;
6755
  background: #fff;
6756
+ box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.15);
6757
  cursor: pointer;
6758
  transition: 0.25s;
6759
  -webkit-appearance: none;
6791
  #popup-course .quiz-attempts {
6792
  margin-bottom: 60px;
6793
  }
6794
+ #popup-course .quiz-questions .lp-fib-content {
6795
+ margin-bottom: 20px;
6796
+ padding: 20px;
6797
+ border: 2px solid #f5f5f5;
6798
+ border-radius: 6px;
6799
+ line-height: 1.6;
 
 
 
 
6800
  }
6801
+ #popup-course .quiz-questions .lp-fib-input {
6802
+ display: inline-block;
6803
+ width: auto;
6804
+ max-width: none;
 
 
 
 
 
 
 
6805
  }
6806
+ #popup-course .quiz-questions .lp-fib-input > input {
6807
+ height: 36px;
6808
+ padding: 6px 16px;
6809
+ border: 1px solid #222;
6810
+ line-height: 36px;
6811
  }
6812
+ #popup-course .quiz-questions .lp-fib-answered {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6813
  padding: 0 10px;
6814
  background: #ececec;
6815
  white-space: nowrap;
6816
  }
6817
+ #popup-course .quiz-questions .lp-fib-answered.fail {
6818
  border: 2px solid #d85554;
6819
  }
6820
+ #popup-course .quiz-questions .lp-fib-answered.fail .lp-fib-answered__answer {
6821
  text-decoration: line-through;
6822
  }
6823
+ #popup-course .quiz-questions .lp-fib-answered.correct {
6824
  border: 2px solid #00adff;
6825
  }
6826
  #popup-course .quiz-questions .lp-fib-note {
6842
  border-radius: 5px;
6843
  font-size: 1rem;
6844
  }
 
 
 
 
 
6845
  #popup-course .question .answer-option input[type=radio],
6846
  #popup-course .question .answer-option input[type=checkbox] {
6847
+ -webkit-transform: translateY(-50%);
6848
+ -moz-transform: translateY(-50%);
6849
+ -ms-transform: translateY(-50%);
6850
+ -o-transform: translateY(-50%);
6851
+ transform: translateY(-50%);
6852
+ margin: 0 10px 0 0;
 
6853
  }
6854
+ #popup-course .question .answer-option input[type=radio]::before {
6855
+ border-radius: 50%;
 
6856
  }
6857
+ #popup-course .question .question-response {
6858
+ display: flex;
6859
+ align-items: center;
6860
+ justify-content: flex-start;
6861
  }
6862
+ #popup-course .scrollbar-light > .scroll-element {
6863
+ z-index: 9999;
 
6864
  }
6865
+ #popup-course .scrollbar-light > .scroll-element.scroll-y {
6866
+ display: none;
 
6867
  }
6868
+ #popup-course .scrollbar-light > .scroll-element.scroll-y .scroll-bar {
6869
+ -webkit-box-sizing: border-box;
6870
+ -moz-box-sizing: border-box;
6871
+ box-sizing: border-box;
6872
  }
6873
+
6874
+ body.admin-bar #popup-course {
6875
+ top: 32px;
6876
  }
6877
+ body.lp-sidebar-toggle__close #popup-course > #sidebar-toggle {
6878
+ right: 0;
 
 
 
 
 
 
 
 
 
 
 
 
6879
  }
6880
+ body.lp-sidebar-toggle__close #popup-course > #sidebar-toggle::before {
6881
+ content: "\f0da";
 
 
6882
  }
6883
+ body.lp-sidebar-toggle__close #popup-course #popup-sidebar {
6884
+ flex: 0 0 0;
6885
  }
6886
+ body.lp-sidebar-toggle__close #popup-course #popup-header, body.lp-sidebar-toggle__close #popup-course #popup-footer {
6887
+ right: 0;
6888
  }
6889
+ @media (max-width: 768px) {
6890
+ body:not(.lp-sidebar-toggle__open) #popup-course > #sidebar-toggle {
6891
+ right: 0;
6892
+ }
6893
+ body:not(.lp-sidebar-toggle__open) #popup-course > #sidebar-toggle::before {
6894
+ content: "\f0da";
6895
+ }
6896
+ body:not(.lp-sidebar-toggle__open) #popup-course #popup-sidebar {
6897
+ flex: 0 0 0;
6898
+ }
6899
  }
6900
+
6901
+ .course-curriculum .section-header .section-meta {
6902
+ position: relative;
6903
  }
6904
+
6905
+ @media screen and (max-width: 1280px) {
6906
+ #popup-course #popup-sidebar {
6907
+ flex-basis: 300px;
6908
+ }
6909
+ #popup-course #popup-sidebar .course-curriculum {
6910
+ width: 300px;
6911
+ }
6912
+ #popup-course #popup-header,
6913
+ #popup-course #popup-footer {
6914
+ right: 300px;
6915
+ }
6916
+ #popup-course #sidebar-toggle {
6917
+ right: 299px;
6918
+ }
6919
+ }
6920
+ @media screen and (max-width: 782px) {
6921
+ body.admin-bar #popup-course {
6922
+ top: 46px;
6923
+ }
6924
+ #popup-course #popup-sidebar {
6925
+ flex-basis: 250px;
6926
+ }
6927
+ #popup-course #popup-sidebar .course-curriculum {
6928
+ width: 250px;
6929
+ }
6930
+ #popup-course #popup-header,
6931
+ #popup-course #popup-footer {
6932
+ right: 250px;
6933
+ }
6934
+ #popup-course #sidebar-toggle {
6935
+ right: 249px;
6936
+ }
6937
+ #popup-course #sidebar-toggle:checked ~ #popup-sidebar {
6938
+ flex-basis: 0;
6939
+ }
6940
+ #popup-course .course-item-meta .item-meta.count-questions, #popup-course .course-item-meta .item-meta.duration {
6941
+ display: none;
6942
+ }
6943
+ }
6944
+ .content-item-wrap {
6945
+ width: 792px;
6946
+ max-width: 100%;
6947
+ margin: 0 auto;
6948
+ padding-bottom: 80px;
6949
+ }
6950
+ @media (max-width: 1024px) {
6951
+ .content-item-wrap {
6952
+ width: 100%;
6953
+ }
6954
+ }
6955
+ .content-item-wrap .course-item-title {
6956
  margin-top: 0;
6957
+ margin-bottom: 24px;
6958
  color: #333;
6959
+ font-size: 30px;
6960
+ font-weight: 600;
6961
+ }
6962
+ @media (max-width: 767px) {
6963
+ .content-item-wrap .course-item-title {
6964
+ text-align: center;
6965
+ }
6966
+ }
6967
+ .content-item-wrap h4 {
6968
+ font-size: 1.5rem;
6969
  font-weight: 500;
6970
+ line-height: 1.5;
6971
  }
6972
+ .content-item-wrap .content-item-summary {
6973
+ padding-top: 50px;
 
 
6974
  }
6975
+ .content-item-wrap .content-item-description {
6976
  margin-bottom: 30px;
6977
+ }
6978
+ .content-item-wrap .content-item-description h2, .content-item-wrap .content-item-description h3, .content-item-wrap .content-item-description h4, .content-item-wrap .content-item-description h5, .content-item-wrap .content-item-description h6 {
6979
+ margin-top: 0;
6980
+ margin-bottom: 18px;
6981
+ font-size: 18px;
6982
+ letter-spacing: unset;
6983
+ }
6984
+ .content-item-wrap .content-item-description p {
6985
+ margin: 0 0 18px 0;
6986
  color: #666;
6987
  font-size: 16px;
6988
  font-weight: 300;
6989
  line-height: 26px;
6990
  }
6991
+ .content-item-wrap .content-item-description img {
6992
+ max-width: 100%;
6993
+ height: auto;
6994
+ vertical-align: middle;
 
 
 
 
 
 
 
 
 
 
 
 
 
6995
  }
6996
+ .content-item-wrap #learn-press-quiz-app {
6997
+ margin-bottom: 40px;
6998
  }
6999
+ .content-item-wrap .quiz-content {
7000
+ margin-bottom: 40px;
7001
+ color: #666;
7002
+ font-size: 16px;
7003
+ font-weight: 300;
7004
+ line-height: 26px;
7005
  }
7006
+ .content-item-wrap .quiz-content img {
7007
+ max-width: 100%;
7008
+ height: auto;
7009
+ vertical-align: middle;
7010
  }
7011
+ .content-item-wrap .quiz-buttons {
7012
+ display: flex;
7013
+ justify-content: center;
7014
+ text-align: center;
 
 
 
 
 
 
7015
  }
7016
+ .content-item-wrap .quiz-buttons .button-right .lp-button {
7017
+ margin: 0 15px 0 0;
 
 
7018
  }
7019
+ .content-item-wrap .quiz-buttons .lp-button[data-type=question-nav] {
7020
+ margin: 0;
7021
+ border: 1px solid #d9e0f1;
7022
+ color: #777;
7023
+ background: #fbfcff;
 
 
 
 
 
 
 
 
 
7024
  }
7025
+ .content-item-wrap .quiz-buttons .lp-button[data-type=question-nav]::before {
7026
  display: inline-block;
7027
+ width: 15px;
7028
+ height: 15px;
7029
+ border: 2px solid #d9e0f1;
7030
+ border-top-color: transparent;
7031
+ border-right-color: transparent;
7032
+ content: "";
7033
+ -webkit-transform: rotate(45deg);
7034
+ -moz-transform: rotate(45deg);
7035
+ -ms-transform: rotate(45deg);
7036
+ -o-transform: rotate(45deg);
7037
+ transform: rotate(45deg);
7038
  }
7039
+ .content-item-wrap .quiz-buttons .lp-button[data-type=question-nav].prev::before {
7040
+ margin-right: 7px;
7041
+ -webkit-transform: rotate(-135deg);
7042
+ -moz-transform: rotate(-135deg);
7043
+ -ms-transform: rotate(-135deg);
7044
+ -o-transform: rotate(-135deg);
7045
+ transform: rotate(-135deg);
7046
  }
7047
+ .content-item-wrap .quiz-buttons .lp-button[data-type=question-nav].next {
7048
+ margin-right: -1px;
 
 
 
 
 
 
 
 
7049
  }
7050
+ .content-item-wrap .quiz-buttons .lp-button[data-type=question-nav].next::before {
7051
+ margin-left: 7px;
7052
  }
7053
+ .content-item-wrap .quiz-buttons .lp-button[data-type=question-nav]:hover {
7054
+ background: #fff;
 
7055
  }
7056
+ .content-item-wrap .quiz-buttons.align-center {
7057
+ display: block;
7058
+ text-align: center;
 
 
7059
  }
7060
+ .content-item-wrap .quiz-buttons.align-center .button-left {
7061
+ text-align: center;
7062
  }
7063
+ .content-item-wrap .quiz-buttons.align-center .button-left.fixed {
7064
+ position: fixed;
7065
+ z-index: 99999;
7066
+ bottom: 0;
7067
+ right: 50%;
7068
+ width: 100%;
7069
+ max-width: 792px;
7070
+ height: 49px;
7071
+ margin-right: 237px;
7072
+ transform: translateX(50%);
7073
  }
7074
+ @media (max-width: 768px) {
7075
+ .content-item-wrap .quiz-buttons.align-center .button-left.fixed {
7076
+ width: 100% !important;
7077
+ }
7078
  }
7079
+ .content-item-wrap .quiz-buttons.align-center .button-left.nav-center {
7080
+ height: 50px;
7081
+ margin-right: 0 !important;
7082
  }
7083
+ .content-item-wrap .quiz-buttons:not(.infinity).is-first .prev {
7084
+ display: none;
7085
  }
7086
+ .content-item-wrap .quiz-buttons:not(.infinity).is-last .next {
7087
  display: none;
7088
  }
7089
+ .content-item-wrap .quiz-buttons:not(.is-first):not(.is-last) .prev {
7090
+ border-top-left-radius: 0;
7091
+ border-bottom-left-radius: 0;
 
7092
  }
7093
+ .content-item-wrap .quiz-buttons:not(.is-first):not(.is-last) .next {
7094
+ border-top-right-radius: 0;
7095
+ border-bottom-right-radius: 0;
7096
  }
7097
+ .content-item-wrap .questions-pagination {
7098
+ height: 33px;
7099
+ padding: 8px 0;
7100
+ background: #fff;
7101
+ text-align: center;
7102
  }
7103
+ .content-item-wrap .questions-pagination .nav-links {
7104
+ text-align: center;
7105
  }
7106
+ .content-item-wrap .questions-pagination .nav-links .page-numbers {
7107
+ display: inline-block;
7108
+ vertical-align: middle;
7109
+ margin: 0 3px 3px;
7110
+ padding: 10px 16px;
7111
+ color: #666;
7112
+ background-color: transparent;
7113
+ font-size: 16px;
7114
+ font-weight: 300;
7115
+ line-height: 1;
7116
+ border: 1px solid;
7117
+ cursor: pointer;
7118
  }
7119
+ .content-item-wrap .questions-pagination .nav-links .page-numbers.next, .content-item-wrap .questions-pagination .nav-links .page-numbers.prev {
7120
+ display: inline-block;
7121
+ padding: 10px;
7122
+ background: transparent;
7123
+ font-size: 16px;
7124
+ text-align: center;
7125
+ text-decoration: none;
7126
+ text-transform: none;
7127
+ border: 1px solid;
7128
  }
7129
+ .content-item-wrap .questions-pagination .nav-links .page-numbers.current, .content-item-wrap .questions-pagination .nav-links .page-numbers:hover {
7130
+ color: var(--lp-primary-color);
 
 
 
 
 
 
 
 
 
 
 
7131
  }
7132
 
7133
+ .course-curriculum .section-title {
7134
  position: relative;
7135
+ margin-bottom: 0;
7136
+ padding: 8px 0;
7137
+ color: #5383f7;
7138
+ font-size: 16px;
7139
+ font-weight: normal;
7140
+ line-height: 1;
7141
  }
7142
+ .course-curriculum .section-title span.show-desc {
7143
+ display: inline-block;
7144
+ position: absolute;
7145
+ top: 50%;
7146
+ left: 30px;
7147
+ width: 20px;
7148
+ height: 20px;
7149
+ transform: translate(0, -50%);
 
 
 
 
 
 
 
7150
  }
7151
+ .course-curriculum .section-title span.show-desc::before {
7152
+ font-family: "Font Awesome 5 Free";
7153
+ font-size: 18px;
7154
+ font-weight: 900;
7155
+ content: "\f107";
7156
+ }
7157
+ .course-curriculum .section-title span.show-desc:hover::before {
7158
+ border-top-color: #ccc;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7159
  }
7160
+
7161
  .lp-overlay {
7162
  display: none;
7163
  position: fixed;
7164
+ z-index: 99999;
7165
  top: 0;
7166
  left: 0;
7167
  bottom: 0;
7174
  transition-property: opacity;
7175
  }
7176
 
7177
+ .wp-admin .lp-modal-dialog .lp-modal-header {
7178
  padding: 2em;
7179
  }
7180
+ .wp-admin .lp-modal-dialog .lp-modal-header h3 {
7181
  font-size: 1.4em;
7182
  }
7183
 
7206
  background: white;
7207
  color: black;
7208
  }
7209
+ .lp-modal-dialog .lp-modal-header {
7210
  background: #7c60d9;
7211
  border-bottom: 1px solid #eee;
7212
  padding: 1em;
7213
  }
7214
+ .lp-modal-dialog .lp-modal-header h3 {
7215
  margin: 0;
7216
  color: white;
7217
  font-size: inherit;
7218
+ font-weight: 400;
7219
  }
7220
+ .lp-modal-dialog .lp-modal-body .main-content {
7221
  max-height: 500px;
7222
  overflow: auto;
7223
  }
7224
+ .lp-modal-dialog .lp-modal-body .main-content h3, .lp-modal-dialog .lp-modal-body .main-content h2, .lp-modal-dialog .lp-modal-body .main-content .pd-2em {
7225
+ padding: 1em;
 
 
 
7226
  }
7227
  .lp-modal-dialog .lp-modal-footer {
7228
+ padding: 20px;
7229
+ padding-top: 0;
7230
  background-color: #f9fafb;
7231
  text-align: left;
7232
  }
7271
  #lp-modal-window #lp-modal-content > * {
7272
  margin: 0 0 0.5em;
7273
  }
 
 
 
 
 
 
7274
  #lp-modal-window #lp-modal-buttons {
7275
  display: flex;
7276
  flex-direction: row-reverse;
7281
  position: relative;
7282
  margin: 0 10px 0 10px;
7283
  }
7284
+
7285
  .learn-press-comments {
7286
  width: 792px;
7287
  max-width: 100%;
7354
  height: 0;
7355
  }
7356
 
7357
+ * {
7358
+ box-sizing: border-box;
7359
+ margin: 0;
7360
+ padding: 0;
7361
+ }
7362
+
7363
+ button {
7364
+ cursor: pointer;
7365
+ }
7366
+
7367
+ input, button, select, textarea {
7368
+ outline: none;
7369
+ }
7370
+
7371
+ html {
7372
+ overflow-x: hidden;
7373
+ }
7374
+
7375
+ a {
7376
+ -webkit-transition: 0.3s;
7377
+ -moz-transition: 0.3s;
7378
+ -ms-transition: 0.3s;
7379
+ -o-transition: 0.3s;
7380
+ transition: 0.3s;
7381
+ }
7382
+
7383
  .lp-skeleton-animation {
7384
  margin: 0;
7385
  padding: 0;
7418
  max-width: none;
7419
  }
7420
 
7421
+ .learnpress.twentytwentytwo .wp-container-11 .alignfull, .learnpress.twentytwentytwo .wp-container-9 .alignfull, .learnpress.twentytwentytwo .wp-container-12 .alignfull {
7422
+ max-width: 100%;
7423
+ margin-right: 0 !important;
7424
+ margin-left: 0 !important;
7425
+ padding-right: 0 !important;
7426
+ padding-left: 0 !important;
7427
+ }
7428
+
7429
+ @media (max-width: 1199px) {
7430
+ .learnpress.twentytwentytwo .wp-site-blocks .wp-block-template-part {
7431
+ padding-right: 15px;
7432
+ padding-left: 15px;
7433
+ }
7434
+ }
7435
  input[type=text],
7436
  input[type=email],
7437
  input[type=number],
7451
  overflow-x: hidden;
7452
  }
7453
 
 
 
 
 
7454
  .wrap-fullwidth a:focus,
7455
  .wrap-fullwidth button:focus,
7456
  .wrap-fullwidth input:focus,
7531
  }
7532
 
7533
  .learn-press-breadcrumb {
7534
+ max-width: 1170px;
7535
+ width: 100%;
7536
  margin: 0 auto 45px auto;
7537
  padding: 0;
7538
  color: #333;
7539
  font-size: 14px;
7540
+ font-weight: 400;
7541
  list-style: none;
7542
  }
7543
  .learn-press-breadcrumb li {
7544
  display: inline-block;
7545
  margin: 0;
7546
  }
 
 
 
 
7547
  .learn-press-breadcrumb li a:hover {
7548
  color: var(--lp-primary-color);
7549
  }
7560
  }
7561
  .learn-press-breadcrumb a {
7562
  color: #666;
7563
+ font-weight: 500;
7564
  }
7565
 
7566
  .learnpress-page .lp-button,
7589
  -ms-transition: all 0.25s;
7590
  -o-transition: all 0.25s;
7591
  transition: all 0.25s;
7592
+ /*&.gray {
7593
+ position: absolute;
7594
+ z-index: 1;
7595
+ top: 8px;
7596
+ right: 5px;
7597
+ padding: 0;
7598
+ border: 0;
7599
+
7600
+ &:hover {
7601
+ background: transparent;
7602
+ text-decoration: none;
7603
+ }
7604
+
7605
+ &:focus {
7606
+ border: 0;
7607
+ outline: 0;
7608
+ }
7609
+ }*/
7610
  }
7611
  .learnpress-page .lp-button.large,
7612
  .learnpress-page #lp-button.large {
7614
  padding: 18px 30px;
7615
  font-size: 18px;
7616
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7617
  .learnpress-page .lp-button:hover,
7618
  .learnpress-page #lp-button:hover {
7619
  border-color: var(--lp-primary-color);
7651
  font-style: italic;
7652
  }
7653
 
7654
+ .btn-base {
7655
+ border-color: var(--lp-primary-color);
7656
+ color: white;
7657
+ background-color: var(--lp-primary-color);
7658
+ }
7659
+
7660
  .lp-ajax-message {
7661
  display: none;
7662
  margin-top: 20px;
7678
  content: "";
7679
  }
7680
 
7681
+ .lp-entry-content .course-tabs {
7682
+ margin-bottom: 60px;
 
 
 
7683
  }
7684
 
7685
  /* Archive */
7689
 
7690
  .order-comments {
7691
  width: 100%;
7692
+ padding: 15px;
7693
  min-height: 150px;
7694
+ border: 1px solid #ccc;
7695
+ resize: none;
7696
  }
7697
 
 
 
 
7698
  .learn-press-progress .progress-bg {
7699
  overflow: hidden;
7700
  position: relative;
7846
  box-sizing: border-box;
7847
  }
7848
 
7849
+ .course-summary-sidebar {
7850
  position: relative;
7851
  }
7852
+ @media (min-width: 769px) {
7853
+ .course-summary-sidebar.slide-down .course-summary-sidebar__inner {
7854
+ position: fixed;
7855
+ top: 0;
7856
+ }
7857
  }
7858
+ @media (min-width: 1200px) {
7859
+ .course-summary-sidebar.slide-top .course-summary-sidebar__inner {
7860
+ position: absolute;
7861
+ }
7862
  }
7863
 
7864
  .course-graduation span {
7916
  content: attr(data-text);
7917
  }
7918
 
7919
+ @media (min-width: 769px) {
7920
+ #learn-press-item-comments {
7921
+ padding-bottom: 50px;
7922
+ }
7923
+ }
7924
+
7925
+ .course-tabs input[name=learn-press-course-tab-radio],
7926
+ .course-tabs .course-tab-panel {
7927
  display: none;
7928
  }
7929
+ .course-tabs .course-nav label {
7930
+ display: flex;
7931
+ align-items: center;
7932
+ justify-content: center;
7933
  margin: 0;
7934
+ padding: 17px 10px;
7935
  font-size: 16px;
7936
+ line-height: 1;
7937
  font-weight: 600;
 
7938
  text-transform: capitalize;
7939
  cursor: pointer;
7940
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7941
 
7942
  .no-event {
7943
  pointer-events: none;
7949
  }
7950
  }
7951
  @media screen and (max-width: 600px) {
 
 
 
7952
  ul.learn-press-courses .course {
7953
  width: 100%;
7954
  margin-left: 0;
7956
  }
7957
  .course-price:empty {
7958
  display: none !important;
7959
+ }
7960
+
7961
+ .quiz-attempts .attempts-heading {
7962
+ margin-bottom: 15px;
7963
+ }
7964
+ .quiz-attempts table {
7965
+ border-spacing: 0;
7966
+ border-right: 1px solid var(--lp-secondary-color);
7967
+ border-top: 1px solid var(--lp-secondary-color);
7968
+ width: 100%;
7969
+ }
7970
+ .quiz-attempts table tr th, .quiz-attempts table tr td {
7971
+ border-left: 1px solid var(--lp-secondary-color);
7972
+ border-bottom: 1px solid var(--lp-secondary-color);
7973
+ padding: 5px 15px;
7974
+ text-align: center;
7975
+ }
7976
+ .quiz-attempts table tr th {
7977
+ font-weight: 500;
7978
+ }
7979
+
7980
+ @media (max-width: 575px) {
7981
+ #popup-course .quiz-attempts {
7982
+ overflow-x: auto;
7983
+ }
7984
  }
assets/css/learnpress-rtl.min.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";@-webkit-keyframes rotating4{from{-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes rotating4{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-webkit-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes animation4{from{right:-40%;width:40%}to{right:100%;width:10%}}@keyframes animation4{from{right:-40%;width:40%}to{right:100%;width:10%}}.learn-press-message{position:relative;margin:0 0 20px 0;padding:10px 15px 10px 12px;border-top:5px solid #00adff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background:#f5f5f5}.learn-press-message.icon{padding-right:45px}.learn-press-message.icon::before{background:#00adff}.learn-press-message.icon::after{position:absolute;top:50%;right:15px;width:26px;height:26px;margin-top:-13px;margin-left:10px;border-radius:50%;color:#fff;background:#00adff;font-family:"Font Awesome 5 Free";font-size:20px;line-height:26px;text-align:center;vertical-align:baseline;content:"\f129"}.learn-press-message::before,.learn-press-message::after{position:absolute;top:0;content:""}.learn-press-message::before{left:20px;width:20px;height:30px;background:#00adff}.learn-press-message::after{top:10px;left:20px;width:0;height:0;border:10px solid transparent;border-bottom-color:#f5f5f5}.learn-press-message.error{border-top:5px solid #d85554}.learn-press-message.error::before{background:#d85554}.learn-press-message.error.icon::before{background:#d85554}.learn-press-message.error.icon::after{background:#d85554;content:"\f00d"}.learn-press-message.warning{border-top:5px solid #ffc107}.learn-press-message.warning::before{background:#ffc107}.learn-press-message.warning.icon::before{background:#ffc107}.learn-press-message.warning.icon::after{background:#ffc107;content:"\f00d"}.learn-press-message.success{border-top:5px solid #059601}.learn-press-message.success::before{background:#059601}.learn-press-message.success.icon::before{background:#059601}.learn-press-message.success.icon::after{background:#059601;content:"\f129"}@keyframes lp-rotating{from{-o-transform:rotate(0);-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}to{-o-transform:rotate(-360deg);-ms-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes lp-rotating{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.ajaxload{display:inline-block;position:relative;width:30px;height:30px;background:#7b7b7b;content:"";-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}.ajaxload::after{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:inline-block;position:absolute;top:2px;right:50%;width:6px;height:6px;margin-right:-3px;background:#dedede;content:""}.lp-ajaxload-style-1{display:inline-block;position:relative;width:32px;height:32px}.lp-ajaxload-style-1::before,.lp-ajaxload-style-1::after{position:absolute;top:0;right:0;width:100%;height:100%;border:3px solid #ddd;content:""}.lp-ajaxload-style-1::after{clip:rect(0,32px,16px,16px);border-color:#2fa7ff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}.learn-press-tabs{margin-bottom:34px;background:#f1f2f8}.learn-press-tabs .learn-press-tabs__checker{display:none}.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(4):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(4){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(4):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(4) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(4):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(4) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(4):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(4)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(4):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(4)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(5):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(5){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(5):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(5) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(5):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(5) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(5):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(5)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(5):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(5)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(6):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(6){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(6):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(6) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(6):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(6) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(6):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(6)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(6):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(6)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(7):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(7){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(7):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(7) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(7):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(7) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(7):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(7)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(7):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(7)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(8):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(8){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(8):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(8) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(8):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(8) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(8):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(8)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(8):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(8)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(9):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(9){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(9):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(9) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(9):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(9) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(9):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(9)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(9):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(9)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(10):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(10){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(10):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(10) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(10):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(10) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(10):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(10)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(10):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(10)::after{background:#fff}.learn-press-tabs .learn-press-tabs__nav{display:flex;margin:0;padding:0;border:1px solid #e5e7f2;list-style:none}.learn-press-tabs .learn-press-tabs__tab{position:relative;margin:0;border-left:1px solid #e5e7f2;background:#f1f2f8;list-style:none}.learn-press-tabs .learn-press-tabs__tab:last-child{border-left:0}.learn-press-tabs .learn-press-tabs__tab>label{display:block;margin:0;padding:20px 65px 14px 65px;font-size:18px;font-weight:600;text-align:center;text-transform:capitalize;cursor:pointer}.learn-press-tabs .learn-press-tabs__tab>label a{color:#333}.learn-press-tabs .learn-press-tabs__tab>label a:focus{outline:0;text-decoration:none}@media(max-width:767px){.learn-press-tabs .learn-press-tabs__tab>label{padding:20px 50px 14px 50px}}.learn-press-tabs .learn-press-tabs__tab::before{position:absolute;top:-1px;right:0;width:100%;height:4px;background:transparent;content:""}.learn-press-tabs .learn-press-tabs__tab::after{position:absolute;bottom:-1px;right:0;width:100%;height:4px;background:transparent;content:""}.learn-press-tabs .learn-press-tabs__tab:first-child.active label{position:relative}.learn-press-tabs .learn-press-tabs__tab:first-child.active label::before{position:absolute;top:0;right:-1px;width:1px;height:100%;background:#fff;content:""}.learn-press-tabs.stretch .learn-press-tabs__tab{flex:1}.learn-press-tabs.stretch .learn-press-tabs__tab>label{padding:18px 10px}.learn-press-filters{display:flex;margin-bottom:36px;margin-right:0;list-style:none}@media(max-width:767px){.learn-press-filters{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:15px}}.learn-press-filters>li{margin:0;font-size:16px;line-height:24px}.learn-press-filters>li>a,.learn-press-filters>li>span{display:inline-block;font-weight:600}.learn-press-filters>li>span.count{font-weight:400}.learn-press-filters>li>span.count::before,.learn-press-filters>li>span.count::after{display:inline-block}.learn-press-filters>li>span.count::before{content:"("}.learn-press-filters>li>span.count::after{content:")"}.learn-press-filters>li span{color:#ffb606}.learn-press-filters>li span+span{color:#ffb606}.learn-press-filters>li span+span::before,.learn-press-filters>li span+span::after{color:#ffb606}.learn-press-filters>li a{color:#333}.learn-press-filters>li a+span{color:#333}.learn-press-filters>li a+span::before,.learn-press-filters>li a+span::after{color:#333}.learn-press-filters>li::after{margin:0 35px;color:#ccc;content:"|"}@media(max-width:767px){.learn-press-filters>li::after{display:none}}.learn-press-filters>li:last-child::after{display:none}.lp-checkout-form__before,.lp-checkout-form__after{width:45%;width:-webkit-calc(50% - 30px);width:-moz-calc(50% - 30px);width:calc(50% - 30px);margin:0 15px 40px 15px}.lp-checkout-form__before .lp-checkout-block h4,.lp-checkout-form__after .lp-checkout-block h4{margin-top:0;margin-bottom:18px;color:#333;font-size:18px;font-weight:600;line-height:1}@media(max-width:815px){.lp-checkout-form__before,.lp-checkout-form__after{width:100%;margin:0 0 40px 0}}.lp-checkout-form__before{float:left}.lp-checkout-form__before #checkout-order{width:100%}#learn-press-checkout-form .lp-checkout-form__after{float:right}#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields{padding:0 0 14px 0}#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input input:not([type=checkbox]){width:100%;height:43px;padding:0 22px;border:1px solid #ccc;border-radius:3px;background-color:#fff;font-size:14px;font-weight:300;font-style:italic;line-height:43px}#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input input:not([type=checkbox]):focus{border-color:var(--lp-primary-color);outline:0;color:#222}#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input ::placeholder{opacity:1;color:#999}#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input :-ms-input-placeholder{color:#999}#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input ::-ms-input-placeholder{color:#999}#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input input:-webkit-autofill,#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input input:-webkit-autofill:hover,#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-form-fields .form-field .rwmb-input input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-text-fill-color:#999 !important}#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-checkout-remember{letter-spacing:0}#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-checkout-remember label{width:auto;color:#666;font-size:16px;font-weight:300;line-height:26px}#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-checkout-remember label input[type=checkbox]{position:relative;top:3px;width:19px;height:19px;margin:0 0 0 4px;border:1px solid #ccc;cursor:pointer;-webkit-appearance:none}#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-checkout-remember label input[type=checkbox]:focus{outline:0}#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-checkout-remember label input[type=checkbox]:checked::after{position:absolute;top:2px;right:2px;color:#41abec;font-family:"Font Awesome 5 Free";font-size:14px;font-weight:900;line-height:1;content:"\f00c"}#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-checkout-remember a{color:#666;font-size:16px;font-weight:300;line-height:26px;text-decoration:underline;text-decoration-color:#ccc}#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block .lp-checkout-remember a:hover{color:var(--lp-primary-color);text-decoration-color:var(--lp-primary-color)}#learn-press-checkout-form{margin:0 -15px}@media(max-width:815px){#learn-press-checkout-form{display:flex;flex-direction:column-reverse;margin:0}}#learn-press-checkout-form #btn-checkout-account-switch-to-guest{margin-bottom:60px}#learn-press-checkout-form .description{float:right}#learn-press-checkout-form a{color:#41abec}#learn-press-checkout-form a label{display:inline-block;color:inherit;font-weight:normal;cursor:pointer}#learn-press-checkout-form a:hover{color:#ffb606}#learn-press-checkout-form #checkout-account-guest{width:100%;margin-bottom:35px;padding-bottom:19px;border-bottom:1px solid rgba(204,204,204,0.3)}#learn-press-checkout-form #checkout-account-guest .lp-form-fields,#learn-press-checkout-form #checkout-account-guest .form-field{margin-bottom:0;padding-bottom:0}#learn-press-checkout-form div.lp-guest-checkout-output{margin-top:10px;padding:8px 20px;border:2px solid #41abec;border-radius:4px;font-size:16px;transition:all .2s ease}#learn-press-checkout-form label.lp-guest-checkout-output{margin-top:10px;cursor:pointer;user-select:none}#learn-press-checkout-form .lp-guest-checkout-notice{margin:30px 0 0 0}#learn-press-checkout-form .lp-guest-switch-login{margin-top:1em;color:#666;font-size:16px;font-weight:400}#learn-press-checkout-form input[name=checkout-account-switch-form]{display:none}#learn-press-checkout-form input[name=checkout-account-switch-form]:not(:checked)+.lp-checkout-block{display:none;overflow:hidden;height:0;margin:0;padding:0;border:0;opacity:0}#learn-press-checkout-form input[name=checkout-account-switch-form]:not(:checked)+.lp-checkout-block>*{overflow:hidden;height:0}#learn-press-checkout-form input[name=checkout-account-switch-form]:checked+.lp-checkout-block{display:block;overflow:auto;height:auto}#learn-press-checkout-form input[name=checkout-account-switch-form][value=guest]:checked ~ #btn-checkout-account-switch-to-guest{display:none}#learn-press-checkout-form::after{display:block;clear:both;content:""}#learn-press-checkout-form:focus{outline:0}#checkout-order .lp-checkout-order__inner{padding:0 20px;border:1px solid #ccc;border-radius:4px}#checkout-order .lp-checkout-order__inner table{width:100%;margin:0;border:0}#checkout-order .lp-checkout-order__inner td,#checkout-order .lp-checkout-order__inner th{box-sizing:content-box;border:1px solid rgba(204,204,204,0.3);border-top:0;border-left:0;border-right:0;background:unset;line-height:1;text-align:right;vertical-align:inherit}#checkout-order .lp-checkout-order__inner td:last-child,#checkout-order .lp-checkout-order__inner th:last-child{padding-left:0}#checkout-order .lp-checkout-order__inner .course-thumbnail{width:100px;padding:20px 0 18px 13px}#checkout-order .lp-checkout-order__inner .course-thumbnail>img{width:100px;max-width:100% !important;height:auto !important}#checkout-order .lp-checkout-order__inner .course-name{font-size:16px;font-weight:600;line-height:26px}#checkout-order .lp-checkout-order__inner .course-name a{display:-webkit-box;overflow:hidden;color:#666;-webkit-line-clamp:1;-webkit-box-orient:vertical}#checkout-order .lp-checkout-order__inner .course-name a:hover{color:var(--lp-primary-color)}#checkout-order .lp-checkout-order__inner .col-number{min-width:50px;color:#666;font-size:16px;font-weight:600;line-height:26px;text-align:left}#checkout-order .lp-checkout-order__inner .order-total>th{padding:24px 0 24px 20px}#checkout-order .lp-checkout-order__inner .order-total .col-number{color:#333;font-size:26px}#checkout-order .lp-checkout-order__inner tfoot .cart-subtotal{color:#666;font-size:16px;font-weight:600;line-height:26px}#checkout-order .lp-checkout-order__inner tfoot .cart-subtotal>th{padding:20px 0 17px 20px}#checkout-order .lp-checkout-order__inner tfoot .order-total th{color:#333;font-size:16px;font-weight:600;line-height:26px}#checkout-order .lp-checkout-order__inner tfoot tr:last-child{border-width:0}#checkout-order .lp-checkout-order__inner tfoot tr:last-child td,#checkout-order .lp-checkout-order__inner tfoot tr:last-child th{border-width:0}#checkout-account-register,#checkout-account-login{width:100%;margin-bottom:35px;padding-bottom:19px;border-bottom:1px solid rgba(204,204,204,0.3)}#checkout-account-register .form-field .rwmb-label,#checkout-account-register .form-field .rwmb-input .description,#checkout-account-login .form-field .rwmb-label,#checkout-account-login .form-field .rwmb-input .description{display:none}#checkout-account-register .lp-checkout-remember label,#checkout-account-login .lp-checkout-remember label{display:inline-block}#checkout-account-register .lp-checkout-remember a,#checkout-account-login .lp-checkout-remember a{float:left}#checkout-account-register .lp-checkout-sign-in-link,#checkout-account-register .lp-checkout-sign-up-link,#checkout-account-login .lp-checkout-sign-in-link,#checkout-account-login .lp-checkout-sign-up-link{display:flex;margin:0;color:#666;font-size:16px;font-weight:400}#checkout-account-register .lp-checkout-sign-in-link a,#checkout-account-register .lp-checkout-sign-up-link a,#checkout-account-login .lp-checkout-sign-in-link a,#checkout-account-login .lp-checkout-sign-up-link a{margin-right:5px;color:#41abec;cursor:pointer}#checkout-account-register .lp-checkout-sign-in-link a:hover,#checkout-account-register .lp-checkout-sign-up-link a:hover,#checkout-account-login .lp-checkout-sign-in-link a:hover,#checkout-account-login .lp-checkout-sign-up-link a:hover{color:var(--lp-primary-color)}#checkout-account-register .lp-checkout-sign-in-link a label,#checkout-account-register .lp-checkout-sign-up-link a label,#checkout-account-login .lp-checkout-sign-in-link a label,#checkout-account-login .lp-checkout-sign-up-link a label{display:inline-block;float:left;color:inherit;font-weight:normal;cursor:pointer}#checkout-payment{width:100%;margin-bottom:25px}#checkout-payment h4{margin-bottom:24px}#checkout-payment .secure-connection{float:left;margin-top:5px;color:#999;font-size:12px;font-weight:normal}#checkout-payment .secure-connection i{margin-left:5px;color:#ccc;font-size:18px}@media(max-width:767px){#checkout-payment .secure-connection{margin-top:0}}#checkout-payment .payment-methods{margin:0 0 24px 0;padding:0;list-style:none}#checkout-payment .payment-methods .lp-payment-method{position:relative;margin:0}#checkout-payment .payment-methods .lp-payment-method>label{display:flex;align-items:center}#checkout-payment .payment-methods .lp-payment-method .gateway-input,#checkout-payment .payment-methods .lp-payment-method .gateway-icon{vertical-align:middle}#checkout-payment .payment-methods .lp-payment-method .gateway-icon{max-height:32px}#checkout-payment .payment-methods .lp-payment-method .gateway-input{position:relative;width:20px;height:20px;margin:0 0 0 8px;border:1px solid #ccc;background:#fff;-webkit-appearance:none;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}#checkout-payment .payment-methods .lp-payment-method .gateway-input::before{position:absolute;top:50%;right:50%;width:6px;height:6px;background:#41abec;transform:translate(50%,-50%);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}#checkout-payment .payment-methods .lp-payment-method .gateway-input:checked::before{content:""}#checkout-payment .payment-methods .lp-payment-method .gateway-input:focus{outline:0}#checkout-payment #checkout-order-action button{width:100%;border-color:var(--lp-primary-color);color:#fff;background:var(--lp-primary-color);font-weight:500}#checkout-payment #checkout-order-action button:hover{border-color:var(--lp-primary-color);opacity:.5;background:var(--lp-primary-color)}#checkout-payment #checkout-order-action button.loading::before{display:inline-block;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f110";-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}.lp-terms-and-conditions{color:#666;font-size:16px;font-weight:300;line-height:26px}.lp-terms-and-conditions a{color:#41abec}.lp-terms-and-conditions a:hover{color:var(--lp-primary-color)}.learn-press-checkout.guest-checkout{display:none}.button-continue-guest-checkout{clear:both}#learn-press-checkout .payment-methods{margin:0;padding:0;list-style:none}#learn-press-checkout .payment-methods .lp-payment-method{margin-bottom:20px}#learn-press-checkout .payment-methods .lp-payment-method>label{display:flex;flex-flow:row nowrap;padding:10px 20px;background:#f5f5f5;line-height:40px;cursor:pointer}#learn-press-checkout .payment-methods .lp-payment-method>label img{vertical-align:middle}#learn-press-checkout .payment-methods .lp-payment-method.selected>label{background:#d4d4d4}#learn-press-checkout .payment-methods .payment-method-form{display:none;padding:15px 20px;border-top:1px solid #ddd;background:#f9f9f9}#learn-press-checkout-login,#learn-press-checkout-register{margin-bottom:1.5em;padding:20px 20px 0 20px;border:1px solid #ddd;background:#fff}#learn-press-order-review,.learn-press-checkout-comment{margin-bottom:20px}#checkout-form-login,#checkout-form-register{_display:none}#checkout-form-login .learn-press-form-register,#checkout-form-login .learn-press-form-login,#checkout-form-register .learn-press-form-register,#checkout-form-register .learn-press-form-login{display:none}#checkout-guest-email{margin:0 0 20px 0}#checkout-guest-email .form-heading{margin:0}#checkout-guest-email #checkout-guest-options{margin:0;list-style:none}#checkout-guest-email #checkout-existing-account,#checkout-guest-email #checkout-new-account{display:none;margin:0}#checkout-guest-email.email-exists #checkout-existing-account{display:block}#checkout-guest-email.email-exists #checkout-new-account{display:none}.lp-list-table{width:100%;margin-bottom:20px}.lp-list-table th,.lp-list-table td{padding:20px;border:0 solid rgba(204,204,204,0.3);border-bottom-width:1px;background:#fff;font-size:16px;line-height:1;text-align:right}@media(max-width:767px){.lp-list-table th,.lp-list-table td{padding:15px}}.lp-list-table thead{box-sizing:border-box;border:1px solid #e5e7f2}.lp-list-table thead tr th{height:60px;border-bottom:0;color:#333;background:#f1f2f8;font-size:18px}.lp-list-table tbody,.lp-list-table tfoot{box-sizing:border-box;border:1px solid rgba(204,204,204,0.3);border-top:0}.lp-list-table tbody tr td,.lp-list-table tbody tr th,.lp-list-table tfoot tr td,.lp-list-table tfoot tr th{height:62px;color:#666;background:#fff;font-size:16px;font-weight:300}.lp-list-table tbody tr td a,.lp-list-table tbody tr th a,.lp-list-table tfoot tr td a,.lp-list-table tfoot tr th a{border-bottom:0;color:#666;text-decoration:none}.lp-list-table tbody tr td a:hover,.lp-list-table tbody tr th a:hover,.lp-list-table tfoot tr td a:hover,.lp-list-table tfoot tr th a:hover{color:var(--lp-primary-color)}.lp-list-table tbody tr .column-status .result-percent,.lp-list-table tfoot tr .column-status .result-percent{font-weight:500}.lp-list-table tbody tr .column-status .lp-label,.lp-list-table tfoot tr .column-status .lp-label{font-weight:600}.lp-list-table tbody tr:nth-child(odd),.lp-list-table tfoot tr:nth-child(odd){background:#f5f5f5}.lp-list-table .list-table-nav td{font-size:14px}.lp-list-table .list-table-nav td.nav-text{text-align:right}.lp-list-table .list-table-nav td.nav-pages{text-align:left}.lp-list-table .list-table-nav td.nav-pages .learn-press-pagination{text-align:left}.lp-list-table .list-table-nav td.nav-pages .page-numbers{margin-bottom:0}.lp-label{display:inline-block;color:#666;font-size:16px;font-weight:300;line-height:1}.learn-press-form .form-fields{margin:0;padding:0;list-style:none}.learn-press-form .form-fields .form-field{margin:0 0 20px 0}.learn-press-form .form-fields .form-field label{display:block;margin:0 0 10px 0}.learn-press-form .form-fields .form-field input[type=text],.learn-press-form .form-fields .form-field input[type=email],.learn-press-form .form-fields .form-field input[type=number],.learn-press-form .form-fields .form-field input[type=password],.learn-press-form .form-fields .form-field textarea{width:100%;padding:8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.learn-press-form .form-fields .form-field .description{margin-top:10px;font-size:14px;font-style:italic;line-height:1.4}.learn-press-form .form-fields .form-field .asterisk{color:red}.learn-press-form-login,.learn-press-form-register{max-width:600px;margin-left:auto;margin-bottom:60px;margin-right:auto;padding:40px;border:1px solid #eee;border-radius:6px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06) !important}.learn-press-form-login h3,.learn-press-form-register h3{margin-bottom:20px;font-size:28px;line-height:1.4}.learn-press-form-login .form-fields .form-field label,.learn-press-form-register .form-fields .form-field label{font-size:16px;font-weight:400;user-select:none}.learn-press-form-login .form-fields .form-field input[type=text],.learn-press-form-login .form-fields .form-field input[type=password],.learn-press-form-login .form-fields .form-field input[type=tel],.learn-press-form-login .form-fields .form-field input[type=url],.learn-press-form-login .form-fields .form-field input[type=number],.learn-press-form-register .form-fields .form-field input[type=text],.learn-press-form-register .form-fields .form-field input[type=password],.learn-press-form-register .form-fields .form-field input[type=tel],.learn-press-form-register .form-fields .form-field input[type=url],.learn-press-form-register .form-fields .form-field input[type=number]{height:42px;border:1px solid #bbb;border-radius:4px;line-height:42px}.learn-press-form-login .form-fields .form-field input[type=text]:focus,.learn-press-form-login .form-fields .form-field input[type=password]:focus,.learn-press-form-login .form-fields .form-field input[type=tel]:focus,.learn-press-form-login .form-fields .form-field input[type=url]:focus,.learn-press-form-login .form-fields .form-field input[type=number]:focus,.learn-press-form-register .form-fields .form-field input[type=text]:focus,.learn-press-form-register .form-fields .form-field input[type=password]:focus,.learn-press-form-register .form-fields .form-field input[type=tel]:focus,.learn-press-form-register .form-fields .form-field input[type=url]:focus,.learn-press-form-register .form-fields .form-field input[type=number]:focus{border:0;outline:2px solid transparent !important;outline-offset:2px;box-shadow:0 0 0 2px #666 !important}.learn-press-form-login .form-fields .form-field.required label::after,.learn-press-form-register .form-fields .form-field.required label::after{content:" *";display:inline}.learn-press-form-login form[name=learn-press-login]>p>label,.learn-press-form-register form[name=learn-press-login]>p>label{color:#666;font-size:16px;cursor:pointer;user-select:none}.learn-press-form-login form[name=learn-press-login]>p>a,.learn-press-form-register form[name=learn-press-login]>p>a{color:#666;font-size:16px;line-height:1}.learn-press-form-login form[name=learn-press-login]>p:last-child,.learn-press-form-register form[name=learn-press-login]>p:last-child{margin-bottom:0}.learn-press-form-login button[type=submit],.learn-press-form-register button[type=submit]{width:100%;height:50px;border-radius:3px;outline:0;color:#fff;background:var(--lp-primary-color);box-shadow:none;font-size:16px;line-height:1;vertical-align:middle;text-decoration:none}.required label{font-weight:bold}.required label:after{content:" *";display:inline}.lp-password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.lp-password-input input[type=password]{padding-left:2.5rem}.lp-password-input input::-ms-reveal{display:none}.lp-password-input .lp-show-password-input{position:absolute;top:8px;left:10px;cursor:pointer}.lp-password-input .lp-show-password-input::after{font-family:"Font Awesome 5 Free";font-weight:900;content:"\f06e"}.lp-password-input .lp-show-password-input.display-password::after{color:#585858;content:"\f070"}.form-desc{font-size:smaller;font-style:italic}.become-teacher-form{width:90%;max-width:500px;margin:0 auto}.become-teacher-form .form-field input[type=text],.become-teacher-form .form-field input[type=email],.become-teacher-form .form-field input[type=number],.become-teacher-form .form-field input[type=password]{width:100%}body div.entry-content>div.learnpress{--responsive--aligndefault-width:100%;max-width:var(--lp-content-width,100%)}#learn-press-profile{overflow:hidden;position:relative;background:#fff}#learn-press-profile .lp-user-profile-avatar img{position:relative;width:100%;height:auto;border-radius:unset}#learn-press-profile .lp-user-profile-socials{display:flex;position:relative;z-index:1;margin-top:-17px;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#learn-press-profile .lp-user-profile-socials a{display:inline-block;width:40px;height:40px;margin:0 7px;border:1px solid #cfcfcf;color:#666;background:#fff;font-size:16px;line-height:40px;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}#learn-press-profile .lp-user-profile-socials a:hover{border-color:var(--lp-primary-color);color:#fff;background:var(--lp-primary-color)}#learn-press-profile .wrapper-profile-header{color:#fff;background:var(--lp-secondary-color)}#learn-press-profile .wrapper-profile-header .lp-profile-content-area{position:relative;min-height:345px;padding-top:50px}#learn-press-profile .wrapper-profile-header .lp-profile-left{position:absolute;bottom:0;right:0;width:270px;padding:20px;border:1px solid rgba(0,0,0,0.1);border-bottom:0;background:#fff}#learn-press-profile .wrapper-profile-header .lp-profile-right{margin-right:270px;padding-left:15px;padding-right:35px}#learn-press-profile .wrapper-profile-header .lp-profile-right .lp-profile-username{padding-bottom:18px;font-size:18px;font-weight:500;text-transform:capitalize}#learn-press-profile .wrapper-profile-header .lp-profile-right .lp-profile-user-bio{font-size:16px;font-weight:300;line-height:26px}@media(max-width:990px){#learn-press-profile .wrapper-profile-header .lp-profile-content-area{min-height:inherit;padding:20px 15px}#learn-press-profile .wrapper-profile-header .lp-profile-left{float:right;position:static}#learn-press-profile .wrapper-profile-header .lp-profile-right{float:left;width:calc(100% - 270px);margin-right:0}}@media(max-width:768px){#learn-press-profile .wrapper-profile-header .lp-profile-left{width:220px}#learn-press-profile .wrapper-profile-header .lp-profile-right{width:calc(100% - 220px)}#learn-press-profile .wrapper-profile-header .lp-user-profile-socials{margin-left:-5px;margin-right:-5px}#learn-press-profile .wrapper-profile-header .lp-user-profile-socials a{width:36px;height:36px;margin:0 5px;line-height:36px}}@media(max-width:500px){#learn-press-profile .wrapper-profile-header .lp-profile-left{float:none;margin:0 auto}#learn-press-profile .wrapper-profile-header .lp-profile-right{width:100%;padding-top:30px;text-align:center}}#learn-press-profile #profile-sidebar{float:right;width:270px;margin-top:0;border:1px solid rgba(0,0,0,0.1);border-top:0;background:#fff}@media(max-width:990px){#learn-press-profile #profile-sidebar{width:100%;margin-top:58px}#learn-press-profile #profile-sidebar .lp-user-profile-avatar{max-width:150px}}#learn-press-profile #profile-nav .lp-profile-nav-tabs{margin:0;padding:0;list-style:none}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li{position:relative;margin:0;border-top:1px solid rgba(204,204,204,0.3)}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li a{display:block;padding:0 20px;color:#333;font-size:16px;font-weight:500;line-height:53px}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li>a{padding:0 52px 0 20px}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li>a>i{display:inline-block;position:absolute;right:24px;width:28px;color:var(--lp-primary-color);font-size:12px;line-height:52px;text-align:right}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li>a::after{float:left;margin-left:4px;color:#999;font-family:"Font Awesome 5 Free";font-size:10px;font-weight:900;content:"\f054"}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li ul li{margin:0}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li ul li a{border-bottom:1px solid #f9f9f9}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li ul li a:hover{color:var(--lp-primary-color);background:#fff}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li ul li:hover>a i{color:var(--lp-primary-color);background:#fff}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li.active>a::after,#learn-press-profile #profile-nav .lp-profile-nav-tabs>li:hover>a::after{content:"\f053"}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li.active a{padding-right:52px}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li.wishlist>a::before{position:absolute;right:25px;color:var(--lp-primary-color);font-family:"Font Awesome 5 Free";font-size:12px;font-weight:900;content:"\f004"}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li.wishlist:hover a::before{color:#fff}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li.logout>a::after{display:none}#learn-press-profile #profile-nav .lp-profile-nav-tabs li>a{box-sizing:border-box;height:53px}#learn-press-profile #profile-nav .lp-profile-nav-tabs li>ul{display:none;position:absolute;z-index:1000;top:0;right:100%;min-width:150px;margin:0;padding:0;background:#fff;box-shadow:0 15px 20px 0 rgba(0,0,0,0.05);list-style:none}#learn-press-profile #profile-nav .lp-profile-nav-tabs li.active,#learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover{background:var(--lp-primary-color)}#learn-press-profile #profile-nav .lp-profile-nav-tabs li.active>a,#learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover>a{color:#fff}#learn-press-profile #profile-nav .lp-profile-nav-tabs li.active>a i,#learn-press-profile #profile-nav .lp-profile-nav-tabs li.active>a::after,#learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover>a i,#learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover>a::after{color:#fff}#learn-press-profile #profile-nav .lp-profile-nav-tabs li.active>ul,#learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover>ul{display:block}#learn-press-profile #profile-nav .lp-profile-nav-tabs li.active>ul{position:relative;right:0}#learn-press-profile #profile-nav .lp-profile-nav-tabs li.active>ul .active{background:#fff}#learn-press-profile #profile-nav .lp-profile-nav-tabs li.active>ul .active>a{color:#ffb606}#learn-press-profile #profile-nav .lp-profile-nav-tabs li.active>ul .active>a i{color:#ffb606}@media(max-width:990px){#learn-press-profile #profile-nav{overflow-x:scroll;border-top:1px solid rgba(204,204,204,0.3)}#learn-press-profile #profile-nav .lp-profile-nav-tabs{width:max-content}#learn-press-profile #profile-nav .lp-profile-nav-tabs::after{display:table;clear:both;content:""}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li{float:right;border:0;border-left:1px solid rgba(204,204,204,0.3)}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li>a{height:auto;padding:0 45px 0 20px}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li>a::after{margin-right:10px}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li.has-child a::after{content:"\f077"}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li.active a{padding-right:45px}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li.active a::after{content:"\f078"}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li.active.has-child ul{display:none;width:max-content;transform:translateX(20%)}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li.active.has-child ul::after{display:table;clear:both;box-shadow:0 0;content:""}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li.active.has-child ul li{float:right;border-left:1px solid rgba(204,204,204,0.3)}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li.active.has-child ul li:last-child{border-left:0}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li.active.has-child ul li a{padding:0 10px}#learn-press-profile #profile-nav .lp-profile-nav-tabs li:hover ul{display:none !important}#learn-press-profile #profile-nav .lp-profile-nav-tabs li:not(.has-child)>a::after{display:none}}@media(max-width:560px){#learn-press-profile #profile-nav .lp-profile-nav-tabs>li{max-width:80px}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li>a{font-size:0}#learn-press-profile #profile-nav .lp-profile-nav-tabs>li>a::after{margin-right:0}}#learn-press-profile #profile-content{float:left;width:calc(100% - 300px);margin-bottom:60px;padding-top:58px}@media(max-width:990px){#learn-press-profile #profile-content{width:100%}}@media(max-width:767px){#learn-press-profile #profile-content .learn-press-tabs .learn-press-tabs__nav{display:block;width:100%;border:0}#learn-press-profile #profile-content .learn-press-tabs .learn-press-tabs__nav::after{display:table;clear:both;content:""}#learn-press-profile #profile-content .learn-press-tabs .learn-press-tabs__nav .learn-press-tabs__tab{float:right;border-left:0}#learn-press-profile #profile-content .learn-press-tabs .learn-press-tabs__nav .learn-press-tabs__tab label{padding-left:25px;padding-right:25px}}#learn-press-profile #profile-content .lp-archive-courses ul.learn-press-courses .course{margin:0 0 40px 0}#learn-press-profile #profile-content .lp-archive-courses ul.learn-press-courses .course .course-item .course-content{padding:20px 20px 12px 20px}#learn-press-profile #profile-content .lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-categories,#learn-press-profile #profile-content .lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-instructor{margin-bottom:14px}#learn-press-profile #profile-content .lp-archive-courses ul.learn-press-courses .course .course-item .course-content .course-categories{padding:0}#learn-press-profile #profile-content .lp-button{display:block;margin:0 auto 52px auto;padding:13px 34px;border-color:var(--lp-secondary-color);font-size:14px;font-weight:500;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}#learn-press-profile #profile-content .lp-button:hover{border-color:var(--lp-primary-color)}#learn-press-profile #profile-content #profile-content-orders .profile-orders .profile-heading{display:none}#learn-press-profile #profile-content #profile-content-orders .profile-orders table{margin-top:0}#learn-press-profile #profile-content #profile-content-orders .column-order-actions a{margin-left:6px}#learn-press-profile #dashboard-general-statistic{margin-bottom:55px;padding-bottom:20px;border-bottom:1px solid #ddd}#learn-press-profile .dashboard-general-statistic__row{display:flex;margin:0 -15px;justify-content:center;flex-wrap:wrap}#learn-press-profile .dashboard-general-statistic__row .statistic-box{width:270px;margin:0 15px 40px 15px;padding:27px 25px 15px 25px;border:1px solid #ccc;border-radius:4px;background:#f9fafc;text-align:center}@media(max-width:990px){#learn-press-profile .dashboard-general-statistic__row .statistic-box{width:45%}}@media(max-width:767px){#learn-press-profile .dashboard-general-statistic__row .statistic-box{width:100%;margin:0 15px 20px 15px}}#learn-press-profile .dashboard-general-statistic__row .statistic-box .statistic-box__text{margin:0 0 7px 0;padding:0;color:#666;font-size:18px;font-weight:400;line-height:1}#learn-press-profile .dashboard-general-statistic__row .statistic-box .statistic-box__number{color:#333;font-size:18px;font-weight:500;line-height:1}#learn-press-profile .dashboard-general-statistic__row .statistic-box:hover{background:#eaeaea}#learn-press-profile .dashboard-general-statistic__row[data-col="2"] .statistic-box{width:50%}#learn-press-profile .dashboard-general-statistic__row[data-col="4"] .statistic-box{width:25%}#learn-press-profile .dashboard-general-statistic__row[data-col="5"] .statistic-box{width:20%}#learn-press-profile .profile-courses>h3{margin-top:0;margin-bottom:36px;color:#333;font-size:30px;font-weight:600;line-height:1;text-transform:capitalize}#learn-press-profile-basic-information .form-field,form[name=profile-change-password] .form-field{margin:0 10px 24px 10px}#learn-press-profile-basic-information .form-field>label,form[name=profile-change-password] .form-field>label{margin:0 0 12px 0;color:#333;font-size:16px;font-weight:500;font-style:italic}#learn-press-profile-basic-information .form-field .form-field-input input,form[name=profile-change-password] .form-field .form-field-input input{height:43px;padding:8px 20px;font-weight:400}#learn-press-profile-basic-information .form-field .form-field-input input[type=password],form[name=profile-change-password] .form-field .form-field-input input[type=password]{padding:8px 20px}#learn-press-profile-basic-information .form-field .form-field-input textarea,form[name=profile-change-password] .form-field .form-field-input textarea{padding:9px 20px 16px 20px;font-weight:300;line-height:24px}#learn-press-profile-basic-information .form-field .form-field-input input,#learn-press-profile-basic-information .form-field .form-field-input textarea,form[name=profile-change-password] .form-field .form-field-input input,form[name=profile-change-password] .form-field .form-field-input textarea{border:1px solid #ccc;color:#999;font-size:14px;font-style:italic}#learn-press-profile-basic-information .form-field .form-field-input input:focus,#learn-press-profile-basic-information .form-field .form-field-input textarea:focus,form[name=profile-change-password] .form-field .form-field-input input:focus,form[name=profile-change-password] .form-field .form-field-input textarea:focus{border-color:var(--lp-primary-color);outline:0;color:#222}#learn-press-profile-basic-information .form-field .form-field-input ::placeholder,form[name=profile-change-password] .form-field .form-field-input ::placeholder{opacity:1;color:#999}#learn-press-profile-basic-information .form-field .form-field-input :-ms-input-placeholder,form[name=profile-change-password] .form-field .form-field-input :-ms-input-placeholder{color:#999}#learn-press-profile-basic-information .form-field .form-field-input ::-ms-input-placeholder,form[name=profile-change-password] .form-field .form-field-input ::-ms-input-placeholder{color:#999}#learn-press-profile-basic-information .form-field .form-field-input .description,form[name=profile-change-password] .form-field .form-field-input .description{margin-top:15px}@media(max-width:767px){#learn-press-profile-basic-information .form-field,form[name=profile-change-password] .form-field{margin:0 0 24px 0}}#learn-press-profile-basic-information .form-field__50,form[name=profile-change-password] .form-field__50{float:right;width:calc(50% - 20px);margin-left:10px}@media(max-width:767px){#learn-press-profile-basic-information .form-field__50,form[name=profile-change-password] .form-field__50{float:unset;width:100%;margin:0 0 24px 0}}#learn-press-profile-basic-information .form-field__clear,form[name=profile-change-password] .form-field__clear{clear:both}#learn-press-profile-basic-information button,form[name=profile-change-password] button{padding:16px 24px;border:0;border-radius:3px;color:#fff;background:var(--lp-primary-color);font-size:16px;font-weight:400;line-height:1}#learn-press-profile-basic-information button:hover,form[name=profile-change-password] button:hover{opacity:.5;background:var(--lp-primary-color)}#learn-press-profile-basic-information p,form[name=profile-change-password] p{margin:0}#learn-press-profile-basic-information .form-fields{margin:0 -10px}#learn-press-profile-basic-information .form-fields::after{display:block;clear:both;content:""}@media(max-width:767px){#learn-press-profile-basic-information .form-fields{margin:0}}.recover-order__title{margin-bottom:5px}.recover-order__description{margin-bottom:20px;color:#999;font-size:.8em;font-style:italic}div.order-recover{display:flex}div.order-recover>.button-recover-order{margin:0;margin-right:20px;flex:0 0 auto}div.order-recover>.button-recover-order.loading::before{display:inline-block;margin-left:5px;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f110";animation:lp-rotating 1s linear infinite}div.order-recover input[type=text]{width:100%;height:43px;margin-left:10px;padding:0 22px;border:1px solid #ccc;border-radius:3px;background-color:#fff;font-size:14px;font-weight:300;font-style:italic;line-height:43px;flex:1 1 auto}.learn-press-profile-course__progress .lp_profile_course_progress{border:1px solid #eee}.learn-press-profile-course__progress .lp_profile_course_progress__item{display:grid;align-items:center;padding:15px;border-top:1px solid #eee;grid-template-columns:90px 1fr 80px 140px 140px;column-gap:20px}.learn-press-profile-course__progress .lp_profile_course_progress__header{background-color:#eee}.lp_profile_course_progress__nav button.loading::before{display:inline-block;margin-left:5px;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f110";-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}.learn-press-profile-course__tab__inner{display:flex;margin:40px 0 0 0;padding:0;background:#eee;list-style:none !important}.learn-press-profile-course__tab__inner>li{list-style:none}.learn-press-profile-course__tab__inner>li:hover{cursor:pointer}.learn-press-profile-course__tab__inner a{display:inline-block;padding:15px 30px;font-weight:600}.learn-press-profile-course__tab__inner a.active{border-top:4px solid var(--lp-primary-color);color:var(--lp-primary-color);background:#fff}.learn-press-course-tab-filters .learn-press-filters{margin-top:20px;margin-right:0;padding:0;list-style:none}.learn-press-course-tab-filters .learn-press-filters a.active{color:var(--lp-primary-color)}.learnpress_avatar__form label{display:inline-block}.learnpress_avatar__form input[type=file]{display:none}.learnpress_avatar__form__upload{display:flex;width:200px;height:200px;border:1px dashed #ccc;border-radius:3px;background-color:#fafafa;font-size:14px;font-weight:300;font-style:italic;line-height:43px;text-align:center;cursor:pointer;align-items:center;justify-content:center}.learnpress_avatar__form__upload div{line-height:1.4}.learnpress_avatar__button--loading::before{display:inline-block;margin-left:5px;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f110";-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}#learn-press-course-tabs .course-tab-panels .course-tab-panel{display:none;padding-top:56px}#learn-press-course-tabs .course-tab-panels .course-tab-panel.active{display:block}#learn-press-course-tabs .course-tab-panels .course-tab-panel.course-tab-panel-instructor,#learn-press-course-tabs .course-tab-panels .course-tab-panel.course-tab-panel-faqs{padding-top:60px}#learn-press-course-tabs .course-tab-panels .course-tab-panel.course-tab-panel-reviews{padding:56px 0 0 0}#learn-press-course-tabs .course-tab-panels .course-tab-panel .course-description h4{margin-top:0;margin-bottom:1.125rem;color:#333;font-size:18px;font-weight:500}#learn-press-course-tabs .course-tab-panels .course-tab-panel .course-description p{color:#666;font-size:16px;font-weight:300;line-height:26px}#learn-press-course-tabs .course-tab-panels .course-tab-panel .course-description img{max-width:100%;height:auto;vertical-align:middle}#learn-press-course-tabs.show-all .course-tab-panel{margin-bottom:40px}#learn-press-course .lp-course-author{display:flex;margin-bottom:40px}@media(max-width:767px){#learn-press-course .lp-course-author{flex-direction:column;padding:0 15px}}#learn-press-course .lp-course-author .course-author__pull-left{margin-left:30px;text-align:center;align-items:center}@media(max-width:767px){#learn-press-course .lp-course-author .course-author__pull-left{margin-left:0;margin-bottom:30px}}#learn-press-course .lp-course-author .course-author__pull-left img{width:100%;max-width:96px;margin-bottom:20px;border-radius:50%;object-fit:cover;object-position:center}#learn-press-course .lp-course-author .course-author__pull-right{flex:1}@media(max-width:767px){#learn-press-course .lp-course-author .course-author__pull-right{width:100%;text-align:center}}#learn-press-course .lp-course-author .course-author__pull-right .author-title{margin-bottom:18px}#learn-press-course .lp-course-author .course-author__pull-right .author-title a{color:#333;box-shadow:none;font-size:18px;font-weight:500;text-transform:capitalize}#learn-press-course .lp-course-author .course-author__pull-right .author-title a:hover{color:var(--lp-primary-color)}#learn-press-course .lp-course-author .course-author__pull-right .author-description{color:#666;font-size:16px;font-weight:300;line-height:26px}#learn-press-course .lp-course-author .author-socials{display:grid;grid-template-columns:repeat(4,33px);gap:10px;justify-content:center}#learn-press-course .lp-course-author .author-socials>a{display:inline-block;width:33px;height:33px;margin:0;border:1px solid #ededed;border-radius:50%;color:#878787;box-shadow:none;font-size:14px;line-height:33px;text-align:center;vertical-align:middle;transition:all .3s}#learn-press-course .lp-course-author .author-socials>a:hover{border-color:var(--lp-primary-color);color:#fff;background:var(--lp-primary-color)}#learn-press-course .lp-course-author .author-socials .fa-googleplus::before{content:"\f0d5"}#learn-press-course div.lp-list-co-instructor{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}#learn-press-course div.lp-list-co-instructor__item{display:flex;column-gap:30px}@media(max-width:767px){#learn-press-course div.lp-list-co-instructor__item{align-items:center;flex-direction:column;padding:0 15px;column-gap:0;row-gap:10px}}#learn-press-course div.lp-list-co-instructor__avatar>img{width:100%;max-width:96px;border-radius:999px}#learn-press-course div.lp-list-co-instructor__bio{flex:1}#learn-press-course div.lp-list-co-instructor__bio__top>a{font-size:18px;font-weight:600}#learn-press-course div.lp-list-co-instructor__bio__description{font-size:1rem}#learn-press-course .course-price{margin-bottom:10px}#learn-press-course .course-price .origin-price,#learn-press-course .course-price .price{vertical-align:middle}#learn-press-course .course-price .origin-price{margin-left:10px;font-size:18px;font-style:italic;text-decoration:line-through}#learn-press-course .course-price .price{font-size:24px}#learn-press-course .lp-course-buttons{margin-bottom:20px}#learn-press-course .course-featured-review .featured-review__title{margin-top:0;margin-bottom:6px;font-size:18px;font-weight:500}#learn-press-course .course-featured-review .featured-review__stars{padding-bottom:12px;color:var(--lp-primary-color);font-size:16px}#learn-press-course .course-featured-review .featured-review__content{position:relative;color:#666;font-size:16px;font-weight:500;font-style:italic;line-height:24px}#learn-press-course .course-featured-review .featured-review__content::after{position:absolute;top:-42px;left:-15px;color:rgba(102,102,102,0.1);font-family:Arial;font-size:180px;font-weight:700;font-style:normal;content:"‘‘";transform:rotate(-180deg)}#learn-press-course .course-tags a{display:inline-block;padding:3px 5px;border-radius:4px;color:#fff;background:#9aa5ab;font-size:12px;line-height:1}.edit-content{margin-right:5px}ul.learn-press-nav-tabs{display:flex;max-height:60px;margin:0;padding:0;border:1px solid rgba(204,204,204,0.3);border-bottom:0;background:#f1f2f8;list-style:none}ul.learn-press-nav-tabs .course-nav{float:right;position:relative;margin:0;border-left:1px solid rgba(204,204,204,0.3);border-bottom:1px solid rgba(204,204,204,0.3);list-style:none}ul.learn-press-nav-tabs .course-nav:first-child.active::after{position:absolute;top:-1px;right:-1px;width:1px;height:100%;background:#fff;content:""}ul.learn-press-nav-tabs .course-nav:last-child{border-left:0}ul.learn-press-nav-tabs .course-nav:last-child.active::after{position:absolute;top:-1px;left:-2px;width:2px;height:100%;background:#fff;content:""}ul.learn-press-nav-tabs .course-nav.active{border-bottom:0}ul.learn-press-nav-tabs .course-nav.active::before{position:absolute;top:-1px;right:0;width:100%;height:4px;background:var(--lp-primary-color);content:""}ul.learn-press-nav-tabs .course-nav.active label{color:var(--lp-primary-color)}ul.learn-press-nav-tabs .course-nav a{display:inline-block;padding:10px 20px;border-bottom:0;outline:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}ul.learn-press-nav-tabs .course-nav a:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}ul.learn-press-nav-tabs[data-tabs] .course-nav{flex:1}ul.learn-press-nav-tabs[data-tabs] .course-nav a{width:100%;text-align:center}ul.learn-press-nav-tabs::after{display:block;clear:both;content:""}@media(max-width:767px){ul.learn-press-nav-tabs{display:grid;grid-template-columns:repeat(2,1fr);max-height:none}}.course-item-popup #tab-curriculum{display:block}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections{position:relative;z-index:9999;margin:0;padding:0;background:#fff;list-style:none}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .closed .section-item__loadmore{display:none}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section{margin:0;padding:0 0 42px 0}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section:last-child{padding:0}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section.section-empty .section-header{margin-bottom:20px}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section.section-empty .learn-press-message{margin-left:15px;margin-right:15px}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header{display:table;width:100%;padding:0 0 26px 0;border-bottom:0;border-bottom:1px solid #d9e0f1;background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-left{vertical-align:top}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-left .section-title{padding:0;color:#666;font-size:26px;font-weight:400;letter-spacing:0;text-transform:capitalize}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-title,#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-desc{margin:0 0 10px 0}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-title{position:relative;margin-bottom:0;padding:8px 0;color:#5383f7;font-size:16px;font-weight:normal;line-height:1}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-title span.show-desc{display:inline-block;position:absolute;top:50%;left:30px;width:20px;height:20px;transform:translate(0,-50%)}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-title span.show-desc::before{font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;content:"\f107"}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-title span.show-desc:hover::before{border-top-color:#ccc}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-desc{margin:0;font-size:14px;font-style:italic}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-header .section-meta{display:block;padding-top:17px;padding-bottom:15px;font-size:14px;text-align:left;vertical-align:middle;white-space:nowrap}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content{margin:0 0 15px 0;padding:0;list-style:none}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item{display:flex;position:relative;margin:0 0 2px 0;padding:0 30px 0 15px;background:rgba(241,242,248,0.4);font-size:14px;transition:padding-right linear .15s}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item>span{display:flex;width:28px;color:#666;font-size:16px;font-weight:300;align-items:center}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link{display:table;width:calc(100% - 28px);border-bottom:0;outline:0;box-shadow:none;line-height:1.5}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link:hover .item-name{color:var(--lp-primary-color)}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link::before{display:table-cell;display:table-cell;right:0;width:20px;padding:15px 0;color:var(--lp-primary-color);font-family:"Font Awesome 5 Free";font-size:18px;font-weight:400;vertical-align:middle;transition:right linear .15s}@media(max-width:767px){#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link .course-item-meta{display:flex;flex-direction:column-reverse;align-items:flex-end}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link .course-item-meta .duration{margin-bottom:5px}}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .item-icon,#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .item-name{display:table-cell;padding:17px 16px;color:#333;font-size:16px;font-weight:600;vertical-align:middle}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .item-icon::before{font-size:18px}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .item-icon.icon-lock{float:left;margin-top:15px}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta{display:table-cell;padding:10px 0;text-align:left;vertical-align:middle;white-space:nowrap}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta{display:inline-block;height:23px;margin-right:14px;padding:0 8px;border-radius:3px;color:#fff;font-size:14px;line-height:23px;text-align:center;vertical-align:middle}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta.final-quiz{background:#14c4ff}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta.trans{padding:0}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .count-questions{background:#9672cf}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .duration{background:silver}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .course-item-status{padding:0;color:#999;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .course-item-status::before{font-family:"Font Awesome 5 Free";font-size:14px;font-weight:900;vertical-align:middle;text-transform:lowercase;content:"\f00c"}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link::before{content:"\f059"}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link::before{content:"\f15b"}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson.course-item-type-video .section-item-link::before{content:"\f03d"}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson.course-item-type-audio .section-item-link::before{content:"\f028"}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-preview{background:#00adff;font-style:normal;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-preview::before{color:#fff;vertical-align:baseline;content:attr(data-preview)}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-status::before{color:var(--lp-secondary-color);content:"\f023"}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.has-status{padding-top:1px}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-completed .course-item-status::before,#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-evaluated .course-item-status::before{color:#3bb54a}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.item-failed .course-item-status::before,#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.failed .course-item-status::before{border-color:#f02425;color:#f02425;content:"\f00d"}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item::before{position:absolute;top:50%;right:0;width:3px;height:0;background:#00adff;content:"";transition:height linear .15s,top linear .15s}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.current{padding-right:10px;background:#f9f9f9}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.current a::before{right:10px}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-content .course-item.current::before{top:0;height:100%}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-item-link{color:#777;text-decoration:none}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-desc{color:#999}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-title.c+.section-desc{display:block}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-title.c span.show-desc::before{-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg);top:0}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .item-meta.duration{background:#d9e0f1}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-item__loadmore{display:flex;justify-content:center;align-items:center}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-item__loadmore button{display:inline-flex;margin-left:auto;margin-right:auto;padding:10px 20px;border:0;border-radius:4px;outline:0;color:#222;background:#f7f7f7;box-shadow:none;font-weight:500;justify-content:center;align-items:center}#learn-press-course-curriculum.course-curriculum ul.curriculum-sections .section-item__loadmore.loading button::before{display:inline-block;margin-left:5px;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f110";-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}#learn-press-course-curriculum.course-curriculum .curriculum-more__button{display:flex;width:100%;margin-top:20px;margin-bottom:20px;padding-top:10px;padding-bottom:10px;border:0;outline:0;color:#fff;background:#333;box-shadow:none;justify-content:center;align-items:center}#learn-press-course-curriculum.course-curriculum .curriculum-more__button.loading::before{display:inline-block;margin-left:5px;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f110";-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}body.course-item-popupx{overflow:hidden;_opacity:0}body.course-item-popupx #learn-press-course-curriculum{overflow:auto;position:fixed;z-index:9999;top:32px;bottom:0;right:0;width:400px;border-left:1px solid #ddd;background:#fff}body.course-item-popupx #learn-press-course-curriculum .section-header{padding:0 15px}body.course-item-popupx #learn-press-course-curriculum .section-header .section-desc{margin:-10px 0 5px}body.course-item-popupx #learn-press-course-curriculum .course-item{padding-left:15px;padding-right:15px}body.course-item-popupx #learn-press-course-curriculum .course-item a::before{right:15px}body.course-item-popupx #learn-press-content-item{overflow:hidden;position:fixed;z-index:9999;top:32px;left:0;bottom:0;right:400px;background:#fff}body.course-item-popupx #learn-press-content-item .content-item-wrap{max-width:900px;margin:10px auto}body.course-item-popupx #learn-press-content-item .course-item-title{font-size:1.4rem}body.course-item-popupx #learn-press-content-item .content-question-summary .review-heading{text-align:center}body.course-item-popupx #learn-press-content-item .content-question-summary .question-title{margin-bottom:10px;font-size:1.2rem}body.course-item-popupx #content-item-nav{position:fixed;z-index:99999;left:0;bottom:0;right:400px;height:60px;border-top:1px solid #ddd;background:#f5f5f5}body.course-item-popupx #content-item-nav .content-item-nav-wrap{max-width:900px;margin:10px auto}body.course-item-popupx #content-item-nav button{height:40px;padding:0 20px;line-height:40px}body.course-item-popupx .comment-form-textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body.course-item-popupx.wpadminbar #learn-press-course-curriculum,body.course-item-popupx.wpadminbar #learn-press-content-item{top:92px}body.course-item-popupx.wpadminbar #course-item-content-header{top:32px}body.course-item-popupx.wpadminbar .content-item-description{margin-bottom:20px}body.course-item-popupx .content-item-summary{margin-bottom:50px}body.course-item-popupx .content-item-summary>h3{margin-bottom:20px}body.course-item-popupx .content-item-summary.content-item-video .entry-video{position:absolute;top:0;right:0;width:100%;background:#000;line-height:1}body.course-item-popupx .content-item-summary.content-item-video .entry-video iframe{width:100%;max-width:900px;margin-bottom:0;vertical-align:top}body.course-item-popupx .learn-press-content-protected-message{margin-bottom:50px;padding:20px;background:#ffe0e0}body.course-item-popupx.content-only #learn-press-content-item{z-index:9999999;top:0;bottom:0;right:0}body.course-item-popupx.content-only #learn-press-content-item #course-item-content-header,body.course-item-popupx.content-only #learn-press-content-item #course-item-content-footer{display:none}body.course-item-popupx.content-only #learn-press-content-item .content-item-scrollable{bottom:0}body #ifr-course-item{position:absolute;z-index:999999;top:0;right:0;width:100%;height:100%;background:#fff}body.full-screen-content-item #course-item-content-header .toggle-content-item::before{font:28px/60px "Font Awesome 5 Free";content:"\f066"}body .content-item-summary .form-button-finish-course,body .lp-quiz-buttons .form-button-finish-course{float:left}#wpadminbar #wp-admin-bar-edit-lp_quiz .ab-item::before,#wpadminbar #wp-admin-bar-edit-lp_lesson .ab-item::before,#wpadminbar #wp-admin-bar-edit-lp_question .ab-item::before{top:2px;font-family:"Font Awesome 5 Free"}#wpadminbar #wp-admin-bar-edit-lp_quiz .ab-item::before{content:"\f017"}#wpadminbar #wp-admin-bar-edit-lp_lesson .ab-item::before{content:"\f15c"}#wpadminbar #wp-admin-bar-edit-lp_question .ab-item::before{content:"\f29c"}.scroll-wrapper{overflow:hidden;opacity:0}.scroll-wrapper .scroll-element{background:transparent}.scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible{transition:opacity .25s}.scroll-wrapper:hover .scroll-element.scroll-y.scroll-scrolly_visible{opacity:.7}.course-remaining-time .lp-label.label-enrolled{font-size:inherit}.course-progress .lp-progress-bar:hover{cursor:pointer}#course-item-content-header,#course-item-content-footer{position:fixed;left:0;height:60px;line-height:60px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#course-item-content-header{z-index:100;top:0;right:0;padding:0;border-bottom:1px solid #ddd;background:#e7f7ff}#course-item-content-header .course-item-search{float:right;position:relative;box-sizing:border-box;width:400px;padding:15px}#course-item-content-header .course-item-search input{float:right;width:385px;height:30px;padding:0;border:0;color:#aaa;background:transparent;box-shadow:none;font-style:italic}#course-item-content-header .course-item-search input:focus{outline:0;color:#777;box-shadow:none}#course-item-content-header .course-item-search button{position:absolute;z-index:99;left:15px;height:30px;margin-right:-30px;padding:0;border:0;color:#777;background:transparent;font-size:15px;line-height:30px}#course-item-content-header .course-item-search button::after{font-family:"Font Awesome 5 Free";content:"\f002"}#course-item-content-header .course-item-search.has-keyword button::after{content:"\f00d"}#course-item-content-header .course-title{float:right;clear:none;height:60px;margin:0;padding:0 15px;font-size:1.4rem;line-height:60px}#course-item-content-header .course-title a{box-shadow:none}#course-item-content-header .course-title::before{display:none;content:""}#course-item-content-header .form-button.lp-button-back{float:left;margin-left:15px}#course-item-content-header .toggle-content-item{display:inline-block;float:left;width:60px;height:60px;border-right:1px solid #ddd;text-align:center}#course-item-content-header .toggle-content-item::before{font:28px/60px "Font Awesome 5 Free";content:"\f065"}#course-item-content-footer{display:none;bottom:0;right:400px;padding:15px;border-top:1px solid #ddd}#course-item-content-footer button,#course-item-content-footer .lp-button{height:35px;padding:0 10px;font-size:14px;line-height:30px}.learn-press-form.completed button::before{margin-left:10px;font-family:"Font Awesome 5 Free";font-size:18px;content:"\f00c"}.lp-course-progress{position:relative}.lp-course-progress .lp-passing-conditional{position:absolute;top:0;width:3px;height:6px;margin-right:-1px;background:var(--lp-secondary-color)}.viewing-course-item #learn-press-course-curriculum .section-header .section-desc{display:none}.course-meta{display:flex;margin-bottom:40px}.course-meta .course-meta__pull-left,.course-meta .course-meta__pull-right{display:flex}.course-meta .course-meta__pull-left{flex:1}.course-meta .course-meta__pull-left .meta-item{margin-left:10px}.course-meta .course-meta__pull-right{flex:0 0 50%}.course-meta .course-meta__pull-right .meta-item{margin-right:10px}.course-meta.course-meta-primary .meta-item{flex:1}.course-meta.two-columns .course-meta{flex:1}.course-extra-box{margin-bottom:3px;border:1px solid rgba(204,204,204,0.3);border-radius:5px}.course-extra-box__title{--extra-height:54px;display:flex;align-items:center;position:relative;height:var(--extra-height);margin:0;padding:0 38px 0 45px;background:rgba(181,187,211,0.15);font-size:1.1rem;font-weight:600;cursor:pointer}.course-extra-box__title::after{position:absolute;top:0;left:20px;color:#666;font-family:"Font Awesome 5 Free";line-height:var(--extra-height);content:"\f0d7"}.course-extra-box__content{display:none}.course-extra-box__content-inner{-webkit-animation-name:course-extra-box__content-inner-transform;animation-name:course-extra-box__content-inner-transform;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-direction:normal;animation-direction:normal}.course-extra-box__content ul,.course-extra-box__content li{list-style:none}.course-extra-box__content ul{margin:0;padding:0}.course-extra-box__content li{margin:0;padding:22px 38px 14px;border-bottom:1px solid rgba(204,204,204,0.3);color:#666;font-size:16px;font-weight:300}.course-extra-box__content li::before{margin-left:8px;color:var(--lp-primary-color);font-family:"Font Awesome 5 Free";font-weight:900;content:"\f00c"}.course-extra-box__content li:last-child{border-bottom:0}.course-extra-box:last-child{margin-bottom:60px}.course-extra-box.active .course-extra-box__title::after{content:"\f0d8"}input[name=course-extra-box-ratio]{display:none}input[name=course-extra-box-ratio]:checked+.course-extra-box .course-extra-box__content{display:block}input[name=course-extra-box-ratio]:checked+.course-extra-box .course-extra-box__content .course-extra-box__content-inner{transform:scale(1)}@-webkit-keyframes course-extra-box__content-inner-transform{from{opacity:0;-webkit-transform:translateX(-5%);transform:translateX(-5%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes course-extra-box__content-inner-transform{from{opacity:0;-webkit-transform:translateX(-5%);transform:translateX(-5%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.course-tab-panel-faqs{padding-top:64px}@media(max-width:767px){.course-tab-panel-faqs{padding:0 15px}}.course-tab-panel-faqs .course-faqs-box{margin-bottom:20px;border:1px solid rgba(204,204,204,0.6);border-radius:5px}.course-tab-panel-faqs .course-faqs-box__title{display:block;position:relative;margin:0;padding:25px 30px 25px 45px;font-size:16px;font-weight:500;line-height:1.7;cursor:pointer}.course-tab-panel-faqs .course-faqs-box__title::after{position:absolute;top:50%;left:28px;color:#6c6c6c;font-family:"Font Awesome 5 Free";font-size:12px;font-weight:900;content:"\f078";transform:translateY(-50%)}.course-tab-panel-faqs .course-faqs-box .course-faqs-box__content{display:none}.course-tab-panel-faqs .course-faqs-box .course-faqs-box__content .course-faqs-box__content-inner{padding:0 28px 33px 28px;color:#666;font-size:16px;font-weight:300;line-height:26px;-webkit-animation-name:course-faqs-box__content-inner-transform;animation-name:course-faqs-box__content-inner-transform;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-direction:normal;animation-direction:normal}.course-tab-panel-faqs .course-faqs-box:last-child{margin-bottom:40px}.course-tab-panel-faqs .course-faqs-box:hover{background:rgba(241,242,248,0.4)}.course-tab-panel-faqs .course-faqs-box:hover .course-faqs-box__title{color:var(--lp-primary-color)}input[name=course-faqs-box-ratio]{display:none}input[name=course-faqs-box-ratio]:checked+.course-faqs-box .course-faqs-box__content{display:block}input[name=course-faqs-box-ratio]:checked+.course-faqs-box{background:rgba(241,242,248,0.4)}input[name=course-faqs-box-ratio]:checked+.course-faqs-box .course-faqs-box__title{color:var(--lp-primary-color)}input[name=course-faqs-box-ratio]:checked+.course-faqs-box .course-faqs-box__title::after{content:"\f077"}@-webkit-keyframes course-faqs-box__content-inner-transform{from{opacity:0;-webkit-transform:translateX(-5%);transform:translateX(-5%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes course-faqs-box__content-inner-transform{from{opacity:0;-webkit-transform:translateX(-5%);transform:translateX(-5%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@media screen and (max-width:1300px){body.course-item-popup #course-item-content-header .course-item-search{width:300px}body.course-item-popup #course-item-content-header .course-item-search input{width:285px}body.course-item-popup #course-item-content-header .course-item-search button{right:300px}body.course-item-popup #learn-press-course-curriculum{width:300px}body.course-item-popup #learn-press-course-curriculum .progress-bg{width:40px}body.course-item-popup #content-item-nav,body.course-item-popup #learn-press-content-item,body.course-item-popup #course-item-content-footer{right:300px}body.course-item-popup .section-desc{display:none}}@media screen and (max-width:1200px){body.course-item-popupx #course-item-content-header .course-item-search{width:300px}body.course-item-popupx #course-item-content-header .course-item-search input{width:285px}body.course-item-popupx #course-item-content-header .course-item-search button{right:300px}body.course-item-popupx #learn-press-course-curriculum{width:300px}body.course-item-popupx #content-item-nav,body.course-item-popupx #learn-press-content-item,body.course-item-popupx #course-item-content-footer{right:300px}body.course-item-popupx #learn-press-content-item .content-item-nav-wrap,body.course-item-popupx #learn-press-content-item .content-item-wrap{width:90%}}@media screen and (max-width:768px){body.course-item-popup #course-item-content-header .course-item-search{width:200px}body.course-item-popup #course-item-content-header .course-item-search input{width:185px}body.course-item-popup #course-item-content-header .course-item-search button{right:200px}body.course-item-popup #learn-press-course-curriculum{width:200px}body.course-item-popup #content-item-nav,body.course-item-popup #learn-press-content-item,body.course-item-popup #course-item-content-footer{right:200px}body.course-item-popup #learn-press-content-item .content-item-nav-wrap,body.course-item-popup #learn-press-content-item .content-item-wrap{width:90%}body.course-item-popup.wpadminbar #learn-press-content-item,body.course-item-popup.wpadminbar #learn-press-course-curriculum{top:106px}body.course-item-popup.wpadminbar #course-item-content-header{top:46px}.learn-press-course-results-progress{margin-left:0}.learn-press-course-results-progress .items-progress,.learn-press-course-results-progress .course-progress{float:none;width:100%;margin-left:0;margin-bottom:20px}}.lp-quiz-buttons{margin-bottom:20px;display:block;clear:both;content:""}.quiz-progress{margin-bottom:30px;background:#e7f7ff}.quiz-progress .progress-items{display:flex}.quiz-progress .progress-items .progress-item{position:relative;color:#777;font-size:15px;flex:1}.quiz-progress .progress-items .progress-item .progress-number,.quiz-progress .progress-items .progress-item .progress-label{display:block;line-height:1;text-align:center}.quiz-progress .progress-items .progress-item .progress-number{margin:15px 0 10px 0;font-size:20px}.quiz-progress .progress-items .progress-item .progress-label{margin-bottom:15px;font-size:14px}.quiz-progress .progress-items .progress-item i{display:none;float:right;width:60px;height:60px;color:#fff;background:#00adff;font-size:30px;line-height:60px;text-align:center}.quiz-progress .progress-items .progress-item::after{display:block;clear:both;content:""}.answer-options{margin:0;padding:0;list-style:none}.answer-options .answer-option{display:flex;overflow:hidden;position:relative;margin:0 0 18px 0;padding:10px;color:#777;background:#f5f5f5;font-size:20px;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-transition:background linear .25s;-moz-transition:background linear .25s;-ms-transition:background linear .25s;-o-transition:background linear .25s;transition:background linear .25s}.answer-options .answer-option .option-title{display:table-cell;font-size:smaller}.answer-options .answer-option .option-title .option-title-content{display:inline-block;vertical-align:middle}.answer-options .answer-option .option-title::before{position:absolute;top:0;bottom:0;right:0;width:3px;background:#ddd;content:"";-webkit-transition:background linear .25s;-moz-transition:background linear .25s;-ms-transition:background linear .25s;-o-transition:background linear .25s;transition:background linear .25s}.answer-options .answer-option input[type=checkbox],.answer-options .answer-option input[type=radio]{-webkit-appearance:initial;-moz-appearance:initial;position:relative;z-index:10;width:35px;min-width:35px;height:35px;margin:0 3px 0 10px;border:1px solid #cfcfcf;background:#f9fafc;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.answer-options .answer-option input[type=checkbox]:focus,.answer-options .answer-option input[type=radio]:focus{outline:0}.answer-options .answer-option input[type=checkbox]::after,.answer-options .answer-option input[type=radio]::after{position:absolute;top:15px;right:9px;box-sizing:content-box;margin-top:-10px;opacity:0;color:#3db748;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f00c"}.answer-options .answer-option input[type=checkbox]:checked ~ .option-title .option-title-content,.answer-options .answer-option input[type=radio]:checked ~ .option-title .option-title-content{position:relative}.answer-options .answer-option input[type=checkbox]:checked ~ .option-title::before,.answer-options .answer-option input[type=radio]:checked ~ .option-title::before{background:#00adff}.answer-options .answer-option input[type=checkbox]:checked::after,.answer-options .answer-option input[type=radio]:checked::after{opacity:1}.answer-options .answer-option input[type=radio]{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.answer-options .answer-option input[type=radio]::before{border-radius:50%}.answer-options .answer-option .option-title{margin:0}.answer-options .answer-option:hover{background:#e1f5ff}.answer-options .answer-option.answer-correct{background:#e1f5ff}.answer-options .answer-option.answer-correct input[type=radio]:checked ~ .option-title::before,.answer-options .answer-option.answer-correct input[type=checkbox]:checked ~ .option-title::before{background:#e1f5ff}.answer-options .answer-option.answered-correct input[type=radio]:checked ~ .option-title::before,.answer-options .answer-option.answered-correct input[type=checkbox]:checked ~ .option-title::before{background:#00adff}.answer-options .answer-option.answered-wrong input[type=radio]::before,.answer-options .answer-option.answered-wrong input[type=radio]::after,.answer-options .answer-option.answered-wrong input[type=checkbox]::before,.answer-options .answer-option.answered-wrong input[type=checkbox]::after{border-color:red}.answer-options .answer-option.answered-wrong input[type=radio]:checked ~ .option-title::before,.answer-options .answer-option.answered-wrong input[type=checkbox]:checked ~ .option-title::before{background:red}button[data-counter]{position:relative}button[data-counter]::after{padding-right:5px;content:"(+" attr(data-counter) ")"}.quiz-result{max-width:320px;margin:20px auto 48px;text-align:center}.quiz-result .result-heading{display:none}.quiz-result.passed .result-message{background:#3bb54a}.quiz-result.passed .result-message::after{content:"\f00c"}.quiz-result .result-message{margin-bottom:30px;padding:10px 0;color:#fff;background:#f02425;font-size:16px;font-weight:400;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.quiz-result .result-message::after{margin-right:10px;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f00d"}.quiz-result .result-grade .result-achieved,.quiz-result .result-grade .result-require{display:inline-block;margin:0 auto}.quiz-result .result-grade .result-achieved{padding-bottom:7px;border-bottom:1px solid #999;color:#333;font-size:28px;font-weight:500;line-height:1}.quiz-result .result-grade .result-require{display:block;padding-top:5px;color:#666;font-size:16px;font-weight:400;line-height:1}.quiz-result .result-grade .result-message{font-size:14px}.quiz-result.passed .result-achieved{color:#04adff}.quiz-result.passed .result-message strong{color:#04adff}.quiz-result .result-statistic{margin:0;padding:0;text-align:right;list-style:none}.quiz-result .result-statistic .result-statistic-field{display:flex;margin:0}.quiz-result .result-statistic .result-statistic-field span,.quiz-result .result-statistic .result-statistic-field p{margin:0;flex:1}.quiz-result .result-statistic .result-statistic-field span{color:#666;font-size:16px;font-weight:400;line-height:35px}.quiz-result .result-statistic .result-statistic-field span::before{display:inline-block;width:15px;margin-left:10px;color:var(--lp-primary-color);font-family:"Font Awesome 5 Free";font-size:16px;font-weight:900}.quiz-result .result-statistic .result-statistic-field p{color:#333;font-size:16px;font-weight:500;line-height:35px;text-align:left}.quiz-result .result-statistic .result-statistic-field.result-time-spend label::before{font-weight:400;content:"\f017"}.quiz-result .result-statistic .result-statistic-field.result-point label::before{font-weight:400;content:"\f005"}.quiz-result .result-statistic .result-statistic-field.result-questions label::before{font-weight:400;content:"\f059"}.quiz-result .result-statistic .result-statistic-field.result-questions-correct label::before{color:#3db748;content:"\f00c"}.quiz-result .result-statistic .result-statistic-field.result-questions-wrong label::before{color:#f02425;content:"\f00d"}.quiz-result .result-statistic .result-statistic-field.result-questions-skipped label::before{color:#ddd;content:"\f2f5"}.quiz-status{position:sticky;z-index:99;top:0;left:0;right:0;margin:0 0 35px 0}.quiz-status>div{display:flex;box-sizing:border-box;width:100%;max-width:792px;height:60px;margin:0 auto;padding:5px 30px 5px 10px;border-radius:4px;background:var(--lp-primary-color);justify-content:center;align-items:center}@media(max-width:480px){.quiz-status>div{display:block;height:auto;text-align:center}}.quiz-status>div>div{display:flex;flex-direction:row-reverse;flex:0 0 50%;align-items:center}.quiz-status>div .current-point{display:none}.quiz-status .questions-index{display:inline-block;color:#666;font-size:16px;font-weight:400;line-height:26px}.quiz-status .questions-index span{color:#333;font-weight:500}.quiz-status .countdown{position:relative;min-width:120px;margin-left:5px;padding:12px 29px;color:#333;background:#fff;font-size:14px;font-weight:400;line-height:1;text-align:center}.quiz-status .countdown .fas{position:absolute;top:50%;right:10px;color:#333;font-size:14px;transform:translateY(-50%)}.quiz-status .countdown .clock{display:none;width:40px;height:40px}.quiz-status .countdown .clock::before{position:absolute;width:40px;height:40px;border:4px solid #b1c1e6;border-radius:50%;content:"";-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.quiz-status .countdown .clock .circle-progress-bar{display:inline-block;position:relative;width:40px;height:40px;stroke:#5383f7}.quiz-status .countdown .clock .circle-progress-bar .circle-progress-bar__circle{transition:.35s stroke-dashoffset;transform:rotate(90deg);transform-origin:50% 50%}.quiz-status .countdown .clock.x .circle-progress-bar__circle{stroke:red}.quiz-status .submit-quiz button{margin:0 10px 0 0;border:0;border-radius:0;background:#fff;text-transform:uppercase}.quiz-status .submit-quiz button:hover{background:var(--lp-secondary-color)}.quiz-status.submitting .submit-quiz button{background:#ddd}.question-numbers{text-align:center;list-style:none}.question-numbers li{display:inline-block;position:relative;margin-bottom:3px}.question-numbers li a{display:block;min-width:20px;padding:8px;border:1px solid #ddd;color:#999;background:#f5f5f5;box-shadow:none;font-size:12px;line-height:1}.question-numbers li a span{vertical-align:middle}.question-numbers li a:hover{border:1px solid #3880a2;color:#fff;background:#00adff}.question-numbers li.current a{border-color:#3880a2;color:#fff !important;background:#00adff}.question-numbers li.current.skipped::after{background:#fff}.question-numbers li.answered a::after{margin-right:3px;font-family:"Font Awesome 5 Free";font-size:8px;vertical-align:middle}.question-numbers li.answered.answered-wrong a{color:red}.question-numbers li.answered.answered-true a{color:#00adff}.question-numbers li.answered.answered-true.current a{color:#fff}.question-numbers li.skipped::after{position:absolute;bottom:3px;right:50%;width:10px;height:4px;margin-right:-5px;border-radius:2px;background:#aaa;content:""}.quiz-intro{display:flex;margin:0 0 20px;padding:0;list-style:none;flex-flow:row wrap}@media(max-width:768px){.quiz-intro{padding-left:10px;padding-right:10px;justify-content:space-between}}.quiz-intro-item{display:flex;margin:0 0 0 40px;align-items:center}@media(max-width:768px){.quiz-intro-item{margin:0 0 0 20px}}.quiz-intro-item::before{position:relative;top:-2px;margin-left:10px;color:var(--lp-primary-color);font-family:"Font Awesome 5 Free";font-size:16px;font-weight:900}.quiz-intro-item--passing-grade{order:2}.quiz-intro-item--passing-grade::before{content:"\f012"}.quiz-intro-item--questions-count{order:1}.quiz-intro-item--questions-count::before{content:"\f12e"}.quiz-intro-item--duration{order:2}.quiz-intro-item--duration::before{content:"\f017"}.quiz-intro-item__title{margin:0;padding:0 0 0 8px;color:#333;font-size:16px;font-weight:300;line-height:1.7}.quiz-intro-item__content{color:#222;font-size:16px;font-weight:400}.question-explanation-content,.question-hint-content{margin-bottom:20px;padding:10px 15px;background:#f5f5f5}.redo-quiz button[type=submit]{content:attr(data-counter)}.circle-bar{position:relative;width:300px;height:300px;border-color:#ddd}.circle-bar::before{position:absolute;z-index:0;top:0;right:0;box-sizing:border-box;width:100%;height:100%;border:10px solid #ddd;border-radius:50%;content:""}.circle-bar .before,.circle-bar .after{position:absolute;z-index:0;top:0;right:0;box-sizing:border-box;width:100%;height:100%;border:10px solid #14c4ff;border-radius:50%}.circle-bar .before{border-bottom-color:transparent;border-right-color:transparent;transform:rotate(-45deg)}.circle-bar .after{border-color:#14c4ff;border-top-color:transparent;border-left-color:transparent;transform:rotate(-45deg)}.circle-bar.bg50 .after{z-index:10;border-bottom-color:inherit;border-right-color:inherit;transform:rotate(-45deg)}.lp-quiz-buttons .complete-quiz,.lp-quiz-buttons .back-quiz,.lp-quiz-buttons .review-quiz{float:left}.quiz-results,.quiz-content,.quiz-questions,.quiz-buttons,.quiz-attempts{margin-bottom:60px}.quiz-result .result-grade{display:flex;flex-direction:column;position:relative;box-sizing:border-box;height:200px;margin-bottom:30px;padding:50px;justify-content:center;align-items:center}.quiz-result .result-grade::before,.quiz-result .result-grade svg{position:absolute;top:0;right:50%;width:200px;height:200px;margin-right:-100px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.quiz-result .result-grade::before{box-sizing:border-box;padding:30px;border:10px solid #ccc;content:""}.quiz-result .result-grade svg{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.quiz-result .result-grade svg circle{stroke:var(--lp-primary-color)}.quiz-result.passed .result-grade svg{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.quiz-result.passed .result-grade .result-achieved{color:#333}.quiz-result.passed .result-grade .result-message strong{color:#4caf50}.quiz-questions .question{margin-bottom:60px}.question .answer-option{padding:0;_border:2px solid #d9e0f1;background:#fff}.question .answer-option input[type=radio],.question .answer-option input[type=checkbox]{position:absolute;top:50%;margin:-19px 10px 0 0;border-color:#d9e0f1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.question .answer-option input[type=radio]::after,.question .answer-option input[type=checkbox]::after{border-color:#d9e0f1}.question .answer-option input[type=radio]:disabled,.question .answer-option input[type=checkbox]:disabled{border-color:#ddd;background:#f9f9f9}.question .answer-option input[type=radio]:disabled::after,.question .answer-option input[type=checkbox]:disabled::after{border-color:#ddd}.question .answer-option input[type=radio]:checked:not(:disabled)::after,.question .answer-option input[type=checkbox]:checked:not(:disabled)::after{border-color:#99aee4}.question .answer-option input[type=radio]{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.question .answer-option input[type=radio]::before{border-radius:50%}.question .answer-option .option-title{display:flex;width:100%;margin:0;padding:14px 65px 11px 10px;border:1px solid #ccc;color:#666;background:#fff;font-size:16px;font-weight:300;line-height:26px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.question .answer-option .option-title::after{display:inline-block;visibility:hidden !important;content:"."}.question .answer-option .option-title:hover{background:#f9f9f9}.question .answer-option .option-title::before{display:none}.question .answer-option.answer-correct .option-title{border-color:#4caf50}.question .answer-option.answered-wrong .option-title{border-color:#ff6423}.question .question-title{display:block;margin-top:0;margin-bottom:18px;color:#333;font-size:18px;font-weight:normal;font-weight:500}.question .question-title .edit-link{float:left;font-size:14px;font-weight:normal}.question .question-content{margin-bottom:30px;color:#666;font-size:16px;font-weight:300;line-height:26px}.question .question-content img{width:100%;max-width:100%}.question .question-response{margin-bottom:10px;font-size:14px}.question .question-response .label{display:inline-block;margin:0 0 0 5px;padding:8px 10px;border-radius:4px;color:#fff;line-height:1}.question .question-response .point{display:inline-block}.question .question-response.correct .label{background:#4caf50}.question .question-response.incorrect .label{background:#ff6423}.question .question-index{display:inline-block;margin:0 0 0 5px}.question .btn-show-hint{position:relative;margin:0 10px 0 0;padding:0;outline:0;color:#00adff;background:transparent;font-size:0;text-decoration:none}.question .btn-show-hint::before{font-family:"Font Awesome 5 Free";font-size:18px;content:"\f059"}.question .btn-show-hint:hover span{position:absolute;bottom:100%;right:0;width:auto;padding:6px 9px;border-radius:2px;color:#333;background:#eee;font-size:14px;font-weight:400;line-height:1;white-space:nowrap;text-transform:none}.question.question-fill_in_blanks .blanks .blank-input-wrap{display:inline-block}.question.question-fill_in_blanks .blanks .blank-block{margin-bottom:20px}.question.question-fill_in_blanks .blanks .blank-input{display:inline-block;width:auto;min-width:50px;margin:0 10px;padding:0 10px;border:0;border-bottom:1px dashed #ddd;text-align:center;white-space:nowrap}.question.question-fill_in_blanks .blanks .blank-input br{display:none}.question.question-fill_in_blanks .blanks .blank-input>*{display:inline;white-space:nowrap}.question.question-fill_in_blanks .blanks .blank-select{display:inline-block;height:30px;margin-right:4px;padding:1px}.question.question-fill_in_blanks .blanks .blank-fills{display:inline-block}.question.question-fill_in_blanks .blanks .blank-fills code{margin:0 5px;padding:0 6px;background:#ddd;line-height:1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.question.question-fill_in_blanks .blanks.ordered{list-style-position:inside}.question.question-fill_in_blanks .blanks.one-paragraph{line-height:3}.lp-sort-bg label.option-title{background:rgba(255,182,6,0.68) !important}.learn-press-message.fixed{position:fixed;top:32px;right:0;left:0;background:rgba(0,173,255,0.6);text-align:center;z-index:100;color:#FFF;padding:10px}.learn-press-message.fixed[data-delay-in]{display:none}body.learnpress-page.twentysixteen #primary .lp-entry-content{float:none;width:auto;margin:0 15%}body.learnpress-page.twentyfifteen .course-summary-sidebar .widget{width:100%;padding:0}body.learnpress-page.twentysixteen .entry-footer{display:none}body.learnpress-page.twentysixteen .lp-entry-content{float:none;width:auto}body.learnpress-page.twentyseventeen #primary article.type-page{width:100%}@media screen and (min-width:61.5625em){body.twentysixteen.learnpress-page .entry-footer{display:none}body.twentysixteen.learnpress-page .lp-entry-content{float:none;width:auto}body:not(.search-results) article:not(.type-page) .entry-footer{display:none}body:not(.search-results) article:not(.type-page) .lp-entry-content{float:none;width:auto}}body.twentyseventeen.learnpress-page #primary article.page .entry-header,body.twentyseventeen.learnpress-page #primary article.page .lp-entry-content{width:100%;float:none}@media screen and (min-width:48em){body.twentyseventeen.learnpress-page #primary article.page .entry-header,body.twentyseventeen.learnpress-page #primary article.page .lp-entry-content{width:100%;float:none}}.learn-press-tip{display:none;margin:0 5px;color:#444;font-size:13px;font-style:normal;line-height:1;vertical-align:baseline;cursor:pointer}.learn-press-tip.ready{display:inline-block}.learn-press-tip::before{font-family:"Font Awesome 5 Free";content:"\f059"}.learn-press-tip:hover{opacity:.8}.learn-press-tip-floating{position:absolute;z-index:9999999;min-width:20px;margin-right:-1px;padding:.618em 1em;color:#fff;background:#383838;font-size:12px;line-height:1.2em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.learn-press-tip-floating>*{font-size:12px}.learn-press-tip-floating .close{display:inline-block;position:absolute;top:-8px;left:-8px;width:16px;height:16px;border:1px solid #fff;color:#fff;background:#468fbc;line-height:16px;text-align:center;cursor:pointer;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.learn-press-tip-floating .close::before{font-family:"Font Awesome 5 Free";content:"\f00d"}.learn-press-tip-floating p{margin:0}.learn-press-tip-floating::before{position:absolute;bottom:-6px;right:50%;width:0;height:0;margin-right:-6px;border:6px solid transparent;border-top-color:#383838;border-bottom-width:0;content:""}body.lp-preview.admin-bar #learn-press-content-item{top:32px !important}body.lp-preview #learn-press-course-curriculum{display:none}body.lp-preview #learn-press-content-item{top:0 !important;right:0 !important}body.lp-preview #course-item-content-header{display:none}@-webkit-keyframes rotating4{from{-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes rotating4{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-webkit-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes animation4{from{right:-40%;width:40%}to{right:100%;width:10%}}@keyframes animation4{from{right:-40%;width:40%}to{right:100%;width:10%}}#popup_container{opacity:0;transform:scale(0.5)}body.confirm #popup_overlay{z-index:999998 !important}body.confirm #popup_container{z-index:999999 !important;max-width:90% !important;min-width:300px !important;padding:10px !important;background:#f5f5f5;transition:opacity .25s;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}body.confirm #popup_container #popup_title{display:none !important}body.confirm #popup_container #popup_message{margin:-10px;background:#FFF;padding:20px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}body.confirm #popup_container .close{position:absolute;top:3px;left:10px}body.confirm #popup_container #popup_panel{margin-top:20px;text-align:center}body.confirm #popup_container #popup_panel button,body.confirm #popup_container #popup_panel input[type=button],body.confirm #popup_container #popup_panel input[type=submit]{height:30px;line-height:30px;padding:0 25px}body.confirm #popup_container #popup_cancel{display:none}body.confirm #popup_container.ready{opacity:1;transform:scale(1)}a{text-decoration:none}.lp-content-area{width:1170px;max-width:100%;margin:0 auto}@media(max-width:1024px){.lp-content-area{padding-left:15px;padding-right:15px}}.lp-content-area::after,.lp-content-area::before{display:table;clear:both;content:""}.lp-archive-courses.loading ul.learn-press-courses{position:relative}.lp-archive-courses.loading ul.learn-press-courses::after{position:absolute;z-index:3;top:0;left:0;bottom:0;right:0;background:#f3f3f3;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;content:"";animation:lp-skeleton-loading 1.4s ease infinite}.lp-archive-courses.loading ul.learn-press-courses::before{position:absolute;z-index:2;top:0;left:0;bottom:0;right:0;opacity:.8%;background:#fff;content:""}.lp-archive-courses form[name=search-course]{position:relative;margin-bottom:20px}.lp-archive-courses form[name=search-course] .search-course-input{width:100%;padding:12px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lp-archive-courses form[name=search-course] .search-course-button{position:absolute;top:1px;left:1px;bottom:1px;height:auto;padding:15px;line-height:1px}.lp-archive-courses .learn-press-courses-header{float:right;padding-top:4px}.lp-archive-courses .learn-press-courses-header h1{margin:0;font-size:30px;font-weight:600}@media(max-width:767px){.lp-archive-courses .learn-press-courses-header{margin-bottom:20px}}.lp-archive-courses .learn-press-courses{clear:both;margin:0 -15px 0 -15px;padding:0;list-style:none;position:relative;min-height:300px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.lp-archive-courses .learn-press-courses .course{width:25%;margin:0 0 60px 0;box-shadow:none;list-style:none}.lp-archive-courses .learn-press-courses .course .course-item{display:flex;flex-direction:column;position:relative;height:100%;transition:all .3s}.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail{overflow:hidden;position:relative}.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .lp-badge.featured{position:absolute;z-index:100;top:28px;right:-110px;width:300px;text-align:center;transform:rotate(45deg)}.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-thumbnail a{display:block;overflow:hidden}.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-thumbnail .thumbnail{margin:0;padding:0;border:0;border-radius:unset;line-height:unset}.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-thumbnail .thumbnail::before{position:absolute;z-index:1;top:0;left:0;bottom:0;right:0;opacity:0;background:rgba(0,0,0,0.5);content:"";transition:all .3s}.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-thumbnail .thumbnail img{display:block;width:100%;height:auto;transition:all .5s ease;transform:scale(1)}.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-wishlist{position:absolute;z-index:2;top:6px;left:6px;opacity:0;color:#fff;cursor:pointer}.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-wishlist::before{font-family:"Font Awesome 5 Free";font-weight:900;content:"\f004"}.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-wishlist .course-wishlist__btn{display:none}.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-wishlist:hover{color:var(--lp-primary-color)}.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail:hover::before{opacity:1}.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail:hover .course-thumbnail a img{transform:scale(1.05)}.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail:hover .course-wishlist{opacity:1}.lp-archive-courses .learn-press-courses .course .course-item:hover .course-thumbnail .thumbnail::before{opacity:1}.lp-archive-courses .learn-press-courses .course .course-item:hover .course-thumbnail a img{transform:scale(1.05)}.lp-archive-courses .learn-press-courses .course .course-item:hover .course-wishlist{opacity:1}.lp-archive-courses .learn-press-courses .course .course-item .course-wishlist.filled{opacity:1}.lp-archive-courses .learn-press-courses .course .course-item .course-content{position:relative;border-top:0}.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-permalink{display:-webkit-box;clear:both;overflow:hidden;position:relative;border:0;color:#fff;text-decoration:none;text-transform:none;-webkit-line-clamp:2;-webkit-box-orient:vertical;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-permalink:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-permalink .course-title{margin:0;padding:0;color:#333;font-size:16px;font-weight:600;line-height:24px}.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-permalink .course-title:hover{color:var(--lp-primary-color)}.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-review{display:none}.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-categories,.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-tags{display:block;font-size:14px;font-weight:300}.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-categories{float:right;position:relative;margin-left:10px;margin-bottom:16px}.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-categories a{display:inline-block;display:none;margin:0 10px;color:#fff;text-decoration:none}.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-categories a:first-child{display:block;margin-right:0;padding:2px 16px;background:var(--lp-primary-color)}.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-categories a:hover{color:#333}.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-categories::after{position:absolute;top:50%;left:-2px;width:1px;height:12px;opacity:.5;background:#999;content:"";transform:translate(0,-50%)}.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-instructor{float:right;margin-bottom:16px;font-size:14px;font-weight:300;line-height:25px;text-transform:capitalize}.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-instructor a{color:#059de9}.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-instructor a:hover{color:var(--lp-primary-color)}.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info{color:#666;font-size:14px;font-weight:300}.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info>span{display:block}.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info .course-price{float:left}.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info .course-price .origin-price,.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info .course-price .price{color:#333;font-size:16px;font-weight:600}.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info .course-price .origin-price{margin-left:10px;color:#666;font-size:14px;font-weight:300;text-decoration:line-through}.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info .course-instructor{float:left}.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info::after{display:block;clear:both;content:""}.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-excerpt{display:-webkit-box;overflow:hidden;margin-bottom:28px;color:#666;font-size:16px;font-weight:300;line-height:26px;-webkit-line-clamp:2;-webkit-box-orient:vertical}.lp-archive-courses .learn-press-courses .course .course-item .course-content .separator{display:none}.lp-archive-courses .learn-press-courses[data-layout=list]{margin:0}.lp-archive-courses .learn-press-courses[data-layout=list] .course{display:flex;width:100%;padding:24px;border:1px solid rgba(204,204,204,0.3);border-radius:4px;flex-wrap:wrap;justify-content:flex-end}@media(max-width:767px){.lp-archive-courses .learn-press-courses[data-layout=list] .course{padding:15px}}.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item{display:flex;flex-direction:row;width:100%;border:unset;justify-content:space-between}@media(max-width:767px){.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item{flex-direction:column}}.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-wrap-thumbnail{float:right;width:35.8%}@media(max-width:767px){.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-wrap-thumbnail{width:100%}}.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content{float:left;width:calc(64.2% - 76px);padding-top:5px}@media(max-width:1200px){.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content{width:calc(64.2% - 40px)}}@media(max-width:1200px){.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content{width:calc(64.2% - 25px)}}@media(max-width:767px){.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content{width:100%;padding-top:20px}}.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-categories a{position:relative;padding:2px 15px 2px 20px;-webkit-clip-path:polygon(0 0,100% 0,88% 50%,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,88% 50%,100% 100%,0 100%)}.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-permalink{overflow:hidden;height:25px;margin-bottom:5px;-webkit-line-clamp:1}.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-permalink .course-title{color:#333;font-size:18px;font-weight:600;line-height:24px}.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-permalink .course-title:hover{color:var(--lp-primary-color)}.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta{display:flex;padding-top:12px;padding-bottom:18px;color:#333;font-size:14px;font-weight:400}.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item{padding-left:28px;text-transform:capitalize}@media(max-width:1024px){.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item{padding-left:20px}}.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item::before{position:relative;top:-1px;margin-left:8px;color:var(--lp-primary-color);font-family:"Font Awesome 5 Free";font-weight:900}.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item-level::before{content:"\f012"}.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item-duration::before{content:"\f017"}.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item-lesson::before{content:"\f0c5"}.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item-quiz::before{content:"\f12e"}.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item-student::before{content:"\f501"}@media(max-width:815px){.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px}.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta .meta-item{padding-left:15px}}@media(max-width:767px){.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-wrap-meta{grid-template-columns:repeat(3,1fr)}}.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-tags a{margin:0 0 10px 10px;padding:3px 5px;border-radius:3px;color:#fff;background:#e4a2a2;line-height:1}.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-footer{float:right;margin-left:20px}.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-footer .course-students{display:none}.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-footer .course-price{float:unset}@media(max-width:767px){.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-footer{margin-bottom:30px}}.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-readmore{float:left;position:relative;left:4px}.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-readmore a{padding:9px 24px;border-radius:3px;color:#fff;background:var(--lp-primary-color);font-weight:400;line-height:1;transition:all .3s;display:block}.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-readmore a:hover{opacity:.5;background:var(--lp-primary-color)}@media(max-width:767px){.lp-archive-courses .learn-press-courses[data-layout=list] .course .course-item .course-content .course-readmore{display:flex;float:unset;clear:both}}.lp-archive-courses .learn-press-courses[data-layout=grid] .course{padding:0 15px}.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item:hover{box-shadow:0 15px 20px 0 rgba(0,0,0,0.2)}.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content{padding:15px 20px 12px 20px;border:1px solid #f0f0f0;border-top:0;flex-grow:1}.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-instructor{margin-bottom:7px}.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-categories{float:left;position:absolute;z-index:1;top:-34px;left:-1px;margin-left:0}.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-categories::after{display:none}.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-categories a{position:relative;margin:0;padding:2px 22px 2px 12px;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%,12px 50%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%,12px 50%)}.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-permalink{height:48px;margin-bottom:20px}.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-wrap-meta{display:none}.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-info{display:flex;flex-direction:column;flex-grow:1}.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-info .course-excerpt{display:none}.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-info .course-footer{padding-top:18px;border-top:1px solid rgba(153,153,153,0.2)}.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-info .course-footer .course-students{float:right;text-transform:capitalize}.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-info .course-footer .course-students::before{position:relative;top:-1px;margin-left:8px;color:var(--lp-primary-color);font-family:"Font Awesome 5 Free";font-weight:900;content:"\f501"}.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-info .course-readmore{display:none}@media(max-width:992px){.lp-archive-courses .learn-press-courses[data-layout=grid] .course{width:50%}}@media(max-width:767px){.lp-archive-courses .learn-press-courses[data-layout=grid] .course{width:100%}}.lp-archive-courses .learn-press-courses[data-size="3"] .course{width:33.3333%}@media(max-width:767px){.lp-archive-courses .learn-press-courses[data-size="3"] .course{width:100%}}.lp-archive-courses .learn-press-courses .lp-archive-course-skeleton{position:absolute;height:100%;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%);animation:lp-skeleton-loading 1.4s ease infinite;background-size:400% 100%}.lp-archive-courses .learn-press-courses .lp-archive-course-skeleton li{display:none}.lp-archive-courses .course-summary .course-summary-content .course-detail-info{margin-bottom:60px;padding:40px 0 10px 0;color:#fff;background:var(--lp-secondary-color)}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left{width:70%}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-title{margin-bottom:42px;color:#fff;font-size:30px;font-weight:500;line-height:1}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta.course-meta-primary{margin-bottom:36px}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta.course-meta-primary .course-meta__pull-left .meta-item-categories::before{font-weight:400}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta.course-meta-secondary{margin-bottom:0}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item{display:flex;height:46px;margin-left:50px;font-size:16px;font-weight:300;text-transform:capitalize}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item span{padding-left:4px}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item:last-child{margin-left:0}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item::before{margin-left:8px;color:var(--lp-primary-color);font-family:"Font Awesome 5 Free";font-weight:900}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__image{margin-left:10px;flex:0 0 46px}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__image img{overflow:hidden;position:relative;width:46px;height:46px;border-radius:50%}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__value label{margin:0;color:#999;font-size:14px;font-weight:300;line-height:1.5}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__value>div{line-height:1.5}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__value>div a{color:#fff;font-size:16px;font-weight:400;text-transform:capitalize}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__value>div a:hover{color:var(--lp-primary-color)}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-categories{align-items:center}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-categories::before{margin-left:10px;font-size:36px;content:"\f02e"}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-categories .meta-item__value div span{padding:0 5px}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-categories .meta-item__value div a:hover{color:var(--lp-primary-color)}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-review .meta-item__value{display:flex;flex-direction:column-reverse;justify-content:flex-end;align-items:flex-end}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-review .meta-item__value .review-stars-rated{margin-bottom:0;line-height:1}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-duration::before{content:"\f017"}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-level::before{content:"\f012"}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-lesson::before{content:"\f0c5"}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-quiz::before{content:"\f12e"}.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item.meta-item-student::before{content:"\f501"}@media(max-width:1024px){.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item{margin-left:30px}}@media(max-width:767px){.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item{margin-left:0}}@media(max-width:767px){.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px}}@media(max-width:768px){.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left{width:100%}}.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area{display:flex;flex-direction:row}.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .entry-content-left{width:calc(100% - 300px);max-width:100%;margin:0;padding-left:40px}@media(max-width:768px){.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .entry-content-left{width:100%;padding-left:0}}@media(max-width:767px){.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .entry-content-left{width:100%;margin-bottom:30px}}.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar{width:300px;max-width:100%;margin-top:-272px}.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner{width:300px}.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner .course-sidebar-top{box-shadow:0 15px 20px 0 rgba(0,0,0,0.05)}.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner .course-sidebar-secondary{margin-top:30px;padding:0}.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner .learn-press-course-wishlist{color:#fff;background:transparent !important;font-size:0}.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner .learn-press-course-wishlist.on,.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner .learn-press-course-wishlist:hover{color:var(--lp-primary-color)}.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner .learn-press-course-wishlist::before{font-family:"Font Awesome 5 Free";font-size:26px;font-weight:900;content:"\f004"}.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner>div{overflow:hidden;padding:20px;background:#fff}.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner>div ul{list-style:none}.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner>div ul li a{color:#666;font-size:16px;font-weight:300;line-height:24px}.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner>div ul li a:hover{color:var(--lp-primary-color);box-shadow:unset}@media(max-width:768px){.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar{width:100%;margin-top:0}.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner{width:100%}}@media(max-width:767px){.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar{width:100%;padding-right:0}}@media(max-width:768px){.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area{flex-direction:column}}.lp-courses-bar{display:flex;float:left;margin-bottom:48px}@media(max-width:767px){.lp-courses-bar{flex-direction:row;width:100%;justify-content:space-between}}.lp-courses-bar .search-courses{position:relative;width:306px;max-width:100%;margin-left:20px;line-height:1;flex:1}.lp-courses-bar .search-courses input[type=text]{width:100%;height:44px;padding:6px 18px 6px 32px;border:1px solid #ccc;border-radius:5px;background:#fff;font-size:14px;font-style:italic;line-height:1}.lp-courses-bar .search-courses input[type=text]:focus{border-color:var(--lp-primary-color);outline:0}.lp-courses-bar .search-courses button{position:absolute;top:50%;left:12px;width:30px;height:30px;padding:0;border:0;color:#333;background:transparent;font-size:16px;line-height:1;transform:translate(0,-50%)}.lp-courses-bar .search-courses button:focus{border:0;outline:0}.lp-courses-bar .search-courses button.loading>i::before{display:inline-block;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f110";-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}.lp-courses-bar .search-courses ::-webkit-input-placeholder{color:#999}.lp-courses-bar .search-courses :-ms-input-placeholder{color:#999}.lp-courses-bar .search-courses ::placeholder{color:#999}@media(max-width:767px){.lp-courses-bar .search-courses{width:100%}}.lp-courses-bar .switch-layout{display:flex;height:44px;line-height:1;text-align:left;flex:0 0 40px;align-items:center;justify-content:center}.lp-courses-bar .switch-layout input[type=radio]{display:none}.lp-courses-bar .switch-layout .switch-btn{display:block;width:40px;height:40px;margin:0;padding:0;border-radius:5px;font-size:16px;line-height:40px;text-align:right;text-align:center;cursor:pointer}.lp-courses-bar .switch-layout .switch-btn::before{display:inline-block;margin:8px 6px;color:#333;font-family:"Font Awesome 5 Free";font-weight:900;line-height:1}.lp-courses-bar .switch-layout .switch-btn.grid::before{content:"\f00a"}.lp-courses-bar .switch-layout .switch-btn.list{margin-right:3px}.lp-courses-bar .switch-layout .switch-btn.list::before{content:"\f03a"}input[type=radio]:nth-child(1):checked ~ .switch-btn:nth-child(2){background:#f5f5f5}input[type=radio]:nth-child(1):checked ~ .switch-btn:nth-child(2)::before{color:var(--lp-primary-color)}input[type=radio]:nth-child(3):checked ~ .switch-btn:nth-child(4){background:#f5f5f5}input[type=radio]:nth-child(3):checked ~ .switch-btn:nth-child(4)::before{color:var(--lp-primary-color)}input[type=radio]:nth-child(5):checked ~ .switch-btn:nth-child(6){background:#f5f5f5}input[type=radio]:nth-child(5):checked ~ .switch-btn:nth-child(6)::before{color:var(--lp-primary-color)}input[type=radio]:nth-child(7):checked ~ .switch-btn:nth-child(8){background:#f5f5f5}input[type=radio]:nth-child(7):checked ~ .switch-btn:nth-child(8)::before{color:var(--lp-primary-color)}input[type=radio]:nth-child(9):checked ~ .switch-btn:nth-child(10){background:#f5f5f5}input[type=radio]:nth-child(9):checked ~ .switch-btn:nth-child(10)::before{color:var(--lp-primary-color)}input[type=radio]:nth-child(11):checked ~ .switch-btn:nth-child(12){background:#f5f5f5}input[type=radio]:nth-child(11):checked ~ .switch-btn:nth-child(12)::before{color:var(--lp-primary-color)}input[type=radio]:nth-child(13):checked ~ .switch-btn:nth-child(14){background:#f5f5f5}input[type=radio]:nth-child(13):checked ~ .switch-btn:nth-child(14)::before{color:var(--lp-primary-color)}input[type=radio]:nth-child(15):checked ~ .switch-btn:nth-child(16){background:#f5f5f5}input[type=radio]:nth-child(15):checked ~ .switch-btn:nth-child(16)::before{color:var(--lp-primary-color)}input[type=radio]:nth-child(17):checked ~ .switch-btn:nth-child(18){background:#f5f5f5}input[type=radio]:nth-child(17):checked ~ .switch-btn:nth-child(18)::before{color:var(--lp-primary-color)}input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20){background:#f5f5f5}input[type=radio]:nth-child(19):checked ~ .switch-btn:nth-child(20)::before{color:var(--lp-primary-color)}.lp_allow_repuchase_select{padding:20px;background:#f7f7f7}.lp_allow_repuchase_select>ul{padding:0;list-style:none}.lp_allow_repuchase_select>a{display:inline-block;margin-top:10px;color:#fff;background-color:#222}#learn-press-course .course-summary-sidebar .course-sidebar-preview{margin-bottom:35px;background:#fff}#learn-press-course .course-summary-sidebar .course-sidebar-preview .course-price{text-align:center}#learn-press-course .course-summary-sidebar .course-sidebar-preview .course-price .origin-price{color:#666;font-size:18px;font-weight:300;font-style:unset}#learn-press-course .course-summary-sidebar .course-sidebar-preview .course-price .price{color:#333;font-size:26px;font-weight:500}#learn-press-course .course-summary-sidebar .course-sidebar-preview .media-preview{overflow:hidden;position:relative;margin:-20px -20px 40px}#learn-press-course .course-summary-sidebar .course-sidebar-preview .media-preview img{max-width:100%;height:auto;vertical-align:top}#learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons{margin-bottom:34px}#learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons>*{margin-bottom:10px}#learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons>*:last-child{margin-bottom:0}#learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons form,#learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button{width:100%;text-decoration:none}#learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button{font-weight:500}#learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button:hover{border-color:var(--lp-primary-color)}#learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button.button-enroll-course{border-color:var(--lp-primary-color);color:#fff;background:var(--lp-primary-color)}#learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button.button-enroll-course:hover{opacity:.5;background:var(--lp-primary-color)}#learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button.button-enroll-course.loading::before{display:inline-block;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f110";animation:lp-rotating 1s linear infinite}#learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button ~ .lp-enroll-notice{margin-top:20px;padding:20px;border:2px solid #059601;border-radius:9px;font-size:15px;line-height:1.4}#learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button ~ .lp-enroll-notice.error{border-color:#d85554}#learn-press-course .course-summary-sidebar .course-sidebar-preview .course-time{margin-bottom:28px;padding-bottom:8px;border-bottom:1px solid rgba(204,204,204,0.3)}#learn-press-course .course-summary-sidebar .course-sidebar-preview .course-time .course-time-row{display:flex;color:#666;font-size:16px;font-weight:300;justify-content:space-between}#learn-press-course .course-summary-sidebar .course-sidebar-preview .course-time .course-time-row strong{color:#333;font-weight:500}#learn-press-course .course-summary-sidebar .course-sidebar-preview .course-time .course-time-row time{color:#666;font-size:16px;font-weight:300;line-height:24px}#learn-press-course .course-summary-sidebar .course-sidebar-preview .course-results-progress .items-progress,#learn-press-course .course-summary-sidebar .course-sidebar-preview .course-results-progress .course-progress{display:flex;flex-direction:row;margin:0;padding:0;justify-content:space-between;flex-wrap:wrap}#learn-press-course .course-summary-sidebar .course-sidebar-preview .course-results-progress .items-progress__heading,#learn-press-course .course-summary-sidebar .course-sidebar-preview .course-results-progress .course-progress__heading{margin:0;margin-bottom:5px;padding:0;color:#333;font-size:15px;font-weight:500;flex:1 1 auto}#learn-press-course .course-summary-sidebar .course-sidebar-preview .course-results-progress .items-progress .number,#learn-press-course .course-summary-sidebar .course-sidebar-preview .course-results-progress .course-progress .number{display:block;margin:0;color:#666;font-size:16px;font-weight:300;line-height:16px;text-align:left}#learn-press-course .course-summary-sidebar .course-sidebar-preview .course-results-progress .items-progress .learn-press-progress,#learn-press-course .course-summary-sidebar .course-sidebar-preview .course-results-progress .course-progress .learn-press-progress{clear:both;width:100%}#learn-press-course .course-summary-sidebar .course-sidebar-preview>*:last-child{margin-bottom:0}.learnpress-page .lp-button.secondary{background:#9198ab}.learnpress-page .lp-button.secondary:hover{background:#9ba6c5}.learnpress-page .lp-button:disabled,.learnpress-page .lp-button[disabled]{background:#ddd;pointer-events:none}.learnpress-page:hover{text-decoration:none}#learn-press-course-curriculum .section-title{position:relative;margin-bottom:0;padding:8px 0;color:#5383f7;font-size:16px;font-weight:normal;line-height:1}#learn-press-course-curriculum .section-title span.show-desc{display:inline-block;position:absolute;top:50%;left:30px;width:20px;height:20px;transform:translate(0,-50%)}#learn-press-course-curriculum .section-title span.show-desc::before{font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;content:"\f107"}#learn-press-course-curriculum .section-title span.show-desc:hover::before{border-top-color:#ccc}#popup-course{display:flex;position:fixed;z-index:999;top:0;left:0;bottom:0;right:0;background:#fff}#popup-course .back-course{padding-right:30px;padding-left:30px;line-height:70px;background:rgba(255,255,255,0.1);color:#fff}#popup-course .back-course:hover{background:rgba(255,255,255,0.15)}@media(max-width:768px){#popup-course .back-course{background:transparent;line-height:50px;opacity:.6;padding-right:15px;padding-left:15px}#popup-course .back-course:hover{background:transparent;opacity:1}}#popup-course #popup-header{display:flex;position:fixed;z-index:100;left:0;right:475px;padding:0;border-bottom:1px solid #d9e0f1;background:var(--lp-secondary-color);-webkit-transition:right .25s;-moz-transition:right .25s;-ms-transition:right .25s;-o-transition:right .25s;transition:right .25s}#popup-course #popup-header .popup-header__inner{display:flex;width:792px;margin:0 auto;justify-content:space-between;align-items:center}@media(max-width:1024px){#popup-course #popup-header .popup-header__inner{width:100%;padding-left:15px;padding-right:15px}}@media(max-width:767px){#popup-course #popup-header .popup-header__inner{flex-direction:column}}#popup-course #popup-header .popup-header__inner .course-title{margin:0;padding:0;line-height:70px;letter-spacing:unset}#popup-course #popup-header .popup-header__inner .course-title a{display:-webkit-box;overflow:hidden;color:#fff;font-size:16px;font-weight:400;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}#popup-course #popup-header .popup-header__inner .course-title a:hover{color:var(--lp-primary-color)}@media(max-width:768px){#popup-course #popup-header .popup-header__inner .course-title{flex:1}}#popup-course #popup-header .popup-header__inner .items-progress{display:flex;justify-content:center;align-items:center}@media(max-width:768px){#popup-course #popup-header .popup-header__inner .items-progress{flex:1}}@media(max-width:767px){#popup-course #popup-header .popup-header__inner .items-progress{padding-bottom:20px;justify-content:end}}#popup-course #popup-header .popup-header__inner .items-progress .number{padding-left:10px;color:#fff;font-size:14px;font-weight:300}#popup-course #popup-header .lp-button{display:flex;position:relative;height:40px;margin:9px;border:0;color:#fff;background:var(--lp-primary-color);font-size:14px;font-weight:400;justify-content:center;line-height:40px;align-items:center}#popup-course #popup-header .lp-button:hover{opacity:.8}#popup-course #popup-header .lp-button-back{float:left;margin:9px 10px}#popup-course #popup-header .lp-button-back button::before,#popup-course #popup-header .lp-button-back button::after{content:""}#popup-course #popup-header .lp-button-back button::before{border:1px solid #ddd}#popup-course #popup-header .lp-button-back button::after{border:1px solid #ddd}#popup-course #popup-sidebar{overflow:auto;position:relative;box-shadow:0 15px 30px 0 rgba(0,0,0,0.1);flex:0 0 475px;-webkit-transition:.25s;-moz-transition:.25s;-ms-transition:.25s;-o-transition:.25s;transition:.25s}#popup-course #popup-sidebar .search-course{display:flex;position:relative;height:70px;background:#f9fafc}#popup-course #popup-sidebar .search-course input[name=s]{display:block;width:100%;margin:6px 0;padding-right:20px;border:0;color:#999;background:transparent;box-shadow:none;font-size:14px;line-height:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#popup-course #popup-sidebar .search-course input[name=s]::-webkit-input-placeholder{color:#999}#popup-course #popup-sidebar .search-course input[name=s]::-moz-placeholder{color:#999}#popup-course #popup-sidebar .search-course input[name=s]:-ms-input-placeholder{color:#999}#popup-course #popup-sidebar .search-course input[name=s]:-moz-placeholder{color:#999}#popup-course #popup-sidebar .search-course input[name=s]::placeholder{color:#999}#popup-course #popup-sidebar .search-course input[name=s]::-webkit-input-placeholder{font-style:italic}#popup-course #popup-sidebar .search-course input[name=s]::-moz-placeholder{font-style:italic}#popup-course #popup-sidebar .search-course input[name=s]:-ms-input-placeholder{font-style:italic}#popup-course #popup-sidebar .search-course input[name=s]:-moz-placeholder{font-style:italic}#popup-course #popup-sidebar .search-course input[name=s]::placeholder{font-style:italic}#popup-course #popup-sidebar .search-course input[name=s]:focus{outline:0;color:#222}#popup-course #popup-sidebar .search-course button{position:absolute;top:0;left:10px;width:16px;height:70px;margin:0 10px;padding:0;border:0;background:transparent;line-height:1px}#popup-course #popup-sidebar .search-course button::before{color:#666;font-family:"Font Awesome 5 Free";font-size:16px;font-weight:900;content:"\f002"}#popup-course #popup-sidebar .search-course button.clear{display:none}#popup-course #popup-sidebar .search-course button.clear::before{content:"\f00d"}#popup-course #popup-sidebar .search-course .search-results{display:none;overflow:auto;position:fixed;z-index:99999999;top:92px;bottom:0;right:0;width:400px;margin:0;border-top-color:transparent;border-left:1px solid #d9e0f1;background:#fbfcff}#popup-course #popup-sidebar .search-course .search-results .search-results__item{border-bottom:1px solid #d9e0f1;background:#fff}#popup-course #popup-sidebar .search-course .search-results .search-results__item img{position:absolute;right:10px;width:40px;height:40px}#popup-course #popup-sidebar .search-course .search-results .search-results__item a{display:-webkit-box;overflow:hidden;position:relative;box-sizing:content-box;height:40px;padding:10px 60px 10px 10px;color:#777;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}#popup-course #popup-sidebar .search-course .search-results .search-results__item:hover{background:#d9e0f1}#popup-course #popup-sidebar .search-course .search-results .search-results__item-title{overflow:hidden;margin:0 0 -2px 0;padding:0;font-size:16px;font-weight:normal}#popup-course #popup-sidebar .search-course .search-results .search-results__item-author{font-size:12px}#popup-course #popup-sidebar .search-course .search-results .course-price{position:absolute;left:10px;bottom:10px;font-size:12px}#popup-course #popup-sidebar .search-course .search-results .course-price .origin-price{font-size:smaller;text-decoration:line-through}#popup-course #popup-sidebar .search-course .search-results .search-results__not-found{padding:10px;color:#777}#popup-course #popup-sidebar .search-course .search-results .search-results__pagination{padding:10px;text-align:center}#popup-course #popup-sidebar .search-course .search-results .search-results__pagination a,#popup-course #popup-sidebar .search-course .search-results .search-results__pagination span{display:inline-block;margin:0 2px 10px 3px;padding:5px 8px;border:1px solid #d9e0f1;border-radius:4px;color:#777;font-size:14px;line-height:1;cursor:pointer}#popup-course #popup-sidebar .search-course .search-results .search-results__pagination span{color:#999;background:#d9e0f1}#popup-course #popup-sidebar .search-course.searching .search-results{display:block}#popup-course #popup-sidebar .search-course.searching .clear{display:block}#popup-course #popup-sidebar .search-course.searching button{display:none}#popup-course #popup-sidebar .search-course.searching::after{position:absolute;z-index:1;bottom:0;right:50%;width:0;height:0;margin-right:-10px;border:10px solid transparent;border-bottom-color:#fff;content:""}#popup-course #popup-sidebar .course-curriculum{overflow:auto;position:absolute;top:70px;bottom:0;width:475px}#popup-course #popup-sidebar .course-curriculum .section{position:relative;padding:0 0 4px 0}#popup-course #popup-sidebar .course-curriculum .section .circle-progress{display:inline-block;position:absolute;top:50%;left:10px;width:24px;height:24px;margin-top:-12px;border:3px solid #d9e0f1;border-radius:50%}#popup-course #popup-sidebar .course-curriculum .section .section-header{position:sticky;z-index:1000;top:0;height:94px;padding:38px 20px 20px 20px}#popup-course #popup-sidebar .course-curriculum .section .section-header .section-left .section-title{padding:0 0 4px 0;color:#000;font-size:20px;font-weight:500}#popup-course #popup-sidebar .course-curriculum .section .section-header .section-left .section-title .show-desc::before{font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;content:"\f0d7"}#popup-course #popup-sidebar .course-curriculum .section .section-header .section-left .section-toggle{justify-content:flex-end;flex:0}#popup-course #popup-sidebar .course-curriculum .section .section-header .section-left .section-toggle i{color:#666}#popup-course #popup-sidebar .course-curriculum .section .section-header .section-meta{padding-top:6px;padding-bottom:0}#popup-course #popup-sidebar .course-curriculum .section .section-content{margin-bottom:0}#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item{height:60px;margin-bottom:4px;padding:0 20px;background:#f9fafc}#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item>span{display:none}#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link{height:60px;line-height:1}#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link::before{padding:12px 0;vertical-align:unset}#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .item-name{display:block;width:100%;padding:0 17px 0 10px;font-size:14px;font-weight:500}#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta{display:block;width:100%;padding:6px 0 0 0;text-align:right}#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta{padding:0;color:#999;background:transparent;font-size:12px;line-height:1.5}#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta:first-child{margin-right:0;padding-right:17px}#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta::before{font-size:12px}#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item .section-item-link .course-item-meta .item-meta.course-item-status{position:absolute;top:50%;left:18px;margin-top:-10px}#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item::before{top:-1px;bottom:-1px;height:auto;background:transparent}#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item::after{content:""}#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item.current{background:#eaeaea}#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item.item-preview .section-item-link .course-item-meta .item-meta::before{color:#999}#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item.has-status.failed .section-item-link .course-item-meta .trans{color:#f02425}#popup-course #popup-sidebar .course-curriculum .section .section-content .course-item.status-completed .section-item-link .course-item-meta .trans{color:#3bb54a}#popup-course #popup-sidebar .course-curriculum .section.section-empty .section-header{margin:0}#popup-course #popup-sidebar .course-curriculum .section.section-empty .learn-press-message{margin:0;padding:10px;border-bottom:1px solid #d9e0f1;border-radius:0;color:#999;background:#f5f5f5;font-size:14px}#popup-course #popup-sidebar .course-curriculum .section.section-empty .learn-press-message::before,#popup-course #popup-sidebar .course-curriculum .section.section-empty .learn-press-message::after{position:absolute;z-index:9999;top:-16px;right:10px;width:0;height:0;border:8px solid transparent;border-bottom-color:#f5f5f5;background:transparent;content:"";-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}#popup-course #popup-sidebar .course-curriculum .section.section-empty .learn-press-message::after{z-index:9998;top:-20px;right:8px;border-width:10px;border-bottom-color:#d9e0f1}#popup-course #popup-content{overflow:auto;position:relative;margin:70px 0 50px 0;flex:1}#popup-course #popup-content .lp-button{position:relative;margin:0 0 0 10px;padding:12px 29px;border-color:var(--lp-secondary-color);font-size:14px}#popup-course #popup-content .lp-button.instant-check .instant-check__icon{margin-left:5px}#popup-course #popup-content .lp-button.instant-check .instant-check__icon::before{font-family:"Font Awesome 5 Free";content:"\f058"}#popup-course #popup-content .lp-button.instant-check .instant-check__info{visibility:hidden;position:absolute;top:100%;right:0;margin-top:3px;padding:11px 20px;border-radius:3px;background:#eee;white-space:nowrap;text-transform:none}#popup-course #popup-content .lp-button.instant-check:hover .instant-check__info{visibility:visible;position:absolute;top:100%;right:0;margin-top:3px;padding:11px 11px;border-radius:3px;color:#333;background:#eee;white-space:nowrap}#popup-course #popup-content .lp-button.instant-check.loading .instant-check__icon{display:inline-block;animation:lp-rotating 1s linear infinite}#popup-course #popup-content .lp-button.instant-check.loading .instant-check__icon::before{font-weight:800;content:"\f110"}#popup-course #popup-content .lp-button:hover{border-color:var(--lp-primary-color)}#popup-course #popup-content .lp-button.completed{display:flex;flex-direction:row-reverse;width:100%;margin-top:32px;border-color:transparent;color:#fff;background:#3db748;font-size:16px;align-items:center;justify-content:center}#popup-course #popup-content .lp-button.completed i{margin-right:9px;font-size:14px}#popup-course #popup-content #learn-press-content-item .content-item-wrap{width:792px;max-width:100%;margin:0 auto;padding:50px 0 80px 0}@media(max-width:1024px){#popup-course #popup-content #learn-press-content-item .content-item-wrap{width:100%}}#popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-summary .course-item-title{margin-top:0;margin-bottom:24px;color:#333;font-size:30px;font-weight:600}@media(max-width:1024px){#popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-summary .course-item-title{padding-left:15px;padding-right:15px}}@media(max-width:767px){#popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-summary .course-item-title{text-align:center}}#popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-summary .content-item-description h2,#popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-summary .content-item-description h3,#popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-summary .content-item-description h4,#popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-summary .content-item-description h5,#popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-summary .content-item-description h6{margin-top:0;margin-bottom:18px;font-size:18px;letter-spacing:unset}#popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-summary .content-item-description p{margin:0 0 18px 0;color:#666;font-size:16px;font-weight:300;line-height:26px}#popup-course #popup-content #learn-press-content-item .content-item-wrap .content-item-summary .content-item-description img{max-width:100%;height:auto;vertical-align:middle}#popup-course #popup-content #learn-press-quiz-app{margin-bottom:40px}#popup-course #popup-content #learn-press-quiz-app .quiz-content{margin-bottom:40px;color:#666;font-size:16px;font-weight:300;line-height:26px}#popup-course #popup-content #learn-press-quiz-app .quiz-content img{max-width:100%;height:auto;vertical-align:middle}#popup-course #popup-content #learn-press-quiz-app .quiz-buttons{display:flex;justify-content:center;text-align:center}#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .button-right .lp-button{margin:0 15px 0 0}#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .lp-button[data-type=question-nav]{margin:0;border:1px solid #d9e0f1;color:#777;background:#fbfcff}#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .lp-button[data-type=question-nav]::before{display:inline-block;width:15px;height:15px;border:2px solid #d9e0f1;border-top-color:transparent;border-right-color:transparent;content:"";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .lp-button[data-type=question-nav].prev::before{margin-right:7px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg)}#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .lp-button[data-type=question-nav].next{margin-right:-1px}#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .lp-button[data-type=question-nav].next::before{margin-left:7px}#popup-course #popup-content #learn-press-quiz-app .quiz-buttons .lp-button[data-type=question-nav]:hover{background:#fff}#popup-course #popup-content #learn-press-quiz-app .quiz-buttons.align-center{display:block;text-align:center}#popup-course #popup-content #learn-press-quiz-app .quiz-buttons.align-center .button-left{text-align:center}#popup-course #popup-content #learn-press-quiz-app .quiz-buttons.align-center .button-left.fixed{position:fixed;z-index:99999;bottom:0;right:50%;width:792px;height:50px;margin-right:237px;transform:translateX(50%)}#popup-course #popup-content #learn-press-quiz-app .quiz-buttons.align-center .button-left.nav-center{height:50px;margin-right:0 !important}#popup-course #popup-content #learn-press-quiz-app .quiz-buttons:not(.infinity).is-first .prev{display:none}#popup-course #popup-content #learn-press-quiz-app .quiz-buttons:not(.infinity).is-last .next{display:none}#popup-course #popup-content #learn-press-quiz-app .quiz-buttons:not(.is-first):not(.is-last) .prev{border-top-left-radius:0;border-bottom-left-radius:0}#popup-course #popup-content #learn-press-quiz-app .quiz-buttons:not(.is-first):not(.is-last) .next{border-top-right-radius:0;border-bottom-right-radius:0}#popup-course #popup-content #learn-press-quiz-app .questions-pagination{height:33px;margin-top:1px;padding:8px 0;background:#fff;text-align:center}#popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links{text-align:center}#popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers{display:inline-block;margin:0;padding:10px 16px;color:#666;background-color:transparent;font-size:16px;font-weight:300;line-height:1;cursor:pointer}#popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers.next,#popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers.prev{display:inline-block;padding:8px;background:transparent;font-size:16px;text-align:center;text-decoration:none;text-transform:none}#popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers.current,#popup-course #popup-content #learn-press-quiz-app .questions-pagination .nav-links .page-numbers:hover{color:var(--lp-primary-color)}#popup-course #popup-content.fixed-quiz-status .quiz-status{background:var(--lp-primary-color)}#popup-course #popup-content.fixed-quiz-status .quiz-status>div{padding:0}#popup-course #popup-footer{position:fixed;z-index:999;left:0;bottom:0;right:475px;width:792px;height:50px;margin:0 auto;border-top:1px solid #ebebeb;background:#fff;-webkit-transition:right .25s;-moz-transition:right .25s;-ms-transition:right .25s;-o-transition:right .25s;transition:right .25s}@media(max-width:1024px){#popup-course #popup-footer{width:100%;padding:0 15px}}#popup-course #popup-footer .course-item-nav{justify-content:space-between}#popup-course #popup-footer .course-item-nav .prev,#popup-course #popup-footer .course-item-nav .next{display:flex;line-height:50px}#popup-course #popup-footer .course-item-nav .prev a,#popup-course #popup-footer .course-item-nav .next a{display:block;color:#666;font-size:16px;font-weight:300}#popup-course #popup-footer .course-item-nav .prev::before,#popup-course #popup-footer .course-item-nav .next::before{color:#999;font-family:"Font Awesome 5 Free";font-size:12px;font-weight:900}#popup-course #popup-footer .course-item-nav .prev:hover a,#popup-course #popup-footer .course-item-nav .prev:hover::before,#popup-course #popup-footer .course-item-nav .next:hover a,#popup-course #popup-footer .course-item-nav .next:hover::before{color:var(--lp-primary-color)}#popup-course #popup-footer .course-item-nav .next{flex-direction:row-reverse}#popup-course #popup-footer .course-item-nav .next::before{margin-right:10px;content:"\f0da"}#popup-course #popup-footer .course-item-nav .prev::before{margin-left:10px;content:"\f0d9"}#popup-course #popup-footer .course-item-nav .prev .course-item-nav__name{left:auto;right:-30px}#popup-course #popup-footer .course-item-nav .course-item-nav__name{display:none;position:absolute;top:-20px;left:-30px;width:auto;padding:10px 15px;color:#666;background:#ccc;font-size:14px;font-weight:300;line-height:1}#popup-course #popup-footer .course-item-nav .next:hover .course-item-nav__name,#popup-course #popup-footer .course-item-nav .prev:hover .course-item-nav__name{display:block}#popup-course #popup-footer .course-item-nav .prev .course-item-nav__name::before{left:auto;right:5px}#popup-course #popup-footer .course-item-nav[data-nav=next]{justify-content:flex-end}#popup-course #sidebar-toggle{display:inline-block;position:absolute;z-index:100;top:198px;right:475px;width:25px;height:56px;margin:0;background:#fff;box-shadow:0 15px 30px 0 rgba(0,0,0,0.1);cursor:pointer;transition:.25s;-webkit-appearance:none;border:0}#popup-course #sidebar-toggle:after{display:none}#popup-course #sidebar-toggle::before{display:inline-block;position:absolute;top:50%;right:50%;color:var(--lp-primary-color);font-family:"Font Awesome 5 Free";font-size:18px;font-weight:900;content:"\f0d9";transition:.25s;transform:translate(50%,-50%)}#popup-course #sidebar-toggle:focus{border:0;outline:0}#popup-course .lp-quiz-buttons .complete-quiz,#popup-course .lp-quiz-buttons .back-quiz,#popup-course .lp-quiz-buttons .review-quiz{float:left}#popup-course .quiz-results,#popup-course .quiz-content,#popup-course .quiz-questions,#popup-course .quiz-buttons,#popup-course .quiz-attempts{margin-bottom:60px}#popup-course .quiz-result .result-grade{display:flex;flex-direction:column;position:relative;box-sizing:border-box;height:200px;margin-bottom:30px;padding:50px;justify-content:center;align-items:center}#popup-course .quiz-result .result-grade::before,#popup-course .quiz-result .result-grade svg{position:absolute;top:0;right:50%;width:200px;height:200px;margin-right:-100px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}#popup-course .quiz-result .result-grade::before{box-sizing:border-box;padding:30px;border:10px solid #ccc;content:""}#popup-course .quiz-result .result-grade svg{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}#popup-course .quiz-result .result-grade svg circle{stroke:var(--lp-primary-color)}#popup-course .quiz-result.passed .result-grade svg{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}#popup-course .quiz-result.passed .result-grade .result-achieved{color:#333}#popup-course .quiz-result.passed .result-grade .result-message strong{color:#4caf50}#popup-course .quiz-questions .question{margin-bottom:60px}#popup-course .quiz-questions .lp-fib-content{margin-bottom:20px;padding:20px;border:2px solid #f5f5f5;border-radius:6px;line-height:1.6}#popup-course .quiz-questions .lp-fib-content .lp-fib-input{display:inline-block;width:auto;max-width:none}#popup-course .quiz-questions .lp-fib-content .lp-fib-input>input{height:36px;padding:6px 16px;border:1px solid #222;line-height:36px}#popup-course .quiz-questions .lp-fib-content .lp-fib-answered{padding:0 10px;background:#ececec;white-space:nowrap}#popup-course .quiz-questions .lp-fib-content .lp-fib-answered.fail{border:2px solid #d85554}#popup-course .quiz-questions .lp-fib-content .lp-fib-answered.fail .lp-fib-answered__answer{text-decoration:line-through}#popup-course .quiz-questions .lp-fib-content .lp-fib-answered.correct{border:2px solid #00adff}#popup-course .quiz-questions .lp-fib-note{display:flex;margin-right:10px;font-size:14px;font-weight:400;align-items:center}#popup-course .quiz-questions .lp-fib-note>span{display:inline-block;width:20px;height:20px;margin:0 0 0 5px}#popup-course .quiz-questions .lp-sorting-choice__check-answer{padding:5px 20px;border:2px solid #059601;border-radius:5px;font-size:1rem}#popup-course .question .answer-option{padding:0;_border:2px solid #d9e0f1;background:#fff}#popup-course .question .answer-option input[type=radio],#popup-course .question .answer-option input[type=checkbox]{position:absolute;top:50%;margin:-19px 10px 0 0;border-color:#d9e0f1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}#popup-course .question .answer-option input[type=radio]::after,#popup-course .question .answer-option input[type=checkbox]::after{border-color:#d9e0f1}#popup-course .question .answer-option input[type=radio]:disabled,#popup-course .question .answer-option input[type=checkbox]:disabled{border-color:#ddd;background:#f9f9f9}#popup-course .question .answer-option input[type=radio]:disabled::after,#popup-course .question .answer-option input[type=checkbox]:disabled::after{border-color:#ddd}#popup-course .question .answer-option input[type=radio]:checked:not(:disabled)::after,#popup-course .question .answer-option input[type=checkbox]:checked:not(:disabled)::after{border-color:#99aee4}#popup-course .question .answer-option input[type=radio]{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}#popup-course .question .answer-option input[type=radio]::before{border-radius:50%}#popup-course .question .answer-option .option-title{display:flex;width:100%;margin:0;padding:14px 65px 11px 10px;border:1px solid #ccc;color:#666;background:#fff;font-size:16px;font-weight:300;line-height:26px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}#popup-course .question .answer-option .option-title::after{display:inline-block;visibility:hidden !important;content:"."}#popup-course .question .answer-option .option-title:hover{background:#f9f9f9}#popup-course .question .answer-option .option-title::before{display:none}#popup-course .question .answer-option.answer-correct .option-title{border-color:#4caf50}#popup-course .question .answer-option.answered-wrong .option-title{border-color:#ff6423}#popup-course .question .question-title{display:block;margin-top:0;margin-bottom:18px;color:#333;font-size:18px;font-weight:normal;font-weight:500}#popup-course .question .question-title .edit-link{float:left;font-size:14px;font-weight:normal}#popup-course .question .question-content{margin-bottom:30px;color:#666;font-size:16px;font-weight:300;line-height:26px}#popup-course .question .question-response{display:flex;align-items:center;justify-content:flex-start;margin-bottom:10px;font-size:14px}#popup-course .question .question-response .label{display:inline-block;margin:0 0 0 5px;padding:8px 10px;border-radius:4px;color:#fff;line-height:1}#popup-course .question .question-response .point{display:inline-block}#popup-course .question .question-response.correct .label{background:#4caf50}#popup-course .question .question-response.incorrect .label{background:#ff6423}#popup-course .question .question-index{display:inline-block;margin:0 0 0 5px}#popup-course .question .btn-show-hint{position:relative;margin:0 10px 0 0;padding:0;border:0;outline:0;color:#00adff;background:transparent;font-size:0;text-decoration:none}#popup-course .question .btn-show-hint::before{font-family:"Font Awesome 5 Free";font-size:18px;content:"\f059"}#popup-course .question .btn-show-hint:hover span{position:absolute;bottom:100%;right:0;width:auto;padding:6px 9px;border-radius:2px;color:#333;background:#eee;font-size:14px;font-weight:400;line-height:1;white-space:nowrap;text-transform:none}#popup-course .question.question-fill_in_blanks .blanks .blank-input-wrap{display:inline-block}#popup-course .question.question-fill_in_blanks .blanks .blank-block{margin-bottom:20px}#popup-course .question.question-fill_in_blanks .blanks .blank-input{display:inline-block;width:auto;min-width:50px;margin:0 10px;padding:0 10px;border:0;border-bottom:1px dashed #ddd;text-align:center;white-space:nowrap}#popup-course .question.question-fill_in_blanks .blanks .blank-input br{display:none}#popup-course .question.question-fill_in_blanks .blanks .blank-input>*{display:inline;white-space:nowrap}#popup-course .question.question-fill_in_blanks .blanks .blank-select{display:inline-block;height:30px;margin-right:4px;padding:1px}#popup-course .question.question-fill_in_blanks .blanks .blank-fills{display:inline-block}#popup-course .question.question-fill_in_blanks .blanks .blank-fills code{margin:0 5px;padding:0 6px;background:#ddd;line-height:1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}#popup-course .question.question-fill_in_blanks .blanks.ordered{list-style-position:inside}#popup-course .question.question-fill_in_blanks .blanks.one-paragraph{line-height:3}#popup-course .scrollbar-light>.scroll-element{z-index:9999}#popup-course .scrollbar-light>.scroll-element.scroll-y{display:none}#popup-course .scrollbar-light>.scroll-element.scroll-y .scroll-bar{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body.admin-bar #popup-course{top:32px}body.lp-sidebar-toggle__close #popup-course>#sidebar-toggle{right:0}body.lp-sidebar-toggle__close #popup-course>#sidebar-toggle::before{content:"\f0da"}body.lp-sidebar-toggle__close #popup-course #popup-sidebar{flex:0}body.lp-sidebar-toggle__close #popup-course #popup-header,body.lp-sidebar-toggle__close #popup-course #popup-footer{right:0}@media(max-width:768px){body:not(.lp-sidebar-toggle__open) #popup-course>#sidebar-toggle{right:0}body:not(.lp-sidebar-toggle__open) #popup-course>#sidebar-toggle::before{content:"\f0da"}body:not(.lp-sidebar-toggle__open) #popup-course #popup-sidebar{flex:0}body:not(.lp-sidebar-toggle__open) #popup-course #popup-header,body:not(.lp-sidebar-toggle__open) #popup-course #popup-footer{right:0}}.course-curriculum .section-header .section-meta{position:relative}@media screen and (max-width:1280px){#popup-course #popup-sidebar{flex-basis:300px}#popup-course #popup-sidebar .course-curriculum{width:300px}#popup-course #popup-header,#popup-course #popup-footer{right:300px}#popup-course #sidebar-toggle{right:299px}}@media screen and (max-width:782px){body.admin-bar #popup-course{top:46px}#popup-course #popup-sidebar{flex-basis:250px}#popup-course #popup-sidebar .course-curriculum{width:250px}#popup-course #popup-header,#popup-course #popup-footer{right:250px}#popup-course #sidebar-toggle{right:249px}#popup-course #sidebar-toggle:checked ~ #popup-sidebar{flex-basis:0}#popup-course #sidebar-toggle:checked ~ #popup-footer,#popup-course #sidebar-toggle:checked ~ #popup-header{right:0}#popup-course .course-item-meta .item-meta.count-questions,#popup-course .course-item-meta .item-meta.duration{display:none}}.lp-overlay{display:none;position:fixed;z-index:10000;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background-color:rgba(209,213,219,0.8);transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms;transition-property:opacity}.wp-admin .lp-modal-dialog .lp-modal-content .lp-modal-header{padding:2em}.wp-admin .lp-modal-dialog .lp-modal-content .lp-modal-header h3{font-size:1.4em}.lp-modal-dialog{display:flex;position:fixed;z-index:9999;top:0;left:0;right:0;width:100%;min-height:100vh;text-align:center;align-items:center;justify-content:center}.lp-modal-dialog .lp-modal-content{display:inline-block;overflow:hidden;z-index:2;width:auto;max-width:600px;border-radius:8px;text-align:right;vertical-align:middle;background:white;color:black}.lp-modal-dialog .lp-modal-content .lp-modal-header{background:#7c60d9;border-bottom:1px solid #eee;padding:1em}.lp-modal-dialog .lp-modal-content .lp-modal-header h3{margin:0;color:white;font-size:inherit}.lp-modal-dialog .lp-modal-content .lp-modal-body .main-content{max-height:500px;overflow:auto}.lp-modal-dialog .lp-modal-content .lp-modal-body .main-content h3,.lp-modal-dialog .lp-modal-content .lp-modal-body .main-content h2,.lp-modal-dialog .lp-modal-content .lp-modal-body .main-content .pd-2em{padding:0 2em}.lp-modal-dialog .lp-modal-header{padding:0 20px}.lp-modal-dialog .lp-modal-footer{padding:10px 20px;background-color:#f9fafb;text-align:left}.lp-modal-dialog .btn-yes{color:#fff;background-color:#7c60d9}#lp-modal-overlay{display:none;position:fixed;z-index:999999;top:0;left:0;bottom:0;right:0;opacity:.5;background:#000}#lp-modal-window{display:none;position:fixed;z-index:999999;top:50%;right:50%;padding:35px 60px 28px 60px;background:#fff;transform:translate(50%,-50%);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}#lp-modal-window #lp-modal-content{margin:0 0 24px 0;color:#333;font-size:16px;font-weight:400;line-height:26px;text-align:center}#lp-modal-window #lp-modal-content>*{margin:0 0 .5em}#lp-modal-window #lp-modal-content #lp-modal-buttons{display:flex;flex-direction:row-reverse;align-items:center;justify-content:center}#lp-modal-window #lp-modal-buttons{display:flex;flex-direction:row-reverse;align-items:center;justify-content:center}#lp-modal-window #lp-modal-buttons .lp-button{position:relative;margin:0 10px 0 10px}.learn-press-comments{width:792px;max-width:100%;margin:0 auto}@media(max-width:1024px){.learn-press-comments{width:100%}}.learn-press-progress{overflow:hidden;position:relative;width:80px;height:6px;border-radius:3px}.learn-press-progress .learn-press-progress__active{position:absolute;z-index:1;right:-100%;width:100%;height:100%;border-radius:3px;background:var(--lp-primary-color);-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s}.learn-press-progress::before{display:block;position:absolute;z-index:0;top:0;width:100%;height:100%;background:#ccc;content:""}.course-curriculum .section-header .section-left{display:flex}.course-curriculum .section-header .section-left .section-title{flex:1}.course-curriculum .section-header .section-left .section-toggle{flex:0 0 40px;align-items:center;text-align:center;cursor:pointer}.course-curriculum .section-header .section-left .section-toggle .fa-caret-down{display:none}.course-curriculum .section-header .learn-press-progress{width:80px}.course-curriculum .section.closed .section-toggle .fa-caret-down{display:block}.course-curriculum .section.closed .section-toggle .fa-caret-up{display:none}.course-curriculum .section.closed .section-content{overflow:hidden;height:0}.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:0 50%}to{background-position:100% 50%}}.learnpress.theme-twentytwentytwo .wp-site-blocks,.learnpress.twentytwentytwo .wp-site-blocks{max-width:none;padding-left:0;padding-right:0}.learnpress.theme-twentytwentytwo .wp-site-blocks>.wp-block-group,.learnpress.twentytwentytwo .wp-site-blocks>.wp-block-group{max-width:none;margin-left:auto;margin-right:auto}.learnpress.theme-twentytwentytwo .lp-archive-courses,.learnpress.twentytwentytwo .lp-archive-courses{max-width:none}input[type=text],input[type=email],input[type=number],input[type=password]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;box-shadow:unset}body{background:#fff}body.learnpress-page{overflow-x:hidden}.wrap-fullwidth{margin-left:-1000px;margin-right:-1000px}.wrap-fullwidth a:focus,.wrap-fullwidth button:focus,.wrap-fullwidth input:focus,.wrap-fullwidth textarea:focus{border:0;outline:0}.wrap-fullwidth a:hover{text-decoration:none}.wrap-fullwidth p{word-break:break-word}.wrap-fullwidth p:last-child{margin-bottom:0}.wrap-fullwidth label{display:block;margin:0;outline:0}.wrap-fullwidth img{max-width:100%;height:auto}.wrap-fullwidth form{margin:0}.wrap-fullwidth .col-full{box-sizing:border-box;max-width:100%;padding:0}.wrap-fullwidth .col-full .woocommerce-breadcrumb{display:none}footer{clear:both}.margin-bottom{margin-bottom:20px}.hide-if-js{display:none !important}.clearfix::after{display:block;clear:both;content:""}.lp-form-fields{margin:0;padding:0;list-style:none}.lp-form-fields .form-field{margin:0 0 20px 0;list-style:none}.lp-content-wrap{width:1170px;max-width:90%;margin:0 auto}.lp-content-wrap>h2{margin-top:0;margin-bottom:26px;color:#333;font-size:30px;font-weight:600}.learn-press-breadcrumb{width:1170px;max-width:100%;margin:0 auto 45px auto;padding:0;color:#333;font-size:14px;font-weight:500;list-style:none}.learn-press-breadcrumb li{display:inline-block;margin:0}.learn-press-breadcrumb li a{color:#666;font-weight:300}.learn-press-breadcrumb li a:hover{color:var(--lp-primary-color)}.learn-press-breadcrumb i{margin:0 5px;color:#666;font-size:12px}@media(max-width:1024px){.learn-press-breadcrumb{padding-left:15px;padding-right:15px}}.learn-press-breadcrumb a{color:#666;font-weight:300}.learnpress-page .lp-button,.learnpress-page #lp-button{padding:16px 24px;border:1px solid #ccc;color:#333;background:transparent;box-shadow:unset;font-family:inherit;font-size:16px;font-weight:400;line-height:1;text-align:center;vertical-align:middle;text-decoration:none;text-transform:capitalize;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transition:all .25s;-moz-transition:all .25s;-ms-transition:all .25s;-o-transition:all .25s;transition:all .25s}.learnpress-page .lp-button.large,.learnpress-page #lp-button.large{height:52px;padding:18px 30px;font-size:18px}.learnpress-page .lp-button.gray,.learnpress-page #lp-button.gray{position:absolute;z-index:1;top:8px;left:5px;padding:0;border:0}.learnpress-page .lp-button.gray:hover,.learnpress-page #lp-button.gray:hover{background:transparent;text-decoration:none}.learnpress-page .lp-button.gray:focus,.learnpress-page #lp-button.gray:focus{border:0;outline:0}.learnpress-page .lp-button:hover,.learnpress-page #lp-button:hover{border-color:var(--lp-primary-color);color:#fff;background:var(--lp-primary-color)}.learnpress-page .lp-button.btn-ajax-off .icon,.learnpress-page #lp-button.btn-ajax-off .icon{display:none}.learnpress-page .lp-button.btn-ajax-on .icon,.learnpress-page #lp-button.btn-ajax-on .icon{display:inline-block;margin-left:5px;-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}.learnpress-page .lp-button:focus,.learnpress-page #lp-button:focus{outline:0}.learnpress-page .lp-button.loading::before,.learnpress-page #lp-button.loading::before{display:inline-block;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f110";animation:lp-rotating 1s linear infinite}.learnpress-page .rwmb-field .description{margin-top:8px;color:#999;font-size:smaller;font-style:italic}.lp-ajax-message{display:none;margin-top:20px;padding:20px;border:2px solid #059601;border-radius:9px;font-size:15px;line-height:1.4}.lp-ajax-message.error{border-color:#d85554}.course-meta{margin-bottom:14px}.course-meta .course-students::before{font-family:"Font Awesome 5 Free";content:""}#learn-press-course-tabs{margin-bottom:40px}#learn-press-course-tabs.course-tabs{margin-top:54px}.learn-press-checkout-comment h4{display:none}.order-comments{width:100%;min-height:150px}.learn-press-progress{position:relative}.learn-press-progress .progress-bg{overflow:hidden;position:relative;height:6px;background:#ccc;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.learn-press-progress .progress-bg .progress-active{position:absolute;right:50%;width:100%;height:100%;margin-right:-100%;background:var(--lp-primary-color);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.retake-course,.enroll-course,.purchase-course{display:inline-block}.table-orders{font-size:16px}.table-orders th,.table-orders td{padding:5px 10px}.form-button{display:inline-block}.learn-press-pagination{padding-bottom:20px;text-align:center}.learn-press-pagination .page-numbers{display:inline-block;margin:0;padding:0;border:0;outline:0;background:transparent;list-style:none}.learn-press-pagination .page-numbers>li{display:inline-block;margin:0;padding:0 14px}.learn-press-pagination .page-numbers>li .page-numbers{float:unset;padding:0;color:#666;background:transparent;font-size:16px;font-weight:300}.learn-press-pagination .page-numbers>li .page-numbers.current{color:var(--lp-primary-color);font-weight:400}.learn-press-pagination .page-numbers>li .page-numbers:hover{color:var(--lp-primary-color)}ul.list-table-nav{display:flex;margin-right:0;list-style:none}ul.list-table-nav .nav-text{text-align:right;flex:1}ul.list-table-nav .nav-pages{text-align:left;flex:1}ul.list-table-nav .nav-pages .learn-press-pagination{display:inline-block;margin-bottom:0}.primary-color{color:#00adff}.primary-color-before::before{color:#00adff}.primary-color-after::after{color:#00adff}.primary-background-color{background:#00adff}.primary-background-color{background:#00adff}.course-origin-price{margin-left:5px;font-size:85%;text-decoration:line-through}.course-item-nav{display:flex}.course-item-nav .prev span,.course-item-nav .next span{display:block;font-weight:bold}.course-item-nav .prev a,.course-item-nav .next a{color:#999}.course-item-nav .next{text-align:left}.content-item-wrap #comments{margin-left:0;margin-right:0}.content-item-wrap #comments #comment{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.course-summary .course-summary-sidebar{position:relative}.course-summary .course-summary-sidebar.slide-down .course-summary-sidebar__inner{position:fixed;top:0}.course-summary .course-summary-sidebar.slide-top .course-summary-sidebar__inner{position:absolute}.course-graduation span{color:#999}.course-graduation .icon{margin-left:5px;font-size:20px}.course-graduation.passed .icon{color:#059601}.course-graduation.error .icon{color:#d85554}.learn-press-template-warning::before{color:#ffc107;font-family:"Font Awesome 5 Free";content:"\f071"}.lp-badge{display:flex;height:30px;padding:0;line-height:1;align-items:center;justify-content:center}.lp-badge::before,.lp-badge::after{content:""}.lp-badge::before{display:inline-block;position:relative;z-index:10;color:#fff;font-weight:bold;line-height:1}.lp-badge.featured-course{position:absolute;z-index:1;top:25px;right:-110px;width:300px;background:#93f;text-align:center;transform:rotate(45deg)}.lp-badge.featured-course::before{font-size:12px;text-transform:uppercase;content:attr(data-text)}#learn-press-course-tabs input[name=learn-press-course-tab-radio],#learn-press-course-tabs .course-tab-panel{display:none}#learn-press-course-tabs .course-nav label{display:block;margin:0;padding:18px 10px;font-size:16px;font-weight:600;text-align:center;text-transform:capitalize;cursor:pointer}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(1):checked ~ .course-tab-panels .course-tab-panel:nth-child(1){display:block}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(1):checked ~ .learn-press-nav-tabs .course-nav:nth-child(1){border-bottom:0}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(1):checked ~ .learn-press-nav-tabs .course-nav:nth-child(1) label{color:var(--lp-primary-color);background:#fff}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(2):checked ~ .course-tab-panels .course-tab-panel:nth-child(2){display:block}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(2):checked ~ .learn-press-nav-tabs .course-nav:nth-child(2){border-bottom:0}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(2):checked ~ .learn-press-nav-tabs .course-nav:nth-child(2) label{color:var(--lp-primary-color);background:#fff}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(3):checked ~ .course-tab-panels .course-tab-panel:nth-child(3){display:block}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(3):checked ~ .learn-press-nav-tabs .course-nav:nth-child(3){border-bottom:0}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(3):checked ~ .learn-press-nav-tabs .course-nav:nth-child(3) label{color:var(--lp-primary-color);background:#fff}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(4):checked ~ .course-tab-panels .course-tab-panel:nth-child(4){display:block}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(4):checked ~ .learn-press-nav-tabs .course-nav:nth-child(4){border-bottom:0}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(4):checked ~ .learn-press-nav-tabs .course-nav:nth-child(4) label{color:var(--lp-primary-color);background:#fff}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(5):checked ~ .course-tab-panels .course-tab-panel:nth-child(5){display:block}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(5):checked ~ .learn-press-nav-tabs .course-nav:nth-child(5){border-bottom:0}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(5):checked ~ .learn-press-nav-tabs .course-nav:nth-child(5) label{color:var(--lp-primary-color);background:#fff}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(6):checked ~ .course-tab-panels .course-tab-panel:nth-child(6){display:block}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(6):checked ~ .learn-press-nav-tabs .course-nav:nth-child(6){border-bottom:0}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(6):checked ~ .learn-press-nav-tabs .course-nav:nth-child(6) label{color:var(--lp-primary-color);background:#fff}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(7):checked ~ .course-tab-panels .course-tab-panel:nth-child(7){display:block}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(7):checked ~ .learn-press-nav-tabs .course-nav:nth-child(7){border-bottom:0}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(7):checked ~ .learn-press-nav-tabs .course-nav:nth-child(7) label{color:var(--lp-primary-color);background:#fff}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(8):checked ~ .course-tab-panels .course-tab-panel:nth-child(8){display:block}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(8):checked ~ .learn-press-nav-tabs .course-nav:nth-child(8){border-bottom:0}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(8):checked ~ .learn-press-nav-tabs .course-nav:nth-child(8) label{color:var(--lp-primary-color);background:#fff}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(9):checked ~ .course-tab-panels .course-tab-panel:nth-child(9){display:block}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(9):checked ~ .learn-press-nav-tabs .course-nav:nth-child(9){border-bottom:0}#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(9):checked ~ .learn-press-nav-tabs .course-nav:nth-child(9) label{color:var(--lp-primary-color);background:#fff}.no-event{pointer-events:none}@media screen and (max-width:768px){ul.learn-press-courses .course{width:48%}}@media screen and (max-width:600px){ul.learn-press-courses{margin-left:0}ul.learn-press-courses .course{width:100%;margin-left:0}}.course-price:empty{display:none !important}
1
+ @charset "UTF-8";@-webkit-keyframes rotating4{from{-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes rotating4{from{-ms-transform:rotate(0);-moz-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-webkit-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes animation4{from{right:-40%;width:40%}to{right:100%;width:10%}}@keyframes animation4{from{right:-40%;width:40%}to{right:100%;width:10%}}.learn-press-message{position:relative;margin:0 0 20px 0;padding:10px 15px 10px 50px;border-top:5px solid #00adff;border-radius:0 0 5px 5px;background:#f5f5f5;width:100%}.learn-press-message.icon{padding-right:45px}.learn-press-message.icon::before{background:#00adff}.learn-press-message.icon::after{position:absolute;top:50%;right:15px;width:10px;height:10px;margin-top:-13px;margin-left:10px;border-radius:50%;color:#fff;background:#00adff;font-family:"Font Awesome 5 Free";font-size:20px;line-height:26px;text-align:center;vertical-align:baseline;content:"\f129"}.learn-press-message::before,.learn-press-message::after{position:absolute;top:0;content:""}.learn-press-message::before{left:20px;width:20px;height:30px;background:#00adff}.learn-press-message::after{top:10px;left:20px;width:0;height:0;border:10px solid transparent;border-bottom-color:#f5f5f5}.learn-press-message.error{border-color:#d85554}.learn-press-message.error::before{background:#d85554}.learn-press-message.error.icon::before,.learn-press-message.error.icon::after{background:#d85554}.learn-press-message.error.icon::after{content:"\f00d"}.learn-press-message.warning{border-color:#ffc107}.learn-press-message.warning::before{background:#ffc107}.learn-press-message.warning.icon::before,.learn-press-message.warning.icon::after{background:#ffc107}.learn-press-message.warning.icon::after{content:"\f00d"}.learn-press-message.success{border-color:#059601}.learn-press-message.success::before{background:#059601}.learn-press-message.success.icon::before,.learn-press-message.success.icon::after{background:#059601}.learn-press-message.success.icon::after{content:"\f129"}.learn-press-message a{text-decoration:underline}@keyframes lp-rotating{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}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(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-ms-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}.ajaxload{display:inline-block;position:relative;width:30px;height:30px;background:#7b7b7b;content:"";-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}.ajaxload::after{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;display:inline-block;position:absolute;top:2px;right:50%;width:6px;height:6px;margin-right:-3px;background:#dedede;content:""}.lp-ajaxload-style-1{display:inline-block;position:relative;width:32px;height:32px}.lp-ajaxload-style-1::before,.lp-ajaxload-style-1::after{position:absolute;top:0;right:0;width:100%;height:100%;border:3px solid #ddd;content:""}.lp-ajaxload-style-1::after{clip:rect(0,32px,16px,16px);border-color:#2fa7ff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}.learn-press-tabs{margin-bottom:34px;background:#f1f2f8}.learn-press-tabs .learn-press-tabs__checker{display:none}.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(4):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(4){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(4):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(4) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(4):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(4) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(4):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(4)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(4):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(4)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(5):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(5){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(5):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(5) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(5):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(5) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(5):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(5)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(5):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(5)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(6):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(6){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(6):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(6) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(6):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(6) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(6):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(6)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(6):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(6)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(7):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(7){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(7):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(7) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(7):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(7) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(7):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(7)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(7):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(7)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(8):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(8){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(8):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(8) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(8):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(8) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(8):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(8)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(8):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(8)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(9):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(9){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(9):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(9) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(9):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(9) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(9):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(9)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(9):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(9)::after{background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(10):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(10){border-bottom:0;background:#fff}.learn-press-tabs .learn-press-tabs__checker:nth-child(10):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(10) label{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(10):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(10) label a{color:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(10):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(10)::before{background:#ffb606}.learn-press-tabs .learn-press-tabs__checker:nth-child(10):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(10)::after{background:#fff}.learn-press-tabs .learn-press-tabs__nav{display:flex;margin:0;padding:0;border:1px solid #e5e7f2;list-style:none}.learn-press-tabs .learn-press-tabs__tab{position:relative;margin:0;border-left:1px solid #e5e7f2;background:#f1f2f8;list-style:none}.learn-press-tabs .learn-press-tabs__tab:last-child{border-left:0}.learn-press-tabs .learn-press-tabs__tab>label{display:block;margin:0;padding:18px 65px;font-size:18px;line-height:1;font-weight:600;text-align:center;text-transform:capitalize;cursor:pointer}.learn-press-tabs .learn-press-tabs__tab>label a{color:#333}.learn-press-tabs .learn-press-tabs__tab>label a:focus{outline:0;text-decoration:none}@media(max-width:767px){.learn-press-tabs .learn-press-tabs__tab>label{padding:20px 50px 14px 50px}}.learn-press-tabs .learn-press-tabs__tab::before{position:absolute;top:-1px;right:0;width:100%;height:4px;background:transparent;content:""}.learn-press-tabs .learn-press-tabs__tab::after{position:absolute;bottom:-1px;right:0;width:100%;height:4px;background:transparent;content:""}.learn-press-tabs .learn-press-tabs__tab:first-child.active label{position:relative}.learn-press-tabs .learn-press-tabs__tab:first-child.active label::before{position:absolute;top:0;right:-1px;width:1px;height:100%;background:#fff;content:""}.learn-press-tabs.stretch .learn-press-tabs__tab{flex:1}.learn-press-tabs.stretch .learn-press-tabs__tab>label{padding:18px 10px}.learn-press-filters{display:flex;margin-bottom:30px;margin-right:0;list-style:none}.learn-press-filters>li{margin:0;font-size:16px;line-height:24px}@media(max-width:767px){.learn-press-filters>li{margin-left:30px;margin-right:0}.learn-press-filters>li:last-child{margin-left:0}}.learn-press-filters>li>a,.learn-press-filters>li>span{display:inline-block;font-weight:600}.learn-press-filters>li>span.count{font-weight:400}.learn-press-filters>li>span.count::before,.learn-press-filters>li>span.count::after{display:inline-block}.learn-press-filters>li>span.count::before{content:"("}.learn-press-filters>li>span.count::after{content:")"}.learn-press-filters>li span{color:#ffb606}.learn-press-filters>li span+span{color:#ffb606}.learn-press-filters>li span+span::before,.learn-press-filters>li span+span::after{color:#ffb606}.learn-press-filters>li a{color:#333;cursor:pointer}.learn-press-filters>li a+span{color:#333}.learn-press-filters>li a+span::before,.learn-press-filters>li a+span::after{color:#333}.learn-press-filters>li::after{margin:0 35px;color:#ccc;content:"|"}@media(max-width:767px){.learn-press-filters>li::after{display:none}}.learn-press-filters>li:last-child::after{display:none}.lp-checkout-form__before,.lp-checkout-form__after{width:45%;width:-webkit-calc(50% - 30px);width:-moz-calc(50% - 30px);width:calc(50% - 30px);margin:0 15px 40px 15px}.lp-checkout-form__before .lp-checkout-block h4,.lp-checkout-form__after .lp-checkout-block h4{margin-top:0;margin-bottom:18px;color:#333;font-size:24px;font-weight:600;line-height:1;font-family:var(--wp--preset--font-family--system-font)}@media(max-width:815px){.lp-checkout-form__before,.lp-checkout-form__after{width:100%;margin:0 0 40px 0}}.lp-checkout-form__before{float:left}.lp-checkout-form__before #checkout-order{width:100%}.lp-checkout-form .lp-checkout-form__after{float:right}.lp-checkout-form .lp-checkout-remember{letter-spacing:0;margin-top:0}.lp-checkout-form .lp-checkout-remember label{width:auto;color:#666;font-size:16px;font-weight:300;line-height:26px}.lp-checkout-form .lp-checkout-remember label input[type=checkbox]{position:relative;top:3px;width:19px;height:19px;margin:0 0 0 4px;border:1px solid #ccc;cursor:pointer;-webkit-appearance:none}.lp-checkout-form .lp-checkout-remember label input[type=checkbox]:focus{outline:0}.lp-checkout-form .lp-checkout-remember label input[type=checkbox]:checked::after{position:absolute;top:2px;right:2px;color:#41abec;font-family:"Font Awesome 5 Free";font-size:14px;font-weight:900;line-height:1;content:"\f00c"}.lp-checkout-form .lp-checkout-remember a{color:#666;font-size:16px;font-weight:300;line-height:26px;text-decoration:underline;text-decoration-color:#ccc}.lp-checkout-form .lp-checkout-remember a:hover{color:var(--lp-primary-color);text-decoration-color:var(--lp-primary-color)}.lp-checkout-form .lp-form-fields{padding:0 0 14px 0}.lp-checkout-form .lp-form-fields label{display:block;margin-bottom:10px;font-size:16px}.lp-checkout-form .lp-form-fields input{height:44px;line-height:normal;width:100%;padding:0 15px;border:1px solid #ccc}.lp-checkout-form .rwmb-input input:not([type=checkbox]){width:100%;height:43px;padding:0 22px;border:1px solid #ccc;border-radius:3px;background-color:#fff;font-size:14px;font-weight:300;font-style:italic;line-height:43px}.lp-checkout-form .rwmb-input input:not([type=checkbox]):focus{border-color:var(--lp-primary-color);outline:0;color:#222}.lp-checkout-form .rwmb-input ::placeholder{opacity:1;color:#999}.lp-checkout-form .rwmb-input :-ms-input-placeholder{color:#999}.lp-checkout-form .rwmb-input ::-ms-input-placeholder{color:#999}.lp-checkout-form .rwmb-input input:-webkit-autofill,.lp-checkout-form .rwmb-input input:-webkit-autofill:hover,.lp-checkout-form .rwmb-input input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-text-fill-color:#999 !important}.lp-checkout-form{margin:0 -15px;margin-top:50px}@media(max-width:815px){.lp-checkout-form{display:flex;flex-direction:column-reverse;margin:0}}.lp-checkout-form #btn-checkout-account-switch-to-guest{margin-bottom:60px}.lp-checkout-form .description{float:right}.lp-checkout-form a{color:#41abec}.lp-checkout-form a label{display:inline-block;color:inherit;font-weight:normal;cursor:pointer}.lp-checkout-form a:hover{color:#ffb606}.lp-checkout-form #checkout-account-guest{width:100%;margin-bottom:35px;padding-bottom:19px;border-bottom:1px solid rgba(204,204,204,0.3)}.lp-checkout-form #checkout-account-guest .lp-form-fields,.lp-checkout-form #checkout-account-guest .form-field{margin-bottom:0;padding-bottom:0}.lp-checkout-form div.lp-guest-checkout-output{margin-top:10px;padding:8px 20px;border:2px solid #41abec;border-radius:4px;font-size:16px;transition:all .2s ease}.lp-checkout-form label.lp-guest-checkout-output{margin-top:10px;cursor:pointer;user-select:none}.lp-checkout-form .lp-guest-checkout-notice{margin:30px 0 0 0}.lp-checkout-form .lp-guest-switch-login{margin-top:1em;color:#666;font-size:16px;font-weight:400}.lp-checkout-form input[name=checkout-account-switch-form]{display:none}.lp-checkout-form input[name=checkout-account-switch-form]:not(:checked)+.lp-checkout-block{display:none;overflow:hidden;height:0;margin:0;padding:0;border:0;opacity:0}.lp-checkout-form input[name=checkout-account-switch-form]:not(:checked)+.lp-checkout-block>*{overflow:hidden;height:0}.lp-checkout-form input[name=checkout-account-switch-form]:checked+.lp-checkout-block{display:block;overflow:auto;height:auto}.lp-checkout-form input[name=checkout-account-switch-form][value=guest]:checked ~ #btn-checkout-account-switch-to-guest{display:none}.lp-checkout-form::after{display:block;clear:both;content:""}.lp-checkout-form:focus{outline:0}#checkout-order .lp-checkout-order__inner{padding:0 20px;border:1px solid #ccc;border-radius:4px}#checkout-order table{width:100%;margin:0;border:0}#checkout-order td,#checkout-order th{box-sizing:content-box;border:1px solid rgba(204,204,204,0.3);border-top:0;border-left:0;border-right:0;background:unset;line-height:1;text-align:right;vertical-align:inherit}#checkout-order td:last-child,#checkout-order th:last-child{padding-left:0}#checkout-order .course-name{font-size:16px;font-weight:600;line-height:26px}#checkout-order .course-name a{display:-webkit-box;overflow:hidden;color:#000;-webkit-line-clamp:1;-webkit-box-orient:vertical}#checkout-order .course-name a:hover{color:var(--lp-primary-color)}#checkout-order .col-number{min-width:50px;color:#666;font-size:16px;font-weight:600;line-height:26px;text-align:left}#checkout-order .order-total>th{padding:24px 0 24px 20px}#checkout-order .order-total .col-number{color:#333;font-size:26px}#checkout-order tfoot .cart-subtotal{color:#666;font-size:16px;font-weight:600;line-height:26px}#checkout-order tfoot .cart-subtotal>th{padding:20px 0 17px 20px}#checkout-order tfoot .order-total th{color:#333;font-size:16px;font-weight:600;line-height:26px}#checkout-order tfoot tr:last-child{border-width:0}#checkout-order tfoot tr:last-child td,#checkout-order tfoot tr:last-child th{border-width:0}#checkout-order .course-thumbnail{width:80px;padding:20px 0 18px 13px}#checkout-order .course-thumbnail>img{width:100px;max-width:100% !important;height:auto !important}#checkout-account-register,#checkout-account-login{width:100%;margin-bottom:35px;padding-bottom:19px;border-bottom:1px solid rgba(204,204,204,0.3)}#checkout-account-register .form-field .rwmb-label,#checkout-account-register .form-field .rwmb-input .description,#checkout-account-login .form-field .rwmb-label,#checkout-account-login .form-field .rwmb-input .description{display:none}#checkout-account-register .lp-checkout-remember label,#checkout-account-login .lp-checkout-remember label{display:inline-block}#checkout-account-register .lp-checkout-remember a,#checkout-account-login .lp-checkout-remember a{float:left}#checkout-account-register .lp-checkout-sign-in-link,#checkout-account-register .lp-checkout-sign-up-link,#checkout-account-login .lp-checkout-sign-in-link,#checkout-account-login .lp-checkout-sign-up-link{display:flex;margin:0;color:#666;font-size:16px;font-weight:400}#checkout-account-register .lp-checkout-sign-in-link a,#checkout-account-register .lp-checkout-sign-up-link a,#checkout-account-login .lp-checkout-sign-in-link a,#checkout-account-login .lp-checkout-sign-up-link a{margin-right:5px;color:#41abec;cursor:pointer}#checkout-account-register .lp-checkout-sign-in-link a:hover,#checkout-account-register .lp-checkout-sign-up-link a:hover,#checkout-account-login .lp-checkout-sign-in-link a:hover,#checkout-account-login .lp-checkout-sign-up-link a:hover{color:var(--lp-primary-color)}#checkout-account-register .lp-checkout-sign-in-link a label,#checkout-account-register .lp-checkout-sign-up-link a label,#checkout-account-login .lp-checkout-sign-in-link a label,#checkout-account-login .lp-checkout-sign-up-link a label{display:inline-block;float:left;color:inherit;font-weight:normal;cursor:pointer}#checkout-payment{width:100%;margin-bottom:25px}#checkout-payment h4{margin-bottom:24px}#checkout-payment .secure-connection{float:left;margin-top:5px;color:#999;font-size:12px;font-weight:normal}#checkout-payment .secure-connection i{margin-left:5px;color:#ccc;font-size:18px}@media(max-width:767px){#checkout-payment .secure-connection{margin-top:0}}#checkout-payment .payment-methods{margin:0 0 24px 0;padding:0;list-style:none}#checkout-payment .lp-payment-method{position:relative;margin:0}#checkout-payment .lp-payment-method>label{display:flex;align-items:center}#checkout-payment .lp-payment-method .gateway-input,#checkout-payment .lp-payment-method .gateway-icon{vertical-align:middle}#checkout-payment .lp-payment-method .gateway-icon{max-height:32px}#checkout-payment .lp-payment-method .gateway-input{position:relative;width:20px;height:20px;margin:0 0 0 8px;border:1px solid #ccc;background:#fff;-webkit-appearance:none;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}#checkout-payment .lp-payment-method .gateway-input::before{position:absolute;top:50%;right:50%;width:6px;height:6px;background:#41abec;transform:translate(50%,-50%);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}#checkout-payment .lp-payment-method .gateway-input:checked::before{content:""}#checkout-payment .lp-payment-method .gateway-input:focus{outline:0}#checkout-payment #checkout-order-action button{width:100%;border-color:var(--lp-primary-color);color:#fff;background:var(--lp-primary-color);font-weight:500}#checkout-payment #checkout-order-action button:hover{border-color:var(--lp-primary-color);opacity:.5;background:var(--lp-primary-color)}#checkout-payment #checkout-order-action button.loading::before{display:inline-block;font-family:"Font Awesome 5 Free";font-weight:900;content:"\f110";-webkit-animation:lp-rotating 1s linear infinite;-moz-animation:lp-rotating 1s linear infinite;animation:lp-rotating 1s linear infinite}.lp-terms-and-conditions{color:#666;font-size:16px;font-weight:300;line-height:26px}.lp-terms-and-conditions a{color:#41abec}.lp-terms-and-conditions a:hover{color:var(--lp-primary-color)}.learn-press-checkout.guest-checkout{display:none}.button-continue-guest-checkout{clear:both}#learn-press-checkout .payment-methods{margin:0;padding:0;list-style:none}#learn-press-checkout .payment-methods .lp-payment-method{margin-bottom:20px}#learn-press-checkout .payment-methods .lp-payment-method>label{display:flex;flex-flow:row nowrap;padding:10px 20px;background:#f5f5f5;line-height:40px;cursor:pointer}#learn-press-checkout .payment-methods .lp-payment-method>label img{vertical-align:middle}#learn-press-checkout .payment-methods .lp-payment-method.selected>label{background:#d4d4d4}#learn-press-checkout .payment-methods .payment-method-form{display:none;padding:15px 20px;border-top:1px solid #ddd;background:#f9f9f9}#learn-press-checkout-login,#learn-press-checkout-register{margin-bottom:1.5em;padding:20px 20px 0 20px;border:1px solid #ddd;background:#fff}#learn-press-order-review,.learn-press-checkout-comment{margin-bottom:20px}#checkout-form-login,#checkout-form-register{_display:none}#checkout-form-login .learn-press-form-register,#checkout-form-login .learn-press-form-login,#checkout-form-register .learn-press-form-register,#checkout-form-register .learn-press-form-login{display:none}#checkout-guest-email{margin:0 0 20px 0}#checkout-guest-email .form-heading{margin:0}#checkout-guest-email #checkout-guest-options{margin:0;list-style:none}#checkout-guest-email #checkout-existing-account,#checkout-guest-email #checkout-new-account{display:none;margin:0}#checkout-guest-email.email-exists #checkout-existing-account{display:block}#checkout-guest-email.email-exists #checkout-new-account{display:none}.lp-list-table{width:100%;margin-bottom:20px}.lp-list-table th,.lp-list-table td{padding:20px;border:0 solid rgba(204,204,204,0.3);border-bottom-width:1px;background:#fff;font-size:16px;line-height:1;text-align:right}@media(max-width:767px){.lp-list-table th,.lp-list-table td{padding:15px}}.lp-list-table thead{box-sizing:border-box;border:1px solid #e5e7f2}.lp-list-table thead tr th{height:60px;border-bottom:0;color:#333;background:#f1f2f8;font-size:18px}.lp-list-table tbody,.lp-list-table tfoot{box-sizing:border-box;border:1px solid rgba(204,204,204,0.3);border-top:0}.lp-list-table tbody tr td,.lp-list-table tbody tr th,.lp-list-table tfoot tr td,.lp-list-table tfoot tr th{height:62px;color:#666;background:#fff;font-size:16px;font-weight:300}.lp-list-table tbody tr td a,.lp-list-table tbody tr th a,.lp-list-table tfoot tr td a,.lp-list-table tfoot tr th a{border-bottom:0;color:#666;text-decoration:none}.lp-list-table tbody tr td a:hover,.lp-list-table tbody tr th a:hover,.lp-list-table tfoot tr td a:hover,.lp-list-table tfoot tr th a:hover{color:var(--lp-primary-color)}.lp-list-table tbody tr .column-status .result-percent,.lp-list-table tfoot tr .column-status .result-percent{font-weight:500}.lp-list-table tbody tr .column-status .lp-label,.lp-list-table tfoot tr .column-status .lp-label{font-weight:600}.lp-list-table tbody tr:nth-child(odd),.lp-list-table tfoot tr:nth-child(odd){background:#f5f5f5}.lp-list-table .list-table-nav td{font-size:14px}.lp-list-table .list-table-nav td.nav-text{text-align:right}.lp-list-table .list-table-nav td.nav-pages{text-align:left}.lp-list-table .list-table-nav td.nav-pages .learn-press-pagination{text-align:left}.lp-list-table .list-table-nav td.nav-pages .page-numbers{margin-bottom:0}.lp-label{display:inline-block;color:#666;font-size:16px;font-weight:300;line-height:1}.learn-press-form .form-fields{margin:0;padding:0;list-style:none}.learn-press-form .form-fields .form-field{margin:0 0 20px 0}.learn-press-form .form-fields .form-field label{display:block;margin:0 0 10px 0}.learn-press-form .form-fields .form-field input[type=text],.learn-press-form .form-fields .form-field input[type=email],.learn-press-form .form-fields .form-field input[type=number],.learn-press-form .form-fields .form-field input[type=password],.learn-press-form .form-fields .form-field textarea{width:100%;padding:8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.learn-press-form .form-fields .form-field .description{margin-top:10px;font-size:14px;font-style:italic;line-height:1.4}.learn-press-form .form-fields .form-field .asterisk{color:red}.learn-press-form-login,.learn-press-form-register{max-width:600px;margin-left:auto;margin-bottom:60px;margin-right:auto;padding:40px;border:1px solid #eee;border-radius:6px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06) !important}.learn-press-form-login h3,.learn-press-form-register h3{margin-bottom:20px;font-size:28px;line-height:1.4}.learn-press-form-login .form-fields .form-field label,.learn-press-form-register .form-fields .form-field label{font-size:16px;font-weight:400;user-select:none}.learn-press-form-login .form-fields .form-field input[type=text],.learn-press-form-login .form-fields .form-field input[type=password],.learn-press-form-login .form-fields .form-field input[type=tel],.learn-press-form-login .form-fields .form-field input[type=url],.learn-press-form-login .form-fields .form-field input[type=number],.learn-press-form-register .form-fields .form-field input[type=text],.learn-press-form-register .form-fields .form-field input[type=password],.learn-press-form-register .form-fields .form-field input[type=tel],.learn-press-form-register .form-fields .form-field input[type=url],.learn-press-form-register .form-fields .form-field input[type=number]{height:42px;border:1px solid #bbb;border-radius:4px;line-height:42px}.learn-press-form-login .form-fields .form-field input[type=text]:focus,.learn-press-form-login .form-fields .form-field input[type=password]:focus,.learn-press-form-login .form-fields .form-field input[type=tel]:focus,.learn-press-form-login .form-fields .form-field input[type=url]:focus,.learn-press-form-login .form-fields .form-field input[type=number]:focus,.learn-press-form-register .form-fields .form-field input[type=text]:focus,.learn-press-form-register .form-fields .form-field input[type=password]:focus,.learn-press-form-register .form-fields .form-field input[type=tel]:focus,.learn-press-form-register .form-fields .form-field input[type=url]:focus,.learn-press-form-register .form-fields .form-field input[type=number]:focus{border:0;outline:2px solid transparent !important;outline-offset:2px;box-shadow:0 0 0 2px #666 !important}.learn-press-form-login .form-fields .form-field.required label::after,.learn-press-form-register .form-fields .form-field.required label::after{content:" *";display:inline}.learn-press-form-login form[name=learn-press-login]>p>label,.learn-press-form-register form[name=learn-press-login]>p>label{color:#666;font-size:16px;cursor:pointer;user-select:none}.learn-press-form-login form[name=learn-press-login]>p>a,.learn-press-form-register form[name=learn-press-login]>p>a{color:#666;font-size:16px;line-height:1}.learn-press-form-login form[name=learn-press-login]>p:last-child,.learn-press-form-register form[name=learn-press-login]>p:last-child{margin-bottom:0}.learn-press-form-login button[type=submit],.learn-press-form-register button[type=submit]{width:100%;height:50px;border-radius:3px;outline:0;color:#fff;background:var(--lp-primary-color);box-shadow:none;font-size:16px;line-height:1;vertical-align:middle;text-decoration:none}.required label{font-weight:bold}.required label:after{content:" *";display:inline}.lp-password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.lp-password-input input[type=password]{padding-left:2.5rem}.lp-password-input input::-ms-reveal{display:none}.lp-password-input .lp-show-password-input{position:absolute;top:8px;left:10px;cursor:pointer}.lp-password-input .lp-show-password-input::after{font-family:"Font Awesome 5 Free";font-weight:900;content:"\f06e"}.lp-password-input .lp-show-password-input.display-password::after{color:#585858;content:"\f070"}.form-desc{font-size:smaller;font-style:italic}.become-teacher-form{width:90%;max-width:500px;margin:0 auto}.become-teacher-form .form-field input[type=text],.become-teacher-form .form-field input[type=email],.become-teacher-form .form-field input[type=number],.become-teacher-form .form-field input[type=password]{width:100%}body div.entry-content>div.learnpress{--responsive--aligndefault-width:100%;max-width:var(--lp-content-width,100%)}.lp-user-profile{position:relative;background:#fff}.lp-user-profile .lp-user-profile-avatar img{position:relative;width:100%;height:auto;border-radius:unset;display:block}.lp-user-profile .lp-user-profile-avatar+.lp-user-profile-socials{margin-top:10px;margin-bottom:5px}.lp-user-profile .lp-user-profile-socials{display:flex;position:relative;z-index:1;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.lp-user-profile .lp-user-profile-socials a{display:inline-flex;align-items:center;justify-content:center;width:35px;height:35px;margin:0 7px;border:1px solid #cfcfcf;color:#666;background:#fff;font-size:14px;line-height:35px;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.lp-user-profile .lp-user-profile-socials a:hover{border-color:var(--lp-primary-color);color:#fff;background:var(--lp-primary-color)}.lp-user-profile .wrapper-profile-header{color:#fff;background:var(--lp-secondary-color);position:relative}@media(max-width:990px){.lp-user-profile .wrapper-profile-header .lp-profile-content-area{min-height:inherit;padding:50px 15px}.lp-user-profile .wrapper-profile-header .lp-profile-left{float:right;position:static}.lp-user-profile .wrapper-profile-header .lp-profile-right{float:left;width:calc(100% - 270px);margin-right:0}}@media(max-width:768px){.lp-user-profile .wrapper-profile-header .lp-profile-left{width:220px}.lp-user-profile .wrapper-profile-header .lp-profile-right{width:calc(100% - 220px)}.lp-user-profile .wrapper-profile-header .lp-user-profile-socials{margin-left:-5px;margin-right:-5px}.lp-user-profile .wrapper-profile-header .lp-user-profile-socials a{width:36px;height:36px;margin:0 5px;line-height:36px}}@media(max-width:500px){.lp-user-profile .wrapper-profile-header .lp-profile-left{float:none;margin:0 auto}.lp-user-profile .wrapper-profile-header .lp-profile-right{width:100%;padding-top:30px;text-align:center}}.lp-user-profile .wrapper-profile-header::before{left:100%;right:auto}.lp-user-profile .wrapper-profile-header::after{right:100%;left:auto}.lp-user-profile .lp-profile-content-area{position:relative;padding-top:50px;padding-bottom:50px;display:flex;align-items:center}@media(max-width:650px){.lp-user-profile .lp-profile-content-area{flex-direction:column}.lp-user-profile .lp-profile-content-area .lp-profile-right{text-align:center;width:100%;padding:50px 15px 0}}.lp-user-profile .lp-profile-left{min-width:270px;max-width:270px;padding:5px;border:2px solid #eaeaea;border-radius:3px}.lp-user-profile .lp-profile-right{padding-left:15px;padding-right:35px}.lp-user-profile .lp-profile-username{padding-bottom:10px;font-size:18px;font-weight:500;text-transform:capitalize}.lp-user-profile .lp-profile-username::before,.lp-user-profile .lp-profile-username::after{content:"";width:30px;height:1px;background-color:white;display:inline-block;vertical-align:middle;margin:0}.lp-user-profile .lp-profile-username::before{margin-left:5px}.lp-user-profile .lp-profile-username::after{margin-right:5px}.lp-user-profile .lp-profile-user-bio{font-size:16px;font-weight:300;line-height:26px}.lp-user-profile #profile-sidebar{float:right;width:270px;margin-top:0;border:1px solid rgba(0,0,0,0.1);border-top:0;background:#fff;margin-top:58px}@media(max-width:990px){.lp-user-profile #profile-sidebar{width:100%}.lp-user-profile #profile-sidebar .lp-user-profile-avatar{max-width:150px}}.lp-user-profile #profile-nav .lp-profile-nav-tabs{margin:0;padding:0;list-style:none}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li{position:relative;margin:0;border-top:1px solid rgba(204,204,204,0.3)}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li a{display:block;padding:0 20px;color:#333;font-size:16px;font-weight:500;line-height:50px}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li>a{padding:0 52px 0 20px}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li>a>i{display:inline-block;position:absolute;right:24px;width:28px;color:var(--lp-primary-color);font-size:12px;line-height:53px;text-align:right}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li>a::after{float:left;margin-left:4px;color:#999;font-family:"Font Awesome 5 Free";font-size:10px;font-weight:900;content:"\f054"}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li ul li{margin:0}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li ul li a{border-bottom:1px solid #f9f9f9}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li ul li a:hover{color:var(--lp-primary-color);background:#fff}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li ul li:hover>a i{color:var(--lp-primary-color);background:#fff}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li.active,.lp-user-profile #profile-nav .lp-profile-nav-tabs>li:hover{background:var(--lp-primary-color)}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li.active>a::after,.lp-user-profile #profile-nav .lp-profile-nav-tabs>li:hover>a::after{content:"\f053"}.lp-user-profile #profile-nav .lp-profile-nav-tabs>li.active a{padding-right:52px}.