PluginProbe
Master Addons for Elementor – Elementor Addons, Widgets, Mega Menu Builder, Popup Builder, Widget Builder & Template Kits / 3.2.2
Master Addons for Elementor – Elementor Addons, Widgets, Mega Menu Builder, Popup Builder, Widget Builder & Template Kits v3.2.2
3.2.2 3.2.3 3.2.1 3.2.0 3.1.9 3.1.8 3.1.7 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.9 trunk 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.3 1.1.4 1.1.5 All 174 releases
master-addons / assets / css / theme-builder-comments.css

theme-builder-comments.css in Master Addons for Elementor – Elementor Addons, Widgets, Mega Menu Builder, Popup Builder, Widget Builder & Template Kits 3.2.2, at assets/css/theme-builder-comments.css

1,204 lines 28.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @charset "UTF-8";
2 /* Master Comments */
3 .jltma-form-values .jltma-option-label,
4 .jltma-form-values .jltma-value {
5 display: inline;
6 }
7
8 .jltma-show-replies-trigger,
9 .jltma-hide-replies-trigger,
10 .jltma-readless,
11 .jltma-readmore {
12 color: #384fcf;
13 }
14
15 .jltma-readless, .jltma-readmore {
16 font-weight: 600;
17 }
18
19 .jltma-logged-in {
20 margin: 1.5em 0;
21 }
22
23 .jltma-logged-in h3 {
24 font-weight: 700;
25 }
26
27 .jltma-comments-wrap .comment-respond h3.comment-reply-title {
28 font-size: 24px;
29 }
30
31 .jltma-comment-pagination-wrapper.jltma-page-number {
32 margin-top: 1.5em;
33 text-align: center;
34 }
35
36 .jltma-comment-pagination-wrapper.jltma-page-number ul {
37 margin-top: 20px;
38 position: relative;
39 text-align: center;
40 padding-left: 0;
41 display: inline-block;
42 vertical-align: middle;
43 }
44
45 img.jltma-page-number-loader {
46 display: inline-block;
47 vertical-align: middle;
48 }
49
50 .jltma-comment-pagination-wrapper.jltma-page-number li {
51 list-style: none;
52 display: inline-block;
53 margin: 0 2px;
54 }
55
56 .comment-reply-link,
57 .comment-reply-link:hover {
58 -webkit-box-shadow: none;
59 box-shadow: none;
60 }
61
62 .jltma-like-dislike-wrapper {
63 margin-top: 5px;
64 }
65
66 .jltma-like-dislike-wrapper .jltma-like-wrap {
67 padding-right: 20px;
68 }
69
70 .jltma-like-wrap,
71 .jltma-count-wrap,
72 .jltma-dislike-wrap {
73 float: left;
74 }
75
76 .jltma-like-dislike-wrapper .jltma-common-wrap {
77 margin-left: -5px;
78 }
79
80 .fa-thumbs-o-up.jltma-liked-wrap,
81 .jltma-like-count-wrap.jltma-count-wrapper,
82 .fa-thumbs-o-down.jltma-disliked-wrap {
83 /* color: #4c4c4c; */
84 }
85
86 .jltma-children.jltma-comment-list {
87 margin-top: 20px;
88 }
89
90 .jltma-comments-wrap textarea {
91 padding: 10px;
92 -webkit-border-radius: 0px;
93 border-radius: 0px;
94 }
95
96 @media only screen and (max-width: 480px) {
97 .jltma-comments-wrap textarea {
98 padding: 5px;
99 }
100 }
101 h2.comments-title {
102 margin: 1.5em 0 0;
103 }
104
105 .jltma-form-submit {
106 margin: 40px 0 20px 0;
107 }
108
109 button,
110 input[type=button],
111 input[type=submit] {
112 -webkit-border-radius: 0px;
113 border-radius: 0px;
114 }
115
116 .jltma-edit-comments-wrapper input[type=submit],
117 .jltma-flag-comments-wrapper input[type=submit] {
118 border: unset;
119 background-color: unset;
120 color: #4c4c4c;
121 font-size: 14px;
122 height: 28px;
123 line-height: 28px;
124 padding: 0 1em;
125 text-shadow: unset;
126 }
127
128 .jltma-save-edited-comment {
129 height: 22px;
130 line-height: 20px;
131 border: 1px solid #ccc;
132 background-color: #F1F6F9;
133 margin-left: 5px;
134 color: #4c4c4c;
135 display: inline-block;
136 padding: 0 1em;
137 }
138
139 .jltma-reply-button a {
140 background-color: unset;
141 color: #4c4c4c;
142 font-size: 14px;
143 display: inline-block;
144 line-height: 28px;
145 }
146
147 .jltma-title-value-div .jltma-title-div {
148 margin-top: 30px;
149 margin-bottom: 10px;
150 }
151
152 .jltma-title-value-div.jltma-checkbox .jltma-title-div,
153 .jltma-title-value-div.jltma-radio .jltma-title-div {
154 margin-bottom: 5px;
155 }
156
157 .jltma-comment-form p a + a {
158 display: inline-block;
159 }
160
161 .jltma-comments-wrap .comment-respond h3.comment-reply-title small a,
162 .jltma-logged-in input.jltma-form-trigger,
163 .jltma-comment-form p a + a {
164 border-color: transparent;
165 color: #FFF;
166 line-height: 40px;
167 padding: 0 1em;
168 -webkit-border-radius: unset;
169 border-radius: unset;
170 text-transform: uppercase;
171 -webkit-transition: 0.5s;
172 -moz-transition: 0.5s;
173 -ms-transition: 0.5s;
174 -o-transition: 0.5s;
175 transition: 0.5s;
176 text-shadow: unset;
177 }
178
179 .jltma-comments-wrap .comment-respond h3.comment-reply-title small a {
180 font-size: 14px;
181 float: right;
182 font-weight: 400;
183 }
184
185 .jltma-comment p {
186 margin: 0;
187 padding-top: 10px;
188 }
189
190 .comment-respond {
191 width: 100%;
192 padding: 20px;
193 margin-top: 40px;
194 }
195
196 @media only screen and (max-width: 480px) {
197 .comment-respond {
198 padding: 0;
199 }
200 }
201 .jltma-author-name {
202 font-weight: 700;
203 }
204
205 .jltma-comment .jltma-form-values {
206 margin-top: 8px;
207 }
208
209 .jltma-comment .jltma-like-dislike-wrapper {
210 margin-top: 12px;
211 }
212
213 .jltma-comment-listing-wrapper .jltma-comment-list {
214 background-color: #fefefe;
215 padding-left: 0;
216 margin: 0;
217 margin-bottom: 30px;
218 display: flex;
219 flex-direction: column;
220 }
221
222 .jltma-children.jltma-comment-list {
223 /* padding-left: 50px; */
224 margin-right: 20px !important;
225 margin-top: 20px !important;
226 }
227
228 .jltma-children.jltma-comment-list > .jltma-children.jltma-comment-list {
229 padding-left: 50px;
230 }
231
232 .jltma-children.jltma-comment-list > .jltma-children.jltma-comment-list > .jltma-children.jltma-comment-list {
233 padding-left: 50px;
234 }
235
236 @media only screen and (min-width: 720px) and (max-width: 900px) {
237 .jltma-children.jltma-comment-list {
238 padding-left: 20px;
239 }
240 .jltma-children.jltma-comment-list > .jltma-children.jltma-comment-list {
241 padding-left: 20px;
242 }
243 .jltma-children.jltma-comment-list > .jltma-children.jltma-comment-list > .jltma-children.jltma-comment-list {
244 padding-left: 20px;
245 }
246 }
247 @media only screen and (max-width: 480px) {
248 .jltma-children.jltma-comment-list {
249 padding-left: 20px;
250 }
251 .jltma-children.jltma-comment-list > .jltma-children.jltma-comment-list {
252 padding-left: 20px;
253 }
254 .jltma-children.jltma-comment-list > .jltma-children.jltma-comment-list > .jltma-children.jltma-comment-list {
255 padding-left: 20px;
256 }
257 }
258 .mCSB_container,
259 .mCustomScrollBox {
260 -ms-overflow-x: visible !important;
261 overflow-x: visible !important;
262 }
263
264 .jltma-comments-wrap .jltma-comment-form p a + a {
265 height: 30px;
266 line-height: 28px;
267 font-size: 14px;
268 }
269
270 /*pagination number and load design here*/
271 .jltma-comment-pagination-wrapper.jltma-load-more a {
272 display: inline-block;
273 color: #FFF;
274 margin: 1em 0;
275 height: 40px;
276 line-height: 40px;
277 font-size: 14px;
278 padding: 0 1em;
279 background-color: #4c4c4c;
280 text-transform: uppercase;
281 border: 1px solid #4c4c4c;
282 -webkit-border-radius: unset;
283 border-radius: unset;
284 -webkit-transition: 0.5s;
285 -moz-transition: 0.5s;
286 -ms-transition: 0.5s;
287 -o-transition: 0.5s;
288 transition: 0.5s;
289 }
290
291 .jltma-comment-pagination-wrapper.jltma-load-more a:hover {
292 color: #4c4c4c;
293 background-color: #FFF;
294 }
295
296 .jltma-comment-pagination-wrapper.jltma-page-number li a {
297 border-radius: 25px;
298 color: #fff;
299 font-size: 16px;
300 font-style: italic;
301 line-height: 36px;
302 padding: 2px 18px;
303 border: 1px solid #d9d9d9;
304 text-align: center;
305 margin-right: 5px;
306 box-shadow: 1px 1px 13px rgba(64, 74, 206, 0.4);
307 text-transform: capitalize;
308 -webkit-transition: all 0.25s ease;
309 -moz-transition: all 0.25s ease;
310 -ms-transition: all 0.25s ease;
311 -o-transition: all 0.25s ease;
312 transition: all 0.25s ease;
313 }
314
315 .jltma-comment-pagination-wrapper.jltma-page-number li a:hover {
316 border: 1px solid #4c4c4c;
317 }
318
319 .jltma-comment-pagination-wrapper.jltma-page-number li a.jltma-current-page {
320 background-color: #e3e8ea;
321 }
322
323 /*pagination number and load design here*/
324 /*like dislike button design starts here*/
325 .fa-thumbs-o-up.jltma-liked-wrap,
326 .jltma-like-count-wrap.jltma-count-wrapper,
327 .jltma-dislike-count-wrap.jltma-count-wrapper,
328 .fa-thumbs-o-down.jltma-disliked-wrap {
329 color: #4c4c4c;
330 height: 24px;
331 min-width: 24px;
332 line-height: 24px;
333 text-align: center;
334 float: left;
335 margin: 5px 2px;
336 }
337
338 .jltma-already-liked .jltma-liked-wrap,
339 .jltma-already-disliked .jltma-disliked-wrap {
340 color: #fff;
341 }
342
343 /*like dislike button design ends here*/
344 /*checkbox and radio for global templates design starts here*/
345 .jltma-comments-wrap input[type=checkbox],
346 .jltma-comments-wrap input[type=radio] {
347 width: 24px;
348 height: 24px;
349 background-color: #fff;
350 border: 1px solid #a0a0a0;
351 }
352
353 .jltma-comments-wrap input[type=checkbox]:checked,
354 .jltma-comments-wrap input[type=radio]:checked {
355 background-color: #4c4c4c;
356 border-color: #4c4c4c;
357 }
358
359 .jltma-comments-wrap input[type=checkbox] {
360 width: 24px;
361 height: 24px;
362 margin-right: 8px;
363 cursor: pointer;
364 position: relative;
365 -webkit-border-radius: 0;
366 border-radius: 0;
367 top: 6px;
368 }
369
370 .jltma-comments-wrap input[type=checkbox]:after {
371 content: " ";
372 display: inline-block;
373 visibility: visible;
374 width: 24px;
375 height: 24px;
376 position: absolute;
377 left: 0;
378 top: 0;
379 -webkit-border-radius: 0;
380 border-radius: 0;
381 background-color: #FFF;
382 border: 1px solid #ccc;
383 }
384
385 .jltma-comments-wrap input[type=checkbox]:checked:after {
386 content: "";
387 color: #fff;
388 text-align: center;
389 line-height: 24px;
390 background-color: #4c4c4c;
391 border: 1px solid #4c4c4c;
392 }
393
394 .jltma-comments-wrap input[type=radio] {
395 width: 24px;
396 height: 24px;
397 margin-right: 8px;
398 cursor: pointer;
399 position: relative;
400 -webkit-border-radius: 50%;
401 border-radius: 50%;
402 top: 6px;
403 }
404
405 .jltma-comments-wrap input[type=radio]:before {
406 content: " ";
407 background-color: #fff;
408 border: 2px solid #e3e8ea;
409 display: inline-block;
410 visibility: visible;
411 width: 24px;
412 height: 24px;
413 position: absolute;
414 left: 50%;
415 top: 50%;
416 -webkit-transform: translate(-50%, -50%);
417 -moz-transform: translate(-50%, -50%);
418 -ms-transform: translate(-50%, -50%);
419 -o-transform: translate(-50%, -50%);
420 transform: translate(-50%, -50%);
421 -webkit-border-radius: 50%;
422 border-radius: 50%;
423 }
424
425 .jltma-comments-wrap input[type=radio]:checked:before {
426 border: 2px solid #4c4c4c;
427 }
428
429 .jltma-comments-wrap input[type=radio]:after {
430 content: "";
431 background-color: #FFF;
432 position: absolute;
433 -webkit-border-radius: 15px;
434 border-radius: 15px;
435 line-height: 24px;
436 width: 18px;
437 height: 18px;
438 text-align: center;
439 left: 3px;
440 top: 3px;
441 }
442
443 .jltma-comments-wrap input[type=radio]:checked:after {
444 background-color: #4c4c4c;
445 top: 3px;
446 left: 3px;
447 }
448
449 /*checkbox and radio design for global templates ends here*/
450 /*sort comment design here*/
451 .jltma-general-div .jltma-title-div {
452 float: left;
453 }
454
455 .jltma-sort-comments-wrap.jltma-general-div .nice-select .list {
456 width: 200px;
457 }
458
459 .jltma-general-div .jltma-option-value {
460 float: left;
461 width: 200px;
462 margin-left: 20px;
463 }
464
465 @media only screen and (max-width: 480px) {
466 .jltma-general-div .jltma-option-value {
467 margin-left: 0;
468 float: none;
469 }
470 }
471 .jltma-general-div .jltma-title-div h3 {
472 margin: 0;
473 height: 40px;
474 line-height: 40px;
475 }
476
477 .jltma-comment-listing-wrap .jltma-comments-title {
478 padding-bottom: 40px;
479 }
480
481 .jltma-comment-style_one,
482 .jltma-comment-style_two {
483 padding: 30px;
484 }
485
486 .jltma-comment-style_three {
487 padding: 50px 0px;
488 }
489
490 .jltma-comment-style_one .jltma-comment-listing-wrapper > ul.jltma-comment-list .jltma-comment-template {
491 border-radius: 25px;
492 -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
493 box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
494 }
495
496 .jltma-comment-style_one ul.jltma-children.jltma-comment-list .jltma-comment-template {
497 box-shadow: none;
498 }
499
500 .jltma-comment-style_one ul.jltma-children.jltma-comment-list {
501 background: #edeff0;
502 border-radius: 25px;
503 -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
504 box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
505 }
506
507 .jltma-comment-style_one ul.jltma-children.jltma-comment-list ul {
508 box-shadow: none;
509 padding-left: 0 !important;
510 margin-left: 0 !important;
511 }
512
513 /* Style 2 */
514 .jltma-comment-style_two .jltma-comment-listing-wrapper > ul.jltma-comment-list .jltma-comment-template {
515 border: 1px solid #e2e7ea;
516 }
517
518 .jltma-comment-style_two .jltma-comment-list .jltma-comment-gravatar img {
519 border-radius: 50%;
520 }
521
522 .jltma-comment-style_two .jltma-comment-listing-wrapper .jltma-comment-list .jltma-comment {
523 padding-top: 20px;
524 }
525
526 .jltma-comment-style_two .jltma-title-date {
527 padding-top: 25px;
528 padding-bottom: 30px;
529 border-bottom: 1px solid #e2e7ea;
530 }
531
532 .jltma-comment-style_two .jltma-like-dislike-wrapper {
533 float: left;
534 width: 55%;
535 }
536
537 .jltma-comment-style_two .jltma-like-dislike-wrapper .jltma-like-wrap {
538 padding: 0px 5px 0px 10px;
539 border: 1px solid #e2e7ea;
540 border-radius: 50px;
541 }
542
543 .jltma-comment-style_two .jltma-like-dislike-wrapper .jltma-dislike-wrap {
544 margin-left: 10px;
545 padding: 0px 5px 0px 10px;
546 border: 1px solid #e2e7ea;
547 border-radius: 50px;
548 }
549
550 .jltma-comment-style_two .jltma-comment-footer {
551 width: 40%;
552 float: right;
553 }
554
555 .jltma-comment-style_two .jltma-comment-form .form-control {
556 border: 2px solid #e2e7ea;
557 border-radius: inherit;
558 }
559
560 .jltma-comment-style_two .jltma-form-submit [type=button],
561 .jltma-comment-style_two .jltma-form-submit [type=submit],
562 .jltma-comment-style_two .jltma-form-submit button {
563 border: none;
564 background: #6a14d1;
565 color: #fff;
566 }
567
568 /* Style 3 */
569 .jltma-comment-style_three .jltma-comment-listing-wrapper > ul.jltma-comment-list .jltma-comment-template .jltma-body {
570 background: #f2f3f5;
571 border-radius: 25px;
572 padding: 30px !important;
573 position: relative;
574 }
575
576 .jltma-comment-style_three .jltma-comment .jltma-like-dislike-wrapper {
577 position: absolute;
578 right: 2%;
579 bottom: -15px;
580 }
581
582 .jltma-comment-style_three .jltma-reply-button {
583 position: absolute;
584 bottom: -35px;
585 }
586
587 .jltma-comment-style_three .jltma-reply-button a {
588 color: #4267b2;
589 font-size: 14px;
590 font-weight: 500;
591 }
592
593 .jltma-comment-style_three .jltma-date-time {
594 position: absolute;
595 bottom: -30px;
596 left: 100px;
597 }
598
599 .jltma-comment-style_three .jltma-date-time:before {
600 content: ".";
601 position: absolute;
602 bottom: 0px;
603 left: -15px;
604 font-size: 20px;
605 /* line-height: 40px; */
606 }
607
608 .jltma-comment-style_three .jltma-comment-list .jltma-comment-gravatar {
609 margin-right: 20px;
610 }
611
612 .jltma-comment-style_three .jltma-like-dislike-wrapper .jltma-like-wrap,
613 .jltma-comment-style_three .jltma-like-dislike-wrapper .jltma-dislike-wrap {
614 background: #fefefe;
615 border-radius: 15px;
616 }
617
618 .jltma-comment-style_three .jltma-author-name,
619 .jltma-comment-style_three .jltma-like-dislike-wrapper .fa,
620 .jltma-comment-style_three .jltma-like-dislike-wrapper .jltma-count-wrapper {
621 color: #4267b2 !important;
622 }
623
624 .jltma-comment-style_three .jltma-date {
625 font-size: 12px;
626 }
627
628 .jltma-comment-style_three .jltma-comment p {
629 color: #2a2c2f;
630 }
631
632 .jltma-comment-style_three .jltma-like-dislike-wrapper .jltma-like-wrap {
633 padding: 0px 5px 0px 10px;
634 border: 1px solid #e2e7ea;
635 border-radius: 50px;
636 }
637
638 .jltma-comment-style_three .jltma-like-dislike-wrapper .jltma-dislike-wrap {
639 margin-left: 10px;
640 padding: 0px 5px 0px 10px;
641 border: 1px solid #e2e7ea;
642 border-radius: 50px;
643 }
644
645 .jltma-comment-style_three .jltma-form-submit [type=button],
646 .jltma-comment-style_three .jltma-form-submit [type=submit],
647 .jltma-comment-style_three .jltma-form-submit button {
648 border: none;
649 background: #4267b2;
650 border-radius: 25px;
651 color: #fff;
652 }
653
654 .jltma-comment-style_one .nice-select,
655 .jltma-comment-style_one input[type=url],
656 .jltma-comment-style_one input[type=email],
657 .jltma-comment-style_one input[type=text] {
658 width: 100%;
659 height: 57px;
660 line-height: 57px;
661 }
662
663 .jltma-comment-style_one textarea,
664 .jltma-comment-style_one .nice-select {
665 background-color: #F3F3F3;
666 }
667
668 .jltma-comment-style_one .nice-select {
669 padding: 0 20px;
670 width: 100%;
671 }
672
673 .jltma-comment-style_one .jltma-sort-comments-wrap h3 {
674 color: #4c4c4c;
675 }
676
677 .jltma-comment-style_one .jltma-option-value .nice-select,
678 .jltma-comment-style_one .jltma-title-value-div select {
679 width: 100%;
680 height: 40px;
681 line-height: 40px;
682 border: 1px solid #e3e8ea;
683 padding: 0 15px;
684 background-color: #F3F3F3;
685 }
686
687 ul.jltma-80-children-template-1 .jltma-comment-style_one,
688 ul.jltma-80-children-template-2 .jltma-comment-style_two,
689 ul.jltma-80-children-template-9 .jltma-comment-style_three {
690 padding-left: 50px;
691 margin-top: 10px;
692 }
693
694 .jltma-comment-style_one .jltma-comment-gravatar {
695 float: left;
696 width: 130px;
697 }
698
699 .jltma-comment-style_one .jltma-comment-gravatar img {
700 text-align: center;
701 -webkit-border-radius: 50%;
702 border-radius: 50%;
703 overflow: hidden;
704 }
705
706 .jltma-comment-style_one .jltma-body {
707 float: left;
708 width: calc(100% - 130px);
709 }
710
711 .jltma-comment-style_one .jltma-title-date .jltma-author-name {
712 font-size: 24px;
713 color: #393c3f;
714 }
715
716 .jltma-comment-style_one .jltma-title-date .jltma-date-time {
717 font-size: 0.9em;
718 color: #95a0a6;
719 padding-top: 3px;
720 }
721
722 .jltma-comment-style_one .jltma-title-date .jltma-date-time .jltma-date {
723 float: left;
724 }
725
726 .jltma-comment-style_one .jltma-title-date .jltma-date-time .jltma-time {
727 float: left;
728 padding-left: 10px;
729 }
730
731 .jltma-comment-style_one .jltma-show-replies-trigger:before,
732 .jltma-comment-style_one .jltma-hide-replies-trigger:before,
733 .jltma-comment-style_two .jltma-show-replies-trigger:before,
734 .jltma-comment-style_two .jltma-hide-replies-trigger:before {
735 position: absolute;
736 left: 9px;
737 top: 50%;
738 -webkit-transform: translateY(-50%);
739 -moz-transform: translateY(-50%);
740 -ms-transform: translateY(-50%);
741 -o-transform: translateY(-50%);
742 transform: translateY(-50%);
743 /* content: "\f474";
744 font-family: dashicons; */
745 color: #78909c;
746 }
747
748 .jltma-comment-style_one .jltma-show-replies-trigger,
749 .jltma-comment-style_one .jltma-hide-replies-trigger,
750 .jltma-comment-style_one .jltma-save-edited-comment,
751 .jltma-comment-style_one .jltma-body .jltma-reply-button,
752 .jltma-comment-style_one .jltma-body .jltma-edit-comments-wrap,
753 .jltma-comment-style_one .jltma-body .jltma-flag-comments-wrap,
754 .jltma-comment-style_two .jltma-body .jltma-reply-button,
755 .jltma-comment-style_two .jltma-show-replies-trigger,
756 .jltma-comment-style_two .jltma-save-edited-comment {
757 background-color: #6a14d1;
758 border-radius: 25px;
759 padding: 8px 30px 8px 30px;
760 margin: 5px 5px 0 0;
761 color: #fff;
762 border: 1px solid #6a14d1;
763 font-weight: 400;
764 font-size: 1em;
765 }
766
767 /* .jltma-comment-style_three */
768 /* f2f3f5 */
769 .jltma-show-replies-trigger,
770 .jltma-hide-replies-trigger {
771 line-height: 30px;
772 font-size: 14px;
773 }
774
775 .jltma-comment-style_one .jltma-show-replies-trigger,
776 .jltma-comment-style_one .jltma-hide-replies-trigger,
777 .jltma-comment-style_two .jltma-show-replies-trigger,
778 .jltma-comment-style_two .jltma-hide-replies-trigger {
779 background-color: #e2e7ea;
780 border: 1px solid #e2e7ea;
781 color: #78909c;
782 float: left;
783 position: relative;
784 }
785
786 .jltma-comment-style_two .jltma-hide-replies-trigger {
787 border-radius: 25px;
788 padding: 8px 30px 8px 30px;
789 margin: 5px 5px 0 0;
790 color: #6a14d1;
791 border: 1px solid #6a14d1;
792 font-weight: 400;
793 font-size: 1em;
794 }
795
796 .jltma-comment-style_two .jltma-children.jltma-comment-list .jltma-comment-template {
797 background-color: #edeff0;
798 }
799
800 /*
801 .jltma-comment-style_one .jltma-hide-replies-trigger{
802 background-color: #e2e7ea;
803
804 } */
805 .jltma-comment-style_one .jltma-save-edited-comment {
806 padding: 0 10px;
807 display: inline-block;
808 }
809
810 .jltma-comment-style_one .jltma-body .jltma-edit-comments-wrap input,
811 .jltma-comment-style_one .jltma-body .jltma-flag-comments-wrap input {
812 height: 30px;
813 line-height: 24px;
814 }
815
816 .jltma-comment-style_one .jltma-show-replies-trigger:hover,
817 .jltma-comment-style_one .jltma-hide-replies-trigger:hover,
818 .jltma-comment-style_two .jltma-show-replies-trigger:hover,
819 .jltma-comment-style_two .jltma-hide-replies-trigger:hover,
820 .jltma-comment-style_one .jltma-body .jltma-flag-comments-wrapper:hover .jltma-flag-comments-wrap,
821 .jltma-comment-style_one .jltma-body .jltma-edit-comments-wrapper:hover .jltma-edit-comments-wrap {
822 background-color: #e2e7ea;
823 color: #FFF;
824 border-color: transparent;
825 }
826
827 .jltma-comment-style_one .jltma-body .jltma-edit-comments-wrapper {
828 position: relative;
829 float: left;
830 }
831
832 .jltma-comment-style_one .jltma-body .jltma-edit-comments-wrapper:before {
833 position: absolute;
834 left: 9px;
835 top: 50%;
836 -webkit-transform: translateY(-50%);
837 -moz-transform: translateY(-50%);
838 -ms-transform: translateY(-50%);
839 -o-transform: translateY(-50%);
840 transform: translateY(-50%);
841 /* content: "\f464";
842 font-family: dashicons; */
843 color: #4c4c4c;
844 }
845
846 .jltma-comment-style_one .jltma-body .jltma-flag-comments-wrapper {
847 position: relative;
848 float: left;
849 }
850
851 .jltma-comment-style_one .jltma-body .jltma-flag-comments-wrapper:before {
852 position: absolute;
853 left: 13px;
854 top: 50%;
855 -webkit-transform: translateY(-40%);
856 -moz-transform: translateY(-40%);
857 -ms-transform: translateY(-40%);
858 -o-transform: translateY(-40%);
859 transform: translateY(-40%);
860 /* content: "\f227";
861 font-family: dashicons; */
862 color: #4c4c4c;
863 }
864
865 .jltma-comment-style_one .jltma-show-replies-trigger:hover:before,
866 .jltma-comment-style_one .jltma-hide-replies-trigger:hover:before,
867 .jltma-comment-style_one .jltma-body .jltma-edit-comments-wrapper:hover:before,
868 .jltma-comment-style_one .jltma-body .jltma-flag-comments-wrapper:hover:before {
869 color: #FFF;
870 }
871
872 .jltma-comment-style_one .jltma-body .jltma-edit-comments-wrapper,
873 .jltma-comment-style_one .jltma-body .jltma-reply-button,
874 .jltma-comment-style_two .jltma-body .jltma-reply-button {
875 margin-top: 5px;
876 }
877
878 .jltma-comment-style_one .jltma-body .jltma-reply-button,
879 .jltma-comment-style_two .jltma-body .jltma-reply-button {
880 float: left;
881 }
882
883 .jltma-comment-style_two .jltma-body .jltma-reply-button {
884 float: right;
885 }
886
887 .jltma-comment-style_one .jltma-body .jltma-reply-button a,
888 .jltma-comment-style_two .jltma-body .jltma-reply-button a {
889 color: #fff;
890 font-weight: 400;
891 position: relative;
892 line-height: 30px;
893 }
894
895 .jltma-comment-style_one .jltma-body .jltma-reply-button:hover {
896 background-color: #fff;
897 border: 1px solid #6a14d1;
898 cursor: pointer;
899 }
900
901 .jltma-comment-style_one .jltma-body .jltma-reply-button:hover a {
902 color: #6a14d1;
903 }
904
905 .jltma-comment-style_one .jltma-body .jltma-reply-button a:before {
906 position: absolute;
907 left: -20px;
908 top: 0;
909 /* content: "\f171";
910 font-family: dashicons; */
911 color: #fff;
912 }
913
914 .jltma-comment-style_one .jltma-body .jltma-reply-button:hover a:before {
915 color: #6a14d1;
916 }
917
918 .jltma-comment-style_one .jltma-comment {
919 padding-top: 20px;
920 font-size: 16px;
921 color: #5a5e63;
922 line-height: 26px;
923 }
924
925 .jltma-comment-style_one .jltma-body .fa-thumbs-o-up.jltma-liked-wrap,
926 .jltma-comment-style_one .jltma-body .jltma-like-count-wrap.jltma-count-wrapper,
927 .jltma-comment-style_one .jltma-body .jltma-dislike-count-wrap.jltma-count-wrapper,
928 .jltma-comment-style_one .jltma-body .fa-thumbs-o-down.jltma-disliked-wrap {
929 height: 30px;
930 /* min-width: 30px; */
931 /* padding: 0 5px; */
932 /* border: 1px solid #e3e8ea; */
933 display: block;
934 line-height: 28px;
935 text-align: center;
936 /* margin: 0 5px 5px 0; */
937 font-size: 20px;
938 }
939
940 /* #4054B2 */
941 .jltma-comment-style_one .jltma-body .jltma-already-liked .fa-thumbs-o-up.jltma-liked-wrap:hover,
942 .jltma-comment-style_one .jltma-body .jltma-already-disliked .fa-thumbs-o-down.jltma-disliked-wrap:hover,
943 .jltma-comment-style_one .jltma-body .fa-thumbs-o-up.jltma-liked-wrap:hover,
944 .jltma-comment-style_one .jltma-body .fa-thumbs-o-down.jltma-disliked-wrap:hover {
945 color: #4054B2;
946 border-color: transparent;
947 }
948
949 .jltma-comment-style_one .jltma-body .jltma-already-liked .fa-thumbs-o-up.jltma-liked-wrap,
950 .jltma-comment-style_one .jltma-body .jltma-already-disliked .fa-thumbs-o-down.jltma-disliked-wrap {
951 /* background-color: #ccc; */
952 color: #4054B2;
953 border-color: #ccc;
954 }
955
956 .jltma-body .jltma-saved-element-value .jltma-option-label,
957 .jltma-body .jltma-saved-element-value .jltma-value {
958 display: inline;
959 }
960
961 .jltma-comment-style_one .jltma-comment-pagination-wrapper.jltma-page-number li a {
962 color: #4c4c4c;
963 background: #f04e23;
964 border: none;
965 border-radius: 25px;
966 color: #fff;
967 font-size: 16px;
968 font-style: italic;
969 line-height: 36px;
970 padding: 2px 18px;
971 border: 1px solid #d9d9d9;
972 text-align: center;
973 margin-right: 5px;
974 box-shadow: 1px 1px 13px rgba(64, 74, 206, 0.4);
975 text-transform: capitalize;
976 -webkit-transition: all 0.25s ease;
977 -moz-transition: all 0.25s ease;
978 -ms-transition: all 0.25s ease;
979 -o-transition: all 0.25s ease;
980 transition: all 0.25s ease;
981 }
982
983 .jltma-comment-style_one .jltma-comment-pagination-wrapper.jltma-page-number li a:hover {
984 -webkit-transform: translateY(-2px);
985 -ms-transform: translateY(-2px);
986 transform: translateY(-2px);
987 }
988
989 .jltma-comment-style_one .jltma-comment-pagination-wrapper.jltma-page-number li a.jltma-current-page {
990 background: #4b00e7;
991 color: #fff;
992 border: 1px solid #4b00e7;
993 }
994
995 .jltma-comment-style_one .jltma-comment-pagination-wrapper.jltma-page-number li a.jltma-current-page:hover {
996 background-color: #6a14d1;
997 border-color: #6a14d1;
998 color: #fff;
999 }
1000
1001 .jltma-comment-style_one .jltma-comment-pagination-wrapper.jltma-load-more a {
1002 -webkit-border-radius: 4px;
1003 border-radius: 4px;
1004 background-color: #fff;
1005 color: #4c4c4c;
1006 }
1007
1008 .jltma-comment-style_one .jltma-comment-pagination-wrapper.jltma-load-more a:hover {
1009 color: #fff;
1010 background-color: #4c4c4c;
1011 }
1012
1013 .jltma-checkbox .jltma-value-div label,
1014 .jltma-radio .jltma-value-div label {
1015 float: left;
1016 padding-right: 25px;
1017 font-weight: 400;
1018 }
1019
1020 .jltma-comment-style_one .comment-respond h3.comment-reply-title small a,
1021 .jltma-comment-style_one .jltma-logged-in input.jltma-form-trigger,
1022 .jltma-comment-style_one .jltma-comment-form p a + a {
1023 color: #4c4c4c;
1024 background-color: #fff;
1025 text-align: center;
1026 text-transform: uppercase;
1027 }
1028
1029 .jltma-comment-style_one .comment-respond h3.comment-reply-title small a {
1030 border: 3px solid #e3e8ea;
1031 line-height: 37px;
1032 font-weight: 400;
1033 }
1034
1035 .jltma-comment-style_one .comment-respond h3.comment-reply-title small a {
1036 line-height: 35px;
1037 }
1038
1039 .jltma-comment-style_one .comment-respond h3.comment-reply-title small a:hover {
1040 border-color: #4c4c4c;
1041 }
1042
1043 .jltma-title-value-div .jltma-title-div label {
1044 margin-top: 30px;
1045 }
1046
1047 .jltma-comment-style_one .comment-respond h3 {
1048 font-weight: 700;
1049 }
1050
1051 .jltma-comment-style_one .jltma-comment-footer {
1052 margin-top: 10px;
1053 }
1054
1055 .jltma-comment-style_one input[type=radio],
1056 .jltma-comment-style_one input[type=checkbox] {
1057 width: 24px;
1058 height: 24px;
1059 position: relative;
1060 top: 6px;
1061 }
1062
1063 .jltma-comment-style_one .jltma-checkbox .jltma-value-div label,
1064 .jltma-comment-style_one .jltma-radio .jltma-value-div label,
1065 .jltma-comment-style_one .jltma-title-div {
1066 font-weight: 600;
1067 }
1068
1069 .jltma-title-value-div.jltma-textarea .jltma-value-div,
1070 .jltma-title-value-div.jltma-text .jltma-value-div,
1071 .jltma-title-value-div.jltma-email .jltma-value-div,
1072 .jltma-title-value-div.jltma-url .jltma-value-div,
1073 .jltma-title-value-div.jltma-select-option .jltma-value-div {
1074 margin-top: 10px;
1075 }
1076
1077 .jltma-comment-style_one input[type=checkbox]:checked:after {
1078 color: #4c4c4c;
1079 background-color: #fff;
1080 }
1081
1082 .jltma-comment-style_one .jltma-form-submit input.jltma-comment-form-submit {
1083 font-size: 15px;
1084 font-weight: 600;
1085 line-height: 26px;
1086 display: inline-block;
1087 color: #fff;
1088 letter-spacing: 0.5px;
1089 position: relative;
1090 z-index: 2;
1091 border: none;
1092 padding: 15px 30px;
1093 border-radius: 50px;
1094 background-color: #6a14d1;
1095 outline: none;
1096 -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
1097 box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
1098 -webkit-transition: all 0.3s ease;
1099 -o-transition: all 0.3s ease;
1100 transition: all 0.3s ease;
1101 }
1102
1103 .jltma-comment-form .form-control {
1104 border: 1px solid #e3e8ea;
1105 color: #e2e2e2;
1106 background: #fff;
1107 font-size: 14px;
1108 margin-bottom: 20px;
1109 padding: 24px 30px;
1110 width: 100%;
1111 border-radius: 25px;
1112 -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
1113 box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
1114 }
1115
1116 .jltma-comment-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
1117 color: #95a0a6;
1118 }
1119
1120 .jltma-comment-form .form-control::-moz-placeholder { /* Firefox 19+ */
1121 color: #95a0a6;
1122 }
1123
1124 .jltma-comment-form .form-control:-ms-input-placeholder { /* IE 10+ */
1125 color: #95a0a6;
1126 }
1127
1128 .jltma-comment-form .form-control:-moz-placeholder { /* Firefox 18- */
1129 color: #95a0a6;
1130 }
1131
1132 .jltma-comment-form .form-control:focus {
1133 outline: none;
1134 border-color: inherit;
1135 box-shadow: none;
1136 }
1137
1138 .jltma-comment-form .jltma-comment {
1139 position: relative;
1140 }
1141
1142 .jltma-comment-form .jltma-comment .field-description {
1143 color: #919191;
1144 display: block;
1145 font-size: 14px;
1146 line-height: 25px;
1147 margin-top: 6px;
1148 opacity: 1;
1149 }
1150
1151 @media only screen and (min-width: 1260px) {
1152 .jltma-comment-description_tooltip {
1153 background: #edeff0;
1154 border: 1px solid rgba(0, 0, 0, 0.075);
1155 border-radius: 4px;
1156 color: #919191;
1157 font-size: 15px;
1158 font-weight: 300;
1159 line-height: 25px;
1160 margin-right: 24px;
1161 margin-top: -1px;
1162 opacity: 1;
1163 padding: 20px 20px;
1164 position: absolute;
1165 right: 100%;
1166 text-align: center;
1167 top: 0;
1168 width: 17em;
1169 }
1170 .jltma-comment-description_tooltip:after {
1171 background: #edeff0;
1172 border: 1px solid transparent;
1173 border-right-color: rgba(0, 0, 0, 0.075);
1174 border-top-color: rgba(0, 0, 0, 0.075);
1175 content: "";
1176 display: block;
1177 height: 16px;
1178 position: absolute;
1179 right: -9px;
1180 top: 16px;
1181 -webkit-transform: rotate(45deg);
1182 -ms-transform: rotate(45deg);
1183 transform: rotate(45deg);
1184 width: 16px;
1185 }
1186 .jltma-comment-description_tooltip.left {
1187 top: -45px;
1188 }
1189 .jltma-comment-description_tooltip.right {
1190 left: 100%;
1191 margin-left: 24px;
1192 margin-right: 0;
1193 right: auto;
1194 }
1195 .jltma-comment-description_tooltip.right:after {
1196 border-left-color: rgba(0, 0, 0, 0.075);
1197 border-right-color: transparent;
1198 left: -9px;
1199 right: auto;
1200 -webkit-transform: rotate(-45deg);
1201 -ms-transform: rotate(-45deg);
1202 transform: rotate(-45deg);
1203 }
1204 }