soames-astro-theme 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/LICENSE +29 -0
  2. package/README.md +67 -0
  3. package/package.json +68 -0
  4. package/src/components/Bio.tsx +36 -0
  5. package/src/components/BlogSidebar.tsx +48 -0
  6. package/src/components/DocsSidebar.tsx +45 -0
  7. package/src/components/Footer.tsx +59 -0
  8. package/src/components/FooterMenu.tsx +36 -0
  9. package/src/components/Header.tsx +57 -0
  10. package/src/components/HeaderMenu.tsx +77 -0
  11. package/src/components/HeroHeader.tsx +66 -0
  12. package/src/components/Logo.tsx +37 -0
  13. package/src/components/shortcodes/RemoveContentAreaPadding.tsx +13 -0
  14. package/src/components/shortcodes/Shortcodes.tsx +319 -0
  15. package/src/components/shortcodes/SoamesFeature.tsx +54 -0
  16. package/src/components/shortcodes/SoamesGalleryMenu.tsx +90 -0
  17. package/src/components/shortcodes/SoamesIconList.tsx +90 -0
  18. package/src/components/shortcodes/SoamesSoundCloud.tsx +71 -0
  19. package/src/components/shortcodes/SoamesTextBlock.tsx +27 -0
  20. package/src/components/shortcodes/SoamesTextList.tsx +27 -0
  21. package/src/components/shortcodes/SoamesTitle.tsx +24 -0
  22. package/src/components/shortcodes/SoamesTitleBar.tsx +22 -0
  23. package/src/components/shortcodes/SoamesTitleBarLg.tsx +56 -0
  24. package/src/components/shortcodes/SoamesVideo.tsx +35 -0
  25. package/src/components/shortcodes/getAttributes.ts +19 -0
  26. package/src/components/shortcodes/getContent.ts +4 -0
  27. package/src/integration.ts +147 -0
  28. package/src/layouts/Base.astro +93 -0
  29. package/src/lib/wp.ts +351 -0
  30. package/src/routes/[...uri].astro +41 -0
  31. package/src/routes/blog/[...page].astro +88 -0
  32. package/src/routes/blog/post/[...slug].astro +79 -0
  33. package/src/routes/docs/[...slug].astro +58 -0
  34. package/src/routes/docs/index.astro +66 -0
  35. package/src/routes/index.astro +39 -0
  36. package/src/scripts/soames-nav.js +72 -0
  37. package/src/styles/site-overrides.css +4 -0
  38. package/src/styles/soames/base.css +593 -0
  39. package/src/styles/soames/components.css +1556 -0
  40. package/src/styles/soames/layout.css +209 -0
  41. package/src/styles/soames/overrides.css +2138 -0
  42. package/src/styles/soames/typography.css +23 -0
  43. package/src/styles/theme.css +8 -0
  44. package/src/styles/vendor/normalize.css +343 -0
  45. package/src/styles/vendor/wordpress-blocks.css +3451 -0
  46. package/src/theme-shadow.ts +39 -0
@@ -0,0 +1,2138 @@
1
+ .display-1 {
2
+ font-family: 'Rubik', sans-serif;
3
+ font-size: 4.25rem;
4
+ font-display: swap;
5
+ }
6
+
7
+ .display-1>.soames-iconfont {
8
+ font-size: 6.8rem;
9
+ }
10
+
11
+ .display-2 {
12
+ font-family: 'Rubik', sans-serif;
13
+ font-size: 3rem;
14
+ font-display: swap;
15
+ }
16
+
17
+ .display-2>.soames-iconfont {
18
+ font-size: 4.8rem;
19
+ }
20
+
21
+ .display-4 {
22
+ font-family: 'Rubik', sans-serif;
23
+ font-size: 1rem;
24
+ font-display: swap;
25
+ }
26
+
27
+ .display-4>.soames-iconfont {
28
+ font-size: 1.6rem;
29
+ }
30
+
31
+ .display-5 {
32
+ font-family: 'Rubik', sans-serif;
33
+ font-size: 1.5rem;
34
+ font-display: swap;
35
+ }
36
+
37
+ .display-5>.soames-iconfont {
38
+ font-size: 2.4rem;
39
+ }
40
+
41
+ .display-7 {
42
+ font-family: 'Rubik', sans-serif;
43
+ font-size: 1.2rem;
44
+ font-display: swap;
45
+ }
46
+
47
+ .display-7>.soames-iconfont {
48
+ font-size: 1.6rem;
49
+ }
50
+
51
+ .blog-post-content {
52
+ font-size: 1.2rem;
53
+ }
54
+
55
+ /* ---- Fluid typography for mobile devices ---- */
56
+ /* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
57
+ /* 100vw - current viewport width */
58
+ /* (48 - 20) 48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
59
+ /* 0.65 - min scale variable, may vary */
60
+ @media (max-width: 768px) {
61
+ .display-1 {
62
+ font-size: 3.4rem;
63
+ font-size: calc(2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
64
+ line-height: calc(1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
65
+ }
66
+
67
+ .display-2 {
68
+ font-size: 2.4rem;
69
+ font-size: calc(1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
70
+ line-height: calc(1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
71
+ }
72
+
73
+ .display-4 {
74
+ font-size: 0.8rem;
75
+ font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
76
+ line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
77
+ }
78
+
79
+ .display-5 {
80
+ font-size: 1.2rem;
81
+ font-size: calc(1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
82
+ line-height: calc(1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
83
+ }
84
+ }
85
+
86
+ /* Buttons */
87
+ .btn {
88
+ padding: 1rem 3rem;
89
+ border-radius: 3px;
90
+ }
91
+
92
+ .btn-sm {
93
+ padding: 0.6rem 1.5rem;
94
+ border-radius: 3px;
95
+ }
96
+
97
+ .btn-md {
98
+ padding: 1rem 3rem;
99
+ border-radius: 3px;
100
+ }
101
+
102
+ .btn-lg {
103
+ padding: 1.2rem 3.2rem;
104
+ border-radius: 3px;
105
+ }
106
+
107
+ .bg-primary {
108
+ background-color: #dc7b25 !important;
109
+ }
110
+
111
+ .bg-success {
112
+ background-color: #f7ed4a !important;
113
+ }
114
+
115
+ .bg-info {
116
+ background-color: #82786e !important;
117
+ }
118
+
119
+ .bg-warning {
120
+ background-color: #879a9f !important;
121
+ }
122
+
123
+ .bg-danger {
124
+ background-color: #b1a374 !important;
125
+ }
126
+
127
+ .btn-primary,
128
+ .btn-primary:active {
129
+ background-color: #dc7b25 !important;
130
+ border-color: #dc7b25 !important;
131
+ color: #ffffff !important;
132
+ }
133
+
134
+ .btn-primary:hover,
135
+ .btn-primary:focus,
136
+ .btn-primary.focus,
137
+ .btn-primary.active {
138
+ color: #ffffff !important;
139
+ background-color: #bc361b !important;
140
+ border-color: #bc361b !important;
141
+ }
142
+
143
+ .btn-primary.disabled,
144
+ .btn-primary:disabled {
145
+ color: #ffffff !important;
146
+ background-color: #bc361b !important;
147
+ border-color: #bc361b!important;
148
+ }
149
+
150
+ .btn-secondary,
151
+ .btn-secondary:active {
152
+ background-color: #ff3366 !important;
153
+ border-color: #ff3366 !important;
154
+ color: #ffffff !important;
155
+ }
156
+
157
+ .btn-secondary:hover,
158
+ .btn-secondary:focus,
159
+ .btn-secondary.focus,
160
+ .btn-secondary.active {
161
+ color: #ffffff !important;
162
+ background-color: #e50039 !important;
163
+ border-color: #e50039 !important;
164
+ }
165
+
166
+ .btn-secondary.disabled,
167
+ .btn-secondary:disabled {
168
+ color: #ffffff !important;
169
+ background-color: #e50039 !important;
170
+ border-color: #e50039 !important;
171
+ }
172
+
173
+ .btn-info,
174
+ .btn-info:active {
175
+ background-color: #82786e !important;
176
+ border-color: #82786e !important;
177
+ color: #ffffff !important;
178
+ }
179
+
180
+ .btn-info:hover,
181
+ .btn-info:focus,
182
+ .btn-info.focus,
183
+ .btn-info.active {
184
+ color: #ffffff !important;
185
+ background-color: #59524b !important;
186
+ border-color: #59524b !important;
187
+ }
188
+
189
+ .btn-info.disabled,
190
+ .btn-info:disabled {
191
+ color: #ffffff !important;
192
+ background-color: #59524b !important;
193
+ border-color: #59524b !important;
194
+ }
195
+
196
+ .btn-success,
197
+ .btn-success:active {
198
+ background-color: #f7ed4a !important;
199
+ border-color: #f7ed4a !important;
200
+ color: #3f3c03 !important;
201
+ }
202
+
203
+ .btn-success:hover,
204
+ .btn-success:focus,
205
+ .btn-success.focus,
206
+ .btn-success.active {
207
+ color: #3f3c03 !important;
208
+ background-color: #eadd0a !important;
209
+ border-color: #eadd0a !important;
210
+ }
211
+
212
+ .btn-success.disabled,
213
+ .btn-success:disabled {
214
+ color: #3f3c03 !important;
215
+ background-color: #eadd0a !important;
216
+ border-color: #eadd0a !important;
217
+ }
218
+
219
+ .btn-warning,
220
+ .btn-warning:active {
221
+ background-color: #879a9f !important;
222
+ border-color: #879a9f !important;
223
+ color: #ffffff !important;
224
+ }
225
+
226
+ .btn-warning:hover,
227
+ .btn-warning:focus,
228
+ .btn-warning.focus,
229
+ .btn-warning.active {
230
+ color: #ffffff !important;
231
+ background-color: #617479 !important;
232
+ border-color: #617479 !important;
233
+ }
234
+
235
+ .btn-warning.disabled,
236
+ .btn-warning:disabled {
237
+ color: #ffffff !important;
238
+ background-color: #617479 !important;
239
+ border-color: #617479 !important;
240
+ }
241
+
242
+ .btn-danger,
243
+ .btn-danger:active {
244
+ background-color: #b1a374 !important;
245
+ border-color: #b1a374 !important;
246
+ color: #ffffff !important;
247
+ }
248
+
249
+ .btn-danger:hover,
250
+ .btn-danger:focus,
251
+ .btn-danger.focus,
252
+ .btn-danger.active {
253
+ color: #ffffff !important;
254
+ background-color: #8b7d4e !important;
255
+ border-color: #8b7d4e !important;
256
+ }
257
+
258
+ .btn-danger.disabled,
259
+ .btn-danger:disabled {
260
+ color: #ffffff !important;
261
+ background-color: #8b7d4e !important;
262
+ border-color: #8b7d4e !important;
263
+ }
264
+
265
+ .btn-white {
266
+ color: #333333 !important;
267
+ }
268
+
269
+ .btn-white,
270
+ .btn-white:active {
271
+ background-color: #ffffff !important;
272
+ border-color: #ffffff !important;
273
+ color: #808080 !important;
274
+ }
275
+
276
+ .btn-white:hover,
277
+ .btn-white:focus,
278
+ .btn-white.focus,
279
+ .btn-white.active {
280
+ color: #808080 !important;
281
+ background-color: #d9d9d9 !important;
282
+ border-color: #d9d9d9 !important;
283
+ }
284
+
285
+ .btn-white.disabled,
286
+ .btn-white:disabled {
287
+ color: #808080 !important;
288
+ background-color: #d9d9d9 !important;
289
+ border-color: #d9d9d9 !important;
290
+ }
291
+
292
+ .btn-black,
293
+ .btn-black:active {
294
+ background-color: #333333 !important;
295
+ border-color: #333333 !important;
296
+ color: #ffffff !important;
297
+ }
298
+
299
+ .btn-black:hover,
300
+ .btn-black:focus,
301
+ .btn-black.focus,
302
+ .btn-black.active {
303
+ color: #ffffff !important;
304
+ background-color: #0d0d0d !important;
305
+ border-color: #0d0d0d !important;
306
+ }
307
+
308
+ .btn-black.disabled,
309
+ .btn-black:disabled {
310
+ color: #ffffff !important;
311
+ background-color: #0d0d0d !important;
312
+ border-color: #0d0d0d !important;
313
+ }
314
+
315
+ .btn-primary-outline,
316
+ .btn-primary-outline:active {
317
+ background: none;
318
+ border-color: #0b566f;
319
+ color: #0b566f;
320
+ }
321
+
322
+ .btn-primary-outline:hover,
323
+ .btn-primary-outline:focus,
324
+ .btn-primary-outline.focus,
325
+ .btn-primary-outline.active {
326
+ color: #ffffff;
327
+ background-color: #dc7b25;
328
+ border-color: #dc7b25;
329
+ }
330
+
331
+ .btn-primary-outline.disabled,
332
+ .btn-primary-outline:disabled {
333
+ color: #ffffff !important;
334
+ background-color: #dc7b25 !important;
335
+ border-color: #dc7b25 !important;
336
+ }
337
+
338
+ .btn-secondary-outline,
339
+ .btn-secondary-outline:active {
340
+ background: none;
341
+ border-color: #cc0033;
342
+ color: #cc0033;
343
+ }
344
+
345
+ .btn-secondary-outline:hover,
346
+ .btn-secondary-outline:focus,
347
+ .btn-secondary-outline.focus,
348
+ .btn-secondary-outline.active {
349
+ color: #ffffff;
350
+ background-color: #ff3366;
351
+ border-color: #ff3366;
352
+ }
353
+
354
+ .btn-secondary-outline.disabled,
355
+ .btn-secondary-outline:disabled {
356
+ color: #ffffff !important;
357
+ background-color: #ff3366 !important;
358
+ border-color: #ff3366 !important;
359
+ }
360
+
361
+ .btn-info-outline,
362
+ .btn-info-outline:active {
363
+ background: none;
364
+ border-color: #4b453f;
365
+ color: #4b453f;
366
+ }
367
+
368
+ .btn-info-outline:hover,
369
+ .btn-info-outline:focus,
370
+ .btn-info-outline.focus,
371
+ .btn-info-outline.active {
372
+ color: #ffffff;
373
+ background-color: #82786e;
374
+ border-color: #82786e;
375
+ }
376
+
377
+ .btn-info-outline.disabled,
378
+ .btn-info-outline:disabled {
379
+ color: #ffffff !important;
380
+ background-color: #82786e !important;
381
+ border-color: #82786e !important;
382
+ }
383
+
384
+ .btn-success-outline,
385
+ .btn-success-outline:active {
386
+ background: none;
387
+ border-color: #d2c609;
388
+ color: #d2c609;
389
+ }
390
+
391
+ .btn-success-outline:hover,
392
+ .btn-success-outline:focus,
393
+ .btn-success-outline.focus,
394
+ .btn-success-outline.active {
395
+ color: #3f3c03;
396
+ background-color: #f7ed4a;
397
+ border-color: #f7ed4a;
398
+ }
399
+
400
+ .btn-success-outline.disabled,
401
+ .btn-success-outline:disabled {
402
+ color: #3f3c03 !important;
403
+ background-color: #f7ed4a !important;
404
+ border-color: #f7ed4a !important;
405
+ }
406
+
407
+ .btn-warning-outline,
408
+ .btn-warning-outline:active {
409
+ background: none;
410
+ border-color: #55666b;
411
+ color: #55666b;
412
+ }
413
+
414
+ .btn-warning-outline:hover,
415
+ .btn-warning-outline:focus,
416
+ .btn-warning-outline.focus,
417
+ .btn-warning-outline.active {
418
+ color: #ffffff;
419
+ background-color: #879a9f;
420
+ border-color: #879a9f;
421
+ }
422
+
423
+ .btn-warning-outline.disabled,
424
+ .btn-warning-outline:disabled {
425
+ color: #ffffff !important;
426
+ background-color: #879a9f !important;
427
+ border-color: #879a9f !important;
428
+ }
429
+
430
+ .btn-danger-outline,
431
+ .btn-danger-outline:active {
432
+ background: none;
433
+ border-color: #7a6e45;
434
+ color: #7a6e45;
435
+ }
436
+
437
+ .btn-danger-outline:hover,
438
+ .btn-danger-outline:focus,
439
+ .btn-danger-outline.focus,
440
+ .btn-danger-outline.active {
441
+ color: #ffffff;
442
+ background-color: #b1a374;
443
+ border-color: #b1a374;
444
+ }
445
+
446
+ .btn-danger-outline.disabled,
447
+ .btn-danger-outline:disabled {
448
+ color: #ffffff !important;
449
+ background-color: #b1a374 !important;
450
+ border-color: #b1a374 !important;
451
+ }
452
+
453
+ .btn-black-outline,
454
+ .btn-black-outline:active {
455
+ background: none;
456
+ border-color: #000000;
457
+ color: #000000;
458
+ }
459
+
460
+ .btn-black-outline:hover,
461
+ .btn-black-outline:focus,
462
+ .btn-black-outline.focus,
463
+ .btn-black-outline.active {
464
+ color: #ffffff;
465
+ background-color: #333333;
466
+ border-color: #333333;
467
+ }
468
+
469
+ .btn-black-outline.disabled,
470
+ .btn-black-outline:disabled {
471
+ color: #ffffff !important;
472
+ background-color: #333333 !important;
473
+ border-color: #333333 !important;
474
+ }
475
+
476
+ .btn-white-outline,
477
+ .btn-white-outline:active,
478
+ .btn-white-outline.active {
479
+ background: none;
480
+ border-color: #ffffff;
481
+ color: #ffffff;
482
+ }
483
+
484
+ .btn-white-outline:hover,
485
+ .btn-white-outline:focus,
486
+ .btn-white-outline.focus {
487
+ color: #333333;
488
+ background-color: #ffffff;
489
+ border-color: #ffffff;
490
+ }
491
+
492
+ .text-primary {
493
+ color: #dc7b25 !important;
494
+ }
495
+
496
+ .text-secondary {
497
+ color: #ff3366 !important;
498
+ }
499
+
500
+ .text-success {
501
+ color: #f7ed4a !important;
502
+ }
503
+
504
+ .text-info {
505
+ color: #82786e !important;
506
+ }
507
+
508
+ .text-warning {
509
+ color: #879a9f !important;
510
+ }
511
+
512
+ .text-danger {
513
+ color: #b1a374 !important;
514
+ }
515
+
516
+ .text-white {
517
+ color: #ffffff !important;
518
+ }
519
+
520
+ .text-black {
521
+ color: #000000 !important;
522
+ }
523
+
524
+ a.text-primary:hover,
525
+ a.text-primary:focus {
526
+ color: #0b566f !important;
527
+ }
528
+
529
+ a.text-secondary:hover,
530
+ a.text-secondary:focus {
531
+ color: #cc0033 !important;
532
+ }
533
+
534
+ a.text-success:hover,
535
+ a.text-success:focus {
536
+ color: #d2c609 !important;
537
+ }
538
+
539
+ a.text-info:hover,
540
+ a.text-info:focus {
541
+ color: #4b453f !important;
542
+ }
543
+
544
+ a.text-warning:hover,
545
+ a.text-warning:focus {
546
+ color: #55666b !important;
547
+ }
548
+
549
+ a.text-danger:hover,
550
+ a.text-danger:focus {
551
+ color: #7a6e45 !important;
552
+ }
553
+
554
+ a.text-white:hover,
555
+ a.text-white:focus {
556
+ color: #b3b3b3 !important;
557
+ }
558
+
559
+ a.text-black:hover,
560
+ a.text-black:focus {
561
+ color: #4d4d4d !important;
562
+ }
563
+
564
+ .alert-success {
565
+ background-color: #70c770;
566
+ }
567
+
568
+ .alert-info {
569
+ background-color: #82786e;
570
+ }
571
+
572
+ .alert-warning {
573
+ background-color: #879a9f;
574
+ }
575
+
576
+ .alert-danger {
577
+ background-color: #b1a374;
578
+ }
579
+
580
+ .soames-section-btn a.btn:not(.btn-form) {
581
+ border-radius: 100px;
582
+ }
583
+
584
+ .soames-section-btn a.btn:not(.btn-form):hover,
585
+ .soames-section-btn a.btn:not(.btn-form):focus {
586
+ box-shadow: none !important;
587
+ }
588
+
589
+ .soames-section-btn a.btn:not(.btn-form):hover,
590
+ .soames-section-btn a.btn:not(.btn-form):focus {
591
+ box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
592
+ -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
593
+ }
594
+
595
+ .soames-gallery-filter li a {
596
+ border-radius: 100px !important;
597
+ }
598
+
599
+ .soames-gallery-filter li.active .btn {
600
+ background-color: #dc7b25;
601
+ border-color: #dc7b25;
602
+ color: #ffffff;
603
+ }
604
+
605
+ .soames-gallery-filter li.active .btn:focus {
606
+ box-shadow: none;
607
+ }
608
+
609
+ .nav-tabs .nav-link {
610
+ border-radius: 100px !important;
611
+ }
612
+
613
+ a,
614
+ a:hover {
615
+ color: #dc7b25;
616
+ }
617
+
618
+ .soames-plan-header.bg-primary .soames-plan-subtitle,
619
+ .soames-plan-header.bg-primary .soames-plan-price-desc {
620
+ color: #b4e6f8;
621
+ }
622
+
623
+ .soames-plan-header.bg-success .soames-plan-subtitle,
624
+ .soames-plan-header.bg-success .soames-plan-price-desc {
625
+ color: #ffffff;
626
+ }
627
+
628
+ .soames-plan-header.bg-info .soames-plan-subtitle,
629
+ .soames-plan-header.bg-info .soames-plan-price-desc {
630
+ color: #beb8b2;
631
+ }
632
+
633
+ .soames-plan-header.bg-warning .soames-plan-subtitle,
634
+ .soames-plan-header.bg-warning .soames-plan-price-desc {
635
+ color: #ced6d8;
636
+ }
637
+
638
+ .soames-plan-header.bg-danger .soames-plan-subtitle,
639
+ .soames-plan-header.bg-danger .soames-plan-price-desc {
640
+ color: #dfd9c6;
641
+ }
642
+
643
+ /* Scroll to top button*/
644
+ .scrollToTop_wraper {
645
+ display: none;
646
+ }
647
+
648
+ .form-control {
649
+ font-family: 'Rubik', sans-serif;
650
+ font-size: 1rem;
651
+ font-display: swap;
652
+ }
653
+
654
+ .form-control>.soames-iconfont {
655
+ font-size: 1.6rem;
656
+ }
657
+
658
+ blockquote {
659
+ border-color: #dc7b25;
660
+ }
661
+
662
+ /* Forms */
663
+ .soames-form .btn {
664
+ margin: .4rem 0;
665
+ }
666
+
667
+ .soames-form .input-group-btn a.btn {
668
+ border-radius: 100px !important;
669
+ }
670
+
671
+ .soames-form .input-group-btn a.btn:hover {
672
+ box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
673
+ }
674
+
675
+ .soames-form .input-group-btn button[type="submit"] {
676
+ border-radius: 100px !important;
677
+ padding: 1rem 3rem;
678
+ }
679
+
680
+ .soames-form .input-group-btn button[type="submit"]:hover {
681
+ box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
682
+ }
683
+
684
+ .form2 .form-control {
685
+ border-top-left-radius: 100px;
686
+ border-bottom-left-radius: 100px;
687
+ }
688
+
689
+ .form2 .input-group-btn a.btn {
690
+ border-top-left-radius: 0 !important;
691
+ border-bottom-left-radius: 0 !important;
692
+ }
693
+
694
+ .form2 .input-group-btn button[type="submit"] {
695
+ border-top-left-radius: 0 !important;
696
+ border-bottom-left-radius: 0 !important;
697
+ }
698
+
699
+ .form3 input[type="email"] {
700
+ border-radius: 100px !important;
701
+ }
702
+
703
+ @media (max-width: 349px) {
704
+ .form2 input[type="email"] {
705
+ border-radius: 100px !important;
706
+ }
707
+
708
+ .form2 .input-group-btn a.btn {
709
+ border-radius: 100px !important;
710
+ }
711
+
712
+ .form2 .input-group-btn button[type="submit"] {
713
+ border-radius: 100px !important;
714
+ }
715
+ }
716
+
717
+ @media (max-width: 767px) {
718
+ .btn {
719
+ font-size: .75rem !important;
720
+ }
721
+
722
+ .btn .soames-iconfont {
723
+ font-size: 1rem !important;
724
+ }
725
+ }
726
+
727
+ /* Footer */
728
+ .soames-footer-content li::before,
729
+ .soames-footer .soames-contacts li::before {
730
+ background: #dc7b25;
731
+ }
732
+
733
+ .soames-footer-content li a:hover,
734
+ .soames-footer .soames-contacts li a:hover {
735
+ color: #dc7b25;
736
+ }
737
+
738
+ .footer3 input[type="email"],
739
+ .footer4 input[type="email"] {
740
+ border-radius: 100px !important;
741
+ }
742
+
743
+ .footer3 .input-group-btn a.btn,
744
+ .footer4 .input-group-btn a.btn {
745
+ border-radius: 100px !important;
746
+ }
747
+
748
+ .footer3 .input-group-btn button[type="submit"],
749
+ .footer4 .input-group-btn button[type="submit"] {
750
+ border-radius: 100px !important;
751
+ }
752
+
753
+ .soames-footer-content ul {
754
+ list-style: none;
755
+ padding: 0px;
756
+ }
757
+
758
+ .soames-footer-list-item {
759
+ margin-bottom: 6px;
760
+ }
761
+
762
+ /* Headers */
763
+ .header13 .form-inline input[type="email"],
764
+ .header14 .form-inline input[type="email"] {
765
+ border-radius: 100px;
766
+ }
767
+
768
+ .header13 .form-inline input[type="text"],
769
+ .header14 .form-inline input[type="text"] {
770
+ border-radius: 100px;
771
+ }
772
+
773
+ .header13 .form-inline input[type="tel"],
774
+ .header14 .form-inline input[type="tel"] {
775
+ border-radius: 100px;
776
+ }
777
+
778
+ .header13 .form-inline a.btn,
779
+ .header14 .form-inline a.btn {
780
+ border-radius: 100px;
781
+ }
782
+
783
+ .header13 .form-inline button,
784
+ .header14 .form-inline button {
785
+ border-radius: 100px !important;
786
+ }
787
+
788
+ @media screen and (-ms-high-contrast: active),
789
+ (-ms-high-contrast: none) {
790
+ .card-wrapper {
791
+ flex: auto !important;
792
+ }
793
+ }
794
+
795
+ .jq-selectbox li:hover,
796
+ .jq-selectbox li.selected {
797
+ background-color: #dc7b25;
798
+ color: #ffffff;
799
+ }
800
+
801
+ .jq-selectbox .jq-selectbox__trigger-arrow,
802
+ .jq-number__spin.minus:after,
803
+ .jq-number__spin.plus:after {
804
+ transition: 0.4s;
805
+ border-top-color: currentColor;
806
+ border-bottom-color: currentColor;
807
+ }
808
+
809
+ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
810
+ .jq-number__spin.minus:hover:after,
811
+ .jq-number__spin.plus:hover:after {
812
+ border-top-color: #dc7b25;
813
+ border-bottom-color: #dc7b25;
814
+ }
815
+
816
+ .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
817
+ .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
818
+ .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
819
+ color: #ffffff !important;
820
+ background-color: #dc7b25 !important;
821
+ box-shadow: none !important;
822
+ }
823
+
824
+ .xdsoft_datetimepicker .xdsoft_calendar td:hover,
825
+ .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
826
+ color: #ffffff !important;
827
+ background: #ff3366 !important;
828
+ box-shadow: none !important;
829
+ }
830
+
831
+ .lazy-bg {
832
+ background-image: none !important;
833
+ }
834
+
835
+ .lazy-placeholder:not(section),
836
+ .lazy-none {
837
+ display: block;
838
+ position: relative;
839
+ padding-bottom: 56.25%;
840
+ }
841
+
842
+ iframe.lazy-placeholder,
843
+ .lazy-placeholder:after {
844
+ content: '';
845
+ position: absolute;
846
+ width: 100px;
847
+ height: 100px;
848
+ background: transparent no-repeat center;
849
+ background-size: contain;
850
+ top: 50%;
851
+ left: 50%;
852
+ transform: translateX(-50%) translateY(-50%);
853
+ background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23dc7b25' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
854
+ }
855
+
856
+ section.lazy-placeholder:after {
857
+ opacity: 0.3;
858
+ }
859
+
860
+ .navbar {
861
+ padding: .5rem 0;
862
+ background: #bc361b;
863
+ transition: none;
864
+ min-height: 77px;
865
+ }
866
+
867
+ .navbar-dropdown.bg-color.transparent.opened {
868
+ background: #bc361b;
869
+ }
870
+
871
+ .soames-gallery-menu {
872
+ padding-top: 0px;
873
+ padding-bottom: 0px;
874
+ background-color: #efefef;
875
+ }
876
+
877
+ .soames-gallery-menu .card-img {
878
+ background-color: #fff;
879
+ }
880
+
881
+ .soames-gallery-menu .card-box {
882
+ background-color: #ffffff;
883
+ padding: 2rem;
884
+ }
885
+
886
+ .soames-gallery-menu h4 {
887
+ font-weight: 500;
888
+ margin: 0;
889
+ text-align: left;
890
+ }
891
+
892
+ .soames-gallery-menu p {
893
+ text-align: left;
894
+ }
895
+
896
+ .soames-gallery-menu .soames-text {
897
+ color: #767676;
898
+ }
899
+
900
+ .soames-gallery-menu .card-wrapper {
901
+ height: 100%;
902
+ box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
903
+ transition: box-shadow 0.3s;
904
+ }
905
+
906
+ .soames-gallery-menu .card-wrapper:hover {
907
+ box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
908
+ transition: box-shadow 0.3s;
909
+ }
910
+
911
+ @media (min-width: 992px) {
912
+ .soames-gallery-menu .my-col {
913
+ flex: 0 0 20%;
914
+ max-width: 20%;
915
+ padding: 15px;
916
+ }
917
+ }
918
+
919
+ .media-wrap-icon {
920
+ background-color: white;
921
+ }
922
+
923
+ .video-block {
924
+ margin: auto;
925
+ }
926
+
927
+ @media (max-width: 768px) {
928
+ .video-block {
929
+ width: 100% !important;
930
+ }
931
+ }
932
+
933
+ .video-wrapper {
934
+ float: none;
935
+ clear: both;
936
+ width: 100%;
937
+ position: relative;
938
+ padding-bottom: 56.25%;
939
+ padding-top: 25px;
940
+ height: 0;
941
+ }
942
+ .video-wrapper iframe {
943
+ position: absolute;
944
+ top: 0;
945
+ left: 0;
946
+ width: 100%;
947
+ height: 100%;
948
+ }
949
+
950
+ .soames-features {
951
+ padding-top: 35px;
952
+ padding-bottom: 30px;
953
+ background-color: #ffffff;
954
+ }
955
+
956
+ .soames-features h2 {
957
+ text-align: left;
958
+ }
959
+
960
+ .soames-features h4 {
961
+ text-align: left;
962
+ font-weight: 500;
963
+ }
964
+
965
+ .soames-features p {
966
+ color: #767676;
967
+ text-align: left;
968
+ }
969
+
970
+ .soames-features .aside-content {
971
+ flex-basis: 100%;
972
+ }
973
+
974
+ .soames-features .block-content {
975
+ display: -webkit-flex;
976
+ flex-direction: column;
977
+ -webkit-flex-direction: column;
978
+ word-break: break-word;
979
+ }
980
+
981
+ .soames-features .media {
982
+ margin: initial;
983
+ align-items: center;
984
+ }
985
+
986
+ .soames-features .soames-figure {
987
+ align-self: flex-start;
988
+ -webkit-align-self: flex-start;
989
+ -webkit-flex-shrink: 0;
990
+ flex-shrink: 0;
991
+ }
992
+
993
+ .soames-figure {
994
+ padding-top: 0;
995
+ }
996
+
997
+ .soames-features .card-img {
998
+ padding-right: 2rem;
999
+ width: auto;
1000
+ }
1001
+
1002
+ .soames-features .card-img span {
1003
+ font-size: 72px;
1004
+ color: #707070;
1005
+ }
1006
+
1007
+ @media (min-width: 992px) {
1008
+ .soames-features .soames-figure {
1009
+ padding-right: 4rem;
1010
+ padding-right: 0;
1011
+ padding-left: 4rem;
1012
+ }
1013
+
1014
+ .soames-features .media-container-row {
1015
+ -webkit-flex-direction: row;
1016
+ }
1017
+ }
1018
+
1019
+ @media (max-width: 991px) {
1020
+ .soames-features .soames-figure {
1021
+ padding-right: 0;
1022
+ padding-bottom: 1rem;
1023
+ margin-bottom: 2rem;
1024
+ padding-bottom: 0;
1025
+ margin-bottom: 0;
1026
+ padding-top: 1rem;
1027
+ margin-top: 2rem;
1028
+ }
1029
+
1030
+ .soames-features .media-container-row {
1031
+ -webkit-flex-direction: column-reverse;
1032
+ }
1033
+ }
1034
+
1035
+ @media (max-width: 300px) {
1036
+ .soames-features .card-img span {
1037
+ font-size: 40px !important;
1038
+ }
1039
+ }
1040
+
1041
+ .soames-features H2 {
1042
+ color: #000000;
1043
+ }
1044
+
1045
+ .soames-features P {
1046
+ color: #000000;
1047
+ }
1048
+
1049
+ .soames-blog-roll {
1050
+ padding-top: 90px;
1051
+ padding-bottom: 30px;
1052
+ background-color: #efefef;
1053
+ }
1054
+
1055
+ .soames-blog-roll .card-box {
1056
+ padding: 0 2rem;
1057
+ }
1058
+
1059
+ .soames-blog-roll .soames-section-btn {
1060
+ padding-top: 1rem;
1061
+ }
1062
+
1063
+ .soames-blog-roll .soames-section-btn a {
1064
+ margin-top: 1rem;
1065
+ margin-bottom: 0;
1066
+ }
1067
+
1068
+ .soames-blog-roll h4 {
1069
+ font-weight: 500;
1070
+ margin: 0;
1071
+ text-align: left;
1072
+ padding-top: 36px;
1073
+ padding-bottom: 0;
1074
+ }
1075
+
1076
+ .soames-blog-roll p {
1077
+ margin: 0;
1078
+ text-align: left;
1079
+ padding-top: 12px;
1080
+ padding-bottom: 12px;
1081
+ }
1082
+
1083
+ .soames-blog-roll .soames-text {
1084
+ color: #000000;
1085
+ }
1086
+
1087
+ .soames-blog-roll .card-wrapper {
1088
+ height: 100%;
1089
+ padding-bottom: 2rem;
1090
+ background: #ffffff;
1091
+ box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
1092
+ transition: box-shadow 0.3s;
1093
+ }
1094
+
1095
+ .soames-blog-roll .card-wrapper:hover {
1096
+ box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
1097
+ transition: box-shadow 0.3s;
1098
+ }
1099
+
1100
+ /* ── Documentation sidebar nav (DocsSidebar) ───────────────────────────────── */
1101
+ .soames-docs-nav {
1102
+ font-family: 'Rubik', sans-serif;
1103
+ }
1104
+
1105
+ .soames-docs-menu {
1106
+ list-style: none;
1107
+ margin: 0;
1108
+ padding: 0;
1109
+ }
1110
+
1111
+ /* Nested levels indent under their parent. */
1112
+ .soames-docs-submenu {
1113
+ margin-left: 0.85rem;
1114
+ }
1115
+
1116
+ .soames-docs-menu-item > a {
1117
+ display: block;
1118
+ padding: 0.4rem 0 0.4rem 0.85rem;
1119
+ color: #232323;
1120
+ text-decoration: none;
1121
+ border-left: 2px solid #e0ded8;
1122
+ transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
1123
+ }
1124
+
1125
+ .soames-docs-menu-item > a:hover,
1126
+ .soames-docs-menu-item > a:focus {
1127
+ color: #bc361b;
1128
+ border-left-color: #bc361b;
1129
+ }
1130
+
1131
+ .soames-docs-menu-item.is-active > a {
1132
+ color: #bc361b;
1133
+ font-weight: 500;
1134
+ border-left-color: #bc361b;
1135
+ }
1136
+
1137
+ /* Top-level sections read a touch stronger than nested articles. */
1138
+ .soames-docs-nav > .soames-docs-menu > .soames-docs-menu-item > a {
1139
+ font-weight: 500;
1140
+ }
1141
+
1142
+ .soames-menu .navbar {
1143
+ padding: .5rem 0;
1144
+ background: #bc361b;
1145
+ transition: none;
1146
+ min-height: 77px;
1147
+ }
1148
+
1149
+ .soames-menu .navbar-dropdown.bg-color.transparent.opened {
1150
+ background: #bc361b;
1151
+ }
1152
+
1153
+ .soames-menu a {
1154
+ font-style: normal;
1155
+ }
1156
+
1157
+ .soames-menu .nav-item span {
1158
+ padding-right: 0.4em;
1159
+ line-height: 0.5em;
1160
+ vertical-align: text-bottom;
1161
+ position: relative;
1162
+ text-decoration: none;
1163
+ }
1164
+
1165
+ .soames-menu .nav-item a {
1166
+ display: flex;
1167
+ align-items: center;
1168
+ justify-content: center;
1169
+ padding: 0.7rem 0 !important;
1170
+ margin: 0rem .65rem !important;
1171
+ }
1172
+
1173
+ .soames-menu .nav-item:focus,
1174
+ .soames-menu .nav-link:focus {
1175
+ outline: none;
1176
+ }
1177
+
1178
+ .soames-menu .btn {
1179
+ padding: 0.4rem 1.5rem;
1180
+ display: inline-flex;
1181
+ align-items: center;
1182
+ }
1183
+
1184
+ .soames-menu .btn .soames-iconfont {
1185
+ font-size: 1.6rem;
1186
+ }
1187
+
1188
+ .soames-menu .menu-logo {
1189
+ margin-right: auto;
1190
+ }
1191
+
1192
+ .soames-menu .menu-logo .navbar-brand {
1193
+ display: flex;
1194
+ margin-left: 5rem;
1195
+ padding: 0;
1196
+ transition: padding .2s;
1197
+ min-height: 3.8rem;
1198
+ align-items: center;
1199
+ }
1200
+
1201
+ .soames-menu .menu-logo .navbar-brand .navbar-caption-wrap {
1202
+ display: -webkit-flex;
1203
+ -webkit-align-items: center;
1204
+ align-items: center;
1205
+ word-break: break-word;
1206
+ min-width: 7rem;
1207
+ margin: .3rem 0;
1208
+ }
1209
+
1210
+ .soames-menu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
1211
+ line-height: 1.2rem !important;
1212
+ padding-right: 2rem;
1213
+ }
1214
+
1215
+ .soames-menu .menu-logo .navbar-brand .navbar-logo {
1216
+ font-size: 4rem;
1217
+ transition: font-size 0.25s;
1218
+ }
1219
+
1220
+ .soames-menu .menu-logo .navbar-brand .navbar-logo img {
1221
+ display: flex;
1222
+ }
1223
+
1224
+ .soames-menu .menu-logo .navbar-brand .navbar-logo .soames-iconfont {
1225
+ transition: font-size 0.25s;
1226
+ }
1227
+
1228
+ .soames-menu .navbar-toggleable-sm .navbar-collapse {
1229
+ justify-content: flex-end;
1230
+ -webkit-justify-content: flex-end;
1231
+ padding-right: 5rem;
1232
+ width: auto;
1233
+ }
1234
+
1235
+ .soames-menu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
1236
+ flex-wrap: wrap;
1237
+ -webkit-flex-wrap: wrap;
1238
+ padding-left: 0;
1239
+ padding-top: 12px;
1240
+ }
1241
+
1242
+ .soames-menu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
1243
+ -webkit-align-self: center;
1244
+ align-self: center;
1245
+ }
1246
+
1247
+ .soames-menu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
1248
+ padding-left: 0;
1249
+ padding-bottom: 0;
1250
+ }
1251
+
1252
+ .soames-menu .dropdown .dropdown-menu {
1253
+ background: #bc361b;
1254
+ display: none;
1255
+ position: absolute;
1256
+ min-width: 5rem;
1257
+ padding-top: 1.4rem;
1258
+ padding-bottom: 1.4rem;
1259
+ text-align: left;
1260
+ }
1261
+
1262
+ .soames-menu .dropdown .dropdown-menu .dropdown-item {
1263
+ width: auto;
1264
+ padding: 0.235em 1.5385em 0.235em 1.5385em !important;
1265
+ }
1266
+
1267
+ .soames-menu .dropdown .dropdown-menu .dropdown-item::after {
1268
+ right: 0.5rem;
1269
+ }
1270
+
1271
+ .soames-menu .dropdown .dropdown-menu .dropdown-submenu {
1272
+ margin: 0;
1273
+ }
1274
+
1275
+ .soames-menu .dropdown.open>.dropdown-menu {
1276
+ display: block;
1277
+ }
1278
+
1279
+ .soames-menu .navbar-toggleable-sm.opened:after {
1280
+ position: absolute;
1281
+ width: 100vw;
1282
+ height: 100vh;
1283
+ content: '';
1284
+ background-color: rgba(0, 0, 0, 0.1);
1285
+ left: 0;
1286
+ bottom: 0;
1287
+ transform: translateY(100%);
1288
+ -webkit-transform: translateY(100%);
1289
+ z-index: 1000;
1290
+ }
1291
+
1292
+ .soames-menu .navbar.navbar-short {
1293
+ min-height: 60px;
1294
+ transition: all .2s;
1295
+ }
1296
+
1297
+ .soames-menu .navbar.navbar-short .navbar-toggler-right {
1298
+ top: 20px;
1299
+ }
1300
+
1301
+ .soames-menu .navbar.navbar-short .navbar-logo a {
1302
+ font-size: 2.5rem !important;
1303
+ line-height: 2.5rem;
1304
+ transition: font-size 0.25s;
1305
+ }
1306
+
1307
+ .soames-menu .navbar.navbar-short .navbar-logo a .soames-iconfont {
1308
+ font-size: 2.5rem !important;
1309
+ }
1310
+
1311
+ .soames-menu .navbar.navbar-short .navbar-logo a img {
1312
+ height: 3rem !important;
1313
+ }
1314
+
1315
+ .soames-menu .navbar.navbar-short .navbar-brand {
1316
+ min-height: 3rem;
1317
+ }
1318
+
1319
+ .soames-menu button.navbar-toggler {
1320
+ width: 31px;
1321
+ height: 18px;
1322
+ cursor: pointer;
1323
+ transition: all .2s;
1324
+ top: 1.5rem;
1325
+ right: 1rem;
1326
+ }
1327
+
1328
+ .soames-menu button.navbar-toggler:focus {
1329
+ outline: none;
1330
+ }
1331
+
1332
+ .soames-menu button.navbar-toggler .hamburger span {
1333
+ position: absolute;
1334
+ right: 0;
1335
+ width: 30px;
1336
+ height: 2px;
1337
+ border-right: 5px;
1338
+ background-color: #ffffff;
1339
+ }
1340
+
1341
+ .soames-menu button.navbar-toggler .hamburger span:nth-child(1) {
1342
+ top: 0;
1343
+ transition: all .2s;
1344
+ }
1345
+
1346
+ .soames-menu button.navbar-toggler .hamburger span:nth-child(2) {
1347
+ top: 8px;
1348
+ transition: all .15s;
1349
+ }
1350
+
1351
+ .soames-menu button.navbar-toggler .hamburger span:nth-child(3) {
1352
+ top: 8px;
1353
+ transition: all .15s;
1354
+ }
1355
+
1356
+ .soames-menu button.navbar-toggler .hamburger span:nth-child(4) {
1357
+ top: 16px;
1358
+ transition: all .2s;
1359
+ }
1360
+
1361
+ .soames-menu nav.opened .hamburger span:nth-child(1) {
1362
+ top: 8px;
1363
+ width: 0;
1364
+ opacity: 0;
1365
+ right: 50%;
1366
+ transition: all .2s;
1367
+ }
1368
+
1369
+ .soames-menu nav.opened .hamburger span:nth-child(2) {
1370
+ -webkit-transform: rotate(45deg);
1371
+ transform: rotate(45deg);
1372
+ transition: all .25s;
1373
+ }
1374
+
1375
+ .soames-menu nav.opened .hamburger span:nth-child(3) {
1376
+ -webkit-transform: rotate(-45deg);
1377
+ transform: rotate(-45deg);
1378
+ transition: all .25s;
1379
+ }
1380
+
1381
+ .soames-menu nav.opened .hamburger span:nth-child(4) {
1382
+ top: 8px;
1383
+ width: 0;
1384
+ opacity: 0;
1385
+ right: 50%;
1386
+ transition: all .2s;
1387
+ }
1388
+
1389
+ .soames-menu .collapsed.navbar-expand {
1390
+ flex-direction: column;
1391
+ }
1392
+
1393
+ .soames-menu .collapsed .btn {
1394
+ display: flex;
1395
+ }
1396
+
1397
+ .soames-menu .collapsed .navbar-collapse {
1398
+ display: none !important;
1399
+ padding-right: 0 !important;
1400
+ }
1401
+
1402
+ .soames-menu .collapsed .navbar-collapse.collapsing,
1403
+ .soames-menu .collapsed .navbar-collapse.show {
1404
+ display: block !important;
1405
+ }
1406
+
1407
+ .soames-menu .collapsed .navbar-collapse.collapsing .navbar-nav,
1408
+ .soames-menu .collapsed .navbar-collapse.show .navbar-nav {
1409
+ display: block;
1410
+ text-align: center;
1411
+ }
1412
+
1413
+ .soames-menu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
1414
+ .soames-menu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
1415
+ clear: both;
1416
+ }
1417
+
1418
+ .soames-menu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
1419
+ .soames-menu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
1420
+ margin-bottom: 1rem;
1421
+ }
1422
+
1423
+ .soames-menu .collapsed .navbar-collapse.collapsing .navbar-buttons,
1424
+ .soames-menu .collapsed .navbar-collapse.show .navbar-buttons {
1425
+ text-align: center;
1426
+ }
1427
+
1428
+ .soames-menu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
1429
+ .soames-menu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
1430
+ margin-bottom: 1rem;
1431
+ }
1432
+
1433
+ .soames-menu .collapsed button.navbar-toggler {
1434
+ display: block;
1435
+ }
1436
+
1437
+ .soames-menu .collapsed .navbar-brand {
1438
+ margin-left: 1rem !important;
1439
+ }
1440
+
1441
+ .soames-menu .collapsed .navbar-toggleable-sm {
1442
+ flex-direction: column;
1443
+ -webkit-flex-direction: column;
1444
+ }
1445
+
1446
+ .soames-menu .collapsed .dropdown .dropdown-menu {
1447
+ width: 100%;
1448
+ text-align: center;
1449
+ position: relative;
1450
+ opacity: 0;
1451
+ display: block;
1452
+ height: 0;
1453
+ visibility: hidden;
1454
+ padding: 0;
1455
+ transition-duration: .5s;
1456
+ transition-property: opacity, padding, height;
1457
+ }
1458
+
1459
+ .soames-menu .collapsed .dropdown.open>.dropdown-menu {
1460
+ position: relative;
1461
+ opacity: 1;
1462
+ height: auto;
1463
+ padding: 1.4rem 0;
1464
+ visibility: visible;
1465
+ }
1466
+
1467
+ .soames-menu .collapsed .dropdown .dropdown-submenu {
1468
+ left: 0;
1469
+ text-align: center;
1470
+ width: 100%;
1471
+ }
1472
+
1473
+ .soames-menu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
1474
+ margin-top: 0;
1475
+ position: inherit;
1476
+ right: 0;
1477
+ top: 50%;
1478
+ display: inline-block;
1479
+ width: 0;
1480
+ height: 0;
1481
+ margin-left: .3em;
1482
+ vertical-align: middle;
1483
+ content: "";
1484
+ border-top: .30em solid;
1485
+ border-right: .30em solid transparent;
1486
+ border-left: .30em solid transparent;
1487
+ }
1488
+
1489
+ @media (max-width: 991px) {
1490
+ .soames-menu .navbar-expand {
1491
+ flex-direction: column;
1492
+ }
1493
+
1494
+ .soames-menu img {
1495
+ height: 3.8rem !important;
1496
+ }
1497
+
1498
+ .soames-menu .btn {
1499
+ display: flex;
1500
+ }
1501
+
1502
+ .soames-menu button.navbar-toggler {
1503
+ display: block;
1504
+ }
1505
+
1506
+ .soames-menu .navbar-brand {
1507
+ margin-left: 1rem !important;
1508
+ }
1509
+
1510
+ .soames-menu .navbar-toggleable-sm {
1511
+ flex-direction: column;
1512
+ -webkit-flex-direction: column;
1513
+ }
1514
+
1515
+ .soames-menu .navbar-collapse {
1516
+ display: none !important;
1517
+ padding-right: 0 !important;
1518
+ }
1519
+
1520
+ .soames-menu .navbar-collapse.collapsing,
1521
+ .soames-menu .navbar-collapse.show {
1522
+ display: block !important;
1523
+ }
1524
+
1525
+ .soames-menu .navbar-collapse.collapsing .navbar-nav,
1526
+ .soames-menu .navbar-collapse.show .navbar-nav {
1527
+ display: block;
1528
+ text-align: center;
1529
+ }
1530
+
1531
+ .soames-menu .navbar-collapse.collapsing .navbar-nav .nav-item,
1532
+ .soames-menu .navbar-collapse.show .navbar-nav .nav-item {
1533
+ clear: both;
1534
+ }
1535
+
1536
+ .soames-menu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
1537
+ .soames-menu .navbar-collapse.show .navbar-nav .nav-item:last-child {
1538
+ margin-bottom: 1rem;
1539
+ }
1540
+
1541
+ .soames-menu .navbar-collapse.collapsing .navbar-buttons,
1542
+ .soames-menu .navbar-collapse.show .navbar-buttons {
1543
+ text-align: center;
1544
+ }
1545
+
1546
+ .soames-menu .navbar-collapse.collapsing .navbar-buttons:last-child,
1547
+ .soames-menu .navbar-collapse.show .navbar-buttons:last-child {
1548
+ margin-bottom: 1rem;
1549
+ }
1550
+
1551
+ .soames-menu .dropdown .dropdown-menu {
1552
+ width: 100%;
1553
+ text-align: center;
1554
+ position: relative;
1555
+ opacity: 0;
1556
+ display: block;
1557
+ height: 0;
1558
+ visibility: hidden;
1559
+ padding: 0;
1560
+ transition-duration: .5s;
1561
+ transition-property: opacity, padding, height;
1562
+ }
1563
+
1564
+ .soames-menu .dropdown.open>.dropdown-menu {
1565
+ position: relative;
1566
+ opacity: 1;
1567
+ height: auto;
1568
+ padding: 1.4rem 0;
1569
+ visibility: visible;
1570
+ }
1571
+
1572
+ .soames-menu .dropdown .dropdown-submenu {
1573
+ left: 0;
1574
+ text-align: center;
1575
+ width: 100%;
1576
+ }
1577
+
1578
+ .soames-menu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
1579
+ margin-top: 0;
1580
+ position: inherit;
1581
+ right: 0;
1582
+ top: 50%;
1583
+ display: inline-block;
1584
+ width: 0;
1585
+ height: 0;
1586
+ margin-left: .3em;
1587
+ vertical-align: middle;
1588
+ content: "";
1589
+ border-top: .30em solid;
1590
+ border-right: .30em solid transparent;
1591
+ border-left: .30em solid transparent;
1592
+ }
1593
+ }
1594
+
1595
+ @media (min-width: 767px) {
1596
+ .soames-menu .menu-logo {
1597
+ flex-shrink: 0;
1598
+ }
1599
+ }
1600
+
1601
+ .soames-menu .navbar-collapse {
1602
+ flex-basis: auto;
1603
+ }
1604
+
1605
+ .soames-menu .nav-link:hover,
1606
+ .soames-menu .dropdown-item:hover {
1607
+ color: #c1c1c1 !important;
1608
+ }
1609
+
1610
+ .soames-title-bar h2 {
1611
+ color: #ffffff;
1612
+ }
1613
+
1614
+ .soames-title {
1615
+ padding-top: 20px;
1616
+ padding-bottom: 0px;
1617
+ background-color: #ffffff;
1618
+ }
1619
+
1620
+ .soames-title H2 {
1621
+ text-align: center;
1622
+ }
1623
+
1624
+ .soames-section-title {
1625
+ margin-top: 18px;
1626
+ margin-bottom: 12px;
1627
+ }
1628
+
1629
+ .soames-section-subtitle {
1630
+ margin-top: 0px;
1631
+ }
1632
+
1633
+ .soames-article {
1634
+ padding-top: 0px;
1635
+ padding-bottom: 30px;
1636
+ background-color: #ffffff;
1637
+ }
1638
+
1639
+ .soames-article .line {
1640
+ background-color: #c1c1c1;
1641
+ color: #c1c1c1;
1642
+ align: center;
1643
+ height: 2px;
1644
+ margin: 0 auto;
1645
+ }
1646
+
1647
+ .soames-article .section-text {
1648
+ padding: 2rem 0;
1649
+ text-align: left;
1650
+ color: #000000;
1651
+ }
1652
+
1653
+ .soames-article .inner-container {
1654
+ margin: 0 auto;
1655
+ }
1656
+
1657
+ @media (max-width: 768px) {
1658
+ .soames-article .inner-container {
1659
+ width: 100% !important;
1660
+ }
1661
+ }
1662
+
1663
+ .soames-video-container {
1664
+ padding-top: 60px;
1665
+ padding-bottom: 60px;
1666
+ background: #bc361b;
1667
+ background: linear-gradient(0deg, #bc361b, #700a06);
1668
+ }
1669
+
1670
+ .soames-video-container .video-block {
1671
+ margin: auto;
1672
+ }
1673
+
1674
+ @media (max-width: 768px) {
1675
+ .soames-video-container .video-block {
1676
+ width: 100% !important;
1677
+ }
1678
+ }
1679
+
1680
+ .soames-title-bar {
1681
+ padding-top: 0px;
1682
+ padding-bottom: 0px;
1683
+ background-color: #dc7b25;
1684
+ }
1685
+
1686
+ .soames-title-bar .soames-section-subtitle {
1687
+ color: #767676;
1688
+ }
1689
+
1690
+ .soames-title-bar h2 {
1691
+ text-align: center;
1692
+ padding-bottom: 12px;
1693
+ }
1694
+
1695
+ .soames-section-subhead {
1696
+ background-color: #eee;
1697
+ }
1698
+
1699
+ .soames-list {
1700
+ padding-top: 0px;
1701
+ padding-bottom: 45px;
1702
+ background-color: #ffffff;
1703
+ }
1704
+
1705
+ .soames-list .counter-container {
1706
+ color: #767676;
1707
+ }
1708
+
1709
+ .soames-list .counter-container ul {
1710
+ margin-bottom: 0;
1711
+ }
1712
+
1713
+ .soames-list .counter-container ul li {
1714
+ margin-bottom: 1rem;
1715
+ }
1716
+
1717
+ .soames-list .soames-text UL {
1718
+ color: #000000;
1719
+ }
1720
+
1721
+ .soames-footer {
1722
+ padding-top: 15px;
1723
+ padding-bottom: 15px;
1724
+ background-color: #2e2e2e;
1725
+ }
1726
+
1727
+ .soames-footer h5 {
1728
+ color: #ffffff;
1729
+ }
1730
+
1731
+ @media (max-width: 767px) {
1732
+ .soames-footer .content {
1733
+ text-align: center;
1734
+ }
1735
+
1736
+ .soames-footer .content>div:not(:last-child) {
1737
+ margin-bottom: 2rem;
1738
+ }
1739
+ }
1740
+
1741
+ @media (max-width: 767px) {
1742
+ .soames-footer .media-wrap {
1743
+ margin-bottom: 1rem;
1744
+ }
1745
+ }
1746
+
1747
+ .soames-footer .media-wrap .soames-iconfont-logo {
1748
+ font-size: 7.5rem;
1749
+ color: #f36;
1750
+ }
1751
+
1752
+ .soames-footer .media-wrap img {
1753
+ height: 6rem;
1754
+ }
1755
+
1756
+ @media (max-width: 767px) {
1757
+ .soames-footer .footer-lower .copyright {
1758
+ margin-bottom: 1rem;
1759
+ text-align: center;
1760
+ }
1761
+ }
1762
+
1763
+ .soames-footer .footer-lower hr {
1764
+ margin: 1rem 0;
1765
+ border-color: #fff;
1766
+ opacity: .05;
1767
+ }
1768
+
1769
+ .soames-footer .footer-lower .social-list {
1770
+ padding-left: 0;
1771
+ margin-bottom: 0;
1772
+ list-style: none;
1773
+ display: flex;
1774
+ flex-wrap: wrap;
1775
+ justify-content: flex-end;
1776
+ -webkit-justify-content: flex-end;
1777
+ }
1778
+
1779
+ .soames-footer .footer-lower .social-list .soames-iconfont-social {
1780
+ font-size: 1.3rem;
1781
+ color: #fff;
1782
+ }
1783
+
1784
+ .soames-footer .footer-lower .social-list .soc-item {
1785
+ margin: 0 .5rem;
1786
+ }
1787
+
1788
+ .soames-footer .footer-lower .social-list a {
1789
+ margin: 0;
1790
+ opacity: .5;
1791
+ -webkit-transition: .2s linear;
1792
+ transition: .2s linear;
1793
+ }
1794
+
1795
+ .soames-footer .footer-lower .social-list a:hover {
1796
+ opacity: 1;
1797
+ }
1798
+
1799
+ @media (max-width: 767px) {
1800
+ .soames-footer .footer-lower .social-list {
1801
+ justify-content: center;
1802
+ -webkit-justify-content: center;
1803
+ }
1804
+ }
1805
+
1806
+ /* Soames styles for Gatsby WordPress content */
1807
+
1808
+ .soames-gatsby-content {
1809
+ padding: 60px 100px 40px 100px;
1810
+ background-color: #fff;
1811
+ }
1812
+
1813
+ .soames-gatsby-blog-content {
1814
+ padding: 60px 40px 40px 40px;
1815
+ background-color: #fff;
1816
+ }
1817
+
1818
+ .soames-gatsby-sidebar {
1819
+ padding: 60px 40px 40px 40px;
1820
+ background-color: #efefef;
1821
+ }
1822
+
1823
+ /* ── Prose content (docs; blog bodies later) ──────────────────────────────────
1824
+ Plain, left-aligned article prose — the counterpart to the centered, padded
1825
+ marketing transform the shortcode parser applies elsewhere. Everything is
1826
+ left-justified; only images are centered. Pairs with <Shortcodes prose />. */
1827
+ .soames-prose {
1828
+ text-align: left;
1829
+ }
1830
+
1831
+ .soames-prose header h1 {
1832
+ text-align: left;
1833
+ font-size: 2.25rem;
1834
+ font-weight: 700;
1835
+ margin: 0 0 1.5rem;
1836
+ line-height: 1.2;
1837
+ }
1838
+
1839
+ .soames-prose h2,
1840
+ .soames-prose .blog-post-content h2 {
1841
+ font-size: 1.8rem;
1842
+ font-weight: 500;
1843
+ line-height: 1.25;
1844
+ margin: 2rem 0 0.75rem;
1845
+ }
1846
+
1847
+ .soames-prose h3,
1848
+ .soames-prose .blog-post-content h3 {
1849
+ font-size: 1.35rem;
1850
+ font-weight: 500;
1851
+ line-height: 1.3;
1852
+ margin: 1.5rem 0 0.5rem;
1853
+ }
1854
+
1855
+ .soames-prose p {
1856
+ margin: 0 0 1rem;
1857
+ line-height: 1.6;
1858
+ }
1859
+
1860
+ .soames-prose ul,
1861
+ .soames-prose ol {
1862
+ margin: 0 0 1rem;
1863
+ padding-left: 1.5rem;
1864
+ }
1865
+
1866
+ .soames-prose li {
1867
+ margin-bottom: 0.35rem;
1868
+ }
1869
+
1870
+ /* Code: light block for fenced code, subtle chip for inline code. */
1871
+ .soames-prose pre {
1872
+ background: #f5f5f5;
1873
+ color: #232323;
1874
+ padding: 1rem 1.25rem;
1875
+ border: 1px solid #e0ded8;
1876
+ border-radius: 6px;
1877
+ overflow-x: auto;
1878
+ margin: 0 0 1.25rem;
1879
+ font-size: 0.95rem;
1880
+ line-height: 1.5;
1881
+ }
1882
+
1883
+ .soames-prose code {
1884
+ font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
1885
+ }
1886
+
1887
+ .soames-prose :not(pre) > code {
1888
+ background: #efefef;
1889
+ padding: 0.1em 0.35em;
1890
+ border-radius: 4px;
1891
+ font-size: 0.9em;
1892
+ }
1893
+
1894
+ .soames-prose blockquote {
1895
+ border-left: 3px solid #bc361b;
1896
+ margin: 0 0 1.25rem;
1897
+ padding: 0.25rem 0 0.25rem 1rem;
1898
+ color: #555;
1899
+ }
1900
+
1901
+ .soames-prose hr {
1902
+ border: 0;
1903
+ border-top: 1px solid #e0ded8;
1904
+ margin: 2rem 0;
1905
+ }
1906
+
1907
+ /* The one exception to left-justify: images in the article BODY stay centered.
1908
+ Scoped to .blog-post-content so structural images (e.g. the author avatar in
1909
+ the footer) keep their own layout. */
1910
+ .soames-prose .blog-post-content img {
1911
+ display: block;
1912
+ max-width: 100%;
1913
+ height: auto;
1914
+ margin: 1.5rem auto;
1915
+ }
1916
+
1917
+ /* Author byline (Bio) — small rounded avatar beside left-aligned text. */
1918
+ .bio {
1919
+ display: flex;
1920
+ align-items: center;
1921
+ gap: 1rem;
1922
+ margin-top: 1rem;
1923
+ }
1924
+
1925
+ .bio-avatar {
1926
+ flex: 0 0 auto;
1927
+ width: 56px;
1928
+ height: 56px;
1929
+ border-radius: 50%;
1930
+ margin: 0;
1931
+ }
1932
+
1933
+ .bio p {
1934
+ margin: 0;
1935
+ }
1936
+
1937
+ /* ============================================================
1938
+ ORBI-19: Default header logo sizing + text alignment (was ORBI-18,
1939
+ per-site). Fits the Site Assets logo to the navbar and centers the
1940
+ title + nav text against it. Applies to every site via the theme.
1941
+ ============================================================ */
1942
+ .soames-menu .menu-logo .navbar-caption img {
1943
+ height: 52px;
1944
+ width: auto;
1945
+ position: relative;
1946
+ top: -2px; /* cancels the caption nudge below so the logo stays put */
1947
+ }
1948
+
1949
+ .soames-menu .menu-logo .navbar-caption,
1950
+ .soames-menu .navbar-nav .nav-link {
1951
+ position: relative;
1952
+ top: 2px;
1953
+ }
1954
+
1955
+ /* ============================================================
1956
+ ORBI-19: Default color scheme — forest green + chartreuse (was ORBI-16,
1957
+ applied per-site on soames-site). Now the theme default; sites that want
1958
+ the classic red/orange (soames-orbisoftware-site) override these below in
1959
+ their own overrides.css, which loads after this file.
1960
+ ============================================================ */
1961
+
1962
+ /* --- Navbar: off-white background with dark text --- */
1963
+ .navbar-dropdown,
1964
+ .navbar,
1965
+ .navbar-dropdown.bg-color.transparent.opened,
1966
+ .soames-menu .navbar,
1967
+ .soames-menu .navbar-dropdown.bg-color.transparent.opened {
1968
+ background: #f0efea !important;
1969
+ }
1970
+
1971
+ .navbar-dropdown .navbar-caption,
1972
+ .navbar-dropdown .navbar-caption:hover {
1973
+ color: #232323 !important;
1974
+ }
1975
+
1976
+ .soames-menu .nav-link,
1977
+ .soames-menu .nav-link:hover,
1978
+ .soames-menu .dropdown-item {
1979
+ color: #232323 !important;
1980
+ }
1981
+
1982
+ /* Hamburger icon: dark on off-white navbar */
1983
+ .navbar-dropdown .hamburger-icon {
1984
+ -webkit-box-shadow: 0 -6px 0 1px #232323, 0 0 0 1px #232323, 0 6px 0 1px #232323;
1985
+ -moz-box-shadow: 0 -6px 0 1px #232323, 0 0 0 1px #232323, 0 6px 0 1px #232323;
1986
+ box-shadow: 0 -6px 0 1px #232323, 0 0 0 1px #232323, 0 6px 0 1px #232323;
1987
+ }
1988
+
1989
+ /* Mobile slide-out menu: forest green */
1990
+ .nav-dropdown-sm.collapsing,
1991
+ .nav-dropdown-sm.collapse.in {
1992
+ background: #1f4d2a !important;
1993
+ }
1994
+
1995
+ .nav-dropdown-sm .link:hover,
1996
+ .nav-dropdown-sm .link:focus,
1997
+ .nav-dropdown-sm .dropdown-item:hover,
1998
+ .nav-dropdown-sm .dropdown-item:focus {
1999
+ color: #e8f5c8 !important;
2000
+ }
2001
+
2002
+ /* Desktop dropdown menus: forest green */
2003
+ .soames-menu .dropdown .dropdown-menu {
2004
+ background: #1f4d2a !important;
2005
+ }
2006
+
2007
+ /* --- Primary color: forest green --- */
2008
+ .bg-primary {
2009
+ background-color: #1f4d2a !important;
2010
+ }
2011
+
2012
+ a,
2013
+ a:hover {
2014
+ color: #1f4d2a;
2015
+ }
2016
+
2017
+ .text-primary {
2018
+ color: #1f4d2a !important;
2019
+ }
2020
+
2021
+ a.text-primary:hover,
2022
+ a.text-primary:focus {
2023
+ color: #163d20 !important;
2024
+ }
2025
+
2026
+ blockquote {
2027
+ border-color: #1f4d2a;
2028
+ }
2029
+
2030
+ .btn-primary,
2031
+ .btn-primary:active {
2032
+ background-color: #1f4d2a !important;
2033
+ border-color: #1f4d2a !important;
2034
+ }
2035
+
2036
+ .btn-primary:hover,
2037
+ .btn-primary:focus,
2038
+ .btn-primary.focus,
2039
+ .btn-primary.active,
2040
+ .btn-primary.disabled,
2041
+ .btn-primary:disabled {
2042
+ background-color: #163d20 !important;
2043
+ border-color: #163d20 !important;
2044
+ }
2045
+
2046
+ .btn-primary-outline,
2047
+ .btn-primary-outline:active {
2048
+ border-color: #1f4d2a;
2049
+ color: #1f4d2a;
2050
+ }
2051
+
2052
+ .btn-primary-outline:hover,
2053
+ .btn-primary-outline:focus,
2054
+ .btn-primary-outline.focus,
2055
+ .btn-primary-outline.active,
2056
+ .btn-primary-outline.disabled,
2057
+ .btn-primary-outline:disabled {
2058
+ background-color: #1f4d2a !important;
2059
+ border-color: #1f4d2a !important;
2060
+ }
2061
+
2062
+ .soames-gallery-filter li.active .btn {
2063
+ background-color: #1f4d2a;
2064
+ border-color: #1f4d2a;
2065
+ }
2066
+
2067
+ .soames-footer-content li::before,
2068
+ .soames-footer .soames-contacts li::before {
2069
+ background: #1f4d2a;
2070
+ }
2071
+
2072
+ .soames-footer-content li a:hover,
2073
+ .soames-footer .soames-contacts li a:hover {
2074
+ color: #1f4d2a;
2075
+ }
2076
+
2077
+ /* --- Title bar: chartreuse background with dark green text --- */
2078
+ .soames-title-bar {
2079
+ background-color: #c8e83c !important;
2080
+ }
2081
+
2082
+ .soames-title-bar h2 {
2083
+ color: #1f4d2a;
2084
+ }
2085
+
2086
+ .soames-title-bar .soames-section-subtitle {
2087
+ color: #1f4d2a !important;
2088
+ }
2089
+
2090
+ /* --- Video section: forest green gradient --- */
2091
+ .soames-video-container {
2092
+ background: #1f4d2a;
2093
+ background: linear-gradient(0deg, #1f4d2a, #163d20);
2094
+ }
2095
+
2096
+ /* --- Footer: dark green instead of near-black --- */
2097
+ .soames-footer {
2098
+ background-color: #1a3d21 !important;
2099
+ }
2100
+
2101
+ /* --- Nav submenu (dropdown) links: chartreuse for contrast on the dark dropdown
2102
+ background (ORBI-26). !important + high specificity to beat the Bootstrap
2103
+ `.text-white !important` utility carried by the dropdown items. --- */
2104
+ .soames-menu .dropdown .dropdown-menu .dropdown-item,
2105
+ .soames-menu .dropdown .dropdown-menu .dropdown-item:focus,
2106
+ .soames-menu .dropdown .dropdown-menu .dropdown-item:hover {
2107
+ color: #c8e83c !important;
2108
+ }
2109
+
2110
+ .soames-footer a,
2111
+ .soames-footer a:hover {
2112
+ color: #c8e83c;
2113
+ }
2114
+
2115
+ /* --- ORBI-26 #2: mobile hamburger toggler --- */
2116
+ /* (1) Dark icon: the green scheme made the navbar off-white (#f0efea), but the
2117
+ .hamburger span lines were still #fff (invisible). Match the dark nav text.
2118
+ The scheme's dark-hamburger rule targets .hamburger-icon, not our .hamburger span. */
2119
+ .soames-menu button.navbar-toggler .hamburger span {
2120
+ background-color: #232323;
2121
+ }
2122
+ /* (2) Vertical position: use a FIXED top that centers the toggler in the closed
2123
+ 77px bar. (A % / translateY approach re-centers against the *expanded* navbar
2124
+ when the mobile menu opens, dragging the icon to the middle — keep it fixed so it
2125
+ stays up by the logo.) The scrolled .navbar-short state keeps its own top:20px. */
2126
+ .soames-menu button.navbar-toggler {
2127
+ top: 29px;
2128
+ }
2129
+
2130
+ /* --- ORBI-26 #3: mobile open submenu spans the full screen width --- */
2131
+ @media (max-width: 767px) {
2132
+ .soames-menu .dropdown .dropdown-menu {
2133
+ width: 100vw;
2134
+ max-width: 100vw;
2135
+ margin-left: 50%;
2136
+ transform: translateX(-50%);
2137
+ }
2138
+ }