PluginProbe ʕ •ᴥ•ʔ
Royal Addons for Elementor – Addons and Templates Kit for Elementor / 1.7.1064
Royal Addons for Elementor – Addons and Templates Kit for Elementor v1.7.1064
1.7.1064 1.7.1063 1.7.1062 1.7.1061 1.7.1060 1.7.1059 1.7.1058 trunk 1.0.0 1.1.0 1.2 1.3 1.3.1 1.3.2 1.3.21 1.3.22 1.3.23 1.3.24 1.3.25 1.3.26 1.3.27 1.3.28 1.3.29 1.3.30 1.3.31 1.3.32 1.3.33 1.3.34 1.3.35 1.3.36 1.3.37 1.3.38 1.3.39 1.3.40 1.3.41 1.3.42 1.3.43 1.3.44 1.3.45 1.3.46 1.3.47 1.3.48 1.3.49 1.3.50 1.3.51 1.3.52 1.3.53 1.3.54 1.3.55 1.3.56 1.3.57 1.3.58 1.3.59 1.3.60 1.3.61 1.3.62 1.3.63 1.3.64 1.3.65 1.3.66 1.3.67 1.3.68 1.3.69 1.3.70 1.3.71 1.3.72 1.3.73 1.3.74 1.3.75 1.3.76 1.3.77 1.3.78 1.3.79 1.3.80 1.3.81 1.3.82 1.3.83 1.3.84 1.3.85 1.3.86 1.3.87 1.3.88 1.3.89 1.3.90 1.3.91 1.3.92 1.3.93 1.3.94 1.3.95 1.3.96 1.3.97 1.3.971 1.3.972 1.3.973 1.3.974 1.3.975 1.3.976 1.3.977 1.3.978 1.3.979 1.3.980 1.3.981 1.3.982 1.3.983 1.3.984 1.3.985 1.3.986 1.3.987 1.7.1 1.7.1001 1.7.1002 1.7.1003 1.7.1004 1.7.1005 1.7.1006 1.7.1007 1.7.1008 1.7.1009 1.7.1010 1.7.1011 1.7.1012 1.7.1013 1.7.1014 1.7.1015 1.7.1016 1.7.1017 1.7.1018 1.7.1019 1.7.1020 1.7.1021 1.7.1022 1.7.1023 1.7.1024 1.7.1025 1.7.1026 1.7.1027 1.7.1028 1.7.1029 1.7.1030 1.7.1031 1.7.1032 1.7.1033 1.7.1034 1.7.1035 1.7.1036 1.7.1037 1.7.1038 1.7.1039 1.7.1040 1.7.1041 1.7.1042 1.7.1043 1.7.1044 1.7.1045 1.7.1046 1.7.1047 1.7.1048 1.7.1049 1.7.1050 1.7.1051 1.7.1052 1.7.1053 1.7.1054 1.7.1055 1.7.1056 1.7.1057
royal-elementor-addons / assets / css / admin / templates-kit.css
royal-elementor-addons / assets / css / admin Last commit date
editor.css 5 days ago editor.min.css 5 days ago library-frontend.css 5 days ago library-frontend.min.css 5 days ago mega-menu.css 5 days ago plugin-options.css 5 days ago premade-blocks.css 5 days ago templates-kit.css 5 days ago wporg-theme-notice.css 5 days ago wpr-display-conditions.css 5 days ago
templates-kit.css
828 lines
1 .royal-addons_page_wpr-templates-kit #wpwrap {
2 background: #F6F6F6;
3 }
4
5 .royal-addons_page_wpr-templates-kit #wpcontent {
6 padding: 0;
7 }
8
9 #wpbody img {
10 display: block;
11 max-width: 100%;
12 width: 100%;
13 }
14
15 .wpr-templates-kit-page > header {
16 position: sticky;
17 top: 32px;
18 z-index: 99;
19 display: -webkit-box;
20 display: -ms-flexbox;
21 display: flex;
22 -webkit-box-pack: justify;
23 -ms-flex-pack: justify;
24 justify-content: space-between;
25 background: #fff;
26 -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);
27 box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);
28 }
29
30 .wpr-templates-kit-logo {
31 display: -webkit-box;
32 display: -ms-flexbox;
33 display: flex;
34 }
35
36 .wpr-templates-kit-logo div {
37 padding: 20px;
38 border-right: 1px solid #e8e8e8;
39 }
40
41 .wpr-templates-kit-logo .back-btn {
42 display: none;
43 -webkit-box-align: center;
44 -ms-flex-align: center;
45 align-items: center;
46 font-weight: bold;
47 color: #6d7882;
48 cursor: pointer;
49 }
50
51 .wpr-templates-kit-logo .back-btn:hover {
52 color: #222;
53 }
54
55 .wpr-templates-kit-search {
56 display: -webkit-box;
57 display: -ms-flexbox;
58 display: flex;
59 -webkit-box-align: center;
60 -ms-flex-align: center;
61 align-items: center;
62 position: absolute;
63 top: 20px;
64 left: 50%;
65 -webkit-transform: translateX(-50%);
66 -ms-transform: translateX(-50%);
67 transform: translateX(-50%);
68 }
69
70 .wpr-templates-kit-search input {
71 width: 500px;
72 height: 45px;
73 padding-left: 15px;
74 background-color: #FBFBFB;
75 border: none;
76 border: 1px solid #e8e8e8 !important;
77 -webkit-box-shadow: none !important;
78 box-shadow: none !important;
79 border-radius: 3px;
80 }
81
82 .wpr-templates-kit-search .dashicons {
83 margin-left: -32px;
84 color: #6A4BFF;
85 }
86
87 .wpr-templates-kit-price-filter {
88 position: relative;
89 width: 110px;
90 height: 40px;
91 margin: 20px;
92 border: 1px solid #e8e8e8;
93 line-height: 40px;
94 padding: 0 20px;
95 border-radius: 3px;
96 font-size: 14px;
97 cursor: pointer;
98 }
99
100 .wpr-templates-kit-price-filter .dashicons {
101 position: absolute;
102 right: 12px;
103 line-height: 40px;
104 font-size: 14px;
105 }
106
107 .wpr-templates-kit-price-filter:hover ul {
108 display: block;
109 }
110
111 .wpr-templates-kit-price-filter ul {
112 display: none;
113 background: #fff;
114 position: absolute;
115 width: 100%;
116 top: 26px;
117 left: -1px;
118 padding: 0;
119 border: 1px solid #e8e8e8;
120 }
121
122 .wpr-templates-kit-price-filter ul li {
123 padding: 0 20px;
124 line-height: 32px;
125 margin-bottom: 0 !important;
126 border-bottom: 1px solid #e8e8e8;
127 }
128
129 .wpr-templates-kit-price-filter ul li:last-child {
130 border-bottom: 0;
131 }
132
133 .wpr-templates-kit-price-filter ul li:hover {
134 background: #e8e8e8;
135 }
136
137 .wpr-templates-kit-filters {
138 display: none;
139 padding: 20px;
140 }
141
142 .wpr-templates-kit-filters div {
143 padding: 10px 20px;
144 border: 2px solid #e8e8e8;
145 border-radius: 3px;
146 font-size: 16px;
147 }
148
149 .wpr-templates-kit-filters ul {
150 display: none;
151 }
152
153 .wpr-templates-kit-page-title {
154 text-align: center;
155 margin-top: 65px;
156 margin-bottom: 35px;
157 }
158
159 .wpr-templates-kit-page-title h1 {
160 font-size: 35px;
161 color: #555;
162 }
163
164 .button.wpr-options-button {
165 padding: 3px 18px;
166 border: 0;
167 color: #fff;
168 background: #6A4BFF;
169 -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
170 box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
171 font-size: 14px;
172 }
173
174 .button.wpr-options-button:hover,
175 .button.wpr-options-button:focus {
176 color: #fff;
177 background: #6A4BFF;
178 border: none;
179 }
180
181 .button.wpr-options-button .dashicons {
182 font-size: 16px;
183 line-height: 32px;
184 color: #fff;
185 }
186
187 .wpr-templates-kit-page-title .button.wpr-options-button .dashicons-video-alt3 {
188 color: #fff !important;
189 }
190
191 .button.wpr-options-button:hover .dashicons,
192 .button.wpr-options-button:focus .dashicons {
193 color: #fff;
194 }
195
196 .wpr-templates-kit-page-title .button.wpr-options-button:hover .dashicons-video-alt3,
197 .wpr-templates-kit-page-title .button.wpr-options-button:focus .dashicons-video-alt3 {
198 color: #fff !important;
199 }
200
201 .wpr-templates-kit-grid {
202 display: -ms-grid;
203 display: grid;
204 -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
205 grid-template-columns: repeat(4, 1fr);
206 grid-column-gap: 30px;
207 grid-row-gap: 30px;
208 padding: 30px;
209 }
210
211 .wpr-templates-kit-grid.single-grid {
212 padding-bottom: 60px;
213 }
214
215 @media screen and (max-width: 1400px) {
216 .wpr-templates-kit-grid {
217 -ms-grid-columns: (1fr)[3];
218 grid-template-columns: repeat(3, 1fr);
219 }
220 }
221
222 .wpr-templates-kit-grid .grid-item {
223 position: relative;
224 overflow: hidden;
225 border: 1px solid #e8e8e8;
226 -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
227 box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
228 background: #fff;
229 }
230
231 .wpr-templates-kit-grid .grid-item[data-price="pro"]:before,
232 .wpr-templates-kit-grid .grid-item[data-expert="true"]:after{
233 display: block;
234 position: absolute;
235 right: 15px;
236 z-index: 10;
237 padding: 4px 15px 5px;
238 font-size: 11px;
239 text-transform: uppercase;
240 font-weight: 500;
241 letter-spacing: .4px;
242 color: #fff;
243 -webkit-box-shadow: -1px 1px 5px 2px rgb(0 0 0 / 30%);
244 box-shadow: -1px 1px 5px 2px rgb(0 0 0 / 30%);
245 border-radius: 3px;
246 }
247
248 .wpr-templates-kit-grid .grid-item[data-price="pro"]:before {
249 content: 'Premium';
250 background: #6a4bff;
251 top: 30px;
252 }
253
254 .wpr-templates-kit-grid .grid-item[data-expert="true"]:after {
255 content: 'Expert';
256 background: red;
257 top: 62px;
258 }
259
260 .wpr-templates-kit-grid .grid-item[data-price="free"][data-expert="true"]:after {
261 top: 30px;
262 }
263
264 .wpr-templates-kit-grid .image-wrap {
265 position: relative;
266 border-bottom: 1px solid #e8e8e8;
267 }
268
269 .wpr-templates-kit-grid .image-wrap:hover .image-overlay {
270 opacity: 1;
271 }
272
273 .wpr-templates-kit-grid .image-overlay {
274 opacity: 0;
275 display: -webkit-box;
276 display: -ms-flexbox;
277 display: flex;
278 -webkit-box-align: center;
279 -ms-flex-align: center;
280 align-items: center;
281 -webkit-box-pack: center;
282 -ms-flex-pack: center;
283 justify-content: center;
284 position: absolute;
285 top: 0;
286 left: 0;
287 width: 100%;
288 height: 100%;
289 background: rgba(0,0,0,0.2);
290 cursor: pointer;
291 -webkit-transition: opacity 0.2s ease-in;
292 -o-transition: opacity 0.2s ease-in;
293 transition: opacity 0.2s ease-in;
294 }
295
296 .wpr-templates-kit-grid .image-overlay .dashicons {
297 font-size: 30px;
298 color: #fff;
299 }
300
301 .wpr-templates-kit-grid .grid-item footer {
302 display: -webkit-box;
303 display: -ms-flexbox;
304 display: flex;
305 padding: 15px;
306 -webkit-box-pack: justify;
307 -ms-flex-pack: justify;
308 justify-content: space-between;
309 }
310
311 .wpr-templates-kit-grid .grid-item footer h3 {
312 margin: 0;
313 font-size: 16px;
314 text-transform: capitalize;
315 }
316
317 .wpr-templates-kit-grid .grid-item footer span {
318 position: relative;
319 min-width: 77px;
320 height: 20px;
321 background-color: #5130ef;
322 color: #fff;
323 font-size: 12px;
324 padding: 2px 10px;
325 border-radius: 3px;
326 }
327
328 span.wpr-woo-builder-label {
329 background-color: #7B51AD !important;
330 text-align: center;
331 }
332
333 .wpr-templates-kit-grid .grid-item footer span:after {
334 display: none;
335 width: 125px;
336 position: absolute;
337 top: -50px;
338 left: 30%;
339 -webkit-transform: translateX(-50%);
340 -ms-transform: translateX(-50%);
341 transform: translateX(-50%);
342 padding: 7px 10px;
343 border-radius: 3px;
344 background-color: #333;
345 font-size: 12px;
346 line-height: 15px;
347 -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
348 box-shadow: 0 0 5px rgba(0,0,0,0.4);
349 }
350
351 .wpr-templates-kit-grid .grid-item footer span.wpr-theme-builder-label:after {
352 content: "This Kit includes Theme Builder templates.";
353 }
354
355 .wpr-templates-kit-grid .grid-item footer span.wpr-woo-builder-label:after {
356 content: "This Kit includes WooCommerce Builder templates.";
357 }
358
359 .wpr-templates-kit-grid .grid-item footer span:hover:after {
360 display: block;
361 }
362
363 /* TODO: News Magazine X Theme Banner (remove later) */
364 .wpr-templates-kit-grid .grid-item[data-kit-id="news-magazine-x-v1"] {
365 display: none;
366 }
367
368 .wpr-templates-kit-grid .grid-item[data-kit-id="news-magazine-x-v1"] .wpr-templates-kit-newsx-info {
369 position: absolute;
370 bottom: 0;
371 left: -10px;
372 width: calc(100% - 20px);
373 margin: 10px 20px;
374 background: #fff;
375 padding: 5px 10px;
376 border-radius: 3px;
377 font-size: 14px;
378 color: #333;
379 box-sizing: border-box;
380 }
381
382 .wpr-templates-kit-grid .grid-item[data-kit-id="news-magazine-x-v1"] .wpr-templates-kit-install-newsx {
383 position: relative;
384 min-width: 77px;
385 height: 20px;
386 background-color: #f54c48;
387 box-shadow: 0 0 5px rgba(250, 51, 51, 0.3);
388 color: #fff;
389 font-size: 12px;
390 padding: 2px 10px;
391 border-radius: 3px;
392 text-align: center;
393 cursor: pointer;
394 }
395
396 .wpr-templates-kit-newsx-info p:last-child {
397 font-size: 12px;
398 }
399
400 /* New, Hot, Trending Labels */
401 .grid-item .label {
402 display: none;
403 position: absolute;
404 top: 30px;
405 left: 15px;
406 z-index: 1;
407 padding: 6px 15px 7px;
408 line-height: 1;
409 font-size: 11px;
410 text-transform: uppercase;
411 font-weight: 600;
412 letter-spacing: 0.5px;
413 color: #fff;
414 border-radius: 3px;
415 -webkit-box-shadow: -1px 1px 5px 2px rgba(0,0,0,0.2);
416 box-shadow: -1px 1px 5px 2px rgba(0,0,0,0.2);
417 }
418
419 .grid-item .label-new {
420 background-color: #f44 ;
421 }
422
423 .grid-item .label-hot {
424 background-color: #FFA500 ;
425 }
426
427 .grid-item .label-trending {
428 background-color: #0077be ;
429 }
430
431 .wpr-templates-kit-single {
432 display: none;
433 }
434
435 .wpr-templates-kit-expert-notice {
436 padding: 0 30px;
437 }
438
439 .wpr-templates-kit-expert-notice p {
440 padding: 20px;
441 background: #fff;
442 margin-bottom: 0;
443 position: relative;
444 -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.05);
445 box-shadow: 0 0 5px rgba(0,0,0,0.05);
446 }
447
448 .wpr-templates-kit-expert-notice p .dashicons:first-child,
449 .wpr-templates-kit-expert-notice p strong:first-of-type {
450 color: #f44;
451 }
452
453 .wpr-templates-kit-expert-notice p .dashicons:first-child {
454 font-size: 16px;
455 position: relative;
456 top: 2px;
457 }
458
459 .wpr-templates-kit-expert-notice p .dashicons:last-child {
460 cursor: pointer;
461 position: absolute;
462 right: 20px;
463 }
464
465 .wpr-templates-kit-single .grid-item a {
466 text-decoration: none;
467 }
468
469 .wpr-templates-kit-single .action-buttons-wrap {
470 display: -webkit-box;
471 display: -ms-flexbox;
472 display: flex;
473 position: fixed;
474 bottom: 0;
475 left: 0;
476 right: 0;
477 z-index: 10;
478 padding: 25px 30px;
479 background: #fff;
480 -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);
481 box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);
482 }
483
484 .action-buttons-wrap a,
485 .action-buttons-wrap button {
486 padding: 5px 25px !important;
487 }
488
489 .wpr-templates-kit-single .preview-demo {
490 margin-right: auto;
491 }
492
493 .wpr-templates-kit-single .preview-demo .dashicons {
494 font-size: 14px;
495 line-height: 28px;
496 }
497
498 .wpr-templates-kit-single .import-tutorial-link {
499 text-decoration: none;
500 align-self: center;
501 }
502
503 .wpr-templates-kit-single .import-kit,
504 .wpr-templates-kit-single .get-access {
505 background: #6A4BFF;
506 color: #fff;
507 }
508
509 .wpr-templates-kit-single .import-kit:hover,
510 .wpr-templates-kit-single .import-kit:focus,
511 .wpr-templates-kit-single .get-access:hover,
512 .wpr-templates-kit-single .get-access:focus {
513 background: #5130ef;
514 color: #fff;
515 -webkit-box-shadow: none !important;
516 box-shadow: none !important;
517 }
518
519 .wpr-templates-kit-single .import-kit .dashicons,
520 .wpr-templates-kit-single .get-access .dashicons {
521 font-size: 14px;
522 line-height: 30px;
523 color: #fff;
524 }
525
526 .wpr-templates-kit-single .import-kit .dashicons-download,
527 .wpr-templates-kit-single .get-access .dashicons-download {
528 color: #fff !important;
529 }
530
531 .wpr-templates-kit-single .import-kit:hover .dashicons-download,
532 .wpr-templates-kit-single .import-kit:focus .dashicons-download,
533 .wpr-templates-kit-single .get-access:hover .dashicons-download,
534 .wpr-templates-kit-single .get-access:focus .dashicons-download {
535 color: #fff !important;
536 }
537
538 .wpr-templates-kit-single .selected-template {
539 border: 1px solid #2271B1;
540 -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
541 box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
542 }
543
544 .import-template-buttons .import-template {
545 display: none;
546 }
547
548 .wpr-templates-kit-single .import-template strong {
549 text-transform: capitalize;
550 }
551
552 .wpr-import-kit-popup-wrap {
553 display: none;
554 position: relative;
555 z-index: 9999999;
556 }
557
558 .wpr-import-kit-popup-wrap .overlay {
559 position: fixed;
560 top: 0;
561 left: 0;
562 z-index: 9999999;
563 width: 100%;
564 height: 100%;
565 background: rgba(0,0,0,0.5);
566 }
567
568 .wpr-import-help {
569 margin-top: 20px;
570 text-align: right;
571 }
572
573 .wpr-import-help a {
574 width: 50%;
575 font-size: 12px;
576 text-align: right;
577 text-decoration: none;
578 color: #8F5D64;
579 }
580
581 .wpr-import-help a:hover {
582 text-decoration: underline;
583 }
584
585 .wpr-import-help a span {
586 vertical-align: middle;
587 margin-bottom: 2px;
588 font-size: 12px !important;
589 width: 12px !important;
590 height: 12px !important;
591 text-decoration: none !important
592 }
593
594 .wpr-import-kit-popup {
595 overflow: hidden;
596 position: fixed;
597 top: 50%;
598 left: 50%;
599 -webkit-transform: translate(-50%,-50%);
600 -ms-transform: translate(-50%,-50%);
601 transform: translate(-50%,-50%);
602 z-index: 9999999;
603 width: 555px;
604 background: #f5f5f5;
605 border-radius: 3px;
606 }
607
608 .wpr-import-kit-popup header {
609 display: -webkit-box;
610 display: -ms-flexbox;
611 display: flex;
612 -webkit-box-pack: justify;
613 -ms-flex-pack: justify;
614 justify-content: space-between;
615 padding-left: 25px;
616 -webkit-box-shadow: 2px 0 5px 0 rgba(0,0,0,0.2);
617 box-shadow: 2px 0 5px 0 rgba(0,0,0,0.2);
618 }
619
620 .wpr-import-kit-popup .close-btn {
621 display: none;
622 height: 50px;
623 line-height: 50px;
624 width: 50px;
625 cursor: pointer;
626 border-left: 1px solid #eee;
627 color: #aaa;
628 font-size: 22px;
629 }
630
631 .wpr-import-kit-popup .content {
632 padding: 25px;
633 }
634
635 .wpr-import-kit-popup .content p:first-child {
636 margin-top: 0;
637 }
638
639 .wpr-import-kit-popup .progress-wrap {
640 background: #fff;
641 border-radius: 3px;
642 margin-top: 25px;
643 }
644
645 .wpr-import-kit-popup .progress-wrap strong {
646 padding: 10px;
647 display: block;
648 }
649
650 .wpr-import-kit-popup .progress-bar {
651 width: 30px;
652 height: 4px;
653 background: #2271B1;
654 }
655
656 .dot-flashing {
657 display: inline-block;
658 margin-left: 10px;
659 margin-bottom: -1px;
660 position: relative;
661 width: 3px;
662 height: 3px;
663 border-radius: 10px;
664 background-color: #3c434a;
665 color: #3c434a;
666 -webkit-animation: dotFlashing 1s infinite linear alternate;
667 animation: dotFlashing 1s infinite linear alternate;
668 -webkit-animation-delay: .5s;
669 animation-delay: .5s;
670 }
671
672 .dot-flashing::before, .dot-flashing::after {
673 content: '';
674 display: inline-block;
675 position: absolute;
676 top: 0;
677 }
678
679 .dot-flashing::before {
680 left: -6px;
681 width: 3px;
682 height: 3px;
683 border-radius: 10px;
684 background-color: #3c434a;
685 color: #3c434a;
686 -webkit-animation: dotFlashing 1s infinite alternate;
687 animation: dotFlashing 1s infinite alternate;
688 -webkit-animation-delay: 0s;
689 animation-delay: 0s;
690 }
691
692 .dot-flashing::after {
693 left: 6px;
694 width: 3px;
695 height: 3px;
696 border-radius: 10px;
697 background-color: #3c434a;
698 color: #3c434a;
699 -webkit-animation: dotFlashing 1s infinite alternate;
700 animation: dotFlashing 1s infinite alternate;
701 -webkit-animation-delay: 1s;
702 animation-delay: 1s;
703 }
704
705 @-webkit-keyframes dotFlashing {
706 0% {
707 background-color: #3c434a;
708 }
709 50%,
710 100% {
711 background-color: #ebe6ff;
712 }
713 }
714
715 @keyframes dotFlashing {
716 0% {
717 background-color: #3c434a;
718 }
719 50%,
720 100% {
721 background-color: #ebe6ff;
722 }
723 }
724
725 .wpr-templates-kit-not-found {
726 display: none;
727 -webkit-box-orient: vertical;
728 -webkit-box-direction: normal;
729 -ms-flex-direction: column;
730 flex-direction: column;
731 -webkit-box-align: center;
732 -ms-flex-align: center;
733 align-items: center
734 }
735
736 .wpr-templates-kit-not-found img {
737 width: 180px !important;
738 }
739
740 .wpr-templates-kit-not-found h1 {
741 margin: 0;
742 }
743
744 .wpr-templates-kit-not-found a {
745 display: inline-block;
746 padding: 10px 25px;
747 margin-top: 15px;
748 background: #6A4BFF;
749 color: #fff;
750 text-decoration: none;
751 border-radius: 3px;
752 }
753
754 .wpr-templates-kit-not-found a:hover {
755 background: #5836fd;
756 }
757
758 /* Disable Notices */
759 .notice:not(.wpr-plugin-update-notice),
760 div.fs-notice.updated, div.fs-notice.success {
761 display: none !important;
762 }
763
764 /* Impot Error */
765 .progress-wrap.import-error .progress-bar {
766 width: 100% !important;
767 background-color: #ff6060;
768 }
769
770 .progress-wrap.import-error strong span {
771 font-weight: normal;
772 font-style: italic;
773 color: #888;
774 }
775
776 .wpr-import-help.import-error {
777 text-align: center;
778 }
779
780 .wpr-import-help.import-error a {
781 width: auto;
782 display: inline-block;
783 color: #fff;
784 background-color: #2271B1;
785 font-size: 14px;
786 padding: 5px 15px 6px;
787 text-decoration: none;
788 border-radius: 3px;
789 }
790
791 .wpr-import-help.import-error a span {
792 font-size: 14px !important;
793 width: 14px !important;
794 height: 14px !important;
795 }
796
797 /* Responsive */
798 @media screen and (max-width: 1400px) {
799 .wpr-templates-kit-search input {
800 width: 350px;
801 }
802
803 .wpr-templates-kit-expert-notice {
804 text-align: center;
805 }
806 }
807
808 /* WordPress admin mobile: sidebar is hidden; keep import bar full-width so Import Templates Kit stays visible */
809 @media screen and (max-width: 782px) {
810 .wpr-templates-kit-single .action-buttons-wrap {
811 margin-left: 0 !important;
812 -ms-flex-wrap: wrap;
813 flex-wrap: wrap;
814 row-gap: 10px;
815 -webkit-column-gap: 8px;
816 -moz-column-gap: 8px;
817 column-gap: 8px;
818 }
819
820 .wpr-templates-kit-single .import-template-buttons {
821 display: -webkit-box;
822 display: -ms-flexbox;
823 display: flex;
824 -ms-flex-wrap: wrap;
825 flex-wrap: wrap;
826 gap: 8px;
827 }
828 }