PluginProbe ʕ •ᴥ•ʔ
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents / 3.9.0
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents v3.9.0
4.6.0 4.5.6 4.5.5 4.5.4 4.5.3 4.5.2 trunk 1.0.0 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 2.0.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.2.0 2.2.1 2.2.2 2.3.0 2.3.1 2.3.2 2.3.3 2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.6.0 2.6.1 2.6.2 2.7.0 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.4.0 3.4.1 3.4.2 3.4.3 3.5.0 3.5.1 3.5.2 3.5.3 3.6.0 3.6.1 3.6.2 3.6.3 3.6.4 3.6.5 3.6.6 3.6.7 3.6.8 3.7.0 3.7.1 3.7.2 3.7.3 3.8.0 3.8.1 3.8.2 3.8.3 3.8.4 3.8.5 3.9.0 3.9.1 3.9.10 3.9.11 3.9.12 3.9.13 3.9.14 3.9.15 3.9.16 3.9.17 3.9.2 3.9.3 3.9.4 3.9.5 3.9.6 3.9.7 3.9.8 3.9.9 4.0.0 4.0.1 4.0.10 4.0.11 4.0.12 4.0.13 4.0.14 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.0.7 4.0.8 4.0.9 4.1.0 4.1.1 4.1.10 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2.0 4.2.1 4.2.2 4.2.3 4.2.4 4.2.5 4.2.6 4.2.7 4.2.8 4.2.9 4.3.0 4.3.1 4.4.0 4.4.1 4.4.10 4.4.11 4.4.2 4.4.3 4.4.4 4.4.5 4.4.6 4.4.7 4.4.8 4.4.9 4.5.0 4.5.1
embedpress / EmbedPress / Ends / Back / Settings / assets / css / style.css
embedpress / EmbedPress / Ends / Back / Settings / assets / css Last commit date
fonts 3 years ago icon 2 years ago style.css 2 years ago
style.css
4333 lines
1 /* @import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap"); */
2
3 @font-face {
4 font-family: 'DMSans-Regular';
5 src: url('./fonts/DMSans-Regular.svg#DMSans-Regular') format('svg'),
6 url('./fonts/DMSans-Regular.ttf') format('truetype'),
7 url('./fonts/DMSans-Regular.woff') format('woff');
8 font-weight: normal;
9 font-style: normal;
10 }
11
12 @font-face {
13 font-family: 'DMSans';
14 src: url('./fonts/DMSans.eot');
15 src: url('./fonts/DMSans.eot?#iefix') format('embedded-opentype'),
16 url('./fonts/DMSans.woff2') format('woff2');
17 font-weight: normal;
18 font-style: normal;
19 }
20
21 :root {
22 --base-gutter: 30px;
23 --md-gutter: 50px;
24 --lg-gutter: 70px;
25 --xl-gutter: 100px;
26 --base-spacer-x: 16px;
27 --base-spacer-y: 16px;
28 --b-radius-6: 25px;
29 --calendly-event-color: #3664ae;
30 --pro-upgrade-margin-bottom: 20px;
31 }
32
33 @media (max-width: 1600px) {
34 :root {
35 --base-gutter: 20px;
36 --md-gutter: 30px;
37 --lg-gutter: 50px;
38 --xl-gutter: 70px;
39 }
40 }
41
42 @media (max-width: 1399px) {
43 :root {
44 --base-gutter: 20px;
45 --md-gutter: 30px;
46 --lg-gutter: 40px;
47 --xl-gutter: 50px;
48 }
49 }
50
51 @media (max-width: 1199px) {
52 :root {
53 --base-spacer-x: 10px;
54 --base-spacer-y: 10px;
55 --md-gutter: 20px;
56 --lg-gutter: 30px;
57 --xl-gutter: 40px;
58 }
59 }
60
61 @media (max-width: 991px) {
62 :root {
63 --base-spacer-x: 5px;
64 --base-spacer-y: 5px;
65 --md-gutter: 20px;
66 --lg-gutter: 30px;
67 --xl-gutter: 40px;
68 }
69 }
70
71 ::-moz-selection {
72 color: #ffffff;
73 background: rgba(91, 78, 150, 0.6);
74 }
75
76 ::selection {
77 color: #ffffff;
78 background: rgba(91, 78, 150, 0.6);
79 }
80
81 .template__wrapper {
82 /* font-family: "DM Sans", sans-serif; */
83 font-family: 'DMSans';
84 line-height: 1.7;
85 font-weight: 400;
86 min-height: 100vh;
87 background: #ffffff;
88 color: #000000;
89 -webkit-font-smoothing: antialiased;
90 -moz-font-smoothing: antialiased;
91 -ms-font-smoothing: antialiased;
92 -o-font-smoothing: antialiased;
93 font-smoothing: antialiased;
94 -webkit-text-rendering: optimizeLegibility;
95 -moz-text-rendering: optimizeLegibility;
96 -ms-text-rendering: optimizeLegibility;
97 -o-text-rendering: optimizeLegibility;
98 text-rendering: optimizeLegibility;
99 -webkit-scroll-behavior: smooth;
100 -moz-scroll-behavior: smooth;
101 -ms-scroll-behavior: smooth;
102 -o-scroll-behavior: smooth;
103 scroll-behavior: smooth;
104 font-size: 16px;
105 }
106
107 @media (max-width: 1399px) {
108 .template__wrapper {
109 font-size: 14px;
110 }
111 }
112
113 @media (max-width: 991px) {
114 .template__wrapper {
115 font-size: 13px;
116 }
117 }
118
119 .template__wrapper * {
120 margin: 0;
121 padding: 0;
122 outline: none;
123 border: none;
124 -webkit-box-sizing: border-box;
125 box-sizing: border-box;
126 }
127
128 .template__wrapper a {
129 color: inherit;
130 -webkit-transition: all 0.3s ease;
131 transition: all 0.3s ease;
132 text-decoration: none;
133 display: inline-block;
134 }
135
136 .template__wrapper a:focus {
137 outline: none;
138 -webkit-box-shadow: none;
139 box-shadow: none;
140 }
141
142 .template__wrapper label {
143 margin-bottom: 0;
144 }
145
146 .template__wrapper h1,
147 .template__wrapper h2,
148 .template__wrapper h3,
149 .template__wrapper h4,
150 .template__wrapper h5,
151 .template__wrapper h6,
152 .template__wrapper p {
153 margin: 0;
154 padding: 0;
155 }
156
157 .template__wrapper h1,
158 .template__wrapper h2,
159 .template__wrapper h3,
160 .template__wrapper h4,
161 .template__wrapper h5,
162 .template__wrapper h6 {
163 /* font-family: "DM Sans", sans-serif; */
164 font-family: 'DMSans';
165 font-weight: 700;
166 line-height: 1.3;
167 }
168
169 .template__wrapper ul,
170 .template__wrapper ol {
171 padding: 0;
172 margin: 0;
173 list-style: none;
174 }
175
176 .template__wrapper img,
177 .template__wrapper video {
178 max-width: 100%;
179 }
180
181 .m50 {
182 margin: 50px;
183 }
184
185 .p50 {
186 padding: 50px;
187 }
188
189 .mt50 {
190 margin-top: 50px;
191 }
192
193 .pt50 {
194 padding-top: 50px;
195 }
196
197 .mb50 {
198 margin-bottom: 50px;
199 }
200
201 .pb50 {
202 padding-bottom: 50px;
203 }
204
205 .ml50 {
206 margin-left: 50px;
207 }
208
209 .pl50 {
210 padding-left: 50px;
211 }
212
213 .mr50 {
214 margin-right: 50px;
215 }
216
217 .pr50 {
218 padding-right: 50px;
219 }
220
221 .m40 {
222 margin: 40px;
223 }
224
225 .p-24 {
226 padding: 24px;
227 }
228
229 .p-32 {
230 padding: 32px;
231 }
232
233 .p40 {
234 padding: 40px;
235 }
236
237 .mt40 {
238 margin-top: 40px;
239 }
240
241 .pt40 {
242 padding-top: 40px;
243 }
244
245 .mb40 {
246 margin-bottom: 40px;
247 }
248
249 .pb40 {
250 padding-bottom: 40px;
251 }
252
253 .ml40 {
254 margin-left: 40px;
255 }
256
257 .pl40 {
258 padding-left: 40px;
259 }
260
261 .mr40 {
262 margin-right: 40px;
263 }
264
265 .pr40 {
266 padding-right: 40px;
267 }
268
269 .m30 {
270 margin: 30px;
271 }
272
273 .p30 {
274 padding: 30px;
275 }
276
277 .mt30 {
278 margin-top: 30px;
279 }
280
281 .pt30 {
282 padding-top: 30px;
283 }
284
285 .mb-20 {
286 margin-bottom: 20px;
287 }
288
289 .mb30 {
290 margin-bottom: 30px;
291 }
292
293 .pb30 {
294 padding-bottom: 30px;
295 }
296
297 .ml30 {
298 margin-left: 30px;
299 }
300
301 .pl30 {
302 padding-left: 30px;
303 }
304
305 .mr30 {
306 margin-right: 30px;
307 }
308
309 .pr30 {
310 padding-right: 30px;
311 }
312
313 .m10 {
314 margin: 10px;
315 }
316
317 .p10 {
318 padding: 10px;
319 }
320
321 .mt10 {
322 margin-top: 10px;
323 }
324
325 .pt10 {
326 padding-top: 10px;
327 }
328
329 .mb10 {
330 margin-bottom: 10px;
331 }
332
333 .pb10 {
334 padding-bottom: 10px;
335 }
336
337 .ml10 {
338 margin-left: 10px;
339 }
340
341 .pl10 {
342 padding-left: 10px;
343 }
344
345 .mr10 {
346 margin-right: 10px;
347 }
348
349 .pr10 {
350 padding-right: 10px;
351 }
352
353 .m5 {
354 margin: 5px;
355 }
356
357 .p5 {
358 padding: 5px;
359 }
360
361 .mt5 {
362 margin-top: 5px;
363 }
364
365 .pt5 {
366 padding-top: 5px;
367 }
368
369 .mb5 {
370 margin-bottom: 5px;
371 }
372
373 .pb5 {
374 padding-bottom: 5px;
375 }
376
377 .ml5 {
378 margin-left: 5px;
379 }
380
381 .pl5 {
382 padding-left: 5px;
383 }
384
385 .mr5 {
386 margin-right: 5px;
387 }
388
389 .pr5 {
390 padding-right: 5px;
391 }
392
393 .embedpress-tab .nav__menu ul .nav__item, .template__wrapper label, .iframe__size__control__form .form__group .frame__unit, .iframe__size__control__wrap h3, .embedpress__settings__form .form__group .form__label, .embedpress__settings__form .form__group .form__control__wrap p, .upgrade__card .card__content h4, .upgrade__card .card__content p, .upgrage__card__tab__style h3, .upgrage__card__tab__style p, .embedpress-license__details .license__content .thumb__area h2, .embedpress-license__details .license__content p, .embedpress-license__details .license__content ol li, .embedpress-card h3, .embedpress-card p, .element__item h5, .element__item .pro__item, .embedpress--elements__wrap h3 {
394 /* font-family: "DM Sans", sans-serif; */
395 font-family: 'DMSans';
396 }
397
398 .color__themeColor {
399 color: #5B4E96;
400 }
401
402 a.color__themeColor:hover, a.color__themeColor:focus {
403 color: #473d74;
404 -webkit-box-shadow: none;
405 box-shadow: none;
406 }
407
408 .color__primary {
409 color: #00CC76;
410 }
411
412 a.color__primary:hover, a.color__primary:focus {
413 color: #009959;
414 -webkit-box-shadow: none;
415 box-shadow: none;
416 }
417
418 .color__danger {
419 color: #FE504F;
420 }
421
422 a.color__danger:hover, a.color__danger:focus {
423 color: #fe1e1c;
424 -webkit-box-shadow: none;
425 box-shadow: none;
426 }
427
428 .color__warning {
429 color: #FFA53C;
430 }
431
432 a.color__warning:hover, a.color__warning:focus {
433 color: #ff8d09;
434 -webkit-box-shadow: none;
435 box-shadow: none;
436 }
437
438 .color__white {
439 color: #ffffff;
440 }
441
442 a.color__white:hover, a.color__white:focus {
443 color: #e6e6e6;
444 -webkit-box-shadow: none;
445 box-shadow: none;
446 }
447
448 .color__dark {
449 color: #222222;
450 }
451
452 a.color__dark:hover, a.color__dark:focus {
453 color: #090909;
454 -webkit-box-shadow: none;
455 box-shadow: none;
456 }
457
458 .color__grey {
459 color: #7C8DB5;
460 }
461
462 a.color__grey:hover, a.color__grey:focus {
463 color: #5c71a2;
464 -webkit-box-shadow: none;
465 box-shadow: none;
466 }
467
468 .color__liteGrey {
469 color: #F5F7FD;
470 }
471
472 a.color__liteGrey:hover, a.color__liteGrey:focus {
473 color: #cbd5f5;
474 -webkit-box-shadow: none;
475 box-shadow: none;
476 }
477
478 .color__black {
479 color: #000000;
480 }
481
482 .color__twitter {
483 color: #1da1f2;
484 }
485
486 a.color__twitter:hover, a.color__twitter:focus {
487 color: #0c85d0;
488 -webkit-box-shadow: none;
489 box-shadow: none;
490 }
491
492 .color__linkedin {
493 color: #0077b5;
494 }
495
496 a.color__linkedin:hover, a.color__linkedin:focus {
497 color: #005582;
498 -webkit-box-shadow: none;
499 box-shadow: none;
500 }
501
502 .color__instagram {
503 color: #e1306c;
504 }
505
506 a.color__instagram:hover, a.color__instagram:focus {
507 color: #c21c54;
508 -webkit-box-shadow: none;
509 box-shadow: none;
510 }
511
512 .background__themeColor {
513 background-color: #5B4E96;
514 }
515
516 .background__primary {
517 background-color: #00CC76;
518 }
519
520 .background__danger {
521 background-color: #FE504F;
522 }
523
524 .background__warning {
525 background-color: #FFA53C;
526 }
527
528 .background__white {
529 background-color: #ffffff;
530 }
531
532 .background__dark {
533 background-color: #222222;
534 }
535
536 .background__grey {
537 background-color: #7C8DB5;
538 }
539
540 .background__liteGrey {
541 background-color: #F5F7FD;
542 }
543
544 .background__black {
545 background-color: #000000;
546 }
547
548 .background__twitter {
549 background-color: #1da1f2;
550 }
551
552 .background__linkedin {
553 background-color: #0077b5;
554 }
555
556 .background__instagram {
557 background-color: #e1306c;
558 }
559
560 .gradient__themeColor {
561 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 78, 150, 0.3)), to(rgba(91, 78, 150, 0.05)));
562 background-image: linear-gradient(180deg, rgba(91, 78, 150, 0.3), rgba(91, 78, 150, 0.05));
563 color: #5B4E96;
564 }
565
566 .gradient__primary {
567 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 204, 118, 0.3)), to(rgba(0, 204, 118, 0.05)));
568 background-image: linear-gradient(180deg, rgba(0, 204, 118, 0.3), rgba(0, 204, 118, 0.05));
569 color: #00CC76;
570 }
571
572 .gradient__danger {
573 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 80, 79, 0.3)), to(rgba(254, 80, 79, 0.05)));
574 background-image: linear-gradient(180deg, rgba(254, 80, 79, 0.3), rgba(254, 80, 79, 0.05));
575 color: #FE504F;
576 }
577
578 .gradient__warning {
579 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 165, 60, 0.3)), to(rgba(255, 165, 60, 0.05)));
580 background-image: linear-gradient(180deg, rgba(255, 165, 60, 0.3), rgba(255, 165, 60, 0.05));
581 color: #FFA53C;
582 }
583
584 .gradient__white {
585 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.05)));
586 background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
587 color: #ffffff;
588 }
589
590 .gradient__dark {
591 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.3)), to(rgba(34, 34, 34, 0.05)));
592 background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.3), rgba(34, 34, 34, 0.05));
593 color: #222222;
594 }
595
596 .gradient__grey {
597 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(124, 141, 181, 0.3)), to(rgba(124, 141, 181, 0.05)));
598 background-image: linear-gradient(180deg, rgba(124, 141, 181, 0.3), rgba(124, 141, 181, 0.05));
599 color: #7C8DB5;
600 }
601
602 .gradient__liteGrey {
603 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 247, 253, 0.3)), to(rgba(245, 247, 253, 0.05)));
604 background-image: linear-gradient(180deg, rgba(245, 247, 253, 0.3), rgba(245, 247, 253, 0.05));
605 color: #F5F7FD;
606 }
607
608 .gradient__black {
609 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.05)));
610 background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.05));
611 color: #000000;
612 }
613
614 .gradient__twitter {
615 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 161, 242, 0.3)), to(rgba(29, 161, 242, 0.05)));
616 background-image: linear-gradient(180deg, rgba(29, 161, 242, 0.3), rgba(29, 161, 242, 0.05));
617 color: #1da1f2;
618 }
619
620 .gradient__linkedin {
621 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 119, 181, 0.3)), to(rgba(0, 119, 181, 0.05)));
622 background-image: linear-gradient(180deg, rgba(0, 119, 181, 0.3), rgba(0, 119, 181, 0.05));
623 color: #0077b5;
624 }
625
626 .gradient__instagram {
627 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 48, 108, 0.3)), to(rgba(225, 48, 108, 0.05)));
628 background-image: linear-gradient(180deg, rgba(225, 48, 108, 0.3), rgba(225, 48, 108, 0.05));
629 color: #e1306c;
630 }
631
632 .button__themeColor:not(.hover__highlight) {
633 background: #5B4E96;
634 color: white;
635 border-color: #5B4E96;
636 -webkit-transition-property: background, color, box-shadow, border;
637 -webkit-transition-property: background, color, border, -webkit-box-shadow;
638 transition-property: background, color, border, -webkit-box-shadow;
639 transition-property: background, color, box-shadow, border;
640 transition-property: background, color, box-shadow, border, -webkit-box-shadow;
641 }
642
643 .button__themeColor:not(.hover__highlight):disabled {
644 cursor: not-allowed;
645 background: #FE504F;
646 border-color: #FE504F;
647 }
648
649 .button__themeColor:not(.hover__highlight) .icon {
650 color: #5B4E96;
651 background: white;
652 }
653
654 .button__themeColor.hover__highlight {
655 color: #5B4E96;
656 border-color: transparent;
657 background: rgba(91, 78, 150, 0.1);
658 }
659
660 .button__themeColor.hover__highlight .icon {
661 background: #00CC76;
662 color: #ffffff;
663 }
664
665 .button__themeColor.hover__highlight:hover {
666 border-color: transparent;
667 }
668
669 .button__themeColor.button__shadow {
670 -webkit-box-shadow: 0 10px 10px rgba(91, 78, 150, 0.2);
671 box-shadow: 0 10px 10px rgba(91, 78, 150, 0.2);
672 }
673
674 a.button__themeColor.active, a.button__themeColor:hover,
675 button.button__themeColor.active,
676 button.button__themeColor:hover {
677 background: #514585;
678 color: white;
679 border-color: #514585;
680 }
681
682 a.button__themeColor.active:disabled, a.button__themeColor:hover:disabled,
683 button.button__themeColor.active:disabled,
684 button.button__themeColor:hover:disabled {
685 cursor: not-allowed;
686 background: #FE504F;
687 -webkit-box-shadow: none;
688 box-shadow: none;
689 }
690
691 a.button__themeColor.hover__highlight:hover .icon,
692 button.button__themeColor.hover__highlight:hover .icon {
693 background: white;
694 color: #5B4E96;
695 }
696
697 .button__primary:not(.hover__highlight) {
698 background: #00CC76;
699 color: white;
700 border-color: #00CC76;
701 -webkit-transition-property: background, color, box-shadow, border;
702 -webkit-transition-property: background, color, border, -webkit-box-shadow;
703 transition-property: background, color, border, -webkit-box-shadow;
704 transition-property: background, color, box-shadow, border;
705 transition-property: background, color, box-shadow, border, -webkit-box-shadow;
706 }
707
708 .button__primary:not(.hover__highlight):disabled {
709 cursor: not-allowed;
710 background: #FE504F;
711 border-color: #FE504F;
712 }
713
714 .button__primary:not(.hover__highlight) .icon {
715 color: #00CC76;
716 background: white;
717 }
718
719 .button__primary.hover__highlight {
720 color: #00CC76;
721 border-color: transparent;
722 background: rgba(0, 204, 118, 0.1);
723 }
724
725 .button__primary.hover__highlight .icon {
726 background: #00CC76;
727 color: #ffffff;
728 }
729
730 .button__primary.hover__highlight:hover {
731 border-color: transparent;
732 }
733
734 .button__primary.button__shadow {
735 -webkit-box-shadow: 0 10px 10px rgba(0, 204, 118, 0.2);
736 box-shadow: 0 10px 10px rgba(0, 204, 118, 0.2);
737 }
738
739 a.button__primary.active, a.button__primary:hover,
740 button.button__primary.active,
741 button.button__primary:hover {
742 background: #00b367;
743 color: white;
744 border-color: #00b367;
745 }
746
747 a.button__primary.active:disabled, a.button__primary:hover:disabled,
748 button.button__primary.active:disabled,
749 button.button__primary:hover:disabled {
750 cursor: not-allowed;
751 background: #FE504F;
752 -webkit-box-shadow: none;
753 box-shadow: none;
754 }
755
756 a.button__primary.hover__highlight:hover .icon,
757 button.button__primary.hover__highlight:hover .icon {
758 background: white;
759 color: #00CC76;
760 }
761
762 .button__danger:not(.hover__highlight) {
763 background: #FE504F;
764 color: white;
765 border-color: #FE504F;
766 -webkit-transition-property: background, color, box-shadow, border;
767 -webkit-transition-property: background, color, border, -webkit-box-shadow;
768 transition-property: background, color, border, -webkit-box-shadow;
769 transition-property: background, color, box-shadow, border;
770 transition-property: background, color, box-shadow, border, -webkit-box-shadow;
771 }
772
773 .button__danger:not(.hover__highlight):disabled {
774 cursor: not-allowed;
775 background: #FE504F;
776 border-color: #FE504F;
777 }
778
779 .button__danger:not(.hover__highlight) .icon {
780 color: #FE504F;
781 background: white;
782 }
783
784 .button__danger.hover__highlight {
785 color: #FE504F;
786 border-color: transparent;
787 background: rgba(254, 80, 79, 0.1);
788 }
789
790 .button__danger.hover__highlight .icon {
791 background: #00CC76;
792 color: #ffffff;
793 }
794
795 .button__danger.hover__highlight:hover {
796 border-color: transparent;
797 }
798
799 .button__danger.button__shadow {
800 -webkit-box-shadow: 0 10px 10px rgba(254, 80, 79, 0.2);
801 box-shadow: 0 10px 10px rgba(254, 80, 79, 0.2);
802 }
803
804 a.button__danger.active, a.button__danger:hover,
805 button.button__danger.active,
806 button.button__danger:hover {
807 background: #fe3736;
808 color: white;
809 border-color: #fe3736;
810 }
811
812 a.button__danger.active:disabled, a.button__danger:hover:disabled,
813 button.button__danger.active:disabled,
814 button.button__danger:hover:disabled {
815 cursor: not-allowed;
816 background: #FE504F;
817 -webkit-box-shadow: none;
818 box-shadow: none;
819 }
820
821 a.button__danger.hover__highlight:hover .icon,
822 button.button__danger.hover__highlight:hover .icon {
823 background: white;
824 color: #FE504F;
825 }
826
827 .button__warning:not(.hover__highlight) {
828 background: #FFA53C;
829 color: white;
830 border-color: #FFA53C;
831 -webkit-transition-property: background, color, box-shadow, border;
832 -webkit-transition-property: background, color, border, -webkit-box-shadow;
833 transition-property: background, color, border, -webkit-box-shadow;
834 transition-property: background, color, box-shadow, border;
835 transition-property: background, color, box-shadow, border, -webkit-box-shadow;
836 }
837
838 .button__warning:not(.hover__highlight):disabled {
839 cursor: not-allowed;
840 background: #FE504F;
841 border-color: #FE504F;
842 }
843
844 .button__warning:not(.hover__highlight) .icon {
845 color: #FFA53C;
846 background: white;
847 }
848
849 .button__warning.hover__highlight {
850 color: #FFA53C;
851 border-color: transparent;
852 background: rgba(255, 165, 60, 0.1);
853 }
854
855 .button__warning.hover__highlight .icon {
856 background: #00CC76;
857 color: #ffffff;
858 }
859
860 .button__warning.hover__highlight:hover {
861 border-color: transparent;
862 }
863
864 .button__warning.button__shadow {
865 -webkit-box-shadow: 0 10px 10px rgba(255, 165, 60, 0.2);
866 box-shadow: 0 10px 10px rgba(255, 165, 60, 0.2);
867 }
868
869 a.button__warning.active, a.button__warning:hover,
870 button.button__warning.active,
871 button.button__warning:hover {
872 background: #ff9923;
873 color: white;
874 border-color: #ff9923;
875 }
876
877 a.button__warning.active:disabled, a.button__warning:hover:disabled,
878 button.button__warning.active:disabled,
879 button.button__warning:hover:disabled {
880 cursor: not-allowed;
881 background: #FE504F;
882 -webkit-box-shadow: none;
883 box-shadow: none;
884 }
885
886 a.button__warning.hover__highlight:hover .icon,
887 button.button__warning.hover__highlight:hover .icon {
888 background: white;
889 color: #FFA53C;
890 }
891
892 .button__white:not(.hover__highlight) {
893 background: #ffffff;
894 color: #5b4e96;
895 border-color: #ffffff;
896 -webkit-transition-property: background, color, box-shadow, border;
897 -webkit-transition-property: background, color, border, -webkit-box-shadow;
898 transition-property: background, color, border, -webkit-box-shadow;
899 transition-property: background, color, box-shadow, border;
900 transition-property: background, color, box-shadow, border, -webkit-box-shadow;
901 }
902
903 .button__white:not(.hover__highlight):disabled {
904 cursor: not-allowed;
905 background: #FE504F;
906 border-color: #FE504F;
907 }
908
909 .button__white:not(.hover__highlight) .icon {
910 color: #ffffff;
911 background: #5b4e96;
912 }
913
914 .button__white.hover__highlight {
915 color: #ffffff;
916 border-color: transparent;
917 background: rgba(255, 255, 255, 0.1);
918 }
919
920 .button__white.hover__highlight .icon {
921 background: #00CC76;
922 color: #ffffff;
923 }
924
925 .button__white.hover__highlight:hover {
926 border-color: transparent;
927 }
928
929 .button__white.button__shadow {
930 -webkit-box-shadow: 0 10px 10px rgba(255, 255, 255, 0.2);
931 box-shadow: 0 10px 10px rgba(255, 255, 255, 0.2);
932 }
933
934 a.button__white.active, a.button__white:hover,
935 button.button__white.active,
936 button.button__white:hover {
937 background: #f2f2f2;
938 color: #5b4e96;
939 border-color: #f2f2f2;
940 }
941
942 a.button__white.active:disabled, a.button__white:hover:disabled,
943 button.button__white.active:disabled,
944 button.button__white:hover:disabled {
945 cursor: not-allowed;
946 background: #FE504F;
947 -webkit-box-shadow: none;
948 box-shadow: none;
949 }
950
951 a.button__white.hover__highlight:hover .icon,
952 button.button__white.hover__highlight:hover .icon {
953 background: #5b4e96;
954 color: #ffffff;
955 }
956
957 .button__dark:not(.hover__highlight) {
958 background: #222222;
959 color: white;
960 border-color: #222222;
961 -webkit-transition-property: background, color, box-shadow, border;
962 -webkit-transition-property: background, color, border, -webkit-box-shadow;
963 transition-property: background, color, border, -webkit-box-shadow;
964 transition-property: background, color, box-shadow, border;
965 transition-property: background, color, box-shadow, border, -webkit-box-shadow;
966 }
967
968 .button__dark:not(.hover__highlight):disabled {
969 cursor: not-allowed;
970 background: #FE504F;
971 border-color: #FE504F;
972 }
973
974 .button__dark:not(.hover__highlight) .icon {
975 color: #222222;
976 background: white;
977 }
978
979 .button__dark.hover__highlight {
980 color: #222222;
981 border-color: transparent;
982 background: rgba(34, 34, 34, 0.1);
983 }
984
985 .button__dark.hover__highlight .icon {
986 background: #00CC76;
987 color: #ffffff;
988 }
989
990 .button__dark.hover__highlight:hover {
991 border-color: transparent;
992 }
993
994 .button__dark.button__shadow {
995 -webkit-box-shadow: 0 10px 10px rgba(34, 34, 34, 0.2);
996 box-shadow: 0 10px 10px rgba(34, 34, 34, 0.2);
997 }
998
999 a.button__dark.active, a.button__dark:hover,
1000 button.button__dark.active,
1001 button.button__dark:hover {
1002 background: #151515;
1003 color: white;
1004 border-color: #151515;
1005 }
1006
1007 a.button__dark.active:disabled, a.button__dark:hover:disabled,
1008 button.button__dark.active:disabled,
1009 button.button__dark:hover:disabled {
1010 cursor: not-allowed;
1011 background: #FE504F;
1012 -webkit-box-shadow: none;
1013 box-shadow: none;
1014 }
1015
1016 a.button__dark.hover__highlight:hover .icon,
1017 button.button__dark.hover__highlight:hover .icon {
1018 background: white;
1019 color: #222222;
1020 }
1021
1022 .button__grey:not(.hover__highlight) {
1023 background: #7C8DB5;
1024 color: white;
1025 border-color: #7C8DB5;
1026 -webkit-transition-property: background, color, box-shadow, border;
1027 -webkit-transition-property: background, color, border, -webkit-box-shadow;
1028 transition-property: background, color, border, -webkit-box-shadow;
1029 transition-property: background, color, box-shadow, border;
1030 transition-property: background, color, box-shadow, border, -webkit-box-shadow;
1031 }
1032
1033 .button__grey:not(.hover__highlight):disabled {
1034 cursor: not-allowed;
1035 background: #FE504F;
1036 border-color: #FE504F;
1037 }
1038
1039 .button__grey:not(.hover__highlight) .icon {
1040 color: #7C8DB5;
1041 background: white;
1042 }
1043
1044 .button__grey.hover__highlight {
1045 color: #7C8DB5;
1046 border-color: transparent;
1047 background: rgba(124, 141, 181, 0.1);
1048 }
1049
1050 .button__grey.hover__highlight .icon {
1051 background: #00CC76;
1052 color: #ffffff;
1053 }
1054
1055 .button__grey.hover__highlight:hover {
1056 border-color: transparent;
1057 }
1058
1059 .button__grey.button__shadow {
1060 -webkit-box-shadow: 0 10px 10px rgba(124, 141, 181, 0.2);
1061 box-shadow: 0 10px 10px rgba(124, 141, 181, 0.2);
1062 }
1063
1064 a.button__grey.active, a.button__grey:hover,
1065 button.button__grey.active,
1066 button.button__grey:hover {
1067 background: #6c7fac;
1068 color: white;
1069 border-color: #6c7fac;
1070 }
1071
1072 a.button__grey.active:disabled, a.button__grey:hover:disabled,
1073 button.button__grey.active:disabled,
1074 button.button__grey:hover:disabled {
1075 cursor: not-allowed;
1076 background: #FE504F;
1077 -webkit-box-shadow: none;
1078 box-shadow: none;
1079 }
1080
1081 a.button__grey.hover__highlight:hover .icon,
1082 button.button__grey.hover__highlight:hover .icon {
1083 background: white;
1084 color: #7C8DB5;
1085 }
1086
1087 .button__liteGrey:not(.hover__highlight) {
1088 background: #F5F7FD;
1089 color: #5b4e96;
1090 border-color: #F5F7FD;
1091 -webkit-transition-property: background, color, box-shadow, border;
1092 -webkit-transition-property: background, color, border, -webkit-box-shadow;
1093 transition-property: background, color, border, -webkit-box-shadow;
1094 transition-property: background, color, box-shadow, border;
1095 transition-property: background, color, box-shadow, border, -webkit-box-shadow;
1096 }
1097
1098 .button__liteGrey:not(.hover__highlight):disabled {
1099 cursor: not-allowed;
1100 background: #FE504F;
1101 border-color: #FE504F;
1102 }
1103
1104 .button__liteGrey:not(.hover__highlight) .icon {
1105 color: #F5F7FD;
1106 background: #5b4e96;
1107 }
1108
1109 .button__liteGrey.hover__highlight {
1110 color: #F5F7FD;
1111 border-color: transparent;
1112 background: rgba(245, 247, 253, 0.1);
1113 }
1114
1115 .button__liteGrey.hover__highlight .icon {
1116 background: #00CC76;
1117 color: #ffffff;
1118 }
1119
1120 .button__liteGrey.hover__highlight:hover {
1121 border-color: transparent;
1122 }
1123
1124 .button__liteGrey.button__shadow {
1125 -webkit-box-shadow: 0 10px 10px rgba(245, 247, 253, 0.2);
1126 box-shadow: 0 10px 10px rgba(245, 247, 253, 0.2);
1127 }
1128
1129 a.button__liteGrey.active, a.button__liteGrey:hover,
1130 button.button__liteGrey.active,
1131 button.button__liteGrey:hover {
1132 background: #e0e6f9;
1133 color: #5b4e96;
1134 border-color: #e0e6f9;
1135 }
1136
1137 a.button__liteGrey.active:disabled, a.button__liteGrey:hover:disabled,
1138 button.button__liteGrey.active:disabled,
1139 button.button__liteGrey:hover:disabled {
1140 cursor: not-allowed;
1141 background: #FE504F;
1142 -webkit-box-shadow: none;
1143 box-shadow: none;
1144 }
1145
1146 a.button__liteGrey.hover__highlight:hover .icon,
1147 button.button__liteGrey.hover__highlight:hover .icon {
1148 background: #5b4e96;
1149 color: #F5F7FD;
1150 }
1151
1152 .button__black:not(.hover__highlight) {
1153 background: #000000;
1154 color: white;
1155 border-color: #000000;
1156 -webkit-transition-property: background, color, box-shadow, border;
1157 -webkit-transition-property: background, color, border, -webkit-box-shadow;
1158 transition-property: background, color, border, -webkit-box-shadow;
1159 transition-property: background, color, box-shadow, border;
1160 transition-property: background, color, box-shadow, border, -webkit-box-shadow;
1161 }
1162
1163 .button__black:not(.hover__highlight):disabled {
1164 cursor: not-allowed;
1165 background: #FE504F;
1166 border-color: #FE504F;
1167 }
1168
1169 .button__black:not(.hover__highlight) .icon {
1170 color: #000000;
1171 background: white;
1172 }
1173
1174 .button__black.hover__highlight {
1175 color: #000000;
1176 border-color: transparent;
1177 background: rgba(0, 0, 0, 0.1);
1178 }
1179
1180 .button__black.hover__highlight .icon {
1181 background: #00CC76;
1182 color: #ffffff;
1183 }
1184
1185 .button__black.hover__highlight:hover {
1186 border-color: transparent;
1187 }
1188
1189 .button__black.button__shadow {
1190 -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
1191 box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
1192 }
1193
1194 a.button__black.active:disabled, a.button__black:hover:disabled,
1195 button.button__black.active:disabled,
1196 button.button__black:hover:disabled {
1197 cursor: not-allowed;
1198 background: #FE504F;
1199 -webkit-box-shadow: none;
1200 box-shadow: none;
1201 }
1202
1203 a.button__black.hover__highlight:hover .icon,
1204 button.button__black.hover__highlight:hover .icon {
1205 background: white;
1206 color: #000000;
1207 }
1208
1209 .button__twitter:not(.hover__highlight) {
1210 background: #1da1f2;
1211 color: white;
1212 border-color: #1da1f2;
1213 -webkit-transition-property: background, color, box-shadow, border;
1214 -webkit-transition-property: background, color, border, -webkit-box-shadow;
1215 transition-property: background, color, border, -webkit-box-shadow;
1216 transition-property: background, color, box-shadow, border;
1217 transition-property: background, color, box-shadow, border, -webkit-box-shadow;
1218 }
1219
1220 .button__twitter:not(.hover__highlight):disabled {
1221 cursor: not-allowed;
1222 background: #FE504F;
1223 border-color: #FE504F;
1224 }
1225
1226 .button__twitter:not(.hover__highlight) .icon {
1227 color: #1da1f2;
1228 background: white;
1229 }
1230
1231 .button__twitter.hover__highlight {
1232 color: #1da1f2;
1233 border-color: transparent;
1234 background: rgba(29, 161, 242, 0.1);
1235 }
1236
1237 .button__twitter.hover__highlight .icon {
1238 background: #00CC76;
1239 color: #ffffff;
1240 }
1241
1242 .button__twitter.hover__highlight:hover {
1243 border-color: transparent;
1244 }
1245
1246 .button__twitter.button__shadow {
1247 -webkit-box-shadow: 0 10px 10px rgba(29, 161, 242, 0.2);
1248 box-shadow: 0 10px 10px rgba(29, 161, 242, 0.2);
1249 }
1250
1251 a.button__twitter.active, a.button__twitter:hover,
1252 button.button__twitter.active,
1253 button.button__twitter:hover {
1254 background: #0d95e8;
1255 color: white;
1256 border-color: #0d95e8;
1257 }
1258
1259 a.button__twitter.active:disabled, a.button__twitter:hover:disabled,
1260 button.button__twitter.active:disabled,
1261 button.button__twitter:hover:disabled {
1262 cursor: not-allowed;
1263 background: #FE504F;
1264 -webkit-box-shadow: none;
1265 box-shadow: none;
1266 }
1267
1268 a.button__twitter.hover__highlight:hover .icon,
1269 button.button__twitter.hover__highlight:hover .icon {
1270 background: white;
1271 color: #1da1f2;
1272 }
1273
1274 .button__linkedin:not(.hover__highlight) {
1275 background: #0077b5;
1276 color: white;
1277 border-color: #0077b5;
1278 -webkit-transition-property: background, color, box-shadow, border;
1279 -webkit-transition-property: background, color, border, -webkit-box-shadow;
1280 transition-property: background, color, border, -webkit-box-shadow;
1281 transition-property: background, color, box-shadow, border;
1282 transition-property: background, color, box-shadow, border, -webkit-box-shadow;
1283 }
1284
1285 .button__linkedin:not(.hover__highlight):disabled {
1286 cursor: not-allowed;
1287 background: #FE504F;
1288 border-color: #FE504F;
1289 }
1290
1291 .button__linkedin:not(.hover__highlight) .icon {
1292 color: #0077b5;
1293 background: white;
1294 }
1295
1296 .button__linkedin.hover__highlight {
1297 color: #0077b5;
1298 border-color: transparent;
1299 background: rgba(0, 119, 181, 0.1);
1300 }
1301
1302 .button__linkedin.hover__highlight .icon {
1303 background: #00CC76;
1304 color: #ffffff;
1305 }
1306
1307 .button__linkedin.hover__highlight:hover {
1308 border-color: transparent;
1309 }
1310
1311 .button__linkedin.button__shadow {
1312 -webkit-box-shadow: 0 10px 10px rgba(0, 119, 181, 0.2);
1313 box-shadow: 0 10px 10px rgba(0, 119, 181, 0.2);
1314 }
1315
1316 a.button__linkedin.active, a.button__linkedin:hover,
1317 button.button__linkedin.active,
1318 button.button__linkedin:hover {
1319 background: #00669c;
1320 color: white;
1321 border-color: #00669c;
1322 }
1323
1324 a.button__linkedin.active:disabled, a.button__linkedin:hover:disabled,
1325 button.button__linkedin.active:disabled,
1326 button.button__linkedin:hover:disabled {
1327 cursor: not-allowed;
1328 background: #FE504F;
1329 -webkit-box-shadow: none;
1330 box-shadow: none;
1331 }
1332
1333 a.button__linkedin.hover__highlight:hover .icon,
1334 button.button__linkedin.hover__highlight:hover .icon {
1335 background: white;
1336 color: #0077b5;
1337 }
1338
1339 .button__instagram:not(.hover__highlight) {
1340 background: #e1306c;
1341 color: white;
1342 border-color: #e1306c;
1343 -webkit-transition-property: background, color, box-shadow, border;
1344 -webkit-transition-property: background, color, border, -webkit-box-shadow;
1345 transition-property: background, color, border, -webkit-box-shadow;
1346 transition-property: background, color, box-shadow, border;
1347 transition-property: background, color, box-shadow, border, -webkit-box-shadow;
1348 }
1349
1350 .button__instagram:not(.hover__highlight):disabled {
1351 cursor: not-allowed;
1352 background: #FE504F;
1353 border-color: #FE504F;
1354 }
1355
1356 .button__instagram:not(.hover__highlight) .icon {
1357 color: #e1306c;
1358 background: white;
1359 }
1360
1361 .button__instagram.hover__highlight {
1362 color: #e1306c;
1363 border-color: transparent;
1364 background: rgba(225, 48, 108, 0.1);
1365 }
1366
1367 .button__instagram.hover__highlight .icon {
1368 background: #00CC76;
1369 color: #ffffff;
1370 }
1371
1372 .button__instagram.hover__highlight:hover {
1373 border-color: transparent;
1374 }
1375
1376 .button__instagram.button__shadow {
1377 -webkit-box-shadow: 0 10px 10px rgba(225, 48, 108, 0.2);
1378 box-shadow: 0 10px 10px rgba(225, 48, 108, 0.2);
1379 }
1380
1381 a.button__instagram.active, a.button__instagram:hover,
1382 button.button__instagram.active,
1383 button.button__instagram:hover {
1384 background: #d81f5e;
1385 color: white;
1386 border-color: #d81f5e;
1387 }
1388
1389 a.button__instagram.active:disabled, a.button__instagram:hover:disabled,
1390 button.button__instagram.active:disabled,
1391 button.button__instagram:hover:disabled {
1392 cursor: not-allowed;
1393 background: #FE504F;
1394 -webkit-box-shadow: none;
1395 box-shadow: none;
1396 }
1397
1398 a.button__instagram.hover__highlight:hover .icon,
1399 button.button__instagram.hover__highlight:hover .icon {
1400 background: white;
1401 color: #e1306c;
1402 }
1403
1404 .template__wrapper .button.button-pro-upgrade {
1405 font-weight: 700;
1406 color: #fff;
1407 background-color: #FF7369;
1408 border-color: #FF7369;
1409 }
1410
1411 .template__wrapper .button {
1412 display: inline-flex;
1413 align-items: center;
1414 justify-content: center;
1415 gap: 8px;
1416 text-align: center;
1417 padding: 16px 30px;
1418 line-height: 1;
1419 color: #594E91;
1420 background: rgba(91, 78, 150, 0.1);
1421 border: 1px solid rgba(91, 78, 150, 0.1);
1422 font-size: 16px;
1423 font-weight: 500;
1424 font-family: 'DMSans';
1425 cursor: pointer;
1426 -webkit-transition: all 0.3s ease-in-out 0s;
1427 transition: all 0.3s ease-in-out 0s;
1428 border-radius: 8px;
1429 }
1430
1431 @media (max-width: 767px) {
1432 .template__wrapper .button {
1433 padding: 16px 25px;
1434 }
1435 }
1436
1437 .template__wrapper .button:hover {
1438 background: #5B4E96 !important;
1439 color: #ffffff !important;
1440 border-color: #5B4E96 !important;
1441 }
1442
1443 .template__wrapper .button:focus {
1444 outline: none;
1445 -webkit-box-shadow: none;
1446 box-shadow: none;
1447 border-color: #5B4E96;
1448 background-color: #5B4E96;
1449 color: #ffffff;
1450 }
1451
1452 .template__wrapper .button .ss-icon {
1453 font-size: 14px;
1454 margin-right: 5px;
1455 }
1456
1457 .template__wrapper .button--lg {
1458 padding: 20px 30px;
1459 }
1460
1461 .template__wrapper .button__flex {
1462 display: -webkit-inline-box;
1463 display: -ms-inline-flexbox;
1464 display: inline-flex;
1465 -webkit-box-align: center;
1466 -ms-flex-align: center;
1467 align-items: center;
1468 }
1469
1470 .button__group .button {
1471 margin-right: 13px;
1472 margin-bottom: 15px;
1473 }
1474
1475 .button__group .button:last-child {
1476 margin-right: 0;
1477 }
1478
1479 .template__wrapper .radius-10 {
1480 border-radius: 10px;
1481 }
1482
1483 .template__wrapper .radius-12 {
1484 border-radius: 12px;
1485 }
1486
1487 .template__wrapper .radius-16 {
1488 border-radius: 16px;
1489 }
1490
1491 .template__wrapper .radius-20 {
1492 border-radius: 20px;
1493 }
1494
1495 .template__wrapper .radius-24 {
1496 border-radius: 24px;
1497 }
1498
1499 .template__wrapper .radius-25 {
1500 border-radius: 25px;
1501 }
1502
1503 .template__wrapper .radius-50 {
1504 border-radius: 50px;
1505 }
1506
1507 .template__wrapper {
1508 /* overflow: hidden; */
1509 min-height: 100vh;
1510 -webkit-display: flex;
1511 -moz-display: flex;
1512 -ms-display: flex;
1513 -o-display: flex;
1514 display: -webkit-box;
1515 display: flex;
1516 -moz-flex-direction: column;
1517 -ms-flex-direction: column;
1518 -o-flex-direction: column;
1519 -webkit-box-orient: vertical;
1520 -webkit-box-direction: normal;
1521 flex-direction: column;
1522 }
1523
1524 @media (max-width: 991px) {
1525 .template__wrapper.p30 {
1526 padding: 15px;
1527 }
1528 }
1529
1530 .embedpress__container {
1531 width: 100%;
1532 margin: 0 auto;
1533 max-width: 1700px;
1534 }
1535
1536 .o-hidden {
1537 overflow: hidden;
1538 }
1539
1540 .text-center {
1541 text-align: center;
1542 }
1543
1544 .h-100 {
1545 height: 100%;
1546 }
1547
1548 .embedpress-body {
1549 display: -webkit-box;
1550 display: -ms-flexbox;
1551 display: flex;
1552 }
1553
1554 @media (max-width: 991px) {
1555 .embedpress-body {
1556 display: block;
1557 }
1558 }
1559
1560 /*
1561 .embedpress-body .embedpress-sidebar-wrapper {
1562 display: flex;
1563 flex-direction: column;
1564 }
1565
1566 .embedpress-body .embedpress-sidebar-wrapper .sticky-sibling {
1567 flex-grow: 1;
1568 } */
1569
1570 .embedpress-body .embedpress-sidebar {
1571 -webkit-box-flex: 0;
1572 -ms-flex: 0 0 220px;
1573 flex: 0 0 220px;
1574 min-width: 220px;
1575 margin-right: 24px;
1576 position: sticky;
1577 top: 40px;
1578 max-width: 220px;
1579 overflow: unset;
1580 }
1581
1582 .embedpress-body .embedpress-content {
1583 -webkit-box-flex: 1;
1584 -ms-flex-positive: 1;
1585 flex-grow: 1;
1586 }
1587
1588 .embedpress__row {
1589 display: -ms-grid;
1590 display: grid;
1591 gap: 20px;
1592 }
1593
1594 .embedpress__row.grid__3 {
1595 -ms-grid-columns: 1fr 1fr 1fr;
1596 grid-template-columns: repeat(3, 1fr);
1597 }
1598
1599 @media (max-width: 1199px) {
1600 .embedpress__row.grid__3 {
1601 -ms-grid-columns: 1fr 1fr;
1602 grid-template-columns: repeat(2, 1fr);
1603 }
1604 }
1605
1606 @media (max-width: 575px) {
1607 .embedpress__row.grid__3 {
1608 -ms-grid-columns: 1fr;
1609 grid-template-columns: repeat(1, 1fr);
1610 }
1611 }
1612
1613 .embedpress__row.grid__4 {
1614 -ms-grid-columns: 1fr 1fr 1fr 1fr;
1615 grid-template-columns: repeat(4, 1fr);
1616 }
1617
1618 @media (max-width: 1199px) {
1619 .embedpress__row.grid__4 {
1620 -ms-grid-columns: 1fr 1fr 1fr;
1621 grid-template-columns: repeat(3, 1fr);
1622 }
1623 }
1624
1625 .embedpress__notification {
1626 position: fixed;
1627 bottom: 50px;
1628 right: 50px;
1629 padding: 15px 25px;
1630 border-radius: 10px;
1631 max-width: 400px;
1632 z-index: 9999;
1633 }
1634
1635 .embedpress__notification--success {
1636 background: #00CC76;
1637 }
1638
1639 .embedpress__notification--error {
1640 background-color: #FE504F;
1641 }
1642
1643 .embedpress__notification p {
1644 color: #ffffff;
1645 font-size: 14px;
1646 }
1647
1648 #wpcontent {
1649 padding-left: 0;
1650 }
1651
1652 @media all and (max-width: 782px) {
1653 .auto-fold #wpcontent {
1654 padding-left: 0;
1655 }
1656 }
1657
1658 @media (max-width: 1199px) {
1659 .p50, .p40 {
1660 padding: 25px;
1661 }
1662 }
1663
1664 .embedpress-header {
1665 display: flex;
1666 justify-content: space-between;
1667 align-items: center;
1668 column-gap: 15px;
1669 row-gap: 10px;
1670 background: #fff;
1671 padding: 15px 15px;
1672 margin-bottom: 15px;
1673 border-radius: 16px;
1674 }
1675
1676
1677 @media all and (max-width: 767px) {
1678 .embedpress-header {
1679 flex-direction: column;
1680 align-items: baseline;
1681
1682 }
1683 }
1684
1685 header.embedpress-header img {
1686 width: 150px;
1687 min-width: 150px;
1688 }
1689
1690 header.embedpress-header p {
1691 font-size: 16px;
1692 color: #25396F;
1693 line-height: 1.1;
1694 text-align: center;
1695 }
1696
1697 header.embedpress-header a {
1698 color: #FF7369 !important;
1699 }
1700
1701 a.site__logo {
1702 display: inline-flex;
1703 }
1704
1705 .embedpress-sidebar {
1706 padding: 10px;
1707 background: #ffffff;
1708 border-radius: 16px;
1709 position: relative;
1710 }
1711
1712 .embedpress-version-wrapper li {
1713 font-size: 14px;
1714 font-weight: 600;
1715 color: #7C8DB5;
1716 text-align: right;
1717 line-height: 1.2;
1718 white-space: nowrap;
1719 }
1720
1721 @media all and (max-width: 767px) {
1722 .embedpress-version-wrapper li {
1723 font-size: 14px;
1724 }
1725 }
1726
1727
1728 @media all and (max-width: 575px) {
1729 .embedpress-header {
1730 display: block;
1731 }
1732
1733 .embedpress-header .embedpress-version-wrapper {
1734 margin-top: 10px;
1735 }
1736
1737 .embedpress-version-wrapper li {
1738 text-align: left;
1739 }
1740 }
1741
1742 @media (max-width: 991px) {
1743 .embedpress-sidebar {
1744 padding: 0;
1745 border-radius: 5px;
1746 margin-bottom: 30px;
1747 }
1748 }
1749
1750 .embedpress-sidebar .sidebar__toggler {
1751 display: none;
1752 }
1753
1754 @media (max-width: 991px) {
1755 .embedpress-sidebar .sidebar__toggler {
1756 display: block;
1757 font-size: 24px;
1758 padding: 5px 10px;
1759 text-align: center;
1760 }
1761 }
1762
1763 @media (max-width: 991px) {
1764 .embedpress-sidebar .sidebar__menu {
1765 display: none;
1766 position: absolute;
1767 top: calc(100% + 10px);
1768 z-index: 90;
1769 left: 0;
1770 background: #ffffff;
1771 min-width: 220px;
1772 border-radius: 10px;
1773 padding: 10px;
1774 -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
1775 box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
1776 }
1777 }
1778
1779 .embedpress-sidebar .sidebar__menu .sidebar__item:not(:last-child) {
1780 margin-bottom: 10px;
1781 }
1782
1783 .embedpress-sidebar .sidebar__menu .sidebar__item:hover .sidebar__link {
1784 background: #5B4E96;
1785 color: #ffffff;
1786 }
1787
1788 .embedpress-sidebar .sidebar__menu .sidebar__item.show .sidebar__link {
1789 background: #5B4E96;
1790 color: #ffffff;
1791 }
1792
1793 .embedpress-sidebar .sidebar__menu .sidebar__item.show .sidebar__link--toggler:before {
1794 -webkit-transform: rotate(180deg);
1795 transform: rotate(180deg);
1796 }
1797
1798 .embedpress-sidebar .sidebar__menu .sidebar__item .sidebar__link {
1799 padding: 10px 20px;
1800 width: 100%;
1801 font-size: 16px;
1802 font-weight: 500;
1803 color: #25396F;
1804 border-radius: 8px;
1805 position: relative;
1806 }
1807
1808 .embedpress-sidebar .sidebar__menu .sidebar__item .sidebar__link--toggler:before {
1809 content: '\e906';
1810 font-family: icomoon;
1811 position: absolute;
1812 top: 18px;
1813 right: 15px;
1814 font-size: 10px;
1815 -webkit-transition: rotate .3s ease;
1816 transition: rotate .3s ease;
1817 }
1818
1819 .embedpress-sidebar .sidebar__menu .sidebar__item .sidebar__link.active+.dropdown__menu {
1820 display: block;
1821 }
1822
1823 .embedpress-sidebar .sidebar__menu .sidebar__item .sidebar__link span {
1824 display: inline-block;
1825 margin-right: 10px;
1826 width: 20px;
1827 text-align: center;
1828 }
1829
1830 .embedpress-sidebar .sidebar__menu .sidebar__item .dropdown__menu {
1831 margin-left: 35px;
1832 display: none;
1833 }
1834
1835 .embedpress-sidebar .sidebar__menu .sidebar__item .dropdown__menu .dropdown__item:not(:last-child) {
1836 margin-bottom: 5px;
1837 }
1838
1839 .embedpress-sidebar .sidebar__menu .sidebar__item .dropdown__menu .dropdown__item .dropdown__link {
1840 padding: 5px;
1841 /* display: block; */
1842 font-size: 16px;
1843 font-weight: 400;
1844 color: #7C8DB5;
1845 display: flex;
1846 }
1847
1848 .embedpress-sidebar .sidebar__menu .sidebar__item .dropdown__menu .dropdown__item .dropdown__link img {
1849 max-width: 16px;
1850 margin-right: 7px;
1851 }
1852
1853 .embedpress-sidebar .sidebar__menu .sidebar__item .dropdown__menu .dropdown__item .dropdown__link:hover {
1854 color: #5B4E96;
1855 }
1856
1857 .embedpress-sidebar .sidebar__menu .sidebar__item .dropdown__menu .dropdown__item .dropdown__link.active {
1858 color: #5B4E96;
1859 font-weight: 500;
1860 }
1861
1862 .embedpress-tab .nav__menu ul {
1863 display: -webkit-box;
1864 display: -ms-flexbox;
1865 display: flex;
1866 }
1867
1868 .embedpress-tab .nav__menu ul.menu__grow .nav__item {
1869 -webkit-box-flex: 1;
1870 -ms-flex-positive: 1;
1871 flex-grow: 1;
1872 text-align: center;
1873 }
1874
1875 .embedpress-tab .nav__menu ul.menu__grow .nav__item span {
1876 width: 100%;
1877 }
1878
1879 @media (max-width: 767px) {
1880 .embedpress-tab .nav__menu ul.menu__grow .nav__item span {
1881 padding: 10px;
1882 }
1883 }
1884
1885 @media (max-width: 479px) {
1886 .embedpress-tab .nav__menu ul:not(.menu__grow) {
1887 display: block;
1888 }
1889
1890 .embedpress-tab .nav__menu ul:not(.menu__grow) .nav__item:not(:last-child) {
1891 margin-right: 0;
1892 }
1893
1894 .embedpress-tab .nav__menu ul:not(.menu__grow) .nav__item:first-child span {
1895 border-top-right-radius: 10px;
1896 }
1897
1898 .embedpress-tab .nav__menu ul:not(.menu__grow) .nav__item:last-child span {
1899 border-top-right-radius: 0;
1900 }
1901 }
1902
1903 @media (max-width: 479px) and (max-width: 479px) {
1904 .embedpress-tab .nav__menu ul:not(.menu__grow) .nav__item span {
1905 width: 100%;
1906 }
1907 }
1908
1909 .embedpress-tab .nav__menu ul .nav__item {
1910 margin-bottom: 5px;
1911 font-size: 20px;
1912 font-weight: 400;
1913 color: #5B4E96;
1914 display: -webkit-box;
1915 display: -ms-flexbox;
1916 display: flex;
1917 -webkit-box-pack: center;
1918 -ms-flex-pack: center;
1919 justify-content: center;
1920 -webkit-box-align: center;
1921 -ms-flex-align: center;
1922 align-items: center;
1923 }
1924
1925 @media (max-width: 767px) {
1926 .embedpress-tab .nav__menu ul .nav__item {
1927 font-size: 16px;
1928 }
1929 }
1930
1931 @media (max-width: 575px) {
1932 .embedpress-tab .nav__menu ul .nav__item {
1933 font-size: 14px;
1934 }
1935 }
1936
1937 .embedpress-tab .nav__menu ul .nav__item i {
1938 margin-right: 10px;
1939 }
1940
1941 .embedpress-tab .nav__menu ul .nav__item.active span {
1942 background: #5B4E96;
1943 color: #ffffff;
1944 }
1945
1946 .embedpress-tab .nav__menu ul .nav__item span {
1947 padding: 16px 20px;
1948 cursor: pointer;
1949 background: #ffffff;
1950 }
1951
1952 .embedpress-tab .nav__menu ul .nav__item:not(:last-child) {
1953 margin-right: 5px;
1954 }
1955
1956 .embedpress-tab .nav__menu ul .nav__item:first-child span {
1957 border-top-left-radius: 10px;
1958 }
1959
1960 .embedpress-tab .nav__menu ul .nav__item:last-child span {
1961 border-top-right-radius: 10px;
1962 }
1963
1964 .embedpress-tab .tab__item {
1965 display: none;
1966 border-radius: 20px;
1967 border-top-left-radius: 0;
1968 overflow: hidden;
1969 }
1970
1971 .embedpress-tab .tab__item.active {
1972 display: block;
1973 }
1974
1975 .embedpress__settings {
1976 min-height: 100%;
1977 }
1978
1979 .upgrade__card+.embedpress__settings {
1980 min-height: auto;
1981 }
1982
1983 .embedpress__settings h3 {
1984 font-size: 24px;
1985 font-weight: 700;
1986 color: #131F4D;
1987 padding-bottom: 16px;
1988 margin-bottom: 24px;
1989 border-bottom: 1px solid #F5F7FC;
1990 }
1991
1992 @media (max-width: 767px) {
1993 .embedpress__settings h3 {
1994 font-size: 24px;
1995 }
1996 }
1997
1998 @media (max-width: 575px) {
1999 .embedpress__settings h3 {
2000 font-size: 20px;
2001 }
2002 }
2003
2004 .template__wrapper input:focus,
2005 .template__wrapper select:focus {
2006 border-color: #E6EFFB;
2007 -webkit-box-shadow: none;
2008 box-shadow: none;
2009 outline: none;
2010 }
2011
2012 .template__wrapper .form__control {
2013 height: 40px;
2014 padding: 0 20px;
2015 border-radius: 5px;
2016 background: #ffffff;
2017 border: 1px solid #E6EFFB;
2018 color: #25396F;
2019 width: 100%;
2020 outline: none;
2021 -webkit-box-shadow: none;
2022 box-shadow: none;
2023 }
2024
2025 .template__wrapper .form__control::-webkit-input-placeholder {
2026 color: #7C8DB5;
2027 }
2028
2029 .template__wrapper .form__control:-moz-placeholder {
2030 color: #7C8DB5;
2031 }
2032
2033 .template__wrapper .form__control::-moz-placeholder {
2034 color: #7C8DB5;
2035 }
2036
2037 .template__wrapper .form__control:-ms-input-placeholder {
2038 color: #7C8DB5;
2039 }
2040
2041 .template__wrapper textarea.form__control {
2042 height: 120px;
2043 padding-top: 15px;
2044 }
2045
2046 .template__wrapper .embedpress__select select[disabled] {
2047 background-image: none;
2048 }
2049
2050 .template__wrapper label {
2051 font-size: 16px;
2052 font-weight: 400;
2053 color: #7C8DB5;
2054 margin-bottom: 8px;
2055 }
2056
2057 .embedpress__select {
2058 position: relative;
2059 }
2060
2061 .embedpress__select span {
2062 position: absolute;
2063 top: 12px;
2064 right: 15px;
2065 font-size: 12px;
2066 color: #25396F;
2067 pointer-events: none;
2068 }
2069
2070 .embedpress__select select {
2071 height: 40px;
2072 padding: 0 20px;
2073 border-radius: 5px;
2074 background: #ffffff;
2075 border: 1px solid #E6EFFB;
2076 color: #25396F;
2077 width: 100%;
2078 -webkit-appearance: none;
2079 -moz-appearance: none;
2080 appearance: none;
2081 }
2082
2083 .input__radio {
2084 position: relative;
2085 padding-left: 25px;
2086 }
2087
2088 .input__radio input {
2089 display: none;
2090 }
2091
2092 .input__radio input:checked~span:after {
2093 opacity: 1;
2094 }
2095
2096 .input__radio span {
2097 cursor: pointer;
2098 }
2099
2100 .input__radio span:before {
2101 position: absolute;
2102 top: 5px;
2103 left: 0;
2104 height: 16px;
2105 width: 16px;
2106 border-radius: 50%;
2107 border: 1px solid rgba(91, 78, 150, 0.1);
2108 content: '';
2109 }
2110
2111 .input__radio span:after {
2112 position: absolute;
2113 top: 8px;
2114 left: 3px;
2115 height: 12px;
2116 width: 12px;
2117 border-radius: 50%;
2118 background: #5B4E96;
2119 content: '';
2120 opacity: 0;
2121 }
2122
2123 .template__wrapper .input__switch {
2124 font-size: 0;
2125 cursor: pointer;
2126 }
2127
2128 .template__wrapper .input__switch input {
2129 display: none;
2130 }
2131
2132 .template__wrapper .input__switch input:checked~span {
2133 background: #5B4E96;
2134 }
2135
2136 .template__wrapper .input__switch input:checked~span:before {
2137 left: 15px;
2138 }
2139
2140 .template__wrapper .input__switch span {
2141 height: 17px;
2142 width: 30px;
2143 background: rgba(91, 78, 150, 0.3);
2144 display: inline-block;
2145 border-radius: 15px;
2146 position: relative;
2147 -webkit-transition: all .3s ease;
2148 transition: all .3s ease;
2149 }
2150
2151 .template__wrapper .input__switch span:before {
2152 position: absolute;
2153 top: 2px;
2154 left: 2px;
2155 height: 13px;
2156 width: 13px;
2157 border-radius: 50%;
2158 background: #ffffff;
2159 content: '';
2160 -webkit-transition: all .3s ease;
2161 transition: all .3s ease;
2162 }
2163
2164 .template__wrapper .input__switch.switch__text {
2165 border: 1px solid #E6EFFB;
2166 display: inline-block;
2167 padding: 10px 50px;
2168 border-radius: 5px;
2169 position: relative;
2170 }
2171
2172 .template__wrapper .input__switch.switch__text:before, .template__wrapper .input__switch.switch__text:after {
2173 font-size: 14px;
2174 font-weight: 400;
2175 color: #25396F;
2176 position: absolute;
2177 top: 7px;
2178 }
2179
2180 .template__wrapper .input__switch.switch__text:before {
2181 content: 'OFF';
2182 left: 10px;
2183 }
2184
2185 .template__wrapper .input__switch.switch__text:after {
2186 content: 'ON';
2187 right: 10px;
2188 }
2189
2190 .input__file {
2191 display: block;
2192 border: 1px solid #E6EFFB;
2193 padding: 5px 20px;
2194 border-radius: 5px;
2195 cursor: pointer;
2196 }
2197
2198 .input__file .form__control {
2199 display: none;
2200 }
2201
2202 .form__group {
2203 margin-bottom: 25px;
2204 }
2205
2206 .form__group.mb0 {
2207 margin-bottom: 0;
2208 }
2209
2210 .iframe__size__control__form .form__group {
2211 display: -webkit-box;
2212 display: -ms-flexbox;
2213 display: flex;
2214 -webkit-box-align: center;
2215 -ms-flex-align: center;
2216 align-items: center;
2217 }
2218
2219 @media (max-width: 575px) {
2220 .iframe__size__control__form .form__group {
2221 display: block;
2222 }
2223 }
2224
2225 .iframe__size__control__form .form__group:last-child {
2226 margin-bottom: 0;
2227 }
2228
2229 .iframe__size__control__form .form__group label {
2230 -webkit-box-flex: 0;
2231 -ms-flex: 0 0 240px;
2232 flex: 0 0 240px;
2233 margin-bottom: 0;
2234 }
2235
2236 @media (max-width: 575px) {
2237 .iframe__size__control__form .form__group label {
2238 margin-bottom: 10px;
2239 font-weight: 700;
2240 margin-right: 15px;
2241 }
2242
2243 .iframe__size__control__form .form__group label:after {
2244 content: ':';
2245 }
2246 }
2247
2248 @media (max-width: 479px) {
2249 .iframe__size__control__form .form__group label {
2250 display: block;
2251 }
2252 }
2253
2254 .iframe__size__control__form .form__group .form__control {
2255 width: 80px;
2256 padding: 0 15px;
2257 margin-right: 20px;
2258 }
2259
2260 .iframe__size__control__form .form__group .frame__unit {
2261 font-size: 16px;
2262 font-weight: 400;
2263 color: #7C8DB5;
2264 }
2265
2266 .iframe__size__control__wrap {
2267 -webkit-box-flex: 0;
2268 -ms-flex: 0 0 40%;
2269 flex: 0 0 40%;
2270 }
2271
2272 .iframe__size__control__wrap h3 {
2273 font-size: 30px;
2274 font-weight: 700;
2275 color: #131F4D;
2276 margin-bottom: 25px;
2277 }
2278
2279 @media (max-width: 767px) {
2280 .iframe__size__control__wrap h3 {
2281 font-size: 24px;
2282 }
2283 }
2284
2285 @media (max-width: 575px) {
2286 .iframe__size__control__wrap h3 {
2287 font-size: 20px;
2288 }
2289 }
2290
2291 .embedpress__settings__form .form__group {
2292 display: -webkit-box;
2293 display: -ms-flexbox;
2294 display: flex;
2295 -webkit-box-align: start;
2296 -ms-flex-align: start;
2297 align-items: flex-start;
2298 }
2299
2300 .embedpress__settings__form .form__group .form__label {
2301 -webkit-box-flex: 0;
2302 -ms-flex: 0 0 410px;
2303 flex: 0 0 410px;
2304 font-size: 16px;
2305 font-weight: 400;
2306 color: #7C8DB5;
2307 }
2308
2309 .embedpress__settings__form .form__group .form__label .isPro {
2310 font-size: 10px;
2311 font-weight: 400;
2312 color: #ffffff;
2313 background: #5B4E96;
2314 border-radius: 20px;
2315 padding: 2px 5px;
2316 margin-left: 10px;
2317 text-transform: uppercase;
2318 }
2319
2320 @media (max-width: 1399px) {
2321 .embedpress__settings__form .form__group .form__label {
2322 -webkit-box-flex: 0;
2323 -ms-flex: 0 0 300px;
2324 flex: 0 0 300px;
2325 }
2326 }
2327
2328 @media (max-width: 1199px) {
2329 .embedpress__settings__form .form__group .form__label {
2330 -webkit-box-flex: 0;
2331 -ms-flex: 0 0 250px;
2332 flex: 0 0 250px;
2333 }
2334 }
2335
2336 @media (max-width: 767px) {
2337 .embedpress__settings__form .form__group .form__label {
2338 margin-bottom: 10px;
2339 font-weight: 700;
2340 }
2341
2342 .embedpress__settings__form .form__group .form__label:after {
2343 content: ':';
2344 }
2345 }
2346
2347 .embedpress__settings__form .form__group .form__control__wrap {
2348 -webkit-box-flex: 1;
2349 -ms-flex-positive: 1;
2350 flex-grow: 1;
2351 }
2352
2353 .embedpress__settings__form .form__group .form__control__wrap--flex {
2354 display: -webkit-box;
2355 display: -ms-flexbox;
2356 display: flex;
2357 }
2358
2359 .embedpress__settings__form .form__group .form__control__wrap .input__flex {
2360 display: -webkit-box;
2361 display: -ms-flexbox;
2362 display: flex;
2363 -webkit-box-align: center;
2364 -ms-flex-align: center;
2365 align-items: center;
2366 }
2367
2368 .embedpress__settings__form .form__group .form__control__wrap .input__flex label:not(:last-child) {
2369 margin-right: 20px;
2370 }
2371
2372 .embedpress__settings__form .form__group .form__control__wrap .input__flex .form__control[type="number"] {
2373 width: 80px;
2374 margin-right: 20px;
2375 padding: 0 15px;
2376 }
2377
2378 .embedpress__settings__form .form__group .form__control__wrap .input__flex .frame__unit {
2379 line-height: 1;
2380 }
2381
2382 .embedpress__settings__form .form__group .form__control__wrap .input__file,
2383 .embedpress__settings__form .form__group .form__control__wrap .form__control,
2384 .embedpress__settings__form .form__group .form__control__wrap .embedpress__select {
2385 max-width: 300px;
2386 }
2387
2388 .embedpress__settings__form .form__group .form__control__wrap p {
2389 font-size: 14px;
2390 font-weight: 400;
2391 color: #7C8DB5;
2392 margin-top: 10px;
2393 }
2394
2395 .embedpress__settings__form .form__group .form__control__wrap p.ep-note {
2396 font-size: 12px;
2397 }
2398
2399 .embedpress__settings__form .form__group .form__control__wrap .isPro:not(.embedpress__select) {
2400 opacity: 0.3;
2401 }
2402
2403 .embedpress-genral-settings-page {
2404 display: flex;
2405 }
2406
2407 .embedpress_general_settings__form:not(:last-child), .embedpress__shortcode {
2408 margin-right: 24px;
2409 width: calc(100% - 300px);
2410 }
2411
2412 .embedpress_general_settings__form:last-child {
2413 width: 100%;
2414 }
2415
2416 .embedpress-upgrade-pro-sidebar {
2417 width: 300px;
2418 border-radius: 16px;
2419 background: linear-gradient(192deg, #FFE3E1 4%, #E9E4FF 98.26%);
2420 padding: 8px;
2421 margin-top: -70px;
2422 }
2423
2424 .shortcode-settings-wrapper {
2425 display: flex;
2426
2427 }
2428
2429
2430 @media (min-width: 992px) and (max-width: 1199px) {
2431 .embedpress_general_settings__form:not(:last-child), .embedpress__shortcode {
2432 width: 100%;
2433 margin-right: 0;
2434 }
2435
2436 }
2437
2438 @media (max-width:1024px) {
2439 .shortcode-settings-wrapper , .embedpress_general_settings__form:not(:last-child), .embedpress__shortcode{
2440 width: 100%;
2441 display: block;
2442 }
2443 .embedpress-upgrade-pro-sidebar {
2444 display: none;
2445 }
2446
2447 }
2448
2449 @media (max-width: 767px) {
2450 .embedpress_general_settings__form:not(:last-child) {
2451 width: 100%;
2452 margin-right: 0;
2453 }
2454
2455 }
2456
2457 .embedpress-upgrade-pro-sidebar .gradient-color {
2458 border-radius: 12px;
2459 background: white;
2460 padding: 15px;
2461
2462
2463 }
2464
2465 .embedpress-upgrade-pro-sidebar img.embedpress-banner {
2466 margin-bottom: var(--pro-upgrade-margin-bottom);
2467 width: 100%;
2468 }
2469
2470 .embedpress-upgrade-pro-sidebar h3 {
2471 color: #25396F;
2472 font-family: DMSans;
2473 font-size: 16px;
2474 font-style: normal;
2475 font-weight: 700;
2476 line-height: 120%;
2477 margin-bottom: var(--pro-upgrade-margin-bottom);
2478 }
2479
2480 .embedpress-upgrade-pro-sidebar h3 span {
2481 color: #FF7369;
2482 }
2483
2484 ul.feature-list {
2485 margin-bottom: var(--pro-upgrade-margin-bottom);
2486 }
2487
2488 ul.feature-list li {
2489 display: flex;
2490 align-items: start;
2491 gap: 5px;
2492 margin-bottom: 6px;
2493 color: #25396fde;
2494 font-family: DMSans;
2495 font-size: 14px;
2496 font-style: normal;
2497 font-weight: 500;
2498 line-height: 18px;
2499 }
2500
2501 ul.feature-list img {
2502 margin-top: 0px;
2503 width: 18px;
2504 height: 20px;
2505 }
2506
2507 p.embedpress-tagline {
2508 color: #707070;
2509 font-family: DMSans;
2510 font-size: 12px;
2511 font-style: normal;
2512 font-weight: 400;
2513 line-height: 140%;
2514 text-align: center;
2515 margin-bottom: var(--pro-upgrade-margin-bottom);
2516 }
2517
2518 .pro-upgrade-button {
2519 border-radius: 8px;
2520 background: #FF7369;
2521 padding: 16px 20px;
2522 color: #fff !important;
2523 text-align: center;
2524 font-size: 16px;
2525 font-style: normal;
2526 line-height: 120%;
2527 width: 100%;
2528 display: flex !important;
2529 gap: 5px;
2530 align-items: center;
2531 justify-content: center;
2532 }
2533
2534 .frame__size__wrap {
2535 display: -webkit-box;
2536 display: -ms-flexbox;
2537 display: flex;
2538 }
2539
2540 .template__wrapper .button.ep-settings-form-changed {
2541 background: #f11d1d;
2542 color: #fff;
2543 }
2544
2545 @media (max-width: 1199px) {
2546 .frame__size__wrap {
2547 display: block;
2548 }
2549 }
2550
2551 .form__inline {
2552 display: -webkit-box;
2553 display: -ms-flexbox;
2554 display: flex;
2555 }
2556
2557 .form__inline .form__group {
2558 margin-bottom: 0;
2559 margin-right: 30px;
2560 }
2561
2562 .logo__adjust__wrap {
2563 margin-top: 20px;
2564 display: none;
2565 }
2566
2567 .form__control__wrap .input__switch .logo__adjust__toggler {
2568 position: absolute;
2569 top: 2px;
2570 left: calc(100% + 15px);
2571 background: #5B4E96;
2572 color: #fff;
2573 border-radius: 5px;
2574 padding: 5px 30px 5px 10px;
2575 font-size: 14px;
2576 opacity: 0;
2577 visibility: hidden;
2578 transition: all .3s ease;
2579 }
2580
2581 .form__control__wrap .input__switch .logo__adjust__toggler i {
2582 font-size: 10px;
2583 margin-left: 8px;
2584 position: absolute;
2585 top: 11px;
2586 right: 10px;
2587 transition: all .3s ease;
2588 transform: rotate(0);
2589 }
2590
2591 .form__control__wrap .input__switch .logo__adjust__toggler.show i {
2592 transform: rotate(-180deg);
2593 }
2594
2595 .form__control__wrap .input__switch input[type="checkbox"]:checked~.logo__adjust__toggler {
2596 opacity: 1;
2597 visibility: visible;
2598 }
2599
2600 .logo__adjust__wrap .logo__upload__wrap {
2601 display: flex;
2602 align-items: center;
2603 }
2604
2605 .logo__adjust__wrap .logo__upload,
2606 .logo__adjust__wrap .logo__upload__preview {
2607 display: inline-block;
2608 width: 100%;
2609 max-width: 255px;
2610 border-radius: 10px;
2611 border: 2px dashed rgba(124, 141, 181, 0.3);
2612 background: #F5F7FD;
2613 padding: 40px 15px;
2614 text-align: center;
2615 position: relative;
2616 margin-bottom: 0;
2617 height: 172px;
2618 }
2619
2620 @media (max-width: 479px) {
2621 .logo__adjust__wrap .logo__upload {
2622 width: 225px;
2623 }
2624 }
2625
2626 .logo__adjust__wrap .logo__upload .icon {
2627 margin-bottom: 10px;
2628 display: block;
2629 }
2630
2631 .logo__adjust__wrap .logo__upload .icon i {
2632 font-size: 50px;
2633 opacity: .3;
2634 }
2635
2636 .logo__adjust__wrap .logo__upload .text {
2637 display: block;
2638 font-size: 14px;
2639 }
2640
2641 .logo__adjust__wrap .logo__upload input {
2642 opacity: 0;
2643 position: absolute;
2644 top: 0;
2645 left: 0;
2646 height: 100%;
2647 width: 100%;
2648 z-index: 9;
2649 cursor: pointer;
2650 }
2651
2652 .logo__adjust__wrap .logo__upload__preview .instant__preview {
2653 position: absolute;
2654 top: 50%;
2655 left: 50%;
2656 transform: translate(-50%, -50%);
2657 font-size: 0;
2658 }
2659
2660 .logo__adjust__wrap .logo__upload__preview .instant__preview .preview__remove {
2661 position: absolute;
2662 bottom: 100%;
2663 left: 100%;
2664 font-size: 7px;
2665 height: 20px;
2666 width: 20px;
2667 background: #5B4E96;
2668 color: #fff;
2669 line-height: 22px;
2670 border-radius: 50%;
2671 }
2672
2673 .logo__adjust__wrap .logo__adjust {
2674 margin-top: 20px;
2675 display: -webkit-box;
2676 display: -ms-flexbox;
2677 display: flex;
2678 -ms-flex-wrap: wrap;
2679 flex-wrap: wrap;
2680 }
2681
2682 @media (max-width: 1399px) {
2683 .logo__adjust__wrap .logo__adjust {
2684 display: block;
2685 }
2686 }
2687
2688 .logo__adjust__wrap .logo__adjust .logo__adjust__controller {
2689 -webkit-box-flex: 0;
2690 -ms-flex: 0 0 300px;
2691 flex: 0 0 300px;
2692 margin-right: 30px;
2693 }
2694
2695 @media (max-width: 1399px) {
2696 .logo__adjust__wrap .logo__adjust .logo__adjust__controller {
2697 width: 100%;
2698 margin-right: 0;
2699 }
2700 }
2701
2702 @media (max-width: 479px) {
2703 .logo__adjust__wrap .logo__adjust .logo__adjust__controller {
2704 -webkit-box-flex: 0;
2705 -ms-flex: 0 0 225px;
2706 flex: 0 0 225px;
2707 margin-right: 0;
2708 }
2709 }
2710
2711 .logo__adjust__wrap .logo__adjust .logo__adjust__controller .logo__adjust__controller__item:not(:last-child) {
2712 margin-bottom: 25px;
2713 }
2714
2715 .logo__adjust__wrap .logo__adjust .logo__adjust__controller .logo__adjust__controller__item .controller__label {
2716 font-size: 16px;
2717 font-weight: 400;
2718 color: #7C8DB5;
2719 display: inline-block;
2720 }
2721
2722 .logo__adjust__wrap .logo__adjust .logo__adjust__controller .logo__adjust__controller__item .logo__adjust__controller__inputs {
2723 display: -webkit-box;
2724 display: -ms-flexbox;
2725 display: flex;
2726 -webkit-box-align: center;
2727 -ms-flex-align: center;
2728 align-items: center;
2729 }
2730
2731 .logo__adjust__wrap .logo__adjust .logo__adjust__controller .logo__adjust__controller__item .logo__adjust__controller__inputs input[type="range"] {
2732 margin-right: 20px;
2733 width: 200px;
2734 }
2735
2736 @media (max-width: 1199px) {
2737 .logo__adjust__wrap .logo__adjust .logo__adjust__controller .logo__adjust__controller__item .logo__adjust__controller__inputs input[type="range"] {
2738 width: 145px;
2739 }
2740 }
2741
2742 .logo__adjust__wrap .logo__adjust .logo__adjust__controller .logo__adjust__controller__item .logo__adjust__controller__inputs .form__control[type="number"] {
2743 width: 80px;
2744 padding: 0 15px;
2745 }
2746
2747 @media (max-width: 1199px) {
2748 .logo__adjust__wrap .logo__adjust .logo__adjust__controller .logo__adjust__controller__item .logo__adjust__controller__inputs .form__control[type="number"] {
2749 width: 55px;
2750 padding: 0 12px;
2751 }
2752 }
2753
2754 .logo__adjust__wrap .logo__adjust .logo__adjust__preview {
2755 -webkit-box-flex: 0;
2756 -ms-flex: 0 0 500px;
2757 flex: 0 0 500px;
2758 }
2759
2760 @media (max-width: 1399px) {
2761 .logo__adjust__wrap .logo__adjust .logo__adjust__preview {
2762 width: 100%;
2763 max-width: 400px;
2764 margin-top: 20px;
2765 }
2766 }
2767
2768 .logo__adjust__wrap .logo__adjust .logo__adjust__preview .title {
2769 font-size: 16px;
2770 font-weight: 400;
2771 color: #7C8DB5;
2772 display: inline-block;
2773 margin-bottom: 10px;
2774 }
2775
2776 .logo__adjust__wrap .logo__adjust .logo__adjust__preview .preview__box {
2777 position: relative;
2778 min-height: 300px;
2779 }
2780
2781 .logo__adjust__wrap .logo__adjust .logo__adjust__preview .preview__box iframe {
2782 width: 100%;
2783 height: 100%;
2784 min-height: 300px;
2785 }
2786
2787 .logo__adjust__wrap .logo__adjust .logo__adjust__preview .preview__box img {
2788 position: absolute;
2789 bottom: 10%;
2790 right: 6%;
2791 max-height: 40px;
2792 }
2793
2794 .pro__alert__wrap, .tips__alert__wrap {
2795 position: fixed;
2796 top: 0;
2797 left: 0;
2798 height: 100%;
2799 width: 100%;
2800 background: rgb(0, 0, 0, 30%);
2801 z-index: 99999;
2802 display: none;
2803 }
2804
2805 .pro__alert__wrap .pro__alert__card, .tips__alert__wrap .tips__alert__card {
2806 width: calc(100% - 30px);
2807 max-width: 500px;
2808 margin: 7% auto 0;
2809 background: #fff;
2810 border-radius: 20px;
2811 padding: 30px;
2812 display: flex;
2813 flex-direction: column;
2814 align-items: center;
2815 text-align: center;
2816 }
2817
2818 .pro__alert__wrap .pro__alert__card img, .tips__alert__wrap .tips__alert__card img {
2819 height: 100px;
2820 margin-bottom: 20px;
2821 }
2822
2823 .pro__alert__wrap .pro__alert__card h2, .tips__alert__wrap .tips__alert__card h2 {
2824 font-size: 32px;
2825 font-weight: 500;
2826 color: #131F4D;
2827 margin-bottom: 15px;
2828 }
2829
2830 .pro__alert__wrap .pro__alert__card p, .tips__alert__wrap .tips__alert__card p {
2831 font-size: 14px;
2832 font-weight: 400;
2833 color: #7C8DB5;
2834 margin-bottom: 15px;
2835 }
2836
2837 .pro__alert__wrap .pro__alert__card p a, .tips__alert__wrap .tips__alert__card a {
2838 text-decoration: underline;
2839 font-weight: 700;
2840 color: #131F4D;
2841 }
2842
2843 .pro__alert__wrap .pro__alert__card .button, .tips__alert__wrap .tips__alert__card button {
2844 align-self: flex-end;
2845 margin-top: 20px;
2846 padding: 11px 30px;
2847 }
2848
2849 .template__wrapper input[type=range] {
2850 height: 24px;
2851 -webkit-appearance: none;
2852 margin: 10px 0;
2853 width: 100%;
2854 }
2855
2856 .template__wrapper input[type=range]:focus {
2857 outline: none;
2858 }
2859
2860 .template__wrapper input[type=range]::-webkit-slider-runnable-track {
2861 width: 100%;
2862 height: 10px;
2863 cursor: pointer;
2864 animate: 0.2s;
2865 -webkit-box-shadow: 0px 0px 0px #000000;
2866 box-shadow: 0px 0px 0px #000000;
2867 background: #5B4E96;
2868 border-radius: 5px;
2869 border: 2px solid #F5F7FD;
2870 }
2871
2872 .template__wrapper input[type=range]::-webkit-slider-thumb {
2873 -webkit-box-shadow: 0px 0px 0px #000000;
2874 box-shadow: 0px 0px 0px #000000;
2875 border: 2px solid #5B4E96;
2876 height: 16px;
2877 width: 16px;
2878 border-radius: 8px;
2879 background: #FFFFFF;
2880 cursor: pointer;
2881 -webkit-appearance: none;
2882 margin-top: -5px;
2883 }
2884
2885 .template__wrapper input[type=range]:focus::-webkit-slider-runnable-track {
2886 background: #5B4E96;
2887 }
2888
2889 .template__wrapper input[type=range]::-moz-range-track {
2890 width: 100%;
2891 height: 10px;
2892 cursor: pointer;
2893 animate: 0.2s;
2894 box-shadow: 0px 0px 0px #000000;
2895 background: #5B4E96;
2896 border-radius: 5px;
2897 border: 2px solid #F5F7FD;
2898 }
2899
2900 .template__wrapper input[type=range]::-moz-range-thumb {
2901 box-shadow: 0px 0px 0px #000000;
2902 border: 2px solid #5B4E96;
2903 height: 16px;
2904 width: 16px;
2905 border-radius: 8px;
2906 background: #FFFFFF;
2907 cursor: pointer;
2908 }
2909
2910 .template__wrapper input[type=range]::-ms-track {
2911 width: 100%;
2912 height: 10px;
2913 cursor: pointer;
2914 animate: 0.2s;
2915 background: transparent;
2916 border-color: transparent;
2917 color: transparent;
2918 }
2919
2920 .template__wrapper input[type=range]::-ms-fill-lower {
2921 background: #5B4E96;
2922 border: 2px solid #F5F7FD;
2923 border-radius: 10px;
2924 box-shadow: 0px 0px 0px #000000;
2925 }
2926
2927 .template__wrapper input[type=range]::-ms-fill-upper {
2928 background: #5B4E96;
2929 border: 2px solid #F5F7FD;
2930 border-radius: 10px;
2931 box-shadow: 0px 0px 0px #000000;
2932 }
2933
2934 .template__wrapper input[type=range]::-ms-thumb {
2935 margin-top: 1px;
2936 box-shadow: 0px 0px 0px #000000;
2937 border: 2px solid #5B4E96;
2938 height: 16px;
2939 width: 16px;
2940 border-radius: 8px;
2941 background: #FFFFFF;
2942 cursor: pointer;
2943 }
2944
2945 .template__wrapper input[type=range]:focus::-ms-fill-lower {
2946 background: #5B4E96;
2947 }
2948
2949 .template__wrapper input[type=range]:focus::-ms-fill-upper {
2950 background: #5B4E96;
2951 }
2952
2953 .upgrade__card {
2954 display: -webkit-box;
2955 display: -ms-flexbox;
2956 display: flex;
2957 -webkit-box-align: center;
2958 -ms-flex-align: center;
2959 align-items: center;
2960 background: #5B4E96;
2961 border-radius: 25px;
2962 padding: 40px;
2963 }
2964
2965 @media (max-width: 1199px) {
2966 .upgrade__card {
2967 padding: 50px;
2968 }
2969 }
2970
2971 .upgrade__card .icon {
2972 margin-right: 40px;
2973 min-width: 90px;
2974 }
2975
2976 @media (max-width: 767px) {
2977 .upgrade__card .icon {
2978 margin-right: 0;
2979 margin-bottom: 20px;
2980 }
2981 }
2982
2983 .upgrade__card .card__content {
2984 margin-right: 30px;
2985 }
2986
2987 @media (max-width: 767px) {
2988 .upgrade__card .card__content {
2989 margin-bottom: 20px;
2990 margin-right: 0;
2991 }
2992 }
2993
2994 .upgrade__card .card__content h4 {
2995 font-size: 26px;
2996 font-weight: 500;
2997 color: #ffffff;
2998 margin-bottom: 15px;
2999 }
3000
3001 @media (max-width: 767px) {
3002 .upgrade__card .card__content h4 {
3003 font-size: 22px;
3004 }
3005 }
3006
3007 .upgrade__card .card__content p {
3008 font-size: 14px;
3009 font-weight: 400;
3010 color: rgba(255, 255, 255, 0.5);
3011 max-width: 700px;
3012 }
3013
3014 .upgrade__card .button {
3015 margin-left: auto;
3016 min-width: 177px;
3017 text-align: center;
3018 }
3019
3020 @media (max-width: 767px) {
3021 .upgrade__card {
3022 display: block;
3023 padding: 25px;
3024 }
3025 }
3026
3027 .upgrage__card__tab__list {
3028 max-width: 650px;
3029 width: 100%;
3030 display: grid;
3031 -ms-grid-columns: 1fr 1fr;
3032 grid-template-columns: repeat(2, 1fr);
3033 gap: 16px;
3034 margin-bottom: 50px !important;
3035 }
3036
3037 .upgrage__card__tab__list .upgrage__card__tab__list__item {
3038 color: #5B4E96;
3039 font-size: 16px;
3040 font-weight: 500;
3041 line-height: 18px;
3042 display: inline-flex;
3043 align-items: center;
3044 gap: 8px;
3045 }
3046
3047 @media (max-width: 575px) {
3048 .upgrage__card__tab__list {
3049 -ms-grid-columns: 1fr;
3050 grid-template-columns: repeat(1, 1fr);
3051 }
3052 }
3053
3054 .upgrage__card__tab__list .upgrage__card__tab__list__item:before {
3055 content: "\e910";
3056 font-family: 'icomoon';
3057 color: #4AD750;
3058 }
3059
3060 .upgrage__card__tab__style h3 {
3061 font-size: 30px;
3062 font-weight: 700;
3063 color: #131F4D;
3064 margin-bottom: 25px;
3065 }
3066
3067 @media (max-width: 767px) {
3068 .upgrage__card__tab__style h3 {
3069 font-size: 24px;
3070 }
3071 }
3072
3073 @media (max-width: 575px) {
3074 .upgrage__card__tab__style h3 {
3075 font-size: 20px;
3076 }
3077 }
3078
3079 .upgrage__card__tab__style p {
3080 font-size: 14px;
3081 font-weight: 400;
3082 color: #7C8DB5;
3083 margin-bottom: 30px;
3084 max-width: 1320px;
3085 line-height: 1.85;
3086 }
3087
3088 .embedpress-license__details {
3089 display: -ms-grid;
3090 display: grid;
3091 -ms-grid-columns: 3.5fr 2fr;
3092 grid-template-columns: 3.5fr 2fr;
3093 gap: 5px;
3094 }
3095
3096 @media (max-width: 991px) {
3097 .embedpress-license__details {
3098 display: block;
3099 }
3100 }
3101
3102 .embedpress-license__details .license__content {
3103 background: #ffffff;
3104 padding: 40px 100px 50px 50px;
3105
3106 }
3107
3108 @media (max-width: 1199px) {
3109 .embedpress-license__details .license__content {
3110 padding: 30px;
3111 }
3112 }
3113
3114 @media (max-width: 991px) {
3115 .embedpress-license__details .license__content {
3116 margin-bottom: 5px;
3117 }
3118 }
3119
3120 @media (max-width: 767px) {
3121 .embedpress-license__details .license__content {
3122 padding: 40px 30px;
3123 }
3124 }
3125
3126 @media (max-width: 575px) {
3127 .embedpress-license__details .license__content .form__inline {
3128 display: block;
3129 }
3130
3131 .embedpress-license__details .license__content .form__inline .form__group {
3132 margin-bottom: 25px;
3133 margin-right: 0;
3134 }
3135 }
3136
3137 .embedpress-license__details .license__content .thumb__area {
3138 /* max-width: 350px; */
3139 /* text-align: center; */
3140 margin-bottom: 30px;
3141 }
3142
3143 .embedpress-license__details .license__content .thumb__area img {
3144 max-width: 320px;
3145 }
3146
3147 .embedpress-license__details .license__content .thumb__area h2 {
3148 font-size: 30px;
3149 font-weight: 400;
3150 color: #25396F;
3151 margin-top: 10px;
3152 }
3153
3154 @media (max-width: 767px) {
3155 .embedpress-license__details .license__content .thumb__area h2 {
3156 font-size: 24px;
3157 }
3158 }
3159
3160 .embedpress-license__details .license__content p {
3161 font-size: 16px;
3162 font-weight: 400;
3163 color: #25396F;
3164 margin-bottom: 30px;
3165 }
3166
3167 @media (max-width: 767px) {
3168 .embedpress-license__details .license__content p {
3169 font-size: 16px;
3170 }
3171 }
3172
3173 .embedpress-license__details .license__content p a {
3174 color: #5B4E96;
3175 text-decoration: underline;
3176 }
3177
3178 .embedpress-license__details .license__content ol {
3179 list-style: decimal;
3180 padding-left: 19px;
3181 margin-bottom: 50px;
3182 }
3183
3184 .embedpress-license__details .license__content ol li {
3185 font-size: 18px;
3186 font-weight: 400;
3187 color: #25396F;
3188 }
3189
3190 .embedpress-license__details .license__content ol li:not(:last-child) {
3191 margin-bottom: 15px;
3192 }
3193
3194 @media (max-width: 767px) {
3195 .embedpress-license__details .license__content ol li {
3196 font-size: 16px;
3197 }
3198 }
3199
3200 .embedpress-license__details .license__content ol li a {
3201 color: #5B4E96;
3202 text-decoration: underline;
3203 }
3204
3205 .embedpress-license__details .license__content .form__group {
3206 -webkit-box-flex: 1;
3207 -ms-flex-positive: 1;
3208 flex-grow: 1;
3209 position: relative;
3210 }
3211
3212
3213
3214 .embedpress-license__details .license__content .form__group .input__icon {
3215 position: absolute;
3216 top: 20px;
3217 left: 20px;
3218 color: #7C8DB5;
3219 pointer-events: none;
3220 width: 20px;
3221 }
3222
3223 .embedpress-license__details .license__content .form__group .input__icon i {
3224 font-size: 20px;
3225 }
3226
3227 @media (max-width: 767px) {
3228 .embedpress-license__details .license__content .form__group .input__icon {
3229 top: 15px;
3230 left: 15px;
3231 }
3232
3233 .embedpress-license__details .license__content .form__group .input__icon i {
3234 font-size: 16px;
3235 }
3236 }
3237
3238 .embedpress-license__details .license__content .form__group .form__control {
3239 height: 60px;
3240 background: #F5F7FD;
3241 color: #7C8DB5;
3242 font-size: 20px;
3243 padding-left: 50px;
3244 }
3245
3246 .embedpress-license__details .license__content .form__group .form__control::-webkit-input-placeholder {
3247 color: #7C8DB5;
3248 }
3249
3250 .embedpress-license__details .license__content .form__group .form__control:-moz-placeholder {
3251 color: #7C8DB5;
3252 }
3253
3254 .embedpress-license__details .license__content .form__group .form__control::-moz-placeholder {
3255 color: #7C8DB5;
3256 }
3257
3258 .embedpress-license__details .license__content .form__group .form__control:-ms-input-placeholder {
3259 color: #7C8DB5;
3260 }
3261
3262 @media (max-width: 1399px) {
3263 .embedpress-license__details .license__content .form__group .form__control {
3264 font-size: 16px;
3265 }
3266 }
3267
3268 @media (max-width: 767px) {
3269 .embedpress-license__details .license__content .form__group .form__control {
3270 height: 50px;
3271 padding-left: 35px;
3272 font-size: 14px;
3273 }
3274 }
3275
3276 .embedpress-license__details .license__manage {
3277 background: #ffffff;
3278 padding: 30px;
3279 display: -webkit-box;
3280 display: -ms-flexbox;
3281 display: flex;
3282 -webkit-box-pack: center;
3283 -ms-flex-pack: center;
3284 justify-content: center;
3285 -webkit-box-align: center;
3286 -ms-flex-align: center;
3287 align-items: center;
3288 -webkit-box-orient: vertical;
3289 -webkit-box-direction: normal;
3290 -ms-flex-direction: column;
3291 flex-direction: column;
3292 }
3293
3294 .embedpress-license__details .license__manage .button {
3295 margin-top: 30px;
3296 }
3297
3298 .embedpress-card {
3299 background: #F5F7FD;
3300 border-radius: 16px;
3301 padding: 24px;
3302 padding-left: 100px;
3303 border: 2px solid rgba(91, 78, 150, 0.1);
3304 position: relative;
3305 }
3306
3307 @media (min-width: 1199px) and (max-width: 1399px) {
3308 .embedpress-card {
3309 padding-left: 24px;
3310 }
3311 }
3312
3313 @media (max-width: 767px) {
3314 .embedpress-card {
3315 padding-left: 20px;
3316 padding: 20px;
3317 }
3318 }
3319
3320 .embedpress-card .icon {
3321 position: absolute;
3322 top: 30px;
3323 left: 30px;
3324 height: 50px;
3325 width: 50px;
3326 border-radius: 10px;
3327 background: #5B4E96;
3328 text-align: center;
3329 }
3330
3331 @media (min-width: 1199px) and (max-width: 1399px) {
3332 .embedpress-card .icon {
3333 position: static;
3334 margin-bottom: 20px;
3335 }
3336 }
3337
3338 @media (max-width: 767px) {
3339 .embedpress-card .icon {
3340 position: static;
3341 margin-bottom: 20px;
3342 }
3343 }
3344
3345 .embedpress-card .icon i {
3346 color: #ffffff;
3347 font-size: 20px;
3348 line-height: 50px;
3349 }
3350
3351 .embedpress-card h3 {
3352 font-size: 26px;
3353 font-weight: 500;
3354 color: #131F4D;
3355 margin-bottom: 10px;
3356 }
3357
3358 @media (max-width: 767px) {
3359 .embedpress-card h3 {
3360 font-size: 22px;
3361 }
3362 }
3363
3364 .embedpress-card p {
3365 font-size: 14px;
3366 font-weight: 400;
3367 color: #7C8DB5;
3368 margin-bottom: 20px;
3369 }
3370
3371 .element__item {
3372 background: #F5F7FD;
3373 border-radius: 10px;
3374 min-height: 80px;
3375 padding: 10px 24px;
3376 border: 2px solid rgba(91, 78, 150, 0.1);
3377 display: -webkit-box;
3378 display: -ms-flexbox;
3379 display: flex;
3380 -webkit-box-align: center;
3381 -ms-flex-align: center;
3382 align-items: center;
3383 /* overflow: hidden; */
3384 }
3385
3386 @media (max-width: 767px) {
3387 .element__item {
3388 padding: 20px;
3389 padding-right: 15px;
3390 }
3391 }
3392
3393 .element__item.isPro .pro__item {
3394 /* display: block; */
3395 }
3396
3397 .element__item h5 {
3398 font-size: 18px;
3399 font-weight: 700;
3400 color: #25396F;
3401 margin-right: 15px;
3402 }
3403
3404 @media (max-width: 767px) {
3405 .element__item h5 {
3406 font-size: 16px;
3407 }
3408 }
3409
3410 .element__item .has__question {
3411 color: rgba(124, 141, 181, 0.5);
3412 line-height: 1;
3413 margin-top: 2px;
3414 margin-right: 10px;
3415 position: relative;
3416 }
3417
3418 .element__item .has__question .element__tooltip {
3419 position: absolute;
3420 bottom: calc(100% + 12px);
3421 left: -20px;
3422 /* transform: translateX(-50%); */
3423 background: #5B4E96;
3424 color: #fff;
3425 padding: 20px;
3426 min-width: 200px;
3427 border-radius: 5px;
3428 font-size: 16px;
3429 transition: all .3s ease;
3430 opacity: 0;
3431 visibility: hidden;
3432 z-index: 9;
3433 }
3434
3435 .element__item .has__question:hover .element__tooltip {
3436 visibility: visible;
3437 opacity: 1;
3438 }
3439
3440 .element__item .has__question .element__tooltip:before {
3441 position: absolute;
3442 top: 100%;
3443 left: 18px;
3444 /* transform: translateX(-50%); */
3445 border-left: 10px solid transparent;
3446 border-right: 10px solid transparent;
3447 border-top: 10px solid #5B4E96;
3448 content: '';
3449 }
3450
3451 .element__item .input__switch {
3452 margin-left: auto;
3453 margin-bottom: 0;
3454 }
3455
3456 .element__item .pro__item {
3457 position: absolute;
3458 top: 5px;
3459 left: -16px;
3460 -webkit-transform: rotate(-45deg);
3461 transform: rotate(-45deg);
3462 font-size: 12px;
3463 font-weight: 400;
3464 color: #ffffff;
3465 background: #5B4E96;
3466 padding: 0 20px;
3467 text-transform: uppercase;
3468 display: none;
3469 }
3470
3471 @media (max-width: 767px) {
3472 .element__item .pro__item {
3473 font-size: 9px;
3474 }
3475 }
3476
3477 .embedpress--elements__wrap h3 {
3478 font-size: 24px;
3479 font-weight: 700;
3480 color: #131F4D;
3481 padding-bottom: 16px;
3482 margin-bottom: 24px;
3483 border-bottom: 1px solid #F5F7FC;
3484 }
3485
3486 @media (max-width: 767px) {
3487 .embedpress--elements__wrap h3 {
3488 font-size: 24px;
3489 }
3490 }
3491
3492 @media (max-width: 575px) {
3493 .embedpress--elements__wrap h3 {
3494 font-size: 20px;
3495 }
3496 }
3497
3498 @media (max-width: 991px) {
3499 .embedpress--elements__wrap .embedpress__row.grid__4 {
3500 -ms-grid-columns: 1fr 1fr;
3501 grid-template-columns: repeat(2, 1fr);
3502 }
3503 }
3504
3505 @media (max-width: 575px) {
3506 .embedpress--elements__wrap .embedpress__row.grid__4 {
3507 -ms-grid-columns: 1fr;
3508 grid-template-columns: repeat(1, 1fr);
3509 }
3510 }
3511
3512 .valid-license-icon {
3513 max-width: 100%;
3514 width: 1.5rem;
3515 }
3516
3517
3518
3519 .embedpress-toast__message {
3520 position: fixed;
3521 bottom: 50px;
3522 right: 50px;
3523 padding: 15px 25px;
3524 border-radius: 10px;
3525 max-width: 400px;
3526 z-index: 9999;
3527 display: flex;
3528 align-items: center;
3529 opacity: 0;
3530 visibility: hidden;
3531 transition: all .3s ease;
3532 }
3533
3534 .embedpress-toast__message.show {
3535 opacity: 1;
3536 visibility: visible;
3537 }
3538
3539 .embedpress-toast__message.toast__message--error {
3540 background: #FE504F;
3541 }
3542
3543 .embedpress-toast__message.toast__message--attention {
3544 background: #FFA53C
3545 }
3546
3547 .embedpress-toast__message.toast__message--success {
3548 background: #00CC76;
3549 }
3550
3551 .embedpress-toast__message img {
3552 height: 40px;
3553 margin-right: 20px;
3554 }
3555
3556 .embedpress-toast__message p {
3557 color: #ffffff;
3558 font-size: 14px;
3559 }
3560
3561 .template__wrapper .wp-color-result-text {
3562 padding: 0 5px;
3563 }
3564
3565 @media all and (max-width: 1600px) {
3566 .embedpress-license__details .license__content .form__inline {
3567 display: block;
3568 }
3569
3570 .embedpress-license__details .license__content .form__group {
3571 margin-bottom: 25px;
3572 margin-right: 0;
3573 }
3574
3575 .embedpress-license__details .license__content .form__group .form__control {
3576 height: 50px;
3577 font-size: 14px;
3578 }
3579
3580 .embedpress-license__details .license__content .form__group .input__icon {
3581 width: 18px;
3582 top: 16px;
3583 }
3584 }
3585
3586 .ep-coming-soon {
3587 color: #5b4e96;
3588 font-size: 12px;
3589 font-weight: 900;
3590 }
3591
3592 .embedpress-card a, .template__wrapper .ep-link {
3593 color: #5b4e96;
3594 }
3595
3596 .template__wrapper .ep-link {
3597 font-weight: 600;
3598 }
3599
3600 .proOverlay {
3601 opacity: .3;
3602 position: relative;
3603 }
3604
3605 .proOverlay::after {
3606 position: absolute;
3607 top: 0;
3608 left: 0;
3609 bottom: 0;
3610 content: '';
3611 width: 100%;
3612 height: 100%;
3613 display: block;
3614 }
3615
3616 .embedpress__shortcode .shortcode__text {
3617 margin-bottom: 40px;
3618 font-size: 16px;
3619 line-height: 1.6;
3620 color: #25396F;
3621 }
3622
3623 .embedpress__shortcode .shortcode__form {
3624 width: 100%;
3625 max-width: 750px;
3626 box-sizing: border-box;
3627 background-color: #F5F7FC;
3628 border: 1px solid #D7DEEE;
3629 border-radius: 8px;
3630 padding: 12px;
3631 }
3632
3633 .embedpress__shortcode .shortcode__form .form__group {
3634 flex-grow: 1;
3635 }
3636
3637 .embedpress__shortcode .shortcode__form .form__group .form__control {
3638 height: 50px;
3639 background-color: transparent;
3640 border: none;
3641 }
3642
3643 .embedpress__shortcode .shortcode__form .button__redColor {
3644 background-color: #FF7369;
3645 border-color: #FF7369;
3646 color: #fff;
3647 }
3648
3649 .embedpress__shortcode .shortcode__form .copy__button {
3650 background-color: #5B4E96;
3651 border-color: #5B4E96;
3652 color: #fff;
3653 }
3654
3655
3656 /* source page css */
3657 .source-settings-page {
3658 background: #fff;
3659 padding: 24px;
3660 border-radius: 16px;
3661 }
3662
3663 .source-settings-page.page-premium {
3664 padding: 24px 0;
3665 }
3666
3667 .source-settings-page.page-premium .page-premium-text {
3668 margin-bottom: 20px;
3669 font-size: 16px;
3670 line-height: 1.6;
3671 color: #25396F;
3672 max-width: 80%;
3673 }
3674
3675 h1.page-heading {
3676 color: #25396F;
3677 font-family: 'DMSans';
3678 font-size: 24px;
3679 font-style: normal;
3680 font-weight: 600;
3681 line-height: 120%;
3682 padding-bottom: 16px;
3683 border-bottom: 1px solid #F5F7FC;
3684 }
3685
3686 .upgrage__card__tab__style h3 {
3687 color: #25396F;
3688 font-family: 'DMSans';
3689 font-size: 20px;
3690 font-style: normal;
3691 font-weight: 600;
3692 line-height: 1;
3693 /* 24px */
3694 }
3695
3696 .upgrage__card__tab__style p {
3697 color: #707070;
3698 font-family: 'DMSans';
3699 font-size: 16px;
3700 font-style: normal;
3701 font-weight: 400;
3702 line-height: 160%;
3703 /* 25.6px */
3704 }
3705
3706 a.button.button__themeColor {
3707 border-radius: 8px;
3708 background: #EEEDF4;
3709 border: none;
3710 }
3711
3712 ul.source-tab {
3713 margin-top: 10px;
3714 width: 100%;
3715 padding-right: 15px;
3716 padding-left: 15px;
3717 margin-top: 10px;
3718 max-height: 185px;
3719 overflow-y: scroll;
3720 }
3721
3722 ul.source-tab::-webkit-scrollbar {
3723 width: 5px;
3724 }
3725
3726 ul.source-tab::-webkit-scrollbar-track {
3727 background: #f5f7fd;
3728 border-radius: 5px;
3729 }
3730
3731 ul.source-tab::-webkit-scrollbar-thumb {
3732 background: #988FBD;
3733 border-radius: 5px;
3734 }
3735
3736 li.tab-button {
3737 display: inline-flex;
3738 align-items: center;
3739 gap: 5px;
3740 background-color: transparent;
3741 padding: 8px 15px;
3742 border-radius: 15px;
3743 cursor: pointer;
3744 width: 100%;
3745 font-size: 14px;
3746 margin-bottom: 2px;
3747 }
3748
3749 li.tab-button:hover {
3750 background: #f5f7fd;
3751 }
3752
3753 li.tab-button.active {
3754 background: #f5f7fd;
3755 }
3756
3757 img.source-image {
3758 width: 14px;
3759 height: 14px;
3760 }
3761
3762 .tab-content-section {
3763 display: grid;
3764 -ms-grid-columns: 1fr 1fr 1fr;
3765 grid-template-columns: repeat(3, 1fr);
3766 /* Three items per row */
3767 gap: 15px;
3768 /* Adjust the gap between items as needed */
3769 }
3770
3771 @media (max-width: 1199px) {
3772 .tab-content-section {
3773 -ms-grid-columns: 1fr 1fr;
3774 grid-template-columns: repeat(2, 1fr);
3775 }
3776 }
3777
3778 .source-item {
3779 padding: 10px;
3780 text-align: center;
3781 display: flex;
3782 align-items: center;
3783 justify-content: space-between;
3784 background: #f5f7fd;
3785 border-radius: 8px;
3786 }
3787
3788 .tab-button-section {
3789 display: none;
3790 }
3791
3792 li.sidebar__item.show .tab-button-section {
3793 display: block;
3794 }
3795
3796 .source-item div {
3797 display: flex;
3798 align-items: center;
3799 gap: 5px;
3800 color: #404040;
3801 font-family: 'DMSans';
3802 font-size: 14px;
3803 font-style: normal;
3804 font-weight: 600;
3805 line-height: 120%;
3806 /* 16.8px */
3807 letter-spacing: -0.28px;
3808 }
3809
3810 .source-left .icon {
3811 width: 32px;
3812 height: 32px;
3813 background: #fff;
3814 border-radius: 5px;
3815 display: flex;
3816 align-items: center;
3817 justify-content: center;
3818 }
3819
3820 .source-left .icon img {
3821 width: 16px;
3822 height: auto;
3823 }
3824
3825 .source-right a {
3826 width: 28px;
3827 height: 28px;
3828 background: #fff;
3829 border-radius: 5px;
3830 display: flex;
3831 align-items: center;
3832 justify-content: center;
3833 }
3834
3835 .source-right a svg g {
3836 transition: 0.2s;
3837
3838 }
3839
3840 .source-right a svg {
3841 width: 18px;
3842 height: 18px;
3843 }
3844
3845 .source-right a:hover svg g {
3846 stroke: #5B4E96;
3847 }
3848
3849 .premium-button {
3850 text-align: center;
3851 display: flex;
3852 align-items: center;
3853 justify-content: center;
3854 width: 100%;
3855 margin-top: 20px;
3856 }
3857
3858 .premium-button a {
3859 display: flex !important;
3860 align-items: center;
3861 gap: 8px;
3862 background: #EEEDF4;
3863 padding: 10px 25px;
3864 border-radius: 8px;
3865 width: 100%;
3866 justify-content: center;
3867 }
3868
3869 .premium-button span {
3870 display: flex;
3871 align-items: center;
3872 justify-content: center;
3873 }
3874
3875 .premium-button svg {
3876 width: 18px;
3877 height: 18px;
3878 }
3879
3880
3881 @media only screen and (max-width: 991px) {
3882 .tab-content-section {
3883 -ms-grid-columns: 1fr 1fr;
3884 grid-template-columns: repeat(2, 1fr);
3885 }
3886
3887 .embedpress-body .embedpress-sidebar {
3888 display: inline-flex;
3889 min-width: 50px;
3890 margin-right: 0;
3891 align-items: center;
3892 }
3893
3894 .premium-button {
3895 margin-top: 0px !important;
3896 padding: 0 4px 0 0;
3897 }
3898 }
3899
3900 @media only screen and (max-width: 767px) {
3901 .tab-content-section {
3902 -ms-grid-columns: 1fr;
3903 grid-template-columns: repeat(1, 1fr);
3904 }
3905
3906 header.embedpress-header p {
3907 margin: 10px 0;
3908 text-align: left;
3909 }
3910 }
3911
3912
3913 /* // Calendly settings page design */
3914 .calendly-embedpress-authorize-button {
3915 display: flex;
3916 justify-content: space-between;
3917 margin-bottom: 15px;
3918 }
3919
3920 .calendly-settings-title {
3921 margin-bottom: 30px !important;
3922 }
3923
3924 a.calendly-connect-button {
3925 display: inline-flex;
3926 align-items: center;
3927 font-size: 15px;
3928 color: rgb(54, 100, 174);
3929 gap: 6px;
3930 border-width: 1px;
3931 border-style: solid;
3932 border-color: rgb(54, 100, 174);
3933 border-image: initial;
3934 padding: 8px 20px;
3935 border-radius: 10px;
3936 }
3937
3938 a.calendly-connect-button:hover {
3939 color: #fff;
3940 background: rgb(54, 100, 174);
3941 }
3942
3943 a.calendly-connected {
3944 /* pointer-events: none !important; */
3945 background: rgba(54, 100, 174, 0.08);
3946 border-width: 1px;
3947 border-style: solid;
3948 border-color: rgba(54, 100, 174, 0.08);
3949 border-image: initial;
3950 }
3951
3952 a.calendly-connect-button img {
3953 width: 20px;
3954 }
3955
3956
3957 /* Apply styles to the event-type-list container */
3958 .event-type-list {
3959 font-family: Arial, sans-serif;
3960 }
3961
3962 /* Apply styles to the list-header */
3963 .list-header {
3964 background-color: #3664ae;
3965 color: #fff;
3966 padding: 10px;
3967 display: flex;
3968 align-items: center;
3969 gap: 10px;
3970 border-radius: 10px;
3971 }
3972
3973
3974 /* Apply styles to the user's avatar */
3975 .calendly-user .bqa3nmp img {
3976 width: 50px;
3977 height: 50px;
3978 border-radius: 50%;
3979 margin-right: 10px;
3980 }
3981
3982 /* Apply styles to the user's name */
3983 .calendly-user .name p {
3984 font-weight: bold;
3985 font-size: 18px;
3986 }
3987
3988
3989 /* Apply styles to the event-type-card */
3990 .event-type-card-list {
3991 display: grid;
3992 grid-template-columns: repeat(3, 1fr);
3993 gap: 20px;
3994 margin-top: 15px;
3995 }
3996
3997 .calendly-data-placeholder .event-type-card-list {
3998 padding: 0 20px 20px;
3999 }
4000
4001 .event-type-card-list-item {
4002 background-color: #ffffff;
4003 border: 1px solid #faf4f4;
4004 border-radius: 5px;
4005 border-top: 6px solid var(--calendly-event-color);
4006 }
4007
4008 .event-type-card {
4009 padding: 10px;
4010 }
4011
4012 .calendly-profile-avatar {
4013 width: 50px;
4014 height: 50px;
4015 }
4016
4017 .calendly-profile-avatar img {
4018 border-radius: 50px;
4019 }
4020
4021 .event-type-card-top {
4022 border-bottom: 1px solid #ebe1e1;
4023 padding-bottom: 10px;
4024 }
4025
4026 .event-type-card-top h2 {
4027 font-size: 15px;
4028 font-weight: 500;
4029 margin-bottom: 8px;
4030 }
4031
4032 .event-type-card-top p {
4033 font-size: 11px;
4034 color: #b19999;
4035 margin-bottom: 12px;
4036 }
4037
4038 .event-type-card-top a {
4039 color: #3664ae;
4040 font-size: 12px;
4041 }
4042
4043 .event-type-card-bottom {
4044 display: flex;
4045 align-items: center;
4046 justify-content: space-between;
4047 padding-top: 10px;
4048 }
4049
4050 .event-status {
4051 font-size: 14px;
4052 }
4053
4054 .event-status.Active {
4055 color: #008000c9;
4056 }
4057
4058 .event-status.In-active {
4059 color: gray;
4060 }
4061
4062 .calendly-event-copy-link {
4063 display: flex;
4064 align-items: center;
4065 gap: 5px;
4066 font-size: 14px;
4067 color: #3664ae;
4068 cursor: pointer;
4069 }
4070
4071 [data-event-status="In-active"] .event-type-card-top a, [data-event-status="In-active"] .calendly-event-copy-link {
4072 color: gray;
4073 }
4074
4075 [data-event-status="In-active"].event-type-card-list-item {
4076 border-top-color: #b2b2b2 !important;
4077 }
4078
4079 [data-event-status="In-active"] .calendly-event-copy-link svg path {
4080 fill: gray;
4081 }
4082
4083 .calendly-event-copy-link svg {
4084 width: 14px;
4085 height: 14px;
4086 }
4087
4088
4089 /* scheduled list table css */
4090
4091
4092 .rwd-table {
4093 max-width: 100%;
4094 width: 100%;
4095
4096 }
4097
4098 .rwd-table tr:first-child {
4099 border-top: none;
4100 background: #3664ae;
4101 color: #fff;
4102 }
4103
4104 .rwd-table tr {
4105 border-top: 1px dotted red;
4106 border-bottom: 1px dotted red;
4107 }
4108
4109
4110 .rwd-table th {
4111 display: none;
4112 }
4113
4114 .rwd-table td {
4115 display: block;
4116
4117 }
4118
4119 .rwd-table td:before {
4120 content: attr(data-th) ": ";
4121 width: 120px;
4122 display: inline-block;
4123 color: #000;
4124 }
4125
4126 .rwd-table th, .rwd-table td {
4127 padding-left: 30px !important;
4128 }
4129
4130 .rwd-table {
4131 color: #333;
4132 border-radius: .4em;
4133 width: 100%;
4134 /* Set the table width to 100% */
4135 /* table-layout: fixed; */
4136 }
4137
4138 .rwd-table tr {
4139 border-color: red;
4140 }
4141
4142
4143 .rwd-table td:before {
4144 display: none;
4145 }
4146
4147 .rwd-table th, .rwd-table td {
4148 display: table-cell;
4149 padding: .5em .5em;
4150 text-align: left;
4151 font-family: Arial, sans-serif;
4152 font-size: 14px;
4153 white-space: nowrap;
4154 /* width: 25%; */
4155 /* Divide the width evenly among the columns */
4156
4157 }
4158
4159 .rwd-table th {
4160 font-size: 15px;
4161 padding: 1em .5em;
4162 font-weight: 500;
4163 }
4164
4165 .rwd-table th:first-child {
4166 border-top-left-radius: 10px;
4167 border-bottom-left-radius: 10px;
4168 }
4169
4170 .rwd-table th:last-child {
4171 border-top-right-radius: 10px;
4172 border-bottom-right-radius: 10px;
4173 }
4174
4175 .rwd-table td {
4176 border-bottom: 1px dotted #ddd;
4177 /* border-radius: 10px; */
4178 /* border-right: 1px dotted #ddd; */
4179 }
4180
4181 /* .rwd-table td:first-child {
4182 border-left: 1px dotted #ddd;
4183 } */
4184
4185
4186 /* Tab container */
4187 .tab-container {
4188 display: flex;
4189 gap: 5px;
4190 background: #fff7f7;
4191 padding: 8px 10px;
4192 border-radius: 10px;
4193 }
4194
4195 /* Individual tab */
4196 .tab-container .tab {
4197 padding: 8px 20px;
4198 cursor: pointer;
4199 background-color: #fff7f7;
4200 border-radius: 10px;
4201 font-size: 15px;
4202
4203 }
4204
4205 /* Active tab */
4206 .tab-container .active-tab {
4207 background-color: #3664ae;
4208 color: #fff;
4209 }
4210
4211 /* Content container */
4212 .tab-content {
4213 display: none;
4214 width: 100%;
4215 }
4216
4217 /* Show the active tab content */
4218 .tab-content.active {
4219 display: block;
4220 }
4221
4222 .calendly-data-placeholder {
4223 position: relative;
4224 margin-top: 15px;
4225 }
4226
4227 .calendly-data-placeholder img {
4228 pointer-events: none;
4229 }
4230
4231 .calendly-data-placeholder {
4232 position: relative;
4233 margin-top: 5px;
4234 padding-top: 5px;
4235 }
4236
4237 .overlay {
4238 position: absolute;
4239 top: 0;
4240 left: 0;
4241 width: 100%;
4242 height: 100%;
4243 background-color: #3664ae26;
4244 text-align: center;
4245 display: flex;
4246 flex-direction: column;
4247 justify-content: center;
4248 border-radius: 10px;
4249 align-items: center;
4250 }
4251
4252 .overlay-button {
4253 background-color: #006bff;
4254 color: #fff !important;
4255 padding: 10px 20px;
4256 border: none;
4257 cursor: pointer;
4258 max-width: 300px;
4259 font-weight: 500;
4260 border-radius: 10px;
4261 }
4262
4263 .calendly-connector-container {
4264 display: flex;
4265 align-items: end;
4266 gap: 5px;
4267 }
4268
4269 @media only screen and (max-width: 768px) {
4270 .calendly-connector-container {
4271 margin-bottom: 15px;
4272 }
4273
4274 .calendly-embedpress-authorize-button {
4275 flex-direction: column;
4276 justify-content: center;
4277 }
4278
4279 .tab-container {
4280 width: 100%;
4281 align-items: center;
4282 justify-content: center;
4283 }
4284
4285 .tab-container .tab {
4286 padding: 8px 10px;
4287 font-size: 14px;
4288 width: 50%;
4289 text-align: center;
4290 }
4291
4292 .calendly-data {
4293 overflow: auto;
4294 }
4295
4296 .event-type-card-list {
4297 grid-template-columns: repeat(2, 1fr);
4298 }
4299
4300 .rwd-table {
4301 min-width: 700px;
4302 overflow: auto;
4303 table-layout: auto;
4304 }
4305
4306 .rwd-table th, .rwd-table td {
4307 padding: 10px;
4308 font-size: 13px;
4309 }
4310
4311 .rwd-table th, .rwd-table td {
4312 padding-left: 20px !important;
4313 width: auto;
4314 }
4315 }
4316
4317
4318 @media only screen and (max-width: 480px) {
4319 .event-type-card-list {
4320 grid-template-columns: repeat(1, 1fr);
4321 }
4322
4323 .tab-container {
4324 padding: 8px 6px;
4325 }
4326
4327 .tab-container .tab {
4328 white-space: nowrap;
4329 padding: 8px 5px;
4330 font-size: 12px;
4331 text-align: center;
4332 }
4333 }