Simple Share Buttons Adder - Version 8.2.3

Version Description

  • Add: new media assets.
  • Test with WordPress 5.9.
Download this release

Release Info

Developer DavidoffNeal
Plugin Icon 128x128 Simple Share Buttons Adder
Version 8.2.3
Comparing to
See all releases

Code changes from version 8.2.2 to 8.2.3

Files changed (5) hide show
  1. css/admin-theme.css +750 -4831
  2. css/ssba.css +674 -4354
  3. instance.php +1 -1
  4. readme.txt +6 -2
  5. simple-share-buttons-adder.php +1 -1
css/admin-theme.css CHANGED
@@ -1,4831 +1,750 @@
1
- /* Admin Theme Styles */
2
- .ssbp-btn:before,
3
- .ssbp-toggle-switch:before {
4
- display: inline-block;
5
- font-family: 'ssbp';
6
- speak: none;
7
- font-size: 24px;
8
- font-style: normal;
9
- font-weight: normal;
10
- font-variant: normal;
11
- text-transform: none; }
12
-
13
- .ssbp-arrow-right:before {
14
- content: "\e612"; }
15
-
16
- .ssbp-arrow-left:before {
17
- content: "\e613"; }
18
-
19
- .ssbp-arrow-down:before {
20
- content: "\e619"; }
21
-
22
- .ssbp-arrow-up:before {
23
- content: "\e61a"; }
24
-
25
- .ssbp-chevron-down:before,
26
- .ssbp-toggle-switch:before {
27
- content: "\e618"; }
28
-
29
- .ssbp-chevron-up:before,
30
- .ssbp--state-hidden .ssbp-toggle-switch:before {
31
- content: "\e615"; }
32
-
33
- .ssbp-chevron-right:before,
34
- .ssbp--fixed-right .ssbp-toggle-switch:before,
35
- .ssbp--state-hidden.ssbp--fixed-left .ssbp-toggle-switch:before {
36
- content: "\e616"; }
37
-
38
- .ssbp-chevron-left:before,
39
- .ssbp--fixed-left .ssbp-toggle-switch:before,
40
- .ssbp--state-hidden.ssbp--fixed-right .ssbp-toggle-switch:before {
41
- content: "\e617"; }
42
-
43
- .ssbp-simplesharebuttons:before {
44
- content: "\e611"; }
45
-
46
- .ssbp-yummly:before {
47
- content: "\e60b"; }
48
-
49
- .ssbp-whatsapp:before {
50
- content: "\e60f"; }
51
-
52
- .ssbp-diggit:before {
53
- content: "\e60c"; }
54
-
55
- .ssbp-buffer:before {
56
- content: "\e60d"; }
57
-
58
- .ssbp-close:before {
59
- content: "\e614"; }
60
-
61
- .ssbp-twitter:before {
62
- content: "\e605"; }
63
-
64
- .ssbp-reddit:before {
65
- content: "\e606"; }
66
-
67
- .ssbp-flattr:before {
68
- content: "\e607"; }
69
-
70
- .ssbp-flipboard:before {
71
- content: "\e607"; }
72
-
73
- .ssbp-tumblr:before {
74
- content: "\e608"; }
75
-
76
- .ssbp-linkedin:before {
77
- content: "\e609"; }
78
-
79
- .ssbp-google:before {
80
- content: "\e60a"; }
81
-
82
- .ssbp-xing:before {
83
- content: "\e610"; }
84
-
85
- .ssbp-facebook:before {
86
- content: "\e60e"; }
87
-
88
- .ssbp-facebook_save:before {
89
- content: "\e900"; }
90
-
91
- .ssbp-vk:before {
92
- content: "\e600"; }
93
-
94
- .ssbp-stumbleupon:before {
95
- content: "\e601"; }
96
-
97
- .ssbp-print:before {
98
- content: "\e602"; }
99
-
100
- .ssbp-pinterest:before {
101
- content: "\e603"; }
102
-
103
- .ssbp-email:before {
104
- content: "\e604"; }
105
-
106
- .ssbp-wrap *,
107
- .ssbp-wrap *:before,
108
- .ssbp-wrap *:after {
109
- box-sizing: border-box; }
110
-
111
- .ssbp-input-url-div,
112
- .ssbp-total-shares,
113
- .ssba-hide-button.ssbp-each-share,
114
- .ssbp-toggle-switch,
115
- .ssbp-text {
116
- display: none; }
117
-
118
- .ssbp-wrap {
119
- position: relative;
120
- display: inline-block;
121
- padding: 0px;
122
- font-size: 0;
123
- color: #272727;
124
- z-index: 0 !important; }
125
-
126
- .ssbp-wrap.ssbp--centred {
127
- display: block;
128
- text-align: center; }
129
-
130
- .ssbp-wrap.ssbp--aligned-right {
131
- display: block;
132
- text-align: right; }
133
-
134
- .ssbp-wrap.ssbp--aligned-right .ssbp-container {
135
- display: inline-block; }
136
-
137
- .ssbp-wrap .ssbp-container,
138
- .ssbp-wrap .ssbp-toggle-switch {
139
- font-size: 16px; }
140
-
141
- .ssbp-wrap .ssbp-list {
142
- list-style: none;
143
- display: inline-block;
144
- vertical-align: middle;
145
- margin: 0;
146
- padding: 0; }
147
-
148
- .ssbp-wrap .ssbp-list li {
149
- position: relative;
150
- display: inline-block;
151
- vertical-align: top; }
152
-
153
- .ssbp-wrap .ssbp-list li:first-of-type {
154
- margin-left: 0; }
155
-
156
- .ssbp-wrap .ssbp-btn {
157
- display: inline-block;
158
- text-align: center;
159
- text-decoration: none;
160
- font-family: sans-serif; }
161
-
162
- .ssbp-wrap.ssbp--stacked .ssbp-list li,
163
- .ssbp-wrap.ssbp--fixed-left .ssbp-list li,
164
- .ssbp-wrap.ssbp--fixed-right .ssbp-list li {
165
- display: block;
166
- margin-top: 6px;
167
- margin-left: 0 !important;
168
- margin-right: 0 !important; }
169
-
170
- .ssbp-wrap.ssbp--stacked .ssbp-list li:first-of-type,
171
- .ssbp-wrap.ssbp--fixed-left .ssbp-list li:first-of-type,
172
- .ssbp-wrap.ssbp--fixed-right .ssbp-list li:first-of-type {
173
- margin-top: 0; }
174
-
175
- .ssbp-wrap[class*="ssbp--fixed"] {
176
- position: fixed;
177
- z-index: 99999; }
178
-
179
- .ssbp-wrap[class*="ssbp--fixed"] .ssbp-container {
180
- -webkit-transition: 0.25s;
181
- transition: 0.25s; }
182
-
183
- .ssbp-wrap.ssbp--fixed-top,
184
- .ssbp-wrap.ssbp--fixed-bottom {
185
- left: 50%;
186
- -webkit-transform: translateX(-50%);
187
- -ms-transform: translateX(-50%);
188
- transform: translateX(-50%); }
189
-
190
- .ssbp-wrap.ssbp--fixed-left,
191
- .ssbp-wrap.ssbp--fixed-right {
192
- top: 25%; }
193
-
194
- .ssbp-wrap.ssbp--fixed-top {
195
- top: 0; }
196
-
197
- .ssbp-wrap.ssbp--fixed-bottom {
198
- bottom: 0; }
199
-
200
- .ssbp-wrap.ssbp--fixed-left {
201
- left: 0; }
202
-
203
- .ssbp-wrap.ssbp--fixed-right {
204
- right: 0; }
205
-
206
- .ssbp-wrap[data-ssbp-counts="true"] .ssbp-each-share {
207
- display: block;
208
- pointer-events: none; }
209
-
210
- .ssbp-wrap[data-ssbp-total-counts="true"] .ssbp-total-shares {
211
- display: inline-block;
212
- padding: 0 .5em;
213
- text-align: center;
214
- font-size: 14px;
215
- line-height: 2; }
216
-
217
- .ssbp-wrap.ssbp--fixed-left .ssbp-total-shares,
218
- .ssbp-wrap.ssbp--fixed-right .ssbp-total-shares,
219
- .ssbp-wrap.ssbp--stacked .ssbp-total-shares,
220
- .ssbp-wrap.ssbp--fixed-left .ssbp-total-shares,
221
- .ssbp-wrap.ssbp--fixed-right .ssbp-total-shares {
222
- display: block;
223
- padding: 0; }
224
-
225
- .ssbp-toggle-switch {
226
- position: absolute;
227
- padding: 0;
228
- border: 0;
229
- background: transparent;
230
- text-align: center;
231
- cursor: pointer;
232
- -webkit-transition: 0.25s;
233
- transition: 0.25s;
234
- display: none !important; }
235
-
236
- [data-ssbp-toggle="true"][class*="ssbp--fixed"] .ssbp-toggle-switch {
237
- display: inline-block !important; }
238
-
239
- .ssbp-toggle-switch:active,
240
- .ssbp-toggle-switch:hover,
241
- .ssbp-toggle-switch:focus {
242
- padding: 0;
243
- border: 0; }
244
-
245
- .ssbp--fixed-left .ssbp-toggle-switch,
246
- .ssbp--fixed-right .ssbp-toggle-switch {
247
- left: 0;
248
- bottom: 100%;
249
- width: 100%; }
250
-
251
- .ssbp--fixed-top .ssbp-toggle-switch,
252
- .ssbp--fixed-bottom .ssbp-toggle-switch {
253
- left: 100%;
254
- bottom: 0;
255
- height: 100%; }
256
-
257
- .ssbp--show-toggle.ssbp--fixed-top .ssbp-toggle-switch:before {
258
- -webkit-transform: rotate(90deg);
259
- -ms-transform: rotate(90deg);
260
- transform: rotate(90deg); }
261
-
262
- .ssbp--show-toggle.ssbp--fixed-bottom .ssbp-toggle-switch:before {
263
- -webkit-transform: rotate(-90deg);
264
- -ms-transform: rotate(-90deg);
265
- transform: rotate(-90deg); }
266
-
267
- .ssbp--show-toggle.ssbp--fixed-right .ssbp-toggle-switch:before {
268
- -webkit-transform: rotate(180deg);
269
- -ms-transform: rotate(180deg);
270
- transform: rotate(180deg); }
271
-
272
- .ssbp--state-hidden .ssbp-each-share {
273
- opacity: 0; }
274
-
275
- .ssbp--state-hidden .ssbp-container {
276
- -webkit-transform: translateX(-100%);
277
- -ms-transform: translateX(-100%);
278
- transform: translateX(-100%); }
279
-
280
- .ssbp--state-hidden.ssbp--fixed-top .ssbp-container {
281
- -webkit-transform: translateY(-100%);
282
- -ms-transform: translateY(-100%);
283
- transform: translateY(-100%); }
284
-
285
- .ssbp--state-hidden.ssbp--fixed-bottom .ssbp-container {
286
- -webkit-transform: translateY(100%);
287
- -ms-transform: translateY(100%);
288
- transform: translateY(100%); }
289
-
290
- .ssbp--state-hidden.ssbp--fixed-left .ssbp-container {
291
- -webkit-transform: translateX(-100%);
292
- -ms-transform: translateX(-100%);
293
- transform: translateX(-100%); }
294
-
295
- .ssbp--state-hidden.ssbp--fixed-right .ssbp-container {
296
- -webkit-transform: translateX(100%);
297
- -ms-transform: translateX(100%);
298
- transform: translateX(100%); }
299
-
300
- .ssbp--theme-4 .ssbp-toggle-switch {
301
- background: #fff;
302
- background: rgba(255, 255, 255, 0.8);
303
- color: #272727;
304
- border-radius: 0; }
305
-
306
- .ssbp--theme-4 .ssbp-toggle-switch:active,
307
- .ssbp--theme-4 .ssbp-toggle-switch:hover,
308
- .ssbp--theme-4 .ssbp-toggle-switch:focus {
309
- background: #fff;
310
- background: rgba(255, 255, 255, 0.9); }
311
-
312
- .ssbp--theme-4[class*="ssbp--fixed"] .ssbp-container {
313
- background-color: rgba(255, 255, 255, 0.8);
314
- padding: 8px; }
315
-
316
- .ssbp--theme-4 .ssbp-btn {
317
- width: 3em;
318
- height: 3em;
319
- line-height: 3em;
320
- border-radius: 7.5px;
321
- color: #fff;
322
- -webkit-transition: background-color 0.25s;
323
- transition: background-color 0.25s;
324
- box-shadow: inset 0 -1.5em 2em rgba(255, 255, 255, 0.1);
325
- border-bottom: 0; }
326
-
327
- .ssbp--theme-4 .ssbp-btn:hover,
328
- .ssbp--theme-4 .ssbp-btn:focus,
329
- .ssbp--theme-4 .ssbp-btn:active {
330
- box-shadow: inset 0 -1.5em 2em rgba(255, 255, 255, 0.1), inset 0 0 3.5em rgba(0, 0, 0, 0.33); }
331
-
332
- .ssbp--theme-4 .ssbp-btn:hover,
333
- .ssbp--theme-4 .ssbp-btn:focus,
334
- .ssbp--theme-4 .ssbp-btn:active,
335
- .ssbp--theme-4 .ssbp-btn:visited {
336
- color: #fff; }
337
-
338
- .ssbp--theme-4 .ssbp-list li {
339
- margin-left: 12px; }
340
-
341
- .ssbp--theme-4 .ssbp-buffer {
342
- background-color: #272727; }
343
-
344
- .ssbp--theme-4 .ssbp-diggit {
345
- background-color: #14589E; }
346
-
347
- .ssbp--theme-4 .ssbp-email {
348
- background-color: #787878; }
349
-
350
- .ssbp--theme-4 .ssbp-ellipsis {
351
- background-color: #152B3C; }
352
-
353
- .ssbp--theme-4 .ssbp-facebook {
354
- background-color: #365397; }
355
-
356
- .ssbp--theme-4 .ssbp-facebook_save {
357
- background-color: #365397; }
358
-
359
- .ssbp--theme-4 .ssbp-flattr {
360
- background-color: #f67C1A; }
361
-
362
- .ssbp--theme-4 .ssbp-google {
363
- background-color: #e0452c; }
364
-
365
- .ssbp--theme-4 .ssbp-linkedin {
366
- background-color: #007bb6; }
367
-
368
- .ssbp--theme-4 .ssbp-pinterest {
369
- background-color: #ce1a19; }
370
-
371
- .ssbp--theme-4 .ssbp-print {
372
- background-color: #1F6B43; }
373
-
374
- .ssbp--theme-4 .ssbp-reddit {
375
- background-color: #FF4500; }
376
-
377
- .ssbp--theme-4 .ssbp-simplesharebuttons {
378
- background-color: #4582ec; }
379
-
380
- .ssbp--theme-4 .ssbp-stumbleupon {
381
- background-color: #EB4924; }
382
-
383
- .ssbp--theme-4 .ssbp-tumblr {
384
- background-color: #2C4762; }
385
-
386
- .ssbp--theme-4 .ssbp-twitter {
387
- background-color: #00a9f1; }
388
-
389
- .ssbp--theme-4 .ssbp-vk {
390
- background-color: #45668E; }
391
-
392
- .ssbp--theme-4 .ssbp-whatsapp {
393
- background-color: #34AF23; }
394
-
395
- .ssbp--theme-4 .ssbp-yummly {
396
- background-color: #E16120; }
397
-
398
- .ssbp--theme-4 .ssbp-xing {
399
- background-color: #026466; }
400
-
401
- .ssbp--theme-4 .ssbp-each-share {
402
- position: absolute;
403
- bottom: 100%;
404
- right: 0;
405
- z-index: 11;
406
- min-width: 1.25em;
407
- margin-right: -6px;
408
- margin-bottom: -8px;
409
- padding: 2px 4px;
410
- border-radius: 8px;
411
- background-color: #F22121;
412
- font-size: 10px;
413
- color: #FFF;
414
- text-align: center; }
415
-
416
- .ssbp--theme-4.ssbp--fixed-right .ssbp-each-share {
417
- left: auto;
418
- right: 100%;
419
- margin-left: 0;
420
- margin-right: -16px; }
421
-
422
- .ssbp-share-text {
423
- font-weight: normal;
424
- margin: 0 0 10px 0;
425
- font-size: 12px;
426
- color: #4582ec; }
427
-
428
- #classic-share-buttons blockquote.yellow {
429
- border-left: 5px solid #ded400;
430
- font-weight: bold; }
431
-
432
- #classic-share-buttons blockquote.yellow .notice-dismiss {
433
- position: absolute;
434
- right: -24px; }
435
-
436
- #classic-share-buttons blockquote.yellow p {
437
- position: relative; }
438
-
439
- /* Share buttons preview */
440
- .ssbp--theme-2 .ssbp-toggle-switch, .ssbp--theme-3 .ssbp-toggle-switch, .ssbp--theme-10 .ssbp-toggle-switch, .ssbp--theme-11 .ssbp-toggle-switch {
441
- background: #4C4C4C;
442
- background: rgba(39, 39, 39, 0.8);
443
- border-radius: 0;
444
- color: #fff; }
445
-
446
- .ssbp--theme-2 .ssbp-toggle-switch:active, .ssbp--theme-3 .ssbp-toggle-switch:active, .ssbp--theme-10 .ssbp-toggle-switch:active, .ssbp--theme-11 .ssbp-toggle-switch:active, .ssbp--theme-2 .ssbp-toggle-switch:hover, .ssbp--theme-3 .ssbp-toggle-switch:hover, .ssbp--theme-10 .ssbp-toggle-switch:hover, .ssbp--theme-11 .ssbp-toggle-switch:hover, .ssbp--theme-2 .ssbp-toggle-switch:focus, .ssbp--theme-3 .ssbp-toggle-switch:focus, .ssbp--theme-10 .ssbp-toggle-switch:focus, .ssbp--theme-11 .ssbp-toggle-switch:focus {
447
- background: #4C4C4C;
448
- background: rgba(39, 39, 39, 0.9); }
449
-
450
- .ssbp--theme-1 .ssbp-toggle-switch, .ssbp--theme-4 .ssbp-toggle-switch, .ssbp--theme-5 .ssbp-toggle-switch, .ssbp--theme-6 .ssbp-toggle-switch, .ssbp--theme-7 .ssbp-toggle-switch, .ssbp--theme-8 .ssbp-toggle-switch, .ssbp--theme-9 .ssbp-toggle-switch {
451
- background: #fff;
452
- background: rgba(255, 255, 255, 0.8);
453
- color: #272727;
454
- border-radius: 0; }
455
-
456
- .ssbp--theme-1 .ssbp-toggle-switch:active, .ssbp--theme-4 .ssbp-toggle-switch:active, .ssbp--theme-5 .ssbp-toggle-switch:active, .ssbp--theme-6 .ssbp-toggle-switch:active, .ssbp--theme-7 .ssbp-toggle-switch:active, .ssbp--theme-8 .ssbp-toggle-switch:active, .ssbp--theme-9 .ssbp-toggle-switch:active, .ssbp--theme-1 .ssbp-toggle-switch:hover, .ssbp--theme-4 .ssbp-toggle-switch:hover, .ssbp--theme-5 .ssbp-toggle-switch:hover, .ssbp--theme-6 .ssbp-toggle-switch:hover, .ssbp--theme-7 .ssbp-toggle-switch:hover, .ssbp--theme-8 .ssbp-toggle-switch:hover, .ssbp--theme-9 .ssbp-toggle-switch:hover, .ssbp--theme-1 .ssbp-toggle-switch:focus, .ssbp--theme-4 .ssbp-toggle-switch:focus, .ssbp--theme-5 .ssbp-toggle-switch:focus, .ssbp--theme-6 .ssbp-toggle-switch:focus, .ssbp--theme-7 .ssbp-toggle-switch:focus, .ssbp--theme-8 .ssbp-toggle-switch:focus, .ssbp--theme-9 .ssbp-toggle-switch:focus {
457
- background: #fff;
458
- background: rgba(255, 255, 255, 0.9); }
459
-
460
- .ssbp--theme-2.ssbp--centred .ssbp-list, .ssbp--theme-3.ssbp--centred .ssbp-list, .ssbp--theme-5.ssbp--centred .ssbp-list, .ssbp--theme-7.ssbp--centred .ssbp-list, .ssbp--theme-8.ssbp--centred .ssbp-list, .ssbp--theme-9.ssbp--centred .ssbp-list, .ssbp--theme-10.ssbp--centred .ssbp-list, .ssbp--theme-11.ssbp--centred .ssbp-list {
461
- display: table;
462
- table-layout: fixed;
463
- width: 100%; }
464
-
465
- .ssbp--theme-2.ssbp--centred .ssbp-list li, .ssbp--theme-3.ssbp--centred .ssbp-list li, .ssbp--theme-5.ssbp--centred .ssbp-list li, .ssbp--theme-7.ssbp--centred .ssbp-list li, .ssbp--theme-8.ssbp--centred .ssbp-list li, .ssbp--theme-9.ssbp--centred .ssbp-list li, .ssbp--theme-10.ssbp--centred .ssbp-list li, .ssbp--theme-11.ssbp--centred .ssbp-list li {
466
- display: inline-block !important;
467
- margin: 0 12px !important;
468
- display: table-cell !important;
469
- width: auto;
470
- height: auto; }
471
-
472
- .ssbp--theme-2.ssbp--centred .ssbp-btn, .ssbp--theme-3.ssbp--centred .ssbp-btn, .ssbp--theme-5.ssbp--centred .ssbp-btn, .ssbp--theme-7.ssbp--centred .ssbp-btn, .ssbp--theme-8.ssbp--centred .ssbp-btn, .ssbp--theme-9.ssbp--centred .ssbp-btn, .ssbp--theme-10.ssbp--centred .ssbp-btn, .ssbp--theme-11.ssbp--centred .ssbp-btn {
473
- display: block;
474
- width: auto; }
475
-
476
- @-webkit-keyframes spin {
477
- from {
478
- -webkit-transform: rotate(0deg); }
479
- to {
480
- -webkit-transform: rotate(360deg); } }
481
-
482
- @keyframes spin {
483
- from {
484
- -webkit-transform: rotate(0deg);
485
- transform: rotate(0deg); }
486
- to {
487
- -webkit-transform: rotate(360deg);
488
- transform: rotate(360deg); } }
489
-
490
- .ssbp-spinner:before {
491
- font-family: 'ssbp';
492
- content: "\e614"; }
493
-
494
- .ssbp-spinner {
495
- -webkit-animation: spin 2s infinite linear;
496
- animation: spin 2s infinite linear;
497
- display: inline-block; }
498
-
499
- .ssbp-btn:before, .ssbp-toggle-switch:before {
500
- display: inline-block;
501
- font-family: 'ssbp';
502
- speak: none;
503
- font-size: 24px;
504
- font-style: normal;
505
- font-weight: normal;
506
- font-variant: normal;
507
- text-transform: none; }
508
-
509
- .ssbp-arrow-right:before {
510
- content: "\e612"; }
511
-
512
- .ssbp-arrow-left:before {
513
- content: "\e613"; }
514
-
515
- .ssbp-arrow-down:before {
516
- content: "\e619"; }
517
-
518
- .ssbp-arrow-up:before {
519
- content: "\e61a"; }
520
-
521
- .ssbp-chevron-down:before, .ssbp-toggle-switch:before {
522
- content: "\e618"; }
523
-
524
- .ssbp-chevron-up:before, .ssbp--state-hidden .ssbp-toggle-switch:before {
525
- content: "\e615"; }
526
-
527
- .ssbp-chevron-right:before, .ssbp--fixed-right .ssbp-toggle-switch:before, .ssbp--state-hidden.ssbp--fixed-left .ssbp-toggle-switch:before {
528
- content: "\e616"; }
529
-
530
- .ssbp-chevron-left:before, .ssbp--fixed-left .ssbp-toggle-switch:before, .ssbp--state-hidden.ssbp--fixed-right .ssbp-toggle-switch:before {
531
- content: "\e617"; }
532
-
533
- .ssbp-simplesharebuttons:before {
534
- content: "\e611"; }
535
-
536
- .ssbp-yummly:before {
537
- content: "\e60b"; }
538
-
539
- .ssbp-whatsapp:before {
540
- content: "\e60f"; }
541
-
542
- .ssbp-diggit:before {
543
- content: "\e60c"; }
544
-
545
- .ssbp-line:before {
546
- content: url("../images/line.svg");
547
- left: 0;
548
- padding: 5px 8px 0;
549
- position: absolute;
550
- top: 0;
551
- width: 100%; }
552
-
553
- .ssbp-buffer:before {
554
- content: "\e60d"; }
555
-
556
- .ssbp-close:before {
557
- content: "\e614"; }
558
-
559
- .ssbp-twitter:before {
560
- content: "\e605"; }
561
-
562
- .ssbp-reddit:before {
563
- content: "\e606"; }
564
-
565
- .ssbp-flattr:before {
566
- content: "\e607"; }
567
-
568
- .ssbp-tumblr:before {
569
- content: "\e608"; }
570
-
571
- .ssbp-linkedin:before {
572
- content: "\e609"; }
573
-
574
- .ssbp-google:before {
575
- content: "\e60a"; }
576
-
577
- .ssbp-xing:before {
578
- content: "\e610"; }
579
-
580
- .ssbp-facebook:before {
581
- content: "\e60e"; }
582
-
583
- .ssbp-facebook_save:before {
584
- content: "\e900"; }
585
-
586
- .ssbp-facebook-messenger:before {
587
- content: "\e611"; }
588
-
589
- .ssbp-vk:before {
590
- content: "\e600"; }
591
-
592
- .ssbp-stumbleupon:before {
593
- content: "\e601"; }
594
-
595
- .ssbp-print:before {
596
- content: "\e602"; }
597
-
598
- .ssbp-pinterest:before {
599
- content: "\e603"; }
600
-
601
- .ssbp-email:before {
602
- content: "\e604"; }
603
-
604
- .ssbp-ellipsis:before {
605
- content: "\e612"; }
606
-
607
- .ssbp-x:before {
608
- content: "\e613"; }
609
-
610
- @media print {
611
- .ssbp-wrap {
612
- display: none !important; } }
613
-
614
- .ssbp-wrap *, .ssbp-wrap *:before, .ssbp-wrap *:after {
615
- box-sizing: border-box; }
616
-
617
- .ssbp-input-url-div, .ssbp-total-shares, .ssba-hide-button.ssbp-each-share, .ssbp-toggle-switch, .ssbp-text {
618
- display: none; }
619
-
620
- .ssbp-wrap {
621
- position: relative;
622
- display: inline-block;
623
- padding: 0px;
624
- font-size: 0;
625
- color: #272727; }
626
-
627
- .ssbp-wrap.ssbp--centred {
628
- display: block;
629
- text-align: center; }
630
-
631
- .ssbp-wrap.ssbp--aligned-right {
632
- display: block;
633
- text-align: right; }
634
-
635
- .ssbp-wrap.ssbp--aligned-right .ssbp-container {
636
- display: inline-block; }
637
-
638
- .ssbp-wrap .ssbp-container, .ssbp-wrap .ssbp-toggle-switch {
639
- font-size: 16px; }
640
-
641
- .ssbp-wrap .ssbp-list {
642
- list-style: none;
643
- display: inline-block;
644
- vertical-align: middle;
645
- margin: 0;
646
- padding: 0; }
647
-
648
- .ssbp-wrap .ssbp-list li {
649
- position: relative;
650
- display: inline-block;
651
- vertical-align: top; }
652
-
653
- .ssbp-wrap .ssbp-list li:first-of-type {
654
- margin-left: 0; }
655
-
656
- .ssbp-wrap .ssbp-btn {
657
- display: inline-block;
658
- text-align: center;
659
- text-decoration: none;
660
- font-family: sans-serif; }
661
-
662
- .ssbp-wrap.ssbp--stacked .ssbp-list li, .ssbp-wrap.ssbp--fixed-left .ssbp-list li, .ssbp-wrap.ssbp--fixed-right .ssbp-list li {
663
- display: block;
664
- margin-top: 6px;
665
- margin-left: 0 !important;
666
- margin-right: 0 !important; }
667
-
668
- .ssbp-wrap.ssbp--stacked .ssbp-list li:first-of-type, .ssbp-wrap.ssbp--fixed-left .ssbp-list li:first-of-type, .ssbp-wrap.ssbp--fixed-right .ssbp-list li:first-of-type {
669
- margin-top: 0; }
670
-
671
- .ssbp-wrap[class*="ssbp--fixed"] {
672
- position: fixed;
673
- z-index: 99999; }
674
-
675
- .ssbp-wrap[class*="ssbp--fixed"] .ssbp-container {
676
- -webkit-transition: .25s;
677
- transition: .25s; }
678
-
679
- .ssbp-wrap.ssbp--fixed-top, .ssbp-wrap.ssbp--fixed-bottom {
680
- left: 50%;
681
- -webkit-transform: translateX(-50%);
682
- transform: translateX(-50%); }
683
-
684
- .ssbp-wrap.ssbp--fixed-left, .ssbp-wrap.ssbp--fixed-right {
685
- top: 25%; }
686
-
687
- .ssbp-wrap.ssbp--fixed-top {
688
- top: 0; }
689
-
690
- .ssbp-wrap.ssbp--fixed-bottom {
691
- bottom: 0; }
692
-
693
- .ssbp-wrap.ssbp--fixed-left {
694
- left: 0; }
695
-
696
- .ssbp-wrap.ssbp--fixed-right {
697
- right: 0; }
698
-
699
- .ssbp-wrap[data-ssbp-counts="true"] .ssbp-each-share {
700
- display: block;
701
- pointer-events: none; }
702
-
703
- .ssbp-wrap[data-ssbp-total-counts="true"] .ssbp-total-shares {
704
- display: inline-block;
705
- padding: 0 .5em;
706
- text-align: center;
707
- font-size: 14px;
708
- line-height: 2; }
709
-
710
- .ssbp-wrap[data-ssbp-total-counts="true"].ssbp--fixed-left .ssbp-total-shares, .ssbp-wrap[data-ssbp-total-counts="true"].ssbp--fixed-right .ssbp-total-shares, .ssbp-wrap[data-ssbp-total-counts="true"].ssbp--stacked .ssbp-total-shares, .ssbp-wrap[data-ssbp-total-counts="true"].ssbp--fixed-left .ssbp-total-shares, .ssbp-wrap[data-ssbp-total-counts="true"].ssbp--fixed-right .ssbp-total-shares {
711
- display: block;
712
- padding: 0; }
713
-
714
- .ssbp-toggle-switch {
715
- position: absolute;
716
- padding: 0;
717
- border: 0;
718
- background: transparent;
719
- text-align: center;
720
- cursor: pointer;
721
- -webkit-transition: .25s;
722
- transition: .25s;
723
- display: none; }
724
-
725
- .ssbp-toggle-switch:active, .ssbp-toggle-switch:hover, .ssbp-toggle-switch:focus {
726
- padding: 0;
727
- border: 0; }
728
-
729
- .ssbp--fixed-left .ssbp-toggle-switch, .ssbp--fixed-right .ssbp-toggle-switch {
730
- left: 0;
731
- bottom: 100%;
732
- width: 100%; }
733
-
734
- .ssbp--fixed-top .ssbp-toggle-switch, .ssbp--fixed-bottom .ssbp-toggle-switch {
735
- left: 100%;
736
- bottom: 0;
737
- height: 100%; }
738
-
739
- .ssbp--show-toggle.ssbp--fixed-top .ssbp-toggle-switch:before {
740
- -webkit-transform: rotate(90deg);
741
- transform: rotate(90deg); }
742
-
743
- .ssbp--show-toggle.ssbp--fixed-bottom .ssbp-toggle-switch:before {
744
- -webkit-transform: rotate(-90deg);
745
- transform: rotate(-90deg); }
746
-
747
- .ssbp--show-toggle.ssbp--fixed-right .ssbp-toggle-switch:before {
748
- -webkit-transform: rotate(180deg);
749
- transform: rotate(180deg); }
750
-
751
- .ssbp--state-hidden .ssbp-each-share {
752
- opacity: 0; }
753
-
754
- .ssbp--state-hidden .ssbp-container {
755
- -webkit-transform: translateX(-100%);
756
- transform: translateX(-100%); }
757
-
758
- .ssbp--state-hidden.ssbp--fixed-top .ssbp-container {
759
- -webkit-transform: translateY(-100%);
760
- transform: translateY(-100%); }
761
-
762
- .ssbp--state-hidden.ssbp--fixed-bottom .ssbp-container {
763
- -webkit-transform: translateY(100%);
764
- transform: translateY(100%); }
765
-
766
- .ssbp--state-hidden.ssbp--fixed-left .ssbp-container {
767
- -webkit-transform: translateX(-100%);
768
- transform: translateX(-100%); }
769
-
770
- .ssbp--state-hidden.ssbp--fixed-right .ssbp-container {
771
- -webkit-transform: translateX(100%);
772
- transform: translateX(100%); }
773
-
774
- .ssbp--theme-2 .ssbp-toggle-switch, .ssbp--theme-3 .ssbp-toggle-switch, .ssbp--theme-10 .ssbp-toggle-switch, .ssbp--theme-11 .ssbp-toggle-switch {
775
- background: #4C4C4C;
776
- background: rgba(39, 39, 39, 0.8);
777
- border-radius: 0;
778
- color: #fff; }
779
-
780
- .ssbp--theme-2 .ssbp-toggle-switch:active, .ssbp--theme-3 .ssbp-toggle-switch:active, .ssbp--theme-10 .ssbp-toggle-switch:active, .ssbp--theme-11 .ssbp-toggle-switch:active, .ssbp--theme-2 .ssbp-toggle-switch:hover, .ssbp--theme-3 .ssbp-toggle-switch:hover, .ssbp--theme-10 .ssbp-toggle-switch:hover, .ssbp--theme-11 .ssbp-toggle-switch:hover, .ssbp--theme-2 .ssbp-toggle-switch:focus, .ssbp--theme-3 .ssbp-toggle-switch:focus, .ssbp--theme-10 .ssbp-toggle-switch:focus, .ssbp--theme-11 .ssbp-toggle-switch:focus {
781
- background: #4C4C4C;
782
- background: rgba(39, 39, 39, 0.9); }
783
-
784
- .ssbp--theme-1 .ssbp-toggle-switch, .ssbp--theme-4 .ssbp-toggle-switch, .ssbp--theme-5 .ssbp-toggle-switch, .ssbp--theme-6 .ssbp-toggle-switch, .ssbp--theme-7 .ssbp-toggle-switch, .ssbp--theme-8 .ssbp-toggle-switch, .ssbp--theme-9 .ssbp-toggle-switch {
785
- background: #fff;
786
- background: rgba(255, 255, 255, 0.8);
787
- color: #272727;
788
- border-radius: 0; }
789
-
790
- .ssbp--theme-1 .ssbp-toggle-switch:active, .ssbp--theme-4 .ssbp-toggle-switch:active, .ssbp--theme-5 .ssbp-toggle-switch:active, .ssbp--theme-6 .ssbp-toggle-switch:active, .ssbp--theme-7 .ssbp-toggle-switch:active, .ssbp--theme-8 .ssbp-toggle-switch:active, .ssbp--theme-9 .ssbp-toggle-switch:active, .ssbp--theme-1 .ssbp-toggle-switch:hover, .ssbp--theme-4 .ssbp-toggle-switch:hover, .ssbp--theme-5 .ssbp-toggle-switch:hover, .ssbp--theme-6 .ssbp-toggle-switch:hover, .ssbp--theme-7 .ssbp-toggle-switch:hover, .ssbp--theme-8 .ssbp-toggle-switch:hover, .ssbp--theme-9 .ssbp-toggle-switch:hover, .ssbp--theme-1 .ssbp-toggle-switch:focus, .ssbp--theme-4 .ssbp-toggle-switch:focus, .ssbp--theme-5 .ssbp-toggle-switch:focus, .ssbp--theme-6 .ssbp-toggle-switch:focus, .ssbp--theme-7 .ssbp-toggle-switch:focus, .ssbp--theme-8 .ssbp-toggle-switch:focus, .ssbp--theme-9 .ssbp-toggle-switch:focus {
791
- background: #fff;
792
- background: rgba(255, 255, 255, 0.9); }
793
-
794
- .ssbp--theme-2.ssbp--centred .ssbp-list, .ssbp--theme-3.ssbp--centred .ssbp-list, .ssbp--theme-5.ssbp--centred .ssbp-list, .ssbp--theme-7.ssbp--centred .ssbp-list, .ssbp--theme-8.ssbp--centred .ssbp-list, .ssbp--theme-9.ssbp--centred .ssbp-list, .ssbp--theme-10.ssbp--centred .ssbp-list, .ssbp--theme-11.ssbp--centred .ssbp-list {
795
- display: table;
796
- table-layout: fixed;
797
- width: 100%; }
798
-
799
- .ssbp--theme-2.ssbp--centred .ssbp-list li, .ssbp--theme-3.ssbp--centred .ssbp-list li, .ssbp--theme-5.ssbp--centred .ssbp-list li, .ssbp--theme-7.ssbp--centred .ssbp-list li, .ssbp--theme-8.ssbp--centred .ssbp-list li, .ssbp--theme-9.ssbp--centred .ssbp-list li, .ssbp--theme-10.ssbp--centred .ssbp-list li, .ssbp--theme-11.ssbp--centred .ssbp-list li {
800
- display: inline-block !important;
801
- margin: 0 12px !important;
802
- display: table-cell !important;
803
- width: auto;
804
- height: auto; }
805
-
806
- .ssbp--theme-2.ssbp--centred .ssbp-btn, .ssbp--theme-3.ssbp--centred .ssbp-btn, .ssbp--theme-5.ssbp--centred .ssbp-btn, .ssbp--theme-7.ssbp--centred .ssbp-btn, .ssbp--theme-8.ssbp--centred .ssbp-btn, .ssbp--theme-9.ssbp--centred .ssbp-btn, .ssbp--theme-10.ssbp--centred .ssbp-btn, .ssbp--theme-11.ssbp--centred .ssbp-btn {
807
- display: block;
808
- width: auto; }
809
-
810
- @-webkit-keyframes ripple-out {
811
- 100% {
812
- visibility: visible;
813
- top: -1em;
814
- right: -1em;
815
- bottom: -1em;
816
- left: -1em;
817
- opacity: 0; } }
818
-
819
- @keyframes ripple-out {
820
- 100% {
821
- visibility: visible;
822
- top: -1em;
823
- right: -1em;
824
- bottom: -1em;
825
- left: -1em;
826
- opacity: 0; } }
827
-
828
- .ssbp--theme-1 .ssbp-container {
829
- padding: 6px; }
830
-
831
- .ssbp--theme-1 .ssbp-list li {
832
- margin-left: 12px; }
833
-
834
- .ssbp--theme-1 .ssbp-btn {
835
- width: 3em;
836
- height: 3em;
837
- line-height: 3em;
838
- position: relative;
839
- border-radius: 50%;
840
- color: #fff;
841
- -webkit-transition: .25s;
842
- transition: .25s; }
843
-
844
- .ssbp--theme-1 .ssbp-btn:hover, .ssbp--theme-1 .ssbp-btn:focus, .ssbp--theme-1 .ssbp-btn:active {
845
- background-color: #fff;
846
- z-index: 10; }
847
-
848
- .ssbp--theme-1 .ssbp-btn:visited {
849
- color: #fff; }
850
-
851
- .ssbp--theme-1 .ssbp-btn:before {
852
- -webkit-transition: -webkit-transform .25s;
853
- transition: transform .25s; }
854
-
855
- .ssbp--theme-1 .ssbp-btn:active:before {
856
- -webkit-transform: scale(1.2);
857
- transform: scale(1.2); }
858
-
859
- .ssbp--theme-1 .ssbp-btn:after {
860
- content: '';
861
- visibility: hidden;
862
- position: absolute;
863
- border: 1px solid #fff;
864
- border-radius: 50%;
865
- top: -1px;
866
- right: -1px;
867
- bottom: -1px;
868
- left: -1px;
869
- pointer-events: none;
870
- -webkit-animation-duration: .5s;
871
- animation-duration: .5s; }
872
-
873
- .ssbp--theme-1 .ssbp-btn:hover:after {
874
- -webkit-animation-name: ripple-out;
875
- animation-name: ripple-out; }
876
-
877
- .ssbp--theme-1[data-ssbp-counts="true"] .ssbp-list li {
878
- margin-left: 13.2px; }
879
-
880
- .ssbp--theme-1[data-ssbp-counts="true"] .ssbp-list li:first-of-type {
881
- margin-left: 0; }
882
-
883
- .ssbp--theme-1 .ssbp-buffer {
884
- background-color: #272727; }
885
-
886
- .ssbp--theme-1 .ssbp-buffer:hover, .ssbp--theme-1 .ssbp-buffer:focus, .ssbp--theme-1 .ssbp-buffer:active {
887
- color: #272727;
888
- border-color: #272727; }
889
-
890
- .ssbp--theme-1 .ssbp-buffer + .ssbp-each-share {
891
- background-color: #272727; }
892
-
893
- .ssbp--theme-1 .ssbp-diggit {
894
- background-color: #14589E; }
895
-
896
- .ssbp--theme-1 .ssbp-diggit:hover,
897
- .ssbp--theme-1 .ssbp-diggit:focus,
898
- .ssbp--theme-1 .ssbp-diggit:active {
899
- color: #14589E;
900
- border-color: #14589E; }
901
-
902
- .ssbp--theme-1 .ssbp-diggit + .ssbp-each-share {
903
- background-color: #14589E; }
904
-
905
- .ssbp--theme-1 .ssbp-email {
906
- background-color: #787878; }
907
-
908
- .ssbp--theme-1 .ssbp-email:hover, .ssbp--theme-1 .ssbp-email:focus, .ssbp--theme-1 .ssbp-email:active {
909
- color: #787878;
910
- border-color: #787878; }
911
-
912
- .ssbp--theme-1 .ssbp-email + .ssbp-each-share {
913
- background-color: #787878; }
914
-
915
- .ssbp--theme-1 .ssbp-ellipsis {
916
- background-color: #4582EC; }
917
-
918
- .ssbp--theme-1 .ssbp-ellipsis:hover, .ssbp--theme-1 .ssbp-ellipsis:focus, .ssbp--theme-1 .ssbp-ellipsis:active {
919
- color: #4582EC;
920
- border-color: #4582EC; }
921
-
922
- .ssbp--theme-1 .ssbp-ellipsis + .ssbp-each-share {
923
- background-color: #4582EC; }
924
-
925
- .ssbp--theme-1 .ssbp-facebook {
926
- background-color: #3b5998; }
927
-
928
- .ssbp--theme-1 .ssbp-facebook:hover, .ssbp--theme-1 .ssbp-facebook:focus, .ssbp--theme-1 .ssbp-facebook:active {
929
- color: #3b5998;
930
- border-color: #3b5998; }
931
-
932
- .ssbp--theme-1 .ssbp-facebook + .ssbp-each-share {
933
- background-color: #3b5998; }
934
-
935
- .ssbp--theme-1 .ssbp-facebook_save {
936
- background-color: #3b5998; }
937
-
938
- .ssbp--theme-1 .ssbp-facebook_save:hover, .ssbp--theme-1 .ssbp-facebook_save:focus, .ssbp--theme-1 .ssbp-facebook_save:active {
939
- color: #3b5998;
940
- border-color: #3b5998; }
941
-
942
- .ssbp--theme-1 .ssbp-facebook_save + .ssbp-each-share {
943
- background-color: #3b5998; }
944
-
945
- .ssbp--theme-1 .ssbp-facebook-messenger {
946
- background-color: #0084FF; }
947
-
948
- .ssbp--theme-1 .ssbp-facebook-messenger:hover, .ssbp--theme-1 .ssbp-facebook-messenger:focus, .ssbp--theme-1 .ssbp-facebook-messenger:active {
949
- color: #0084FF;
950
- border-color: #0084FF; }
951
-
952
- .ssbp--theme-1 .ssbp-facebook-messenger + .ssbp-each-share {
953
- background-color: #0084FF; }
954
-
955
- .ssbp--theme-1 .ssbp-flattr {
956
- background-color: #f67C1A; }
957
-
958
- .ssbp--theme-1 .ssbp-flattr:hover, .ssbp--theme-1 .ssbp-flattr:focus, .ssbp--theme-1 .ssbp-flattr:active {
959
- color: #f67C1A;
960
- border-color: #f67C1A; }
961
-
962
- .ssbp--theme-1 .ssbp-flattr + .ssbp-each-share {
963
- background-color: #f67C1A; }
964
-
965
- .ssbp--theme-1 .ssbp-google {
966
- background-color: #DC4E41; }
967
-
968
- .ssbp--theme-1 .ssbp-google:hover, .ssbp--theme-1 .ssbp-google:focus, .ssbp--theme-1 .ssbp-google:active {
969
- color: #DC4E41;
970
- border-color: #DC4E41; }
971
-
972
- .ssbp--theme-1 .ssbp-google + .ssbp-each-share {
973
- background-color: #DC4E41; }
974
-
975
- .ssbp--theme-1 .ssbp-linkedin {
976
- background-color: #007bb6; }
977
-
978
- .ssbp--theme-1 .ssbp-linkedin:hover, .ssbp--theme-1 .ssbp-linkedin:focus, .ssbp--theme-1 .ssbp-linkedin:active {
979
- color: #007bb6;
980
- border-color: #007bb6; }
981
-
982
- .ssbp--theme-1 .ssbp-linkedin + .ssbp-each-share {
983
- background-color: #007bb6; }
984
-
985
- .ssbp--theme-1 .ssbp-pinterest {
986
- background-color: #ce1a19; }
987
-
988
- .ssbp--theme-1 .ssbp-pinterest:hover, .ssbp--theme-1 .ssbp-pinterest:focus, .ssbp--theme-1 .ssbp-pinterest:active {
989
- color: #ce1a19;
990
- border-color: #ce1a19; }
991
-
992
- .ssbp--theme-1 .ssbp-pinterest + .ssbp-each-share {
993
- background-color: #ce1a19; }
994
-
995
- .ssbp--theme-1 .ssbp-print {
996
- background-color: #1F6B43; }
997
-
998
- .ssbp--theme-1 .ssbp-print:hover, .ssbp--theme-1 .ssbp-print:focus, .ssbp--theme-1 .ssbp-print:active {
999
- color: #1F6B43;
1000
- border-color: #1F6B43; }
1001
-
1002
- .ssbp--theme-1 .ssbp-print + .ssbp-each-share {
1003
- background-color: #1F6B43; }
1004
-
1005
- .ssbp--theme-1 .ssbp-reddit {
1006
- background-color: #FF4500; }
1007
-
1008
- .ssbp--theme-1 .ssbp-reddit:hover, .ssbp--theme-1 .ssbp-reddit:focus, .ssbp--theme-1 .ssbp-reddit:active {
1009
- color: #FF4500;
1010
- border-color: #FF4500; }
1011
-
1012
- .ssbp--theme-1 .ssbp-reddit + .ssbp-each-share {
1013
- background-color: #FF4500; }
1014
-
1015
- .ssbp--theme-1 .ssbp-simplesharebuttons {
1016
- background-color: #4582ec; }
1017
-
1018
- .ssbp--theme-1 .ssbp-simplesharebuttons:hover, .ssbp--theme-1 .ssbp-simplesharebuttons:focus, .ssbp--theme-1 .ssbp-simplesharebuttons:active {
1019
- color: #4582ec;
1020
- border-color: #4582ec; }
1021
-
1022
- .ssbp--theme-1 .ssbp-simplesharebuttons + .ssbp-each-share {
1023
- background-color: #4582ec; }
1024
-
1025
- .ssbp--theme-1 .ssbp-stumbleupon {
1026
- background-color: #EB4924; }
1027
-
1028
- .ssbp--theme-1 .ssbp-stumbleupon:hover, .ssbp--theme-1 .ssbp-stumbleupon:focus, .ssbp--theme-1 .ssbp-stumbleupon:active {
1029
- color: #EB4924;
1030
- border-color: #EB4924; }
1031
-
1032
- .ssbp--theme-1 .ssbp-stumbleupon + .ssbp-each-share {
1033
- background-color: #EB4924; }
1034
-
1035
- .ssbp--theme-1 .ssbp-tumblr {
1036
- background-color: #2C4762; }
1037
-
1038
- .ssbp--theme-1 .ssbp-tumblr:hover, .ssbp--theme-1 .ssbp-tumblr:focus, .ssbp--theme-1 .ssbp-tumblr:active {
1039
- color: #2C4762;
1040
- border-color: #2C4762; }
1041
-
1042
- .ssbp--theme-1 .ssbp-tumblr + .ssbp-each-share {
1043
- background-color: #2C4762; }
1044
-
1045
- .ssbp--theme-1 .ssbp-twitter {
1046
- background-color: #00a9f1; }
1047
-
1048
- .ssbp--theme-1 .ssbp-twitter:hover, .ssbp--theme-1 .ssbp-twitter:focus, .ssbp--theme-1 .ssbp-twitter:active {
1049
- color: #00a9f1;
1050
- border-color: #00a9f1; }
1051
-
1052
- .ssbp--theme-1 .ssbp-twitter + .ssbp-each-share {
1053
- background-color: #00a9f1; }
1054
-
1055
- .ssbp--theme-1 .ssbp-vk {
1056
- background-color: #45668E; }
1057
-
1058
- .ssbp--theme-1 .ssbp-vk:hover, .ssbp--theme-1 .ssbp-vk:focus, .ssbp--theme-1 .ssbp-vk:active {
1059
- color: #45668E;
1060
- border-color: #45668E; }
1061
-
1062
- .ssbp--theme-1 .ssbp-vk + .ssbp-each-share {
1063
- background-color: #45668E; }
1064
-
1065
- .ssbp--theme-1 .ssbp-whatsapp {
1066
- background-color: #34AF23; }
1067
-
1068
- .ssbp--theme-1 .ssbp-whatsapp:hover, .ssbp--theme-1 .ssbp-whatsapp:focus, .ssbp--theme-1 .ssbp-whatsapp:active {
1069
- color: #34AF23;
1070
- border-color: #34AF23; }
1071
-
1072
- .ssbp--theme-1 .ssbp-whatsapp + .ssbp-each-share {
1073
- background-color: #34AF23; }
1074
-
1075
- .ssbp--theme-1 .ssbp-yummly {
1076
- background-color: #E16120; }
1077
-
1078
- .ssbp--theme-1 .ssbp-yummly:hover, .ssbp--theme-1 .ssbp-yummly:focus, .ssbp--theme-1 .ssbp-yummly:active {
1079
- color: #E16120;
1080
- border-color: #E16120; }
1081
-
1082
- .ssbp--theme-1 .ssbp-yummly + .ssbp-each-share {
1083
- background-color: #E16120; }
1084
-
1085
- .ssbp--theme-1 .ssbp-xing {
1086
- background-color: #026466; }
1087
-
1088
- .ssbp--theme-1 .ssbp-xing:hover, .ssbp--theme-1 .ssbp-xing:focus, .ssbp--theme-1 .ssbp-xing:active {
1089
- color: #026466;
1090
- border-color: #026466; }
1091
-
1092
- .ssbp--theme-1 .ssbp-xing + .ssbp-each-share {
1093
- background-color: #026466; }
1094
-
1095
- .ssbp--theme-1 .ssbp-each-share {
1096
- position: absolute;
1097
- top: 0;
1098
- left: 100%;
1099
- z-index: 11;
1100
- margin-left: -12px;
1101
- padding: 2px;
1102
- border-radius: 6px;
1103
- font-size: 10px;
1104
- color: #FFF; }
1105
-
1106
- .ssbp--theme-1.ssbp--fixed-right .ssbp-each-share {
1107
- left: auto;
1108
- right: 100%;
1109
- margin-left: 0;
1110
- margin-right: -12px; }
1111
-
1112
- .ssbp--theme-2 .ssbp-toggle-switch, .ssbp--theme-3 .ssbp-toggle-switch, .ssbp--theme-10 .ssbp-toggle-switch, .ssbp--theme-11 .ssbp-toggle-switch {
1113
- background: #4C4C4C;
1114
- background: rgba(39, 39, 39, 0.8);
1115
- border-radius: 0;
1116
- color: #fff; }
1117
-
1118
- .ssbp--theme-2 .ssbp-toggle-switch:active, .ssbp--theme-3 .ssbp-toggle-switch:active, .ssbp--theme-10 .ssbp-toggle-switch:active, .ssbp--theme-11 .ssbp-toggle-switch:active, .ssbp--theme-2 .ssbp-toggle-switch:hover, .ssbp--theme-3 .ssbp-toggle-switch:hover, .ssbp--theme-10 .ssbp-toggle-switch:hover, .ssbp--theme-11 .ssbp-toggle-switch:hover, .ssbp--theme-2 .ssbp-toggle-switch:focus, .ssbp--theme-3 .ssbp-toggle-switch:focus, .ssbp--theme-10 .ssbp-toggle-switch:focus, .ssbp--theme-11 .ssbp-toggle-switch:focus {
1119
- background: #4C4C4C;
1120
- background: rgba(39, 39, 39, 0.9); }
1121
-
1122
- .ssbp--theme-1 .ssbp-toggle-switch, .ssbp--theme-4 .ssbp-toggle-switch, .ssbp--theme-5 .ssbp-toggle-switch, .ssbp--theme-6 .ssbp-toggle-switch, .ssbp--theme-7 .ssbp-toggle-switch, .ssbp--theme-8 .ssbp-toggle-switch, .ssbp--theme-9 .ssbp-toggle-switch {
1123
- background: #fff;
1124
- background: rgba(255, 255, 255, 0.8);
1125
- color: #272727;
1126
- border-radius: 0; }
1127
-
1128
- .ssbp--theme-1 .ssbp-toggle-switch:active, .ssbp--theme-4 .ssbp-toggle-switch:active, .ssbp--theme-5 .ssbp-toggle-switch:active, .ssbp--theme-6 .ssbp-toggle-switch:active, .ssbp--theme-7 .ssbp-toggle-switch:active, .ssbp--theme-8 .ssbp-toggle-switch:active, .ssbp--theme-9 .ssbp-toggle-switch:active, .ssbp--theme-1 .ssbp-toggle-switch:hover, .ssbp--theme-4 .ssbp-toggle-switch:hover, .ssbp--theme-5 .ssbp-toggle-switch:hover, .ssbp--theme-6 .ssbp-toggle-switch:hover, .ssbp--theme-7 .ssbp-toggle-switch:hover, .ssbp--theme-8 .ssbp-toggle-switch:hover, .ssbp--theme-9 .ssbp-toggle-switch:hover, .ssbp--theme-1 .ssbp-toggle-switch:focus, .ssbp--theme-4 .ssbp-toggle-switch:focus, .ssbp--theme-5 .ssbp-toggle-switch:focus, .ssbp--theme-6 .ssbp-toggle-switch:focus, .ssbp--theme-7 .ssbp-toggle-switch:focus, .ssbp--theme-8 .ssbp-toggle-switch:focus, .ssbp--theme-9 .ssbp-toggle-switch:focus {
1129
- background: #fff;
1130
- background: rgba(255, 255, 255, 0.9); }
1131
-
1132
- .ssbp--theme-2.ssbp--centred .ssbp-list, .ssbp--theme-3.ssbp--centred .ssbp-list, .ssbp--theme-5.ssbp--centred .ssbp-list, .ssbp--theme-7.ssbp--centred .ssbp-list, .ssbp--theme-8.ssbp--centred .ssbp-list, .ssbp--theme-9.ssbp--centred .ssbp-list, .ssbp--theme-10.ssbp--centred .ssbp-list, .ssbp--theme-11.ssbp--centred .ssbp-list {
1133
- display: table;
1134
- table-layout: fixed;
1135
- width: 100%; }
1136
-
1137
- .ssbp--theme-2.ssbp--centred .ssbp-list li, .ssbp--theme-3.ssbp--centred .ssbp-list li, .ssbp--theme-5.ssbp--centred .ssbp-list li, .ssbp--theme-7.ssbp--centred .ssbp-list li, .ssbp--theme-8.ssbp--centred .ssbp-list li, .ssbp--theme-9.ssbp--centred .ssbp-list li, .ssbp--theme-10.ssbp--centred .ssbp-list li, .ssbp--theme-11.ssbp--centered .ssbp-list li {
1138
- display: inline-block !important;
1139
- margin: 0 0 !important;
1140
- display: table-cell !important;
1141
- width: auto;
1142
- height: auto; }
1143
-
1144
- .ssbp--theme-2.ssbp--centred .ssbp-btn, .ssbp--theme-3.ssbp--centred .ssbp-btn, .ssbp--theme-5.ssbp--centred .ssbp-btn, .ssbp--theme-7.ssbp--centred .ssbp-btn, .ssbp--theme-8.ssbp--centred .ssbp-btn, .ssbp--theme-9.ssbp--centred .ssbp-btn, .ssbp--theme-10.ssbp--centred .ssbp-btn, .ssbp--theme-11.ssbp--centred .ssbp-btn {
1145
- display: block;
1146
- width: auto; }
1147
-
1148
- .ssbp--theme-2 .ssbp-list li {
1149
- overflow: hidden;
1150
- margin: 0; }
1151
-
1152
- .ssbp--theme-2 .ssbp-btn {
1153
- width: 3em;
1154
- height: 3em;
1155
- line-height: 3em;
1156
- position: relative;
1157
- color: #fff;
1158
- -webkit-transition: .25s;
1159
- transition: .25s;
1160
- border-bottom: 0; }
1161
-
1162
- .ssbp--theme-2 .ssbp-btn:before {
1163
- -webkit-transition: .25s;
1164
- transition: .25s; }
1165
-
1166
- .ssbp--theme-2 .ssbp-btn + .ssbp-each-share {
1167
- position: absolute;
1168
- z-index: 10;
1169
- bottom: 0;
1170
- left: 0;
1171
- right: 0;
1172
- -webkit-transform: translateY(0);
1173
- transform: translateY(0);
1174
- -webkit-transition: .25s;
1175
- transition: .25s; }
1176
-
1177
- .ssbp--theme-2 .ssbp-btn:hover, .ssbp--theme-2 .ssbp-btn:focus, .ssbp--theme-2 .ssbp-btn:active, .ssbp--theme-2 .ssbp-btn:visited {
1178
- z-index: 10;
1179
- color: #fff; }
1180
-
1181
- .ssbp--theme-2 .ssbp-btn:hover:before, .ssbp--theme-2 .ssbp-btn:focus:before, .ssbp--theme-2 .ssbp-btn:active:before, .ssbp--theme-2 .ssbp-btn:visited:before {
1182
- -webkit-transform: none !important;
1183
- transform: none !important; }
1184
-
1185
- .ssbp--theme-2 .ssbp-btn:hover + .ssbp-each-share, .ssbp--theme-2 .ssbp-btn:focus + .ssbp-each-share, .ssbp--theme-2 .ssbp-btn:active + .ssbp-each-share, .ssbp--theme-2 .ssbp-btn:visited + .ssbp-each-share {
1186
- -webkit-transform: translateY(100%);
1187
- transform: translateY(100%); }
1188
-
1189
- .ssbp--theme-2 .ssbp-btn:active {
1190
- -webkit-transform: scale(1.2);
1191
- transform: scale(1.2); }
1192
-
1193
- .ssbp--theme-2[data-ssbp-counts="true"] .ssbp-btn:before {
1194
- -webkit-transform: translateY(-0.25em) scale(0.75);
1195
- transform: translateY(-0.25em) scale(0.75); }
1196
-
1197
- .ssbp--theme-2 .ssbp-buffer {
1198
- background-color: #272727; }
1199
-
1200
- .ssbp--theme-2 .ssbp-buffer:hover, .ssbp--theme-2 .ssbp-buffer:focus, .ssbp--theme-2 .ssbp-buffer:active {
1201
- background-color: #0e0e0e; }
1202
-
1203
- .ssbp--theme-2 .ssbp-diggit {
1204
- background-color: #14589E; }
1205
-
1206
- .ssbp--theme-2 .ssbp-diggit:hover,
1207
- .ssbp--theme-2 .ssbp-diggit:focus,
1208
- .ssbp--theme-2 .ssbp-diggit:active {
1209
- background-color: #0e3f71; }
1210
-
1211
- .ssbp--theme-2 .ssbp-email {
1212
- background-color: #787878; }
1213
-
1214
- .ssbp--theme-2 .ssbp-email:hover, .ssbp--theme-2 .ssbp-email:focus, .ssbp--theme-2 .ssbp-email:active {
1215
- background-color: #5f5f5f; }
1216
-
1217
- .ssbp--theme-2 .ssbp-ellipsis {
1218
- background-color: #4582EC; }
1219
-
1220
- .ssbp--theme-2 .ssbp-ellipsis:hover, .ssbp--theme-2 .ssbp-ellipsis:focus, .ssbp--theme-2 .ssbp-ellipsis:active {
1221
- background-color: #1863e6; }
1222
-
1223
- .ssbp--theme-2 .ssbp-facebook {
1224
- background-color: #3b5998; }
1225
-
1226
- .ssbp--theme-2 .ssbp-facebook:hover, .ssbp--theme-2 .ssbp-facebook:focus, .ssbp--theme-2 .ssbp-facebook:active {
1227
- background-color: #2d4373; }
1228
-
1229
- .ssbp--theme-2 .ssbp-facebook_save {
1230
- background-color: #3b5998; }
1231
-
1232
- .ssbp--theme-2 .ssbp-facebook_save:hover, .ssbp--theme-2 .ssbp-facebook_save:focus, .ssbp--theme-2 .ssbp-facebook_save:active {
1233
- background-color: #2d4373; }
1234
-
1235
- .ssbp--theme-2 .ssbp-facebook-messenger {
1236
- background-color: #0084FF; }
1237
-
1238
- .ssbp--theme-2 .ssbp-facebook-messenger:hover, .ssbp--theme-2 .ssbp-facebook-messenger:focus, .ssbp--theme-2 .ssbp-facebook-messenger:active {
1239
- background-color: #006acc; }
1240
-
1241
- .ssbp--theme-2 .ssbp-flattr {
1242
- background-color: #f67C1A; }
1243
-
1244
- .ssbp--theme-2 .ssbp-flattr:hover, .ssbp--theme-2 .ssbp-flattr:focus, .ssbp--theme-2 .ssbp-flattr:active {
1245
- background-color: #d56308; }
1246
-
1247
- .ssbp--theme-2 .ssbp-google {
1248
- background-color: #DC4E41; }
1249
-
1250
- .ssbp--theme-2 .ssbp-google:hover, .ssbp--theme-2 .ssbp-google:focus, .ssbp--theme-2 .ssbp-google:active {
1251
- background-color: #c63224; }
1252
-
1253
- .ssbp--theme-2 .ssbp-linkedin {
1254
- background-color: #007bb6; }
1255
-
1256
- .ssbp--theme-2 .ssbp-linkedin:hover, .ssbp--theme-2 .ssbp-linkedin:focus, .ssbp--theme-2 .ssbp-linkedin:active {
1257
- background-color: #005983; }
1258
-
1259
- .ssbp--theme-2 .ssbp-pinterest {
1260
- background-color: #ce1a19; }
1261
-
1262
- .ssbp--theme-2 .ssbp-pinterest:hover, .ssbp--theme-2 .ssbp-pinterest:focus, .ssbp--theme-2 .ssbp-pinterest:active {
1263
- background-color: #a11413; }
1264
-
1265
- .ssbp--theme-2 .ssbp-print {
1266
- background-color: #1F6B43; }
1267
-
1268
- .ssbp--theme-2 .ssbp-print:hover, .ssbp--theme-2 .ssbp-print:focus, .ssbp--theme-2 .ssbp-print:active {
1269
- background-color: #14432a; }
1270
-
1271
- .ssbp--theme-2 .ssbp-reddit {
1272
- background-color: #FF4500; }
1273
-
1274
- .ssbp--theme-2 .ssbp-reddit:hover, .ssbp--theme-2 .ssbp-reddit:focus, .ssbp--theme-2 .ssbp-reddit:active {
1275
- background-color: #cc3700; }
1276
-
1277
- .ssbp--theme-2 .ssbp-simplesharebuttons {
1278
- background-color: #4582ec; }
1279
-
1280
- .ssbp--theme-2 .ssbp-simplesharebuttons:hover, .ssbp--theme-2 .ssbp-simplesharebuttons:focus, .ssbp--theme-2 .ssbp-simplesharebuttons:active {
1281
- background-color: #1863e6; }
1282
-
1283
- .ssbp--theme-2 .ssbp-stumbleupon {
1284
- background-color: #EB4924; }
1285
-
1286
- .ssbp--theme-2 .ssbp-stumbleupon:hover, .ssbp--theme-2 .ssbp-stumbleupon:focus, .ssbp--theme-2 .ssbp-stumbleupon:active {
1287
- background-color: #ca3412; }
1288
-
1289
- .ssbp--theme-2 .ssbp-tumblr {
1290
- background-color: #2C4762; }
1291
-
1292
- .ssbp--theme-2 .ssbp-tumblr:hover, .ssbp--theme-2 .ssbp-tumblr:focus, .ssbp--theme-2 .ssbp-tumblr:active {
1293
- background-color: #1c2e3f; }
1294
-
1295
- .ssbp--theme-2 .ssbp-twitter {
1296
- background-color: #00a9f1; }
1297
-
1298
- .ssbp--theme-2 .ssbp-twitter:hover, .ssbp--theme-2 .ssbp-twitter:focus, .ssbp--theme-2 .ssbp-twitter:active {
1299
- background-color: #0085be; }
1300
-
1301
- .ssbp--theme-2 .ssbp-vk {
1302
- background-color: #45668E; }
1303
-
1304
- .ssbp--theme-2 .ssbp-vk:hover, .ssbp--theme-2 .ssbp-vk:focus, .ssbp--theme-2 .ssbp-vk:active {
1305
- background-color: #344d6c; }
1306
-
1307
- .ssbp--theme-2 .ssbp-whatsapp {
1308
- background-color: #34AF23; }
1309
-
1310
- .ssbp--theme-2 .ssbp-whatsapp:hover, .ssbp--theme-2 .ssbp-whatsapp:focus, .ssbp--theme-2 .ssbp-whatsapp:active {
1311
- background-color: #27851b; }
1312
-
1313
- .ssbp--theme-2 .ssbp-yummly {
1314
- background-color: #E16120; }
1315
-
1316
- .ssbp--theme-2 .ssbp-yummly:hover, .ssbp--theme-2 .ssbp-yummly:focus, .ssbp--theme-2 .ssbp-yummly:active {
1317
- background-color: #b64d18; }
1318
-
1319
- .ssbp--theme-2 .ssbp-xing {
1320
- background-color: #026466; }
1321
-
1322
- .ssbp--theme-2 .ssbp-xing:hover, .ssbp--theme-2 .ssbp-xing:focus, .ssbp--theme-2 .ssbp-xing:active {
1323
- background-color: #013334; }
1324
-
1325
- .ssbp--theme-2 .ssbp-each-share {
1326
- padding: 2px;
1327
- background-color: rgba(0, 0, 0, 0.1);
1328
- font-size: 10px;
1329
- text-align: center;
1330
- color: #FFF; }
1331
-
1332
- .ssbp--theme-2 .ssbp-toggle-switch, .ssbp--theme-3 .ssbp-toggle-switch, .ssbp--theme-10 .ssbp-toggle-switch, .ssbp--theme-11 .ssbp-toggle-switch {
1333
- background: #4C4C4C;
1334
- background: rgba(39, 39, 39, 0.8);
1335
- border-radius: 0;
1336
- color: #fff; }
1337
-
1338
- .ssbp--theme-2 .ssbp-toggle-switch:active, .ssbp--theme-3 .ssbp-toggle-switch:active, .ssbp--theme-10 .ssbp-toggle-switch:active, .ssbp--theme-11 .ssbp-toggle-switch:active, .ssbp--theme-2 .ssbp-toggle-switch:hover, .ssbp--theme-3 .ssbp-toggle-switch:hover, .ssbp--theme-10 .ssbp-toggle-switch:hover, .ssbp--theme-11 .ssbp-toggle-switch:hover, .ssbp--theme-2 .ssbp-toggle-switch:focus, .ssbp--theme-3 .ssbp-toggle-switch:focus, .ssbp--theme-10 .ssbp-toggle-switch:focus, .ssbp--theme-11 .ssbp-toggle-switch:focus {
1339
- background: #4C4C4C;
1340
- background: rgba(39, 39, 39, 0.9); }
1341
-
1342
- .ssbp--theme-1 .ssbp-toggle-switch, .ssbp--theme-4 .ssbp-toggle-switch, .ssbp--theme-5 .ssbp-toggle-switch, .ssbp--theme-6 .ssbp-toggle-switch, .ssbp--theme-7 .ssbp-toggle-switch, .ssbp--theme-8 .ssbp-toggle-switch, .ssbp--theme-9 .ssbp-toggle-switch {
1343
- background: #fff;
1344
- background: rgba(255, 255, 255, 0.8);
1345
- color: #272727;
1346
- border-radius: 0; }
1347
-
1348
- .ssbp--theme-1 .ssbp-toggle-switch:active, .ssbp--theme-4 .ssbp-toggle-switch:active, .ssbp--theme-5 .ssbp-toggle-switch:active, .ssbp--theme-6 .ssbp-toggle-switch:active, .ssbp--theme-7 .ssbp-toggle-switch:active, .ssbp--theme-8 .ssbp-toggle-switch:active, .ssbp--theme-9 .ssbp-toggle-switch:active, .ssbp--theme-1 .ssbp-toggle-switch:hover, .ssbp--theme-4 .ssbp-toggle-switch:hover, .ssbp--theme-5 .ssbp-toggle-switch:hover, .ssbp--theme-6 .ssbp-toggle-switch:hover, .ssbp--theme-7 .ssbp-toggle-switch:hover, .ssbp--theme-8 .ssbp-toggle-switch:hover, .ssbp--theme-9 .ssbp-toggle-switch:hover, .ssbp--theme-1 .ssbp-toggle-switch:focus, .ssbp--theme-4 .ssbp-toggle-switch:focus, .ssbp--theme-5 .ssbp-toggle-switch:focus, .ssbp--theme-6 .ssbp-toggle-switch:focus, .ssbp--theme-7 .ssbp-toggle-switch:focus, .ssbp--theme-8 .ssbp-toggle-switch:focus, .ssbp--theme-9 .ssbp-toggle-switch:focus {
1349
- background: #fff;
1350
- background: rgba(255, 255, 255, 0.9); }
1351
-
1352
- .ssbp--theme-2.ssbp--centred .ssbp-list, .ssbp--theme-3.ssbp--centred .ssbp-list, .ssbp--theme-5.ssbp--centred .ssbp-list, .ssbp--theme-7.ssbp--centred .ssbp-list, .ssbp--theme-8.ssbp--centred .ssbp-list, .ssbp--theme-9.ssbp--centred .ssbp-list, .ssbp--theme-10.ssbp--centred .ssbp-list, .ssbp--theme-11.ssbp--centred .ssbp-list {
1353
- display: table;
1354
- table-layout: fixed;
1355
- width: 100%; }
1356
-
1357
- .ssbp--theme-2.ssbp--centred .ssbp-list li, .ssbp--theme-3.ssbp--centred .ssbp-list li, .ssbp--theme-5.ssbp--centred .ssbp-list li, .ssbp--theme-7.ssbp--centred .ssbp-list li, .ssbp--theme-8.ssbp--centred .ssbp-list li, .ssbp--theme-9.ssbp--centred .ssbp-list li, .ssbp--theme-10.ssbp--centred .ssbp-list li, .ssbp--theme-11.ssbp--centred .ssbp-list li {
1358
- display: inline-block !important;
1359
- margin: 0 0 !important;
1360
- display: table-cell !important;
1361
- width: auto;
1362
- height: auto; }
1363
-
1364
- .ssbp--theme-2.ssbp--centred .ssbp-btn, .ssbp--theme-3.ssbp--centred .ssbp-btn, .ssbp--theme-5.ssbp--centred .ssbp-btn, .ssbp--theme-7.ssbp--centred .ssbp-btn, .ssbp--theme-8.ssbp--centred .ssbp-btn, .ssbp--theme-9.ssbp--centred .ssbp-btn, .ssbp--theme-10.ssbp--centred .ssbp-btn, .ssbp--theme-11.ssbp--centred .ssbp-btn {
1365
- display: block;
1366
- width: auto; }
1367
-
1368
- .ssbp--theme-3 .ssbp-list li {
1369
- margin: 0; }
1370
-
1371
- .ssbp--theme-3 .ssbp-btn {
1372
- display: block;
1373
- color: #fff;
1374
- text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
1375
- -webkit-transition: background-color .25s;
1376
- transition: background-color .25s;
1377
- border-bottom: 0; }
1378
-
1379
- .ssbp--theme-3 .ssbp-btn:before {
1380
- vertical-align: middle; }
1381
-
1382
- .ssbp--theme-3 .ssbp-btn:active {
1383
- box-shadow: inset 0 0 0.5em rgba(0, 0, 0, 0.33); }
1384
-
1385
- .ssbp--theme-3 .ssbp-btn:hover, .ssbp--theme-3 .ssbp-btn:focus, .ssbp--theme-3 .ssbp-btn:active, .ssbp--theme-3 .ssbp-btn:visited {
1386
- color: #fff; }
1387
-
1388
- .ssbp--theme-3 .ssbp-buffer {
1389
- background-color: #272727; }
1390
-
1391
- .ssbp--theme-3 .ssbp-buffer:hover, .ssbp--theme-3 .ssbp-buffer:focus, .ssbp--theme-3 .ssbp-buffer:active, .ssbp--theme-3 .ssbp-buffer + .ssbp-each-share {
1392
- background-color: #0e0e0e; }
1393
-
1394
- .ssbp--theme-3 .ssbp-diggit {
1395
- background-color: #14589E; }
1396
-
1397
- .ssbp--theme-3 .ssbp-diggit:hover,
1398
- .ssbp--theme-3 .ssbp-diggit:focus,
1399
- .ssbp--theme-3 .ssbp-diggit:active,
1400
- .ssbp--theme-3 .ssbp-diggit + .ssbp-each-share {
1401
- background-color: #0e3f71; }
1402
-
1403
- .ssbp--theme-3 .ssbp-email {
1404
- background-color: #787878; }
1405
-
1406
- .ssbp--theme-3 .ssbp-email:hover, .ssbp--theme-3 .ssbp-email:focus, .ssbp--theme-3 .ssbp-email:active, .ssbp--theme-3 .ssbp-email + .ssbp-each-share {
1407
- background-color: #5f5f5f; }
1408
-
1409
- .ssbp--theme-3 .ssbp-ellipsis {
1410
- background-color: #4582EC; }
1411
-
1412
- .ssbp--theme-3 .ssbp-ellipsis:hover, .ssbp--theme-3 .ssbp-ellipsis:focus, .ssbp--theme-3 .ssbp-ellipsis:active, .ssbp--theme-3 .ssbp-ellipsis + .ssbp-each-share {
1413
- background-color: #1863e6; }
1414
-
1415
- .ssbp--theme-3 .ssbp-facebook {
1416
- background-color: #3b5998; }
1417
-
1418
- .ssbp--theme-3 .ssbp-facebook:hover, .ssbp--theme-3 .ssbp-facebook:focus, .ssbp--theme-3 .ssbp-facebook:active, .ssbp--theme-3 .ssbp-facebook + .ssbp-each-share {
1419
- background-color: #2d4373; }
1420
-
1421
- .ssbp--theme-3 .ssbp-facebook_save {
1422
- background-color: #3b5998; }
1423
-
1424
- .ssbp--theme-3 .ssbp-facebook_save:hover, .ssbp--theme-3 .ssbp-facebook_save:focus, .ssbp--theme-3 .ssbp-facebook_save:active, .ssbp--theme-3 .ssbp-facebook_save + .ssbp-each-share {
1425
- background-color: #2d4373; }
1426
-
1427
- .ssbp--theme-3 .ssbp-facebook-messenger {
1428
- background-color: #0084FF; }
1429
-
1430
- .ssbp--theme-3 .ssbp-facebook-messenger:hover, .ssbp--theme-3 .ssbp-facebook-messenger:focus, .ssbp--theme-3 .ssbp-facebook-messenger:active, .ssbp--theme-3 .ssbp-facebook-messenger + .ssbp-each-share {
1431
- background-color: #006acc; }
1432
-
1433
- .ssbp--theme-3 .ssbp-flattr {
1434
- background-color: #f67C1A; }
1435
-
1436
- .ssbp--theme-3 .ssbp-flattr:hover, .ssbp--theme-3 .ssbp-flattr:focus, .ssbp--theme-3 .ssbp-flattr:active, .ssbp--theme-3 .ssbp-flattr + .ssbp-each-share {
1437
- background-color: #d56308; }
1438
-
1439
- .ssbp--theme-3 .ssbp-google {
1440
- background-color: #DC4E41; }
1441
-
1442
- .ssbp--theme-3 .ssbp-google:hover, .ssbp--theme-3 .ssbp-google:focus, .ssbp--theme-3 .ssbp-google:active, .ssbp--theme-3 .ssbp-google + .ssbp-each-share {
1443
- background-color: #c63224; }
1444
-
1445
- .ssbp--theme-3 .ssbp-linkedin {
1446
- background-color: #007bb6; }
1447
-
1448
- .ssbp--theme-3 .ssbp-linkedin:hover, .ssbp--theme-3 .ssbp-linkedin:focus, .ssbp--theme-3 .ssbp-linkedin:active, .ssbp--theme-3 .ssbp-linkedin + .ssbp-each-share {
1449
- background-color: #005983; }
1450
-
1451
- .ssbp--theme-3 .ssbp-pinterest {
1452
- background-color: #ce1a19; }
1453
-
1454
- .ssbp--theme-3 .ssbp-pinterest:hover, .ssbp--theme-3 .ssbp-pinterest:focus, .ssbp--theme-3 .ssbp-pinterest:active, .ssbp--theme-3 .ssbp-pinterest + .ssbp-each-share {
1455
- background-color: #a11413; }
1456
-
1457
- .ssbp--theme-3 .ssbp-print {
1458
- background-color: #1F6B43; }
1459
-
1460
- .ssbp--theme-3 .ssbp-print:hover, .ssbp--theme-3 .ssbp-print:focus, .ssbp--theme-3 .ssbp-print:active, .ssbp--theme-3 .ssbp-print + .ssbp-each-share {
1461
- background-color: #14432a; }
1462
-
1463
- .ssbp--theme-3 .ssbp-reddit {
1464
- background-color: #FF4500; }
1465
-
1466
- .ssbp--theme-3 .ssbp-reddit:hover, .ssbp--theme-3 .ssbp-reddit:focus, .ssbp--theme-3 .ssbp-reddit:active, .ssbp--theme-3 .ssbp-reddit + .ssbp-each-share {
1467
- background-color: #cc3700; }
1468
-
1469
- .ssbp--theme-3 .ssbp-simplesharebuttons {
1470
- background-color: #4582ec; }
1471
-
1472
- .ssbp--theme-3 .ssbp-simplesharebuttons:hover, .ssbp--theme-3 .ssbp-simplesharebuttons:focus, .ssbp--theme-3 .ssbp-simplesharebuttons:active, .ssbp--theme-3 .ssbp-simplesharebuttons + .ssbp-each-share {
1473
- background-color: #1863e6; }
1474
-
1475
- .ssbp--theme-3 .ssbp-stumbleupon {
1476
- background-color: #EB4924; }
1477
-
1478
- .ssbp--theme-3 .ssbp-stumbleupon:hover, .ssbp--theme-3 .ssbp-stumbleupon:focus, .ssbp--theme-3 .ssbp-stumbleupon:active, .ssbp--theme-3 .ssbp-stumbleupon + .ssbp-each-share {
1479
- background-color: #ca3412; }
1480
-
1481
- .ssbp--theme-3 .ssbp-tumblr {
1482
- background-color: #2C4762; }
1483
-
1484
- .ssbp--theme-3 .ssbp-tumblr:hover, .ssbp--theme-3 .ssbp-tumblr:focus, .ssbp--theme-3 .ssbp-tumblr:active, .ssbp--theme-3 .ssbp-tumblr + .ssbp-each-share {
1485
- background-color: #1c2e3f; }
1486
-
1487
- .ssbp--theme-3 .ssbp-twitter {
1488
- background-color: #00a9f1; }
1489
-
1490
- .ssbp--theme-3 .ssbp-twitter:hover, .ssbp--theme-3 .ssbp-twitter:focus, .ssbp--theme-3 .ssbp-twitter:active, .ssbp--theme-3 .ssbp-twitter + .ssbp-each-share {
1491
- background-color: #0085be; }
1492
-
1493
- .ssbp--theme-3 .ssbp-vk {
1494
- background-color: #45668E; }
1495
-
1496
- .ssbp--theme-3 .ssbp-vk:hover, .ssbp--theme-3 .ssbp-vk:focus, .ssbp--theme-3 .ssbp-vk:active, .ssbp--theme-3 .ssbp-vk + .ssbp-each-share {
1497
- background-color: #344d6c; }
1498
-
1499
- .ssbp--theme-3 .ssbp-whatsapp {
1500
- background-color: #34AF23; }
1501
-
1502
- .ssbp--theme-3 .ssbp-whatsapp:hover, .ssbp--theme-3 .ssbp-whatsapp:focus, .ssbp--theme-3 .ssbp-whatsapp:active, .ssbp--theme-3 .ssbp-whatsapp + .ssbp-each-share {
1503
- background-color: #27851b; }
1504
-
1505
- .ssbp--theme-3 .ssbp-yummly {
1506
- background-color: #E16120; }
1507
-
1508
- .ssbp--theme-3 .ssbp-yummly:hover, .ssbp--theme-3 .ssbp-yummly:focus, .ssbp--theme-3 .ssbp-yummly:active, .ssbp--theme-3 .ssbp-yummly + .ssbp-each-share {
1509
- background-color: #b64d18; }
1510
-
1511
- .ssbp--theme-3 .ssbp-xing {
1512
- background-color: #026466; }
1513
-
1514
- .ssbp--theme-3 .ssbp-xing:hover, .ssbp--theme-3 .ssbp-xing:focus, .ssbp--theme-3 .ssbp-xing:active, .ssbp--theme-3 .ssbp-xing + .ssbp-each-share {
1515
- background-color: #013334; }
1516
-
1517
- .ssbp--theme-3 .ssbp-each-share {
1518
- padding: 2px;
1519
- font-size: 10px;
1520
- text-align: center;
1521
- color: #FFF; }
1522
-
1523
- .ssbp--theme-2 .ssbp-toggle-switch, .ssbp--theme-3 .ssbp-toggle-switch, .ssbp--theme-10 .ssbp-toggle-switch, .ssbp--theme-11 .ssbp-toggle-switch {
1524
- background: #4C4C4C;
1525
- background: rgba(39, 39, 39, 0.8);
1526
- border-radius: 0;
1527
- color: #fff; }
1528
-
1529
- .ssbp--theme-2 .ssbp-toggle-switch:active, .ssbp--theme-3 .ssbp-toggle-switch:active, .ssbp--theme-10 .ssbp-toggle-switch:active, .ssbp--theme-11 .ssbp-toggle-switch:active, .ssbp--theme-2 .ssbp-toggle-switch:hover, .ssbp--theme-3 .ssbp-toggle-switch:hover, .ssbp--theme-10 .ssbp-toggle-switch:hover, .ssbp--theme-11 .ssbp-toggle-switch:hover, .ssbp--theme-2 .ssbp-toggle-switch:focus, .ssbp--theme-3 .ssbp-toggle-switch:focus, .ssbp--theme-10 .ssbp-toggle-switch:focus, .ssbp--theme-11 .ssbp-toggle-switch:focus {
1530
- background: #4C4C4C;
1531
- background: rgba(39, 39, 39, 0.9); }
1532
-
1533
- .ssbp--theme-1 .ssbp-toggle-switch, .ssbp--theme-4 .ssbp-toggle-switch, .ssbp--theme-5 .ssbp-toggle-switch, .ssbp--theme-6 .ssbp-toggle-switch, .ssbp--theme-7 .ssbp-toggle-switch, .ssbp--theme-8 .ssbp-toggle-switch, .ssbp--theme-9 .ssbp-toggle-switch {
1534
- background: #fff;
1535
- background: rgba(255, 255, 255, 0.8);
1536
- color: #272727;
1537
- border-radius: 0; }
1538
-
1539
- .ssbp--theme-1 .ssbp-toggle-switch:active, .ssbp--theme-4 .ssbp-toggle-switch:active, .ssbp--theme-5 .ssbp-toggle-switch:active, .ssbp--theme-6 .ssbp-toggle-switch:active, .ssbp--theme-7 .ssbp-toggle-switch:active, .ssbp--theme-8 .ssbp-toggle-switch:active, .ssbp--theme-9 .ssbp-toggle-switch:active, .ssbp--theme-1 .ssbp-toggle-switch:hover, .ssbp--theme-4 .ssbp-toggle-switch:hover, .ssbp--theme-5 .ssbp-toggle-switch:hover, .ssbp--theme-6 .ssbp-toggle-switch:hover, .ssbp--theme-7 .ssbp-toggle-switch:hover, .ssbp--theme-8 .ssbp-toggle-switch:hover, .ssbp--theme-9 .ssbp-toggle-switch:hover, .ssbp--theme-1 .ssbp-toggle-switch:focus, .ssbp--theme-4 .ssbp-toggle-switch:focus, .ssbp--theme-5 .ssbp-toggle-switch:focus, .ssbp--theme-6 .ssbp-toggle-switch:focus, .ssbp--theme-7 .ssbp-toggle-switch:focus, .ssbp--theme-8 .ssbp-toggle-switch:focus, .ssbp--theme-9 .ssbp-toggle-switch:focus {
1540
- background: #fff;
1541
- background: rgba(255, 255, 255, 0.9); }
1542
-
1543
- .ssbp--theme-2.ssbp--centred .ssbp-list, .ssbp--theme-3.ssbp--centred .ssbp-list, .ssbp--theme-5.ssbp--centred .ssbp-list, .ssbp--theme-7.ssbp--centred .ssbp-list, .ssbp--theme-8.ssbp--centred .ssbp-list, .ssbp--theme-9.ssbp--centred .ssbp-list, .ssbp--theme-10.ssbp--centred .ssbp-list, .ssbp--theme-11.ssbp--centred .ssbp-list {
1544
- display: table;
1545
- table-layout: fixed;
1546
- width: 100%; }
1547
-
1548
- .ssbp--theme-2.ssbp--centred .ssbp-list li, .ssbp--theme-3.ssbp--centred .ssbp-list li, .ssbp--theme-5.ssbp--centred .ssbp-list li, .ssbp--theme-7.ssbp--centred .ssbp-list li, .ssbp--theme-8.ssbp--centred .ssbp-list li, .ssbp--theme-9.ssbp--centred .ssbp-list li, .ssbp--theme-10.ssbp--centred .ssbp-list li, .ssbp--theme-11.ssbp--centred .ssbp-list li {
1549
- display: inline-block !important;
1550
- margin: 0 12px !important;
1551
- display: table-cell !important;
1552
- width: auto;
1553
- height: auto; }
1554
-
1555
- .ssbp--theme-2.ssbp--centred .ssbp-btn, .ssbp--theme-3.ssbp--centred .ssbp-btn, .ssbp--theme-5.ssbp--centred .ssbp-btn, .ssbp--theme-7.ssbp--centred .ssbp-btn, .ssbp--theme-8.ssbp--centred .ssbp-btn, .ssbp--theme-9.ssbp--centred .ssbp-btn, .ssbp--theme-10.ssbp--centred .ssbp-btn, .ssbp--theme-11.ssbp--centred .ssbp-btn {
1556
- display: block;
1557
- width: auto; }
1558
-
1559
- .ssbp--theme-4[class*="ssbp--fixed"] .ssbp-container {
1560
- background-color: rgba(255, 255, 255, 0.8);
1561
- padding: 8px; }
1562
-
1563
- .ssbp--theme-4 .ssbp-btn {
1564
- width: 3em;
1565
- height: 3em;
1566
- line-height: 3em;
1567
- border-radius: 7.5px;
1568
- color: #fff;
1569
- -webkit-transition: background-color .25s;
1570
- transition: background-color .25s;
1571
- box-shadow: inset 0 -1.5em 2em rgba(255, 255, 255, 0.1);
1572
- border-bottom: 0; }
1573
-
1574
- .ssbp--theme-4 .ssbp-btn:hover, .ssbp--theme-4 .ssbp-btn:focus, .ssbp--theme-4 .ssbp-btn:active {
1575
- box-shadow: inset 0 -1.5em 2em rgba(255, 255, 255, 0.1), inset 0 0 3.5em rgba(0, 0, 0, 0.33); }
1576
-
1577
- .ssbp--theme-4 .ssbp-btn:hover, .ssbp--theme-4 .ssbp-btn:focus, .ssbp--theme-4 .ssbp-btn:active, .ssbp--theme-4 .ssbp-btn:visited {
1578
- color: #fff; }
1579
-
1580
- .ssbp--theme-4 .ssbp-list li {
1581
- margin-left: 12px; }
1582
-
1583
- .ssbp--theme-4 .ssbp-buffer {
1584
- background-color: #272727; }
1585
-
1586
- .ssbp--theme-4 .ssbp-diggit {
1587
- background-color: #14589E; }
1588
-
1589
- .ssbp--theme-4 .ssbp-email {
1590
- background-color: #787878; }
1591
-
1592
- .ssbp--theme-4 .ssbp-ellipsis {
1593
- background-color: #4582EC; }
1594
-
1595
- .ssbp--theme-4 .ssbp-facebook {
1596
- background-color: #3b5998; }
1597
-
1598
- .ssbp--theme-4 .ssbp-facebook_save {
1599
- background-color: #3b5998; }
1600
-
1601
- .ssbp--theme-4 .ssbp-facebook-messenger {
1602
- background-color: #0084FF; }
1603
-
1604
- .ssbp--theme-4 .ssbp-flattr {
1605
- background-color: #f67C1A; }
1606
-
1607
- .ssbp--theme-4 .ssbp-google {
1608
- background-color: #DC4E41; }
1609
-
1610
- .ssbp--theme-4 .ssbp-linkedin {
1611
- background-color: #007bb6; }
1612
-
1613
- .ssbp--theme-4 .ssbp-pinterest {
1614
- background-color: #ce1a19; }
1615
-
1616
- .ssbp--theme-4 .ssbp-print {
1617
- background-color: #1F6B43; }
1618
-
1619
- .ssbp--theme-4 .ssbp-reddit {
1620
- background-color: #FF4500; }
1621
-
1622
- .ssbp--theme-4 .ssbp-simplesharebuttons {
1623
- background-color: #4582ec; }
1624
-
1625
- .ssbp--theme-4 .ssbp-stumbleupon {
1626
- background-color: #EB4924; }
1627
-
1628
- .ssbp--theme-4 .ssbp-tumblr {
1629
- background-color: #2C4762; }
1630
-
1631
- .ssbp--theme-4 .ssbp-twitter {
1632
- background-color: #00a9f1; }
1633
-
1634
- .ssbp--theme-4 .ssbp-vk {
1635
- background-color: #45668E; }
1636
-
1637
- .ssbp--theme-4 .ssbp-whatsapp {
1638
- background-color: #34AF23; }
1639
-
1640
- .ssbp--theme-4 .ssbp-yummly {
1641
- background-color: #E16120; }
1642
-
1643
- .ssbp--theme-4 .ssbp-xing {
1644
- background-color: #026466; }
1645
-
1646
- .ssbp--theme-4 .ssbp-each-share {
1647
- position: absolute;
1648
- bottom: 100%;
1649
- right: 0;
1650
- z-index: 11;
1651
- min-width: 1.25em;
1652
- margin-right: -6px;
1653
- margin-bottom: -8px;
1654
- padding: 2px 4px;
1655
- border-radius: 8px;
1656
- background-color: #F22121;
1657
- font-size: 10px;
1658
- color: #FFF;
1659
- text-align: center; }
1660
-
1661
- .ssbp--theme-4.ssbp--fixed-right .ssbp-each-share {
1662
- left: auto;
1663
- right: 100%;
1664
- margin-left: 0;
1665
- margin-right: -16px; }
1666
-
1667
- .ssbp--theme-2 .ssbp-toggle-switch, .ssbp--theme-3 .ssbp-toggle-switch, .ssbp--theme-10 .ssbp-toggle-switch, .ssbp--theme-11 .ssbp-toggle-switch {
1668
- background: #4C4C4C;
1669
- background: rgba(39, 39, 39, 0.8);
1670
- border-radius: 0;
1671
- color: #fff; }
1672
-
1673
- .ssbp--theme-2 .ssbp-toggle-switch:active, .ssbp--theme-3 .ssbp-toggle-switch:active, .ssbp--theme-10 .ssbp-toggle-switch:active, .ssbp--theme-11 .ssbp-toggle-switch:active, .ssbp--theme-2 .ssbp-toggle-switch:hover, .ssbp--theme-3 .ssbp-toggle-switch:hover, .ssbp--theme-10 .ssbp-toggle-switch:hover, .ssbp--theme-11 .ssbp-toggle-switch:hover, .ssbp--theme-2 .ssbp-toggle-switch:focus, .ssbp--theme-3 .ssbp-toggle-switch:focus, .ssbp--theme-10 .ssbp-toggle-switch:focus, .ssbp--theme-11 .ssbp-toggle-switch:focus {
1674
- background: #4C4C4C;
1675
- background: rgba(39, 39, 39, 0.9); }
1676
-
1677
- .ssbp--theme-1 .ssbp-toggle-switch, .ssbp--theme-4 .ssbp-toggle-switch, .ssbp--theme-5 .ssbp-toggle-switch, .ssbp--theme-6 .ssbp-toggle-switch, .ssbp--theme-7 .ssbp-toggle-switch, .ssbp--theme-8 .ssbp-toggle-switch, .ssbp--theme-9 .ssbp-toggle-switch {
1678
- background: #fff;
1679
- background: rgba(255, 255, 255, 0.8);
1680
- color: #272727;
1681
- border-radius: 0; }
1682
-
1683
- .ssbp--theme-1 .ssbp-toggle-switch:active, .ssbp--theme-4 .ssbp-toggle-switch:active, .ssbp--theme-5 .ssbp-toggle-switch:active, .ssbp--theme-6 .ssbp-toggle-switch:active, .ssbp--theme-7 .ssbp-toggle-switch:active, .ssbp--theme-8 .ssbp-toggle-switch:active, .ssbp--theme-9 .ssbp-toggle-switch:active, .ssbp--theme-1 .ssbp-toggle-switch:hover, .ssbp--theme-4 .ssbp-toggle-switch:hover, .ssbp--theme-5 .ssbp-toggle-switch:hover, .ssbp--theme-6 .ssbp-toggle-switch:hover, .ssbp--theme-7 .ssbp-toggle-switch:hover, .ssbp--theme-8 .ssbp-toggle-switch:hover, .ssbp--theme-9 .ssbp-toggle-switch:hover, .ssbp--theme-1 .ssbp-toggle-switch:focus, .ssbp--theme-4 .ssbp-toggle-switch:focus, .ssbp--theme-5 .ssbp-toggle-switch:focus, .ssbp--theme-6 .ssbp-toggle-switch:focus, .ssbp--theme-7 .ssbp-toggle-switch:focus, .ssbp--theme-8 .ssbp-toggle-switch:focus, .ssbp--theme-9 .ssbp-toggle-switch:focus {
1684
- background: #fff;
1685
- background: rgba(255, 255, 255, 0.9); }
1686
-
1687
- .ssbp--theme-2.ssbp--centred .ssbp-list, .ssbp--theme-3.ssbp--centred .ssbp-list, .ssbp--theme-5.ssbp--centred .ssbp-list, .ssbp--theme-7.ssbp--centred .ssbp-list, .ssbp--theme-8.ssbp--centred .ssbp-list, .ssbp--theme-9.ssbp--centred .ssbp-list, .ssbp--theme-10.ssbp--centred .ssbp-list, .ssbp--theme-11.ssbp--centred .ssbp-list {
1688
- display: table;
1689
- table-layout: fixed;
1690
- width: 100%; }
1691
-
1692
- .ssbp--theme-2.ssbp--centred .ssbp-list li, .ssbp--theme-3.ssbp--centred .ssbp-list li, .ssbp--theme-5.ssbp--centred .ssbp-list li, .ssbp--theme-7.ssbp--centred .ssbp-list li, .ssbp--theme-8.ssbp--centred .ssbp-list li, .ssbp--theme-9.ssbp--centred .ssbp-list li, .ssbp--theme-10.ssbp--centred .ssbp-list li, .ssbp--theme-11.ssbp--centred .ssbp-list li {
1693
- display: inline-block !important;
1694
- margin: 0 0 !important;
1695
- display: table-cell !important;
1696
- width: auto;
1697
- height: auto; }
1698
-
1699
- .ssbp--theme-2.ssbp--centred .ssbp-btn, .ssbp--theme-3.ssbp--centred .ssbp-btn, .ssbp--theme-5.ssbp--centred .ssbp-btn, .ssbp--theme-7.ssbp--centred .ssbp-btn, .ssbp--theme-8.ssbp--centred .ssbp-btn, .ssbp--theme-9.ssbp--centred .ssbp-btn, .ssbp--theme-10.ssbp--centred .ssbp-btn, .ssbp--theme-11.ssbp--centred .ssbp-btn {
1700
- display: block;
1701
- width: auto; }
1702
-
1703
- .ssbp--theme-5 .ssbp-btn {
1704
- width: 4em;
1705
- height: 3em;
1706
- line-height: 3em;
1707
- margin-bottom: 8px;
1708
- color: #fff;
1709
- -webkit-transition: .25s;
1710
- transition: .25s;
1711
- border-bottom: 0; }
1712
-
1713
- .ssbp--theme-5 .ssbp-btn:active {
1714
- -webkit-transform: translateY(4px);
1715
- transform: translateY(4px); }
1716
-
1717
- .ssbp--theme-5 .ssbp-btn:hover, .ssbp--theme-5 .ssbp-btn:focus, .ssbp--theme-5 .ssbp-btn:active, .ssbp--theme-5 .ssbp-btn:visited {
1718
- color: #fff; }
1719
-
1720
- .ssbp--theme-5.ssbp--stacked .ssbp-list li, .ssbp--theme-5.ssbp-wrap.ssbp--fixed-left .ssbp-list li, .ssbp--theme-5.ssbp-wrap.ssbp--fixed-right .ssbp-list li {
1721
- margin-top: 0; }
1722
-
1723
- .ssbp--theme-5 .ssbp-buffer {
1724
- background-color: #272727;
1725
- box-shadow: 0 8px 0 #0e0e0e, 0 10px 12px rgba(0, 0, 0, 0.33); }
1726
-
1727
- .ssbp--theme-5 .ssbp-buffer:active {
1728
- box-shadow: 0 4px 0 #0e0e0e, 0 5px 6px rgba(0, 0, 0, 0.33); }
1729
-
1730
- .ssbp--theme-5 .ssbp-diggit {
1731
- background-color: #14589E;
1732
- box-shadow: 0 8px 0 #0e3f71, 0 10px 12px rgba(0, 0, 0, 0.33); }
1733
-
1734
- .ssbp--theme-5 .ssbp-diggit:active {
1735
- box-shadow: 0 4px 0 #0e3f71, 0 5px 6px rgba(0, 0, 0, 0.33); }
1736
-
1737
- .ssbp--theme-5 .ssbp-email {
1738
- background-color: #787878;
1739
- box-shadow: 0 8px 0 #5f5f5f, 0 10px 12px rgba(0, 0, 0, 0.33); }
1740
-
1741
- .ssbp--theme-5 .ssbp-email:active {
1742
- box-shadow: 0 4px 0 #5f5f5f, 0 5px 6px rgba(0, 0, 0, 0.33); }
1743
-
1744
- .ssbp--theme-5 .ssbp-ellipsis {
1745
- background-color: #4582EC;
1746
- box-shadow: 0 8px 0 #1863e6, 0 10px 12px rgba(0, 0, 0, 0.33); }
1747
-
1748
- .ssbp--theme-5 .ssbp-ellipsis:active {
1749
- box-shadow: 0 4px 0 #1863e6, 0 5px 6px rgba(0, 0, 0, 0.33); }
1750
-
1751
- .ssbp--theme-5 .ssbp-facebook {
1752
- background-color: #3b5998;
1753
- box-shadow: 0 8px 0 #2d4373, 0 10px 12px rgba(0, 0, 0, 0.33); }
1754
-
1755
- .ssbp--theme-5 .ssbp-facebook:active {
1756
- box-shadow: 0 4px 0 #2d4373, 0 5px 6px rgba(0, 0, 0, 0.33); }
1757
-
1758
- .ssbp--theme-5 .ssbp-facebook_save {
1759
- background-color: #3b5998;
1760
- box-shadow: 0 8px 0 #2d4373, 0 10px 12px rgba(0, 0, 0, 0.33); }
1761
-
1762
- .ssbp--theme-5 .ssbp-facebook_save:active {
1763
- box-shadow: 0 4px 0 #2d4373, 0 5px 6px rgba(0, 0, 0, 0.33); }
1764
-
1765
- .ssbp--theme-5 .ssbp-facebook-messenger {
1766
- background-color: #0084FF;
1767
- box-shadow: 0 8px 0 #006acc, 0 10px 12px rgba(0, 0, 0, 0.33); }
1768
-
1769
- .ssbp--theme-5 .ssbp-facebook-messenger:active {
1770
- box-shadow: 0 4px 0 #006acc, 0 5px 6px rgba(0, 0, 0, 0.33); }
1771
-
1772
- .ssbp--theme-5 .ssbp-flattr {
1773
- background-color: #f67C1A;
1774
- box-shadow: 0 8px 0 #d56308, 0 10px 12px rgba(0, 0, 0, 0.33); }
1775
-
1776
- .ssbp--theme-5 .ssbp-flattr:active {
1777
- box-shadow: 0 4px 0 #d56308, 0 5px 6px rgba(0, 0, 0, 0.33); }
1778
-
1779
- .ssbp--theme-5 .ssbp-google {
1780
- background-color: #DC4E41;
1781
- box-shadow: 0 8px 0 #c63224, 0 10px 12px rgba(0, 0, 0, 0.33); }
1782
-
1783
- .ssbp--theme-5 .ssbp-google:active {
1784
- box-shadow: 0 4px 0 #c63224, 0 5px 6px rgba(0, 0, 0, 0.33); }
1785
-
1786
- .ssbp--theme-5 .ssbp-linkedin {
1787
- background-color: #007bb6;
1788
- box-shadow: 0 8px 0 #005983, 0 10px 12px rgba(0, 0, 0, 0.33); }
1789
-
1790
- .ssbp--theme-5 .ssbp-linkedin:active {
1791
- box-shadow: 0 4px 0 #005983, 0 5px 6px rgba(0, 0, 0, 0.33); }
1792
-
1793
- .ssbp--theme-5 .ssbp-pinterest {
1794
- background-color: #ce1a19;
1795
- box-shadow: 0 8px 0 #a11413, 0 10px 12px rgba(0, 0, 0, 0.33); }
1796
-
1797
- .ssbp--theme-5 .ssbp-pinterest:active {
1798
- box-shadow: 0 4px 0 #a11413, 0 5px 6px rgba(0, 0, 0, 0.33); }
1799
-
1800
- .ssbp--theme-5 .ssbp-print {
1801
- background-color: #1F6B43;
1802
- box-shadow: 0 8px 0 #14432a, 0 10px 12px rgba(0, 0, 0, 0.33); }
1803
-
1804
- .ssbp--theme-5 .ssbp-print:active {
1805
- box-shadow: 0 4px 0 #14432a, 0 5px 6px rgba(0, 0, 0, 0.33); }
1806
-
1807
- .ssbp--theme-5 .ssbp-reddit {
1808
- background-color: #FF4500;
1809
- box-shadow: 0 8px 0 #cc3700, 0 10px 12px rgba(0, 0, 0, 0.33); }
1810
-
1811
- .ssbp--theme-5 .ssbp-reddit:active {
1812
- box-shadow: 0 4px 0 #cc3700, 0 5px 6px rgba(0, 0, 0, 0.33); }
1813
-
1814
- .ssbp--theme-5 .ssbp-simplesharebuttons {
1815
- background-color: #4582ec;
1816
- box-shadow: 0 8px 0 #1863e6, 0 10px 12px rgba(0, 0, 0, 0.33); }
1817
-
1818
- .ssbp--theme-5 .ssbp-simplesharebuttons:active {
1819
- box-shadow: 0 4px 0 #1863e6, 0 5px 6px rgba(0, 0, 0, 0.33); }
1820
-
1821
- .ssbp--theme-5 .ssbp-stumbleupon {
1822
- background-color: #EB4924;
1823
- box-shadow: 0 8px 0 #ca3412, 0 10px 12px rgba(0, 0, 0, 0.33); }
1824
-
1825
- .ssbp--theme-5 .ssbp-stumbleupon:active {
1826
- box-shadow: 0 4px 0 #ca3412, 0 5px 6px rgba(0, 0, 0, 0.33); }
1827
-
1828
- .ssbp--theme-5 .ssbp-tumblr {
1829
- background-color: #2C4762;
1830
- box-shadow: 0 8px 0 #1c2e3f, 0 10px 12px rgba(0, 0, 0, 0.33); }
1831
-
1832
- .ssbp--theme-5 .ssbp-tumblr:active {
1833
- box-shadow: 0 4px 0 #1c2e3f, 0 5px 6px rgba(0, 0, 0, 0.33); }
1834
-
1835
- .ssbp--theme-5 .ssbp-twitter {
1836
- background-color: #00a9f1;
1837
- box-shadow: 0 8px 0 #0085be, 0 10px 12px rgba(0, 0, 0, 0.33); }
1838
-
1839
- .ssbp--theme-5 .ssbp-twitter:active {
1840
- box-shadow: 0 4px 0 #0085be, 0 5px 6px rgba(0, 0, 0, 0.33); }
1841
-
1842
- .ssbp--theme-5 .ssbp-vk {
1843
- background-color: #45668E;
1844
- box-shadow: 0 8px 0 #344d6c, 0 10px 12px rgba(0, 0, 0, 0.33); }
1845
-
1846
- .ssbp--theme-5 .ssbp-vk:active {
1847
- box-shadow: 0 4px 0 #344d6c, 0 5px 6px rgba(0, 0, 0, 0.33); }
1848
-
1849
- .ssbp--theme-5 .ssbp-whatsapp {
1850
- background-color: #34AF23;
1851
- box-shadow: 0 8px 0 #27851b, 0 10px 12px rgba(0, 0, 0, 0.33); }
1852
-
1853
- .ssbp--theme-5 .ssbp-whatsapp:active {
1854
- box-shadow: 0 4px 0 #27851b, 0 5px 6px rgba(0, 0, 0, 0.33); }
1855
-
1856
- .ssbp--theme-5 .ssbp-yummly {
1857
- background-color: #E16120;
1858
- box-shadow: 0 8px 0 #b64d18, 0 10px 12px rgba(0, 0, 0, 0.33); }
1859
-
1860
- .ssbp--theme-5 .ssbp-yummly:active {
1861
- box-shadow: 0 4px 0 #b64d18, 0 5px 6px rgba(0, 0, 0, 0.33); }
1862
-
1863
- .ssbp--theme-5 .ssbp-xing {
1864
- background-color: #026466;
1865
- box-shadow: 0 8px 0 #013334, 0 10px 12px rgba(0, 0, 0, 0.33); }
1866
-
1867
- .ssbp--theme-5 .ssbp-xing:active {
1868
- box-shadow: 0 4px 0 #013334, 0 5px 6px rgba(0, 0, 0, 0.33); }
1869
-
1870
- .ssbp--theme-5 .ssbp-each-share {
1871
- padding-top: 3px;
1872
- text-align: center;
1873
- font-size: 12px; }
1874
-
1875
- .ssbp--theme-2 .ssbp-toggle-switch, .ssbp--theme-3 .ssbp-toggle-switch, .ssbp--theme-10 .ssbp-toggle-switch, .ssbp--theme-11 .ssbp-toggle-switch {
1876
- background: #4C4C4C;
1877
- background: rgba(39, 39, 39, 0.8);
1878
- border-radius: 0;
1879
- color: #fff; }
1880
-
1881
- .ssbp--theme-2 .ssbp-toggle-switch:active, .ssbp--theme-3 .ssbp-toggle-switch:active, .ssbp--theme-10 .ssbp-toggle-switch:active, .ssbp--theme-11 .ssbp-toggle-switch:active, .ssbp--theme-2 .ssbp-toggle-switch:hover, .ssbp--theme-3 .ssbp-toggle-switch:hover, .ssbp--theme-10 .ssbp-toggle-switch:hover, .ssbp--theme-11 .ssbp-toggle-switch:hover, .ssbp--theme-2 .ssbp-toggle-switch:focus, .ssbp--theme-3 .ssbp-toggle-switch:focus, .ssbp--theme-10 .ssbp-toggle-switch:focus, .ssbp--theme-11 .ssbp-toggle-switch:focus {
1882
- background: #4C4C4C;
1883
- background: rgba(39, 39, 39, 0.9); }
1884
-
1885
- .ssbp--theme-1 .ssbp-toggle-switch, .ssbp--theme-4 .ssbp-toggle-switch, .ssbp--theme-5 .ssbp-toggle-switch, .ssbp--theme-6 .ssbp-toggle-switch, .ssbp--theme-7 .ssbp-toggle-switch, .ssbp--theme-8 .ssbp-toggle-switch, .ssbp--theme-9 .ssbp-toggle-switch {
1886
- background: #fff;
1887
- background: rgba(255, 255, 255, 0.8);
1888
- color: #272727;
1889
- border-radius: 0; }
1890
-
1891
- .ssbp--theme-1 .ssbp-toggle-switch:active, .ssbp--theme-4 .ssbp-toggle-switch:active, .ssbp--theme-5 .ssbp-toggle-switch:active, .ssbp--theme-6 .ssbp-toggle-switch:active, .ssbp--theme-7 .ssbp-toggle-switch:active, .ssbp--theme-8 .ssbp-toggle-switch:active, .ssbp--theme-9 .ssbp-toggle-switch:active, .ssbp--theme-1 .ssbp-toggle-switch:hover, .ssbp--theme-4 .ssbp-toggle-switch:hover, .ssbp--theme-5 .ssbp-toggle-switch:hover, .ssbp--theme-6 .ssbp-toggle-switch:hover, .ssbp--theme-7 .ssbp-toggle-switch:hover, .ssbp--theme-8 .ssbp-toggle-switch:hover, .ssbp--theme-9 .ssbp-toggle-switch:hover, .ssbp--theme-1 .ssbp-toggle-switch:focus, .ssbp--theme-4 .ssbp-toggle-switch:focus, .ssbp--theme-5 .ssbp-toggle-switch:focus, .ssbp--theme-6 .ssbp-toggle-switch:focus, .ssbp--theme-7 .ssbp-toggle-switch:focus, .ssbp--theme-8 .ssbp-toggle-switch:focus, .ssbp--theme-9 .ssbp-toggle-switch:focus {
1892
- background: #fff;
1893
- background: rgba(255, 255, 255, 0.9); }
1894
-
1895
- .ssbp--theme-2.ssbp--centred .ssbp-list, .ssbp--theme-3.ssbp--centred .ssbp-list, .ssbp--theme-5.ssbp--centred .ssbp-list, .ssbp--theme-7.ssbp--centred .ssbp-list, .ssbp--theme-8.ssbp--centred .ssbp-list, .ssbp--theme-9.ssbp--centred .ssbp-list, .ssbp--theme-10.ssbp--centred .ssbp-list, .ssbp--theme-11.ssbp--centred .ssbp-list {
1896
- display: table;
1897
- table-layout: fixed;
1898
- width: 100%; }
1899
-
1900
- .ssbp--theme-2.ssbp--centred .ssbp-list li, .ssbp--theme-3.ssbp--centred .ssbp-list li, .ssbp--theme-5.ssbp--centred .ssbp-list li, .ssbp--theme-7.ssbp--centred .ssbp-list li, .ssbp--theme-8.ssbp--centred .ssbp-list li, .ssbp--theme-9.ssbp--centred .ssbp-list li, .ssbp--theme-10.ssbp--centred .ssbp-list li, .ssbp--theme-11.ssbp--centred .ssbp-list li {
1901
- display: inline-block !important;
1902
- margin: 0 12px !important;
1903
- display: table-cell !important;
1904
- width: auto;
1905
- height: auto; }
1906
-
1907
- .ssbp--theme-2.ssbp--centred .ssbp-btn, .ssbp--theme-3.ssbp--centred .ssbp-btn, .ssbp--theme-5.ssbp--centred .ssbp-btn, .ssbp--theme-7.ssbp--centred .ssbp-btn, .ssbp--theme-8.ssbp--centred .ssbp-btn, .ssbp--theme-9.ssbp--centred .ssbp-btn, .ssbp--theme-10.ssbp--centred .ssbp-btn, .ssbp--theme-11.ssbp--centred .ssbp-btn {
1908
- display: block;
1909
- width: auto; }
1910
-
1911
- .ssbp--theme-6[class*="ssbp--fixed"] .ssbp-container {
1912
- background-color: rgba(255, 255, 255, 0.8);
1913
- padding: 6px; }
1914
-
1915
- .ssbp--theme-6 .ssbp-btn {
1916
- width: 3em;
1917
- height: 3em;
1918
- line-height: 3em;
1919
- border: 2px solid #fff;
1920
- border-radius: 50%;
1921
- background-color: #fff;
1922
- -webkit-transition: .25s;
1923
- transition: .25s; }
1924
-
1925
- .ssbp--theme-6 .ssbp-btn:hover, .ssbp--theme-6 .ssbp-btn:focus, .ssbp--theme-6 .ssbp-btn:active {
1926
- color: #fff; }
1927
-
1928
- .ssbp--theme-6 .ssbp-list li {
1929
- margin-left: 12px; }
1930
-
1931
- .ssbp--theme-6 .ssbp-buffer {
1932
- border-color: #272727;
1933
- color: #272727; }
1934
-
1935
- .ssbp--theme-6 .ssbp-buffer:hover, .ssbp--theme-6 .ssbp-buffer:focus, .ssbp--theme-6 .ssbp-buffer:active {
1936
- background-color: #272727; }
1937
-
1938
- .ssbp--theme-6 .ssbp-buffer + .ssbp-each-share {
1939
- color: #272727;
1940
- border-color: #272727; }
1941
-
1942
- .ssbp--theme-6 .ssbp-diggit {
1943
- border-color: #14589E;
1944
- color: #14589E; }
1945
-
1946
- .ssbp--theme-6 .ssbp-diggit:hover, .ssbp--theme-6 .ssbp-diggit:focus, .ssbp--theme-6 .ssbp-diggit:active {
1947
- background-color: #14589E; }
1948
-
1949
- .ssbp--theme-6 .ssbp-diggit + .ssbp-each-share {
1950
- color: #14589E;
1951
- border-color: #14589E; }
1952
-
1953
- .ssbp--theme-6 .ssbp-email {
1954
- border-color: #787878;
1955
- color: #787878; }
1956
-
1957
- .ssbp--theme-6 .ssbp-email:hover, .ssbp--theme-6 .ssbp-email:focus, .ssbp--theme-6 .ssbp-email:active {
1958
- background-color: #787878; }
1959
-
1960
- .ssbp--theme-6 .ssbp-email + .ssbp-each-share {
1961
- color: #787878;
1962
- border-color: #787878; }
1963
-
1964
- .ssbp--theme-6 .ssbp-ellipsis {
1965
- border-color: #4582EC;
1966
- color: #4582EC; }
1967
-
1968
- .ssbp--theme-6 .ssbp-ellipsis:hover, .ssbp--theme-6 .ssbp-ellipsis:focus, .ssbp--theme-6 .ssbp-ellipsis:active {
1969
- background-color: #4582EC; }
1970
-
1971
- .ssbp--theme-6 .ssbp-ellipsis + .ssbp-each-share {
1972
- color: #4582EC;
1973
- border-color: #4582EC; }
1974
-
1975
- .ssbp--theme-6 .ssbp-facebook {
1976
- border-color: #3b5998;
1977
- color: #3b5998; }
1978
-
1979
- .ssbp--theme-6 .ssbp-facebook:hover, .ssbp--theme-6 .ssbp-facebook:focus, .ssbp--theme-6 .ssbp-facebook:active {
1980
- background-color: #3b5998; }
1981
-
1982
- .ssbp--theme-6 .ssbp-facebook + .ssbp-each-share {
1983
- color: #3b5998;
1984
- border-color: #3b5998; }
1985
-
1986
- .ssbp--theme-6 .ssbp-facebook_save {
1987
- border-color: #3b5998;
1988
- color: #3b5998; }
1989
-
1990
- .ssbp--theme-6 .ssbp-facebook_save:hover, .ssbp--theme-6 .ssbp-facebook_save:focus, .ssbp--theme-6 .ssbp-facebook_save:active {
1991
- background-color: #3b5998; }
1992
-
1993
- .ssbp--theme-6 .ssbp-facebook_save + .ssbp-each-share {
1994
- color: #3b5998;
1995
- border-color: #3b5998; }
1996
-
1997
- .ssbp--theme-6 .ssbp-facebook-messenger {
1998
- border-color: #0084FF;
1999
- color: #0084FF; }
2000
-
2001
- .ssbp--theme-6 .ssbp-facebook-messenger:hover, .ssbp--theme-6 .ssbp-facebook-messenger:focus, .ssbp--theme-6 .ssbp-facebook-messenger:active {
2002
- background-color: #0084FF; }
2003
-
2004
- .ssbp--theme-6 .ssbp-facebook-messenger + .ssbp-each-share {
2005
- color: #0084FF;
2006
- border-color: #0084FF; }
2007
-
2008
- .ssbp--theme-6 .ssbp-flattr {
2009
- border-color: #f67C1A;
2010
- color: #f67C1A; }
2011
-
2012
- .ssbp--theme-6 .ssbp-flattr:hover, .ssbp--theme-6 .ssbp-flattr:focus, .ssbp--theme-6 .ssbp-flattr:active {
2013
- background-color: #f67C1A; }
2014
-
2015
- .ssbp--theme-6 .ssbp-flattr + .ssbp-each-share {
2016
- color: #f67C1A;
2017
- border-color: #f67C1A; }
2018
-
2019
- .ssbp--theme-6 .ssbp-google {
2020
- border-color: #DC4E41;
2021
- color: #DC4E41; }
2022
-
2023
- .ssbp--theme-6 .ssbp-google:hover, .ssbp--theme-6 .ssbp-google:focus, .ssbp--theme-6 .ssbp-google:active {
2024
- background-color: #DC4E41; }
2025
-
2026
- .ssbp--theme-6 .ssbp-google + .ssbp-each-share {
2027
- color: #DC4E41;
2028
- border-color: #DC4E41; }
2029
-
2030
- .ssbp--theme-6 .ssbp-linkedin {
2031
- border-color: #007bb6;
2032
- color: #007bb6; }
2033
-
2034
- .ssbp--theme-6 .ssbp-linkedin:hover, .ssbp--theme-6 .ssbp-linkedin:focus, .ssbp--theme-6 .ssbp-linkedin:active {
2035
- background-color: #007bb6; }
2036
-
2037
- .ssbp--theme-6 .ssbp-linkedin + .ssbp-each-share {
2038
- color: #007bb6;
2039
- border-color: #007bb6; }
2040
-
2041
- .ssbp--theme-6 .ssbp-pinterest {
2042
- border-color: #ce1a19;
2043
- color: #ce1a19; }
2044
-
2045
- .ssbp--theme-6 .ssbp-pinterest:hover, .ssbp--theme-6 .ssbp-pinterest:focus, .ssbp--theme-6 .ssbp-pinterest:active {
2046
- background-color: #ce1a19; }
2047
-
2048
- .ssbp--theme-6 .ssbp-pinterest + .ssbp-each-share {
2049
- color: #ce1a19;
2050
- border-color: #ce1a19; }
2051
-
2052
- .ssbp--theme-6 .ssbp-print {
2053
- border-color: #1F6B43;
2054
- color: #1F6B43; }
2055
-
2056
- .ssbp--theme-6 .ssbp-print:hover, .ssbp--theme-6 .ssbp-print:focus, .ssbp--theme-6 .ssbp-print:active {
2057
- background-color: #1F6B43; }
2058
-
2059
- .ssbp--theme-6 .ssbp-print + .ssbp-each-share {
2060
- color: #1F6B43;
2061
- border-color: #1F6B43; }
2062
-
2063
- .ssbp--theme-6 .ssbp-reddit {
2064
- border-color: #FF4500;
2065
- color: #FF4500; }
2066
-
2067
- .ssbp--theme-6 .ssbp-reddit:hover, .ssbp--theme-6 .ssbp-reddit:focus, .ssbp--theme-6 .ssbp-reddit:active {
2068
- background-color: #FF4500; }
2069
-
2070
- .ssbp--theme-6 .ssbp-reddit + .ssbp-each-share {
2071
- color: #FF4500;
2072
- border-color: #FF4500; }
2073
-
2074
- .ssbp--theme-6 .ssbp-simplesharebuttons {
2075
- border-color: #4582ec;
2076
- color: #4582ec; }
2077
-
2078
- .ssbp--theme-6 .ssbp-simplesharebuttons:hover, .ssbp--theme-6 .ssbp-simplesharebuttons:focus, .ssbp--theme-6 .ssbp-simplesharebuttons:active {
2079
- background-color: #4582ec; }
2080
-
2081
- .ssbp--theme-6 .ssbp-simplesharebuttons + .ssbp-each-share {
2082
- color: #4582ec;
2083
- border-color: #4582ec; }
2084
-
2085
- .ssbp--theme-6 .ssbp-stumbleupon {
2086
- border-color: #EB4924;
2087
- color: #EB4924; }
2088
-
2089
- .ssbp--theme-6 .ssbp-stumbleupon:hover, .ssbp--theme-6 .ssbp-stumbleupon:focus, .ssbp--theme-6 .ssbp-stumbleupon:active {
2090
- background-color: #EB4924; }
2091
-
2092
- .ssbp--theme-6 .ssbp-stumbleupon + .ssbp-each-share {
2093
- color: #EB4924;
2094
- border-color: #EB4924; }
2095
-
2096
- .ssbp--theme-6 .ssbp-tumblr {
2097
- border-color: #2C4762;
2098
- color: #2C4762; }
2099
-
2100
- .ssbp--theme-6 .ssbp-tumblr:hover, .ssbp--theme-6 .ssbp-tumblr:focus, .ssbp--theme-6 .ssbp-tumblr:active {
2101
- background-color: #2C4762; }
2102
-
2103
- .ssbp--theme-6 .ssbp-tumblr + .ssbp-each-share {
2104
- color: #2C4762;
2105
- border-color: #2C4762; }
2106
-
2107
- .ssbp--theme-6 .ssbp-twitter {
2108
- border-color: #00a9f1;
2109
- color: #00a9f1; }
2110
-
2111
- .ssbp--theme-6 .ssbp-twitter:hover, .ssbp--theme-6 .ssbp-twitter:focus, .ssbp--theme-6 .ssbp-twitter:active {
2112
- background-color: #00a9f1; }
2113
-
2114
- .ssbp--theme-6 .ssbp-twitter + .ssbp-each-share {
2115
- color: #00a9f1;
2116
- border-color: #00a9f1; }
2117
-
2118
- .ssbp--theme-6 .ssbp-vk {
2119
- border-color: #45668E;
2120
- color: #45668E; }
2121
-
2122
- .ssbp--theme-6 .ssbp-vk:hover, .ssbp--theme-6 .ssbp-vk:focus, .ssbp--theme-6 .ssbp-vk:active {
2123
- background-color: #45668E; }
2124
-
2125
- .ssbp--theme-6 .ssbp-vk + .ssbp-each-share {
2126
- color: #45668E;
2127
- border-color: #45668E; }
2128
-
2129
- .ssbp--theme-6 .ssbp-whatsapp {
2130
- border-color: #34AF23;
2131
- color: #34AF23; }
2132
-
2133
- .ssbp--theme-6 .ssbp-whatsapp:hover, .ssbp--theme-6 .ssbp-whatsapp:focus, .ssbp--theme-6 .ssbp-whatsapp:active {
2134
- background-color: #34AF23; }
2135
-
2136
- .ssbp--theme-6 .ssbp-whatsapp + .ssbp-each-share {
2137
- color: #34AF23;
2138
- border-color: #34AF23; }
2139
-
2140
- .ssbp--theme-6 .ssbp-yummly {
2141
- border-color: #E16120;
2142
- color: #E16120; }
2143
-
2144
- .ssbp--theme-6 .ssbp-yummly:hover, .ssbp--theme-6 .ssbp-yummly:focus, .ssbp--theme-6 .ssbp-yummly:active {
2145
- background-color: #E16120; }
2146
-
2147
- .ssbp--theme-6 .ssbp-yummly + .ssbp-each-share {
2148
- color: #E16120;
2149
- border-color: #E16120; }
2150
-
2151
- .ssbp--theme-6 .ssbp-xing {
2152
- border-color: #026466;
2153
- color: #026466; }
2154
-
2155
- .ssbp--theme-6 .ssbp-xing:hover, .ssbp--theme-6 .ssbp-xing:focus, .ssbp--theme-6 .ssbp-xing:active {
2156
- background-color: #026466; }
2157
-
2158
- .ssbp--theme-6 .ssbp-xing + .ssbp-each-share {
2159
- color: #026466;
2160
- border-color: #026466; }
2161
-
2162
- .ssbp--theme-6 .ssbp-each-share {
2163
- position: absolute;
2164
- top: 0;
2165
- left: 100%;
2166
- z-index: 11;
2167
- margin-left: -12px;
2168
- padding: 2px;
2169
- border: 1px solid #fff;
2170
- background-color: #fff;
2171
- border-radius: 6px;
2172
- font-size: 10px;
2173
- color: #FFF; }
2174
-
2175
- .ssbp--theme-6.ssbp--fixed-right .ssbp-each-share {
2176
- left: auto;
2177
- right: 100%;
2178
- margin-left: 0;
2179
- margin-right: -12px; }
2180
-
2181
- .ssbp--theme-2 .ssbp-toggle-switch, .ssbp--theme-3 .ssbp-toggle-switch, .ssbp--theme-10 .ssbp-toggle-switch, .ssbp--theme-11 .ssbp-toggle-switch {
2182
- background: #4C4C4C;
2183
- background: rgba(39, 39, 39, 0.8);
2184
- border-radius: 0;
2185
- color: #fff; }
2186
-
2187
- .ssbp--theme-2 .ssbp-toggle-switch:active, .ssbp--theme-3 .ssbp-toggle-switch:active, .ssbp--theme-10 .ssbp-toggle-switch:active, .ssbp--theme-11 .ssbp-toggle-switch:active, .ssbp--theme-2 .ssbp-toggle-switch:hover, .ssbp--theme-3 .ssbp-toggle-switch:hover, .ssbp--theme-10 .ssbp-toggle-switch:hover, .ssbp--theme-11 .ssbp-toggle-switch:hover, .ssbp--theme-2 .ssbp-toggle-switch:focus, .ssbp--theme-3 .ssbp-toggle-switch:focus, .ssbp--theme-10 .ssbp-toggle-switch:focus, .ssbp--theme-11 .ssbp-toggle-switch:focus {
2188
- background: #4C4C4C;
2189
- background: rgba(39, 39, 39, 0.9); }
2190
-
2191
- .ssbp--theme-1 .ssbp-toggle-switch, .ssbp--theme-4 .ssbp-toggle-switch, .ssbp--theme-5 .ssbp-toggle-switch, .ssbp--theme-6 .ssbp-toggle-switch, .ssbp--theme-7 .ssbp-toggle-switch, .ssbp--theme-8 .ssbp-toggle-switch, .ssbp--theme-9 .ssbp-toggle-switch {
2192
- background: #fff;
2193
- background: rgba(255, 255, 255, 0.8);
2194
- color: #272727;
2195
- border-radius: 0; }
2196
-
2197
- .ssbp--theme-1 .ssbp-toggle-switch:active, .ssbp--theme-4 .ssbp-toggle-switch:active, .ssbp--theme-5 .ssbp-toggle-switch:active, .ssbp--theme-6 .ssbp-toggle-switch:active, .ssbp--theme-7 .ssbp-toggle-switch:active, .ssbp--theme-8 .ssbp-toggle-switch:active, .ssbp--theme-9 .ssbp-toggle-switch:active, .ssbp--theme-1 .ssbp-toggle-switch:hover, .ssbp--theme-4 .ssbp-toggle-switch:hover, .ssbp--theme-5 .ssbp-toggle-switch:hover, .ssbp--theme-6 .ssbp-toggle-switch:hover, .ssbp--theme-7 .ssbp-toggle-switch:hover, .ssbp--theme-8 .ssbp-toggle-switch:hover, .ssbp--theme-9 .ssbp-toggle-switch:hover, .ssbp--theme-1 .ssbp-toggle-switch:focus, .ssbp--theme-4 .ssbp-toggle-switch:focus, .ssbp--theme-5 .ssbp-toggle-switch:focus, .ssbp--theme-6 .ssbp-toggle-switch:focus, .ssbp--theme-7 .ssbp-toggle-switch:focus, .ssbp--theme-8 .ssbp-toggle-switch:focus, .ssbp--theme-9 .ssbp-toggle-switch:focus {
2198
- background: #fff;
2199
- background: rgba(255, 255, 255, 0.9); }
2200
-
2201
- .ssbp--theme-2.ssbp--centred .ssbp-list, .ssbp--theme-3.ssbp--centred .ssbp-list, .ssbp--theme-5.ssbp--centred .ssbp-list, .ssbp--theme-7.ssbp--centred .ssbp-list, .ssbp--theme-8.ssbp--centred .ssbp-list, .ssbp--theme-9.ssbp--centred .ssbp-list, .ssbp--theme-10.ssbp--centred .ssbp-list, .ssbp--theme-11.ssbp--centred .ssbp-list {
2202
- display: table;
2203
- table-layout: fixed;
2204
- width: 100%; }
2205
-
2206
- .ssbp--theme-2.ssbp--centred .ssbp-list li, .ssbp--theme-3.ssbp--centred .ssbp-list li, .ssbp--theme-5.ssbp--centred .ssbp-list li, .ssbp--theme-7.ssbp--centred .ssbp-list li, .ssbp--theme-8.ssbp--centred .ssbp-list li, .ssbp--theme-9.ssbp--centred .ssbp-list li, .ssbp--theme-10.ssbp--centred .ssbp-list li, .ssbp--theme-11.ssbp--centred .ssbp-list li {
2207
- display: inline-block !important;
2208
- margin: 0 6px !important;
2209
- display: table-cell !important;
2210
- width: auto;
2211
- height: auto; }
2212
-
2213
- .ssbp--theme-2.ssbp--centred .ssbp-btn, .ssbp--theme-3.ssbp--centred .ssbp-btn, .ssbp--theme-5.ssbp--centred .ssbp-btn, .ssbp--theme-7.ssbp--centred .ssbp-btn, .ssbp--theme-8.ssbp--centred .ssbp-btn, .ssbp--theme-9.ssbp--centred .ssbp-btn, .ssbp--theme-10.ssbp--centred .ssbp-btn, .ssbp--theme-11.ssbp--centred .ssbp-btn {
2214
- display: block;
2215
- width: auto; }
2216
-
2217
- .ssbp--theme-7 .ssbp-list li {
2218
- margin-left: 6px; }
2219
-
2220
- .ssbp--theme-7 .ssbp-text {
2221
- display: inline-block;
2222
- vertical-align: middle;
2223
- font-size: 12px; }
2224
-
2225
- .ssbp--theme-7 .ssbp-btn {
2226
- display: block;
2227
- border: 2px solid #fff;
2228
- color: #fff;
2229
- background-color: #fff;
2230
- -webkit-transition: background-color .25s;
2231
- transition: background-color .25s; }
2232
-
2233
- .ssbp--theme-7 .ssbp-btn:before {
2234
- vertical-align: middle; }
2235
-
2236
- .ssbp--theme-7 .ssbp-buffer {
2237
- border-color: #272727;
2238
- color: #272727; }
2239
-
2240
- .ssbp--theme-7 .ssbp-buffer:visited {
2241
- color: #272727; }
2242
-
2243
- .ssbp--theme-7 .ssbp-buffer:hover, .ssbp--theme-7 .ssbp-buffer:focus, .ssbp--theme-7 .ssbp-buffer:active {
2244
- background-color: #272727;
2245
- border-bottom: 2px #272727 solid;
2246
- color: #fff; }
2247
-
2248
- .ssbp--theme-7 .ssbp-buffer + .ssbp-each-share {
2249
- color: #272727; }
2250
-
2251
- .ssbp--theme-7 .ssbp-diggit {
2252
- border-color: #14589E;
2253
- color: #14589E; }
2254
-
2255
- .ssbp--theme-7 .ssbp-diggit:visited {
2256
- color: #14589E; }
2257
-
2258
- .ssbp--theme-7 .ssbp-diggit:hover, .ssbp--theme-7 .ssbp-diggit:focus, .ssbp--theme-7 .ssbp-diggit:active {
2259
- background-color: #14589E;
2260
- border-bottom: 2px #14589E solid;
2261
- color: #fff; }
2262
-
2263
- .ssbp--theme-7 .ssbp-diggit + .ssbp-each-share {
2264
- color: #14589E; }
2265
-
2266
- .ssbp--theme-7 .ssbp-email {
2267
- border-color: #787878;
2268
- color: #787878; }
2269
-
2270
- .ssbp--theme-7 .ssbp-email:visited {
2271
- color: #787878; }
2272
-
2273
- .ssbp--theme-7 .ssbp-email:hover, .ssbp--theme-7 .ssbp-email:focus, .ssbp--theme-7 .ssbp-email:active {
2274
- background-color: #787878;
2275
- border-bottom: 2px #787878 solid;
2276
- color: #fff; }
2277
-
2278
- .ssbp--theme-7 .ssbp-email + .ssbp-each-share {
2279
- color: #787878; }
2280
-
2281
- .ssbp--theme-7 .ssbp-ellipsis {
2282
- border-color: #4582EC;
2283
- color: #4582EC; }
2284
-
2285
- .ssbp--theme-7 .ssbp-ellipsis:visited {
2286
- color: #4582EC; }
2287
-
2288
- .ssbp--theme-7 .ssbp-ellipsis:hover, .ssbp--theme-7 .ssbp-ellipsis:focus, .ssbp--theme-7 .ssbp-ellipsis:active {
2289
- background-color: #4582EC;
2290
- border-bottom: 2px #4582EC solid;
2291
- color: #fff; }
2292
-
2293
- .ssbp--theme-7 .ssbp-ellipsis + .ssbp-each-share {
2294
- color: #4582EC; }
2295
-
2296
- .ssbp--theme-7 .ssbp-facebook {
2297
- border-color: #3b5998;
2298
- color: #3b5998; }
2299
-
2300
- .ssbp--theme-7 .ssbp-facebook:visited {
2301
- color: #3b5998; }
2302
-
2303
- .ssbp--theme-7 .ssbp-facebook:hover, .ssbp--theme-7 .ssbp-facebook:focus, .ssbp--theme-7 .ssbp-facebook:active {
2304
- background-color: #3b5998;
2305
- border-bottom: 2px #3b5998 solid;
2306
- color: #fff; }
2307
-
2308
- .ssbp--theme-7 .ssbp-facebook + .ssbp-each-share {
2309
- color: #3b5998; }
2310
-
2311
- .ssbp--theme-7 .ssbp-facebook_save {
2312
- border-color: #3b5998;
2313
- color: #3b5998; }
2314
-
2315
- .ssbp--theme-7 .ssbp-facebook_save:visited {
2316
- color: #3b5998; }
2317
-
2318
- .ssbp--theme-7 .ssbp-facebook_save:hover, .ssbp--theme-7 .ssbp-facebook_save:focus, .ssbp--theme-7 .ssbp-facebook_save:active {
2319
- background-color: #3b5998;
2320
- border-bottom: 2px #3b5998 solid;
2321
- color: #fff; }
2322
-
2323
- .ssbp--theme-7 .ssbp-facebook_save + .ssbp-each-share {
2324
- color: #3b5998; }
2325
-
2326
- .ssbp--theme-7 .ssbp-facebook-messenger {
2327
- border-color: #0084FF;
2328
- color: #0084FF; }
2329
-
2330
- .ssbp--theme-7 .ssbp-facebook-messenger:visited {
2331
- color: #0084FF; }
2332
-
2333
- .ssbp--theme-7 .ssbp-facebook-messenger:hover, .ssbp--theme-7 .ssbp-facebook-messenger:focus, .ssbp--theme-7 .ssbp-facebook-messenger:active {
2334
- background-color: #0084FF;
2335
- border-bottom: 2px #0084FF solid;
2336
- color: #fff; }
2337
-
2338
- .ssbp--theme-7 .ssbp-facebook-messenger + .ssbp-each-share {
2339
- color: #0084FF; }
2340
-
2341
- .ssbp--theme-7 .ssbp-flattr {
2342
- border-color: #f67C1A;
2343
- color: #f67C1A; }
2344
-
2345
- .ssbp--theme-7 .ssbp-flattr:visited {
2346
- color: #f67C1A; }
2347
-
2348
- .ssbp--theme-7 .ssbp-flattr:hover, .ssbp--theme-7 .ssbp-flattr:focus, .ssbp--theme-7 .ssbp-flattr:active {
2349
- background-color: #f67C1A;
2350
- border-bottom: 2px #f67C1A solid;
2351
- color: #fff; }
2352
-
2353
- .ssbp--theme-7 .ssbp-flattr + .ssbp-each-share {
2354
- color: #f67C1A; }
2355
-
2356
- .ssbp--theme-7 .ssbp-google {
2357
- border-color: #DC4E41;
2358
- color: #DC4E41; }
2359
-
2360
- .ssbp--theme-7 .ssbp-google:visited {
2361
- color: #DC4E41; }
2362
-
2363
- .ssbp--theme-7 .ssbp-google:hover, .ssbp--theme-7 .ssbp-google:focus, .ssbp--theme-7 .ssbp-google:active {
2364
- background-color: #DC4E41;
2365
- border-bottom: 2px #DC4E41 solid;
2366
- color: #fff; }
2367
-
2368
- .ssbp--theme-7 .ssbp-google + .ssbp-each-share {
2369
- color: #DC4E41; }
2370
-
2371
- .ssbp--theme-7 .ssbp-linkedin {
2372
- border-color: #007bb6;
2373
- color: #007bb6; }
2374
-
2375
- .ssbp--theme-7 .ssbp-linkedin:visited {
2376
- color: #007bb6; }
2377
-
2378
- .ssbp--theme-7 .ssbp-linkedin:hover, .ssbp--theme-7 .ssbp-linkedin:focus, .ssbp--theme-7 .ssbp-linkedin:active {
2379
- background-color: #007bb6;
2380
- border-bottom: 2px #007bb6 solid;
2381
- color: #fff; }
2382
-
2383
- .ssbp--theme-7 .ssbp-linkedin + .ssbp-each-share {
2384
- color: #007bb6; }
2385
-
2386
- .ssbp--theme-7 .ssbp-pinterest {
2387
- border-color: #ce1a19;
2388
- color: #ce1a19; }
2389
-
2390
- .ssbp--theme-7 .ssbp-pinterest:visited {
2391
- color: #ce1a19; }
2392
-
2393
- .ssbp--theme-7 .ssbp-pinterest:hover, .ssbp--theme-7 .ssbp-pinterest:focus, .ssbp--theme-7 .ssbp-pinterest:active {
2394
- background-color: #ce1a19;
2395
- border-bottom: 2px #ce1a19 solid;
2396
- color: #fff; }
2397
-
2398
- .ssbp--theme-7 .ssbp-pinterest + .ssbp-each-share {
2399
- color: #ce1a19; }
2400
-
2401
- .ssbp--theme-7 .ssbp-print {
2402
- border-color: #1F6B43;
2403
- color: #1F6B43; }
2404
-
2405
- .ssbp--theme-7 .ssbp-print:visited {
2406
- color: #1F6B43; }
2407
-
2408
- .ssbp--theme-7 .ssbp-print:hover, .ssbp--theme-7 .ssbp-print:focus, .ssbp--theme-7 .ssbp-print:active {
2409
- background-color: #1F6B43;
2410
- border-bottom: 2px #1F6B43 solid;
2411
- color: #fff; }
2412
-
2413
- .ssbp--theme-7 .ssbp-print + .ssbp-each-share {
2414
- color: #1F6B43; }
2415
-
2416
- .ssbp--theme-7 .ssbp-reddit {
2417
- border-color: #FF4500;
2418
- color: #FF4500; }
2419
-
2420
- .ssbp--theme-7 .ssbp-reddit:visited {
2421
- color: #FF4500; }
2422
-
2423
- .ssbp--theme-7 .ssbp-reddit:hover, .ssbp--theme-7 .ssbp-reddit:focus, .ssbp--theme-7 .ssbp-reddit:active {
2424
- background-color: #FF4500;
2425
- border-bottom: 2px #FF4500 solid;
2426
- color: #fff; }
2427
-
2428
- .ssbp--theme-7 .ssbp-reddit + .ssbp-each-share {
2429
- color: #FF4500; }
2430
-
2431
- .ssbp--theme-7 .ssbp-simplesharebuttons {
2432
- border-color: #4582ec;
2433
- color: #4582ec; }
2434
-
2435
- .ssbp--theme-7 .ssbp-simplesharebuttons:visited {
2436
- color: #4582ec; }
2437
-
2438
- .ssbp--theme-7 .ssbp-simplesharebuttons:hover, .ssbp--theme-7 .ssbp-simplesharebuttons:focus, .ssbp--theme-7 .ssbp-simplesharebuttons:active {
2439
- background-color: #4582ec;
2440
- border-bottom: 2px #4582ec solid;
2441
- color: #fff; }
2442
-
2443
- .ssbp--theme-7 .ssbp-simplesharebuttons + .ssbp-each-share {
2444
- color: #4582ec; }
2445
-
2446
- .ssbp--theme-7 .ssbp-stumbleupon {
2447
- border-color: #EB4924;
2448
- color: #EB4924; }
2449
-
2450
- .ssbp--theme-7 .ssbp-stumbleupon:visited {
2451
- color: #EB4924; }
2452
-
2453
- .ssbp--theme-7 .ssbp-stumbleupon:hover, .ssbp--theme-7 .ssbp-stumbleupon:focus, .ssbp--theme-7 .ssbp-stumbleupon:active {
2454
- background-color: #EB4924;
2455
- border-bottom: 2px #EB4924 solid;
2456
- color: #fff; }
2457
-
2458
- .ssbp--theme-7 .ssbp-stumbleupon + .ssbp-each-share {
2459
- color: #EB4924; }
2460
-
2461
- .ssbp--theme-7 .ssbp-tumblr {
2462
- border-color: #2C4762;
2463
- color: #2C4762; }
2464
-
2465
- .ssbp--theme-7 .ssbp-tumblr:visited {
2466
- color: #2C4762; }
2467
-
2468
- .ssbp--theme-7 .ssbp-tumblr:hover, .ssbp--theme-7 .ssbp-tumblr:focus, .ssbp--theme-7 .ssbp-tumblr:active {
2469
- background-color: #2C4762;
2470
- border-bottom: 2px #2C4762 solid;
2471
- color: #fff; }
2472
-
2473
- .ssbp--theme-7 .ssbp-tumblr + .ssbp-each-share {
2474
- color: #2C4762; }
2475
-
2476
- .ssbp--theme-7 .ssbp-twitter {
2477
- border-color: #00a9f1;
2478
- color: #00a9f1; }
2479
-
2480
- .ssbp--theme-7 .ssbp-twitter:visited {
2481
- color: #00a9f1; }
2482
-
2483
- .ssbp--theme-7 .ssbp-twitter:hover, .ssbp--theme-7 .ssbp-twitter:focus, .ssbp--theme-7 .ssbp-twitter:active {
2484
- background-color: #00a9f1;
2485
- border-bottom: 2px #00a9f1 solid;
2486
- color: #fff; }
2487
-
2488
- .ssbp--theme-7 .ssbp-twitter + .ssbp-each-share {
2489
- color: #00a9f1; }
2490
-
2491
- .ssbp--theme-7 .ssbp-vk {
2492
- border-color: #45668E;
2493
- color: #45668E; }
2494
-
2495
- .ssbp--theme-7 .ssbp-vk:visited {
2496
- color: #45668E; }
2497
-
2498
- .ssbp--theme-7 .ssbp-vk:hover, .ssbp--theme-7 .ssbp-vk:focus, .ssbp--theme-7 .ssbp-vk:active {
2499
- background-color: #45668E;
2500
- border-bottom: 2px #45668E solid;
2501
- color: #fff; }
2502
-
2503
- .ssbp--theme-7 .ssbp-vk + .ssbp-each-share {
2504
- color: #45668E; }
2505
-
2506
- .ssbp--theme-7 .ssbp-whatsapp {
2507
- border-color: #34AF23;
2508
- color: #34AF23; }
2509
-
2510
- .ssbp--theme-7 .ssbp-whatsapp:visited {
2511
- color: #34AF23; }
2512
-
2513
- .ssbp--theme-7 .ssbp-whatsapp:hover, .ssbp--theme-7 .ssbp-whatsapp:focus, .ssbp--theme-7 .ssbp-whatsapp:active {
2514
- background-color: #34AF23;
2515
- border-bottom: 2px #34AF23 solid;
2516
- color: #fff; }
2517
-
2518
- .ssbp--theme-7 .ssbp-whatsapp + .ssbp-each-share {
2519
- color: #34AF23; }
2520
-
2521
- .ssbp--theme-7 .ssbp-yummly {
2522
- border-color: #E16120;
2523
- color: #E16120; }
2524
-
2525
- .ssbp--theme-7 .ssbp-yummly:visited {
2526
- color: #E16120; }
2527
-
2528
- .ssbp--theme-7 .ssbp-yummly:hover, .ssbp--theme-7 .ssbp-yummly:focus, .ssbp--theme-7 .ssbp-yummly:active {
2529
- background-color: #E16120;
2530
- border-bottom: 2px #E16120 solid;
2531
- color: #fff; }
2532
-
2533
- .ssbp--theme-7 .ssbp-yummly + .ssbp-each-share {
2534
- color: #E16120; }
2535
-
2536
- .ssbp--theme-7 .ssbp-xing {
2537
- border-color: #026466;
2538
- color: #026466; }
2539
-
2540
- .ssbp--theme-7 .ssbp-xing:visited {
2541
- color: #026466; }
2542
-
2543
- .ssbp--theme-7 .ssbp-xing:hover, .ssbp--theme-7 .ssbp-xing:focus, .ssbp--theme-7 .ssbp-xing:active {
2544
- background-color: #026466;
2545
- border-bottom: 2px #026466 solid;
2546
- color: #fff; }
2547
-
2548
- .ssbp--theme-7 .ssbp-xing + .ssbp-each-share {
2549
- color: #026466; }
2550
-
2551
- .ssbp--theme-7 .ssbp-each-share {
2552
- padding-top: 3px;
2553
- text-align: center;
2554
- font-size: 12px; }
2555
-
2556
- .ssbp--theme-2 .ssbp-toggle-switch, .ssbp--theme-3 .ssbp-toggle-switch, .ssbp--theme-10 .ssbp-toggle-switch, .ssbp--theme-11 .ssbp-toggle-switch {
2557
- background: #4C4C4C;
2558
- background: rgba(39, 39, 39, 0.8);
2559
- border-radius: 0;
2560
- color: #fff; }
2561
-
2562
- .ssbp--theme-2 .ssbp-toggle-switch:active, .ssbp--theme-3 .ssbp-toggle-switch:active, .ssbp--theme-10 .ssbp-toggle-switch:active, .ssbp--theme-11 .ssbp-toggle-switch:active, .ssbp--theme-2 .ssbp-toggle-switch:hover, .ssbp--theme-3 .ssbp-toggle-switch:hover, .ssbp--theme-10 .ssbp-toggle-switch:hover, .ssbp--theme-11 .ssbp-toggle-switch:hover, .ssbp--theme-2 .ssbp-toggle-switch:focus, .ssbp--theme-3 .ssbp-toggle-switch:focus, .ssbp--theme-10 .ssbp-toggle-switch:focus, .ssbp--theme-11 .ssbp-toggle-switch:focus {
2563
- background: #4C4C4C;
2564
- background: rgba(39, 39, 39, 0.9); }
2565
-
2566
- .ssbp--theme-1 .ssbp-toggle-switch, .ssbp--theme-4 .ssbp-toggle-switch, .ssbp--theme-5 .ssbp-toggle-switch, .ssbp--theme-6 .ssbp-toggle-switch, .ssbp--theme-7 .ssbp-toggle-switch, .ssbp--theme-8 .ssbp-toggle-switch, .ssbp--theme-9 .ssbp-toggle-switch {
2567
- background: #fff;
2568
- background: rgba(255, 255, 255, 0.8);
2569
- color: #272727;
2570
- border-radius: 0; }
2571
-
2572
- .ssbp--theme-1 .ssbp-toggle-switch:active, .ssbp--theme-4 .ssbp-toggle-switch:active, .ssbp--theme-5 .ssbp-toggle-switch:active, .ssbp--theme-6 .ssbp-toggle-switch:active, .ssbp--theme-7 .ssbp-toggle-switch:active, .ssbp--theme-8 .ssbp-toggle-switch:active, .ssbp--theme-9 .ssbp-toggle-switch:active, .ssbp--theme-1 .ssbp-toggle-switch:hover, .ssbp--theme-4 .ssbp-toggle-switch:hover, .ssbp--theme-5 .ssbp-toggle-switch:hover, .ssbp--theme-6 .ssbp-toggle-switch:hover, .ssbp--theme-7 .ssbp-toggle-switch:hover, .ssbp--theme-8 .ssbp-toggle-switch:hover, .ssbp--theme-9 .ssbp-toggle-switch:hover, .ssbp--theme-1 .ssbp-toggle-switch:focus, .ssbp--theme-4 .ssbp-toggle-switch:focus, .ssbp--theme-5 .ssbp-toggle-switch:focus, .ssbp--theme-6 .ssbp-toggle-switch:focus, .ssbp--theme-7 .ssbp-toggle-switch:focus, .ssbp--theme-8 .ssbp-toggle-switch:focus, .ssbp--theme-9 .ssbp-toggle-switch:focus {
2573
- background: #fff;
2574
- background: rgba(255, 255, 255, 0.9); }
2575
-
2576
- .ssbp--theme-2.ssbp--centred .ssbp-list, .ssbp--theme-3.ssbp--centred .ssbp-list, .ssbp--theme-5.ssbp--centred .ssbp-list, .ssbp--theme-7.ssbp--centred .ssbp-list, .ssbp--theme-8.ssbp--centred .ssbp-list, .ssbp--theme-9.ssbp--centred .ssbp-list, .ssbp--theme-10.ssbp--centred .ssbp-list, .ssbp--theme-11.ssbp--centred .ssbp-list {
2577
- display: table;
2578
- table-layout: fixed;
2579
- width: 100%; }
2580
-
2581
- .ssbp--theme-2.ssbp--centred .ssbp-list li, .ssbp--theme-3.ssbp--centred .ssbp-list li, .ssbp--theme-5.ssbp--centred .ssbp-list li, .ssbp--theme-7.ssbp--centred .ssbp-list li, .ssbp--theme-8.ssbp--centred .ssbp-list li, .ssbp--theme-9.ssbp--centred .ssbp-list li, .ssbp--theme-10.ssbp--centred .ssbp-list li, .ssbp--theme-11.ssbp--centred .ssbp-list li {
2582
- display: inline-block !important;
2583
- margin: 0 6px !important;
2584
- display: table-cell !important;
2585
- width: auto;
2586
- height: auto; }
2587
-
2588
- .ssbp--theme-2.ssbp--centred .ssbp-btn, .ssbp--theme-3.ssbp--centred .ssbp-btn, .ssbp--theme-5.ssbp--centred .ssbp-btn, .ssbp--theme-7.ssbp--centred .ssbp-btn, .ssbp--theme-8.ssbp--centred .ssbp-btn, .ssbp--theme-9.ssbp--centred .ssbp-btn, .ssbp--theme-10.ssbp--centred .ssbp-btn, .ssbp--theme-11.ssbp--centred .ssbp-btn {
2589
- display: block;
2590
- width: auto; }
2591
-
2592
- .ssbp--theme-8 .ssbp-list li {
2593
- margin-left: 6px; }
2594
-
2595
- .ssbp--theme-8 .ssbp-btn:hover, .ssbp--theme-8 .ssbp-btn:focus, .ssbp--theme-8 .ssbp-btn:active {
2596
- border-bottom: 3px solid #272727; }
2597
-
2598
- .ssbp--theme-8 .ssbp-btn, .ssbp--theme-8 .ssbp-btn:visited {
2599
- width: 4em;
2600
- height: 3em;
2601
- line-height: 3em;
2602
- position: relative;
2603
- border: 3px solid #272727;
2604
- background-color: #fff;
2605
- color: #272727;
2606
- -webkit-transition: .25s;
2607
- transition: .25s; }
2608
-
2609
- .ssbp--theme-8 .ssbp-btn:hover, .ssbp--theme-8 .ssbp-btn:focus, .ssbp--theme-8 .ssbp-btn:active, .ssbp--theme-8 .ssbp-btn:visited:hover, .ssbp--theme-8 .ssbp-btn:visited:focus, .ssbp--theme-8 .ssbp-btn:visited:active {
2610
- background-color: #272727;
2611
- color: #fff; }
2612
-
2613
- .ssbp--theme-8 .ssbp-each-share {
2614
- padding-top: 3px;
2615
- text-align: center;
2616
- font-size: 12px; }
2617
-
2618
- .ssbp--theme-2 .ssbp-toggle-switch, .ssbp--theme-3 .ssbp-toggle-switch, .ssbp--theme-10 .ssbp-toggle-switch, .ssbp--theme-11 .ssbp-toggle-switch {
2619
- background: #4C4C4C;
2620
- background: rgba(39, 39, 39, 0.8);
2621
- border-radius: 0;
2622
- color: #fff; }
2623
-
2624
- .ssbp--theme-2 .ssbp-toggle-switch:active, .ssbp--theme-3 .ssbp-toggle-switch:active, .ssbp--theme-10 .ssbp-toggle-switch:active, .ssbp--theme-11 .ssbp-toggle-switch:active, .ssbp--theme-2 .ssbp-toggle-switch:hover, .ssbp--theme-3 .ssbp-toggle-switch:hover, .ssbp--theme-10 .ssbp-toggle-switch:hover, .ssbp--theme-11 .ssbp-toggle-switch:hover, .ssbp--theme-2 .ssbp-toggle-switch:focus, .ssbp--theme-3 .ssbp-toggle-switch:focus, .ssbp--theme-10 .ssbp-toggle-switch:focus, .ssbp--theme-11 .ssbp-toggle-switch:focus {
2625
- background: #4C4C4C;
2626
- background: rgba(39, 39, 39, 0.9); }
2627
-
2628
- .ssbp--theme-1 .ssbp-toggle-switch, .ssbp--theme-4 .ssbp-toggle-switch, .ssbp--theme-5 .ssbp-toggle-switch, .ssbp--theme-6 .ssbp-toggle-switch, .ssbp--theme-7 .ssbp-toggle-switch, .ssbp--theme-8 .ssbp-toggle-switch, .ssbp--theme-9 .ssbp-toggle-switch {
2629
- background: #fff;
2630
- background: rgba(255, 255, 255, 0.8);
2631
- color: #272727;
2632
- border-radius: 0; }
2633
-
2634
- .ssbp--theme-1 .ssbp-toggle-switch:active, .ssbp--theme-4 .ssbp-toggle-switch:active, .ssbp--theme-5 .ssbp-toggle-switch:active, .ssbp--theme-6 .ssbp-toggle-switch:active, .ssbp--theme-7 .ssbp-toggle-switch:active, .ssbp--theme-8 .ssbp-toggle-switch:active, .ssbp--theme-9 .ssbp-toggle-switch:active, .ssbp--theme-1 .ssbp-toggle-switch:hover, .ssbp--theme-4 .ssbp-toggle-switch:hover, .ssbp--theme-5 .ssbp-toggle-switch:hover, .ssbp--theme-6 .ssbp-toggle-switch:hover, .ssbp--theme-7 .ssbp-toggle-switch:hover, .ssbp--theme-8 .ssbp-toggle-switch:hover, .ssbp--theme-9 .ssbp-toggle-switch:hover, .ssbp--theme-1 .ssbp-toggle-switch:focus, .ssbp--theme-4 .ssbp-toggle-switch:focus, .ssbp--theme-5 .ssbp-toggle-switch:focus, .ssbp--theme-6 .ssbp-toggle-switch:focus, .ssbp--theme-7 .ssbp-toggle-switch:focus, .ssbp--theme-8 .ssbp-toggle-switch:focus, .ssbp--theme-9 .ssbp-toggle-switch:focus {
2635
- background: #fff;
2636
- background: rgba(255, 255, 255, 0.9); }
2637
-
2638
- .ssbp--theme-2.ssbp--centred .ssbp-list, .ssbp--theme-3.ssbp--centred .ssbp-list, .ssbp--theme-5.ssbp--centred .ssbp-list, .ssbp--theme-7.ssbp--centred .ssbp-list, .ssbp--theme-8.ssbp--centred .ssbp-list, .ssbp--theme-9.ssbp--centred .ssbp-list, .ssbp--theme-10.ssbp--centred .ssbp-list, .ssbp--theme-11.ssbp--centred .ssbp-list {
2639
- display: table;
2640
- table-layout: fixed;
2641
- width: 100%; }
2642
-
2643
- .ssbp--theme-2.ssbp--centred .ssbp-list li, .ssbp--theme-3.ssbp--centred .ssbp-list li, .ssbp--theme-5.ssbp--centred .ssbp-list li, .ssbp--theme-7.ssbp--centred .ssbp-list li, .ssbp--theme-8.ssbp--centred .ssbp-list li, .ssbp--theme-9.ssbp--centred .ssbp-list li, .ssbp--theme-10.ssbp--centred .ssbp-list li, .ssbp--theme-11.ssbp--centred .ssbp-list li {
2644
- display: inline-block !important;
2645
- margin: 0 6px !important;
2646
- display: table-cell !important;
2647
- width: auto;
2648
- height: auto; }
2649
-
2650
- .ssbp--theme-2.ssbp--centred .ssbp-btn, .ssbp--theme-3.ssbp--centred .ssbp-btn, .ssbp--theme-5.ssbp--centred .ssbp-btn, .ssbp--theme-7.ssbp--centred .ssbp-btn, .ssbp--theme-8.ssbp--centred .ssbp-btn, .ssbp--theme-9.ssbp--centred .ssbp-btn, .ssbp--theme-10.ssbp--centred .ssbp-btn, .ssbp--theme-11.ssbp--centred .ssbp-btn {
2651
- display: block;
2652
- width: auto; }
2653
-
2654
- .ssbp--theme-9 .ssbp-list li {
2655
- margin-left: 6px; }
2656
-
2657
- .ssbp--theme-9 .ssbp-btn {
2658
- display: block;
2659
- padding: .5em 1em; }
2660
-
2661
- .ssbp--theme-9 .ssbp-btn:hover, .ssbp--theme-9 .ssbp-btn:focus, .ssbp--theme-9 .ssbp-btn:active {
2662
- opacity: .66; }
2663
-
2664
- .ssbp--theme-9 .ssbp-buffer {
2665
- border-bottom: 5px solid #272727;
2666
- color: #272727; }
2667
-
2668
- .ssbp--theme-9 .ssbp-buffer:hover, .ssbp--theme-9 .ssbp-buffer:focus, .ssbp--theme-9 .ssbp-buffer:active {
2669
- border-bottom: 5px solid #272727; }
2670
-
2671
- .ssbp--theme-9 .ssbp-buffer:hover, .ssbp--theme-9 .ssbp-buffer:focus, .ssbp--theme-9 .ssbp-buffer:active, .ssbp--theme-9 .ssbp-buffer:visited {
2672
- color: #272727; }
2673
-
2674
- .ssbp--theme-9 .ssbp-buffer + .ssbp-each-share {
2675
- color: #272727; }
2676
-
2677
- .ssbp--theme-9 .ssbp-diggit {
2678
- border-bottom: 5px solid #14589E;
2679
- color: #14589E; }
2680
-
2681
- .ssbp--theme-9 .ssbp-diggit:hover, .ssbp--theme-9 .ssbp-diggit:focus, .ssbp--theme-9 .ssbp-diggit:active {
2682
- border-bottom: 5px solid #14589E; }
2683
-
2684
- .ssbp--theme-9 .ssbp-diggit:hover, .ssbp--theme-9 .ssbp-diggit:focus, .ssbp--theme-9 .ssbp-diggit:active, .ssbp--theme-9 .ssbp-diggit:visited {
2685
- color: #14589E; }
2686
-
2687
- .ssbp--theme-9 .ssbp-diggit + .ssbp-each-share {
2688
- color: #14589E; }
2689
-
2690
- .ssbp--theme-9 .ssbp-email {
2691
- border-bottom: 5px solid #787878;
2692
- color: #787878; }
2693
-
2694
- .ssbp--theme-9 .ssbp-email:hover, .ssbp--theme-9 .ssbp-email:focus, .ssbp--theme-9 .ssbp-email:active {
2695
- border-bottom: 5px solid #787878; }
2696
-
2697
- .ssbp--theme-9 .ssbp-email:hover, .ssbp--theme-9 .ssbp-email:focus, .ssbp--theme-9 .ssbp-email:active, .ssbp--theme-9 .ssbp-email:visited {
2698
- color: #787878; }
2699
-
2700
- .ssbp--theme-9 .ssbp-email + .ssbp-each-share {
2701
- color: #787878; }
2702
-
2703
- .ssbp--theme-9 .ssbp-ellipsis {
2704
- border-bottom: 5px solid #4582EC;
2705
- color: #4582EC; }
2706
-
2707
- .ssbp--theme-9 .ssbp-ellipsis:hover, .ssbp--theme-9 .ssbp-ellipsis:focus, .ssbp--theme-9 .ssbp-ellipsis:active {
2708
- border-bottom: 5px solid #4582EC; }
2709
-
2710
- .ssbp--theme-9 .ssbp-ellipsis:hover, .ssbp--theme-9 .ssbp-ellipsis:focus, .ssbp--theme-9 .ssbp-ellipsis:active, .ssbp--theme-9 .ssbp-ellipsis:visited {
2711
- color: #4582EC; }
2712
-
2713
- .ssbp--theme-9 .ssbp-ellipsis + .ssbp-each-share {
2714
- color: #4582EC; }
2715
-
2716
- .ssbp--theme-9 .ssbp-facebook {
2717
- border-bottom: 5px solid #3b5998;
2718
- color: #3b5998; }
2719
-
2720
- .ssbp--theme-9 .ssbp-facebook:hover, .ssbp--theme-9 .ssbp-facebook:focus, .ssbp--theme-9 .ssbp-facebook:active {
2721
- border-bottom: 5px solid #3b5998; }
2722
-
2723
- .ssbp--theme-9 .ssbp-facebook:hover, .ssbp--theme-9 .ssbp-facebook:focus, .ssbp--theme-9 .ssbp-facebook:active, .ssbp--theme-9 .ssbp-facebook:visited {
2724
- color: #3b5998; }
2725
-
2726
- .ssbp--theme-9 .ssbp-facebook + .ssbp-each-share {
2727
- color: #3b5998; }
2728
-
2729
- .ssbp--theme-9 .ssbp-facebook_save {
2730
- border-bottom: 5px solid #3b5998;
2731
- color: #3b5998; }
2732
-
2733
- .ssbp--theme-9 .ssbp-facebook_save:hover, .ssbp--theme-9 .ssbp-facebook_save:focus, .ssbp--theme-9 .ssbp-facebook_save:active {
2734
- border-bottom: 5px solid #3b5998; }
2735
-
2736
- .ssbp--theme-9 .ssbp-facebook_save:hover, .ssbp--theme-9 .ssbp-facebook_save:focus, .ssbp--theme-9 .ssbp-facebook_save:active, .ssbp--theme-9 .ssbp-facebook_save:visited {
2737
- color: #3b5998; }
2738
-
2739
- .ssbp--theme-9 .ssbp-facebook_save + .ssbp-each-share {
2740
- color: #3b5998; }
2741
-
2742
- .ssbp--theme-9 .ssbp-facebook-messenger {
2743
- border-bottom: 5px solid #0084FF;
2744
- color: #0084FF; }
2745
-
2746
- .ssbp--theme-9 .ssbp-facebook-messenger:hover, .ssbp--theme-9 .ssbp-facebook-messenger:focus, .ssbp--theme-9 .ssbp-facebook-messenger:active {
2747
- border-bottom: 5px solid #0084FF; }
2748
-
2749
- .ssbp--theme-9 .ssbp-facebook-messenger:hover, .ssbp--theme-9 .ssbp-facebook-messenger:focus, .ssbp--theme-9 .ssbp-facebook-messenger:active, .ssbp--theme-9 .ssbp-facebook-messenger:visited {
2750
- color: #0084FF; }
2751
-
2752
- .ssbp--theme-9 .ssbp-facebook-messenger + .ssbp-each-share {
2753
- color: #0084FF; }
2754
-
2755
- .ssbp--theme-9 .ssbp-flattr {
2756
- border-bottom: 5px solid #f67C1A;
2757
- color: #f67C1A; }
2758
-
2759
- .ssbp--theme-9 .ssbp-flattr:hover, .ssbp--theme-9 .ssbp-flattr:focus, .ssbp--theme-9 .ssbp-flattr:active {
2760
- border-bottom: 5px solid #f67C1A; }
2761
-
2762
- .ssbp--theme-9 .ssbp-flattr:hover, .ssbp--theme-9 .ssbp-flattr:focus, .ssbp--theme-9 .ssbp-flattr:active, .ssbp--theme-9 .ssbp-flattr:visited {
2763
- color: #f67C1A; }
2764
-
2765
- .ssbp--theme-9 .ssbp-flattr + .ssbp-each-share {
2766
- color: #f67C1A; }
2767
-
2768
- .ssbp--theme-9 .ssbp-google {
2769
- border-bottom: 5px solid #DC4E41;
2770
- color: #DC4E41; }
2771
-
2772
- .ssbp--theme-9 .ssbp-google:hover, .ssbp--theme-9 .ssbp-google:focus, .ssbp--theme-9 .ssbp-google:active {
2773
- border-bottom: 5px solid #DC4E41; }
2774
-
2775
- .ssbp--theme-9 .ssbp-google:hover, .ssbp--theme-9 .ssbp-google:focus, .ssbp--theme-9 .ssbp-google:active, .ssbp--theme-9 .ssbp-google:visited {
2776
- color: #DC4E41; }
2777
-
2778
- .ssbp--theme-9 .ssbp-google + .ssbp-each-share {
2779
- color: #DC4E41; }
2780
-
2781
- .ssbp--theme-9 .ssbp-linkedin {
2782
- border-bottom: 5px solid #007bb6;
2783
- color: #007bb6; }
2784
-
2785
- .ssbp--theme-9 .ssbp-linkedin:hover, .ssbp--theme-9 .ssbp-linkedin:focus, .ssbp--theme-9 .ssbp-linkedin:active {
2786
- border-bottom: 5px solid #007bb6; }
2787
-
2788
- .ssbp--theme-9 .ssbp-linkedin:hover, .ssbp--theme-9 .ssbp-linkedin:focus, .ssbp--theme-9 .ssbp-linkedin:active, .ssbp--theme-9 .ssbp-linkedin:visited {
2789
- color: #007bb6; }
2790
-
2791
- .ssbp--theme-9 .ssbp-linkedin + .ssbp-each-share {
2792
- color: #007bb6; }
2793
-
2794
- .ssbp--theme-9 .ssbp-pinterest {
2795
- border-bottom: 5px solid #ce1a19;
2796
- color: #ce1a19; }
2797
-
2798
- .ssbp--theme-9 .ssbp-pinterest:hover, .ssbp--theme-9 .ssbp-pinterest:focus, .ssbp--theme-9 .ssbp-pinterest:active {
2799
- border-bottom: 5px solid #ce1a19; }
2800
-
2801
- .ssbp--theme-9 .ssbp-pinterest:hover, .ssbp--theme-9 .ssbp-pinterest:focus, .ssbp--theme-9 .ssbp-pinterest:active, .ssbp--theme-9 .ssbp-pinterest:visited {
2802
- color: #ce1a19; }
2803
-
2804
- .ssbp--theme-9 .ssbp-pinterest + .ssbp-each-share {
2805
- color: #ce1a19; }
2806
-
2807
- .ssbp--theme-9 .ssbp-print {
2808
- border-bottom: 5px solid #1F6B43;
2809
- color: #1F6B43; }
2810
-
2811
- .ssbp--theme-9 .ssbp-print:hover, .ssbp--theme-9 .ssbp-print:focus, .ssbp--theme-9 .ssbp-print:active {
2812
- border-bottom: 5px solid #1F6B43; }
2813
-
2814
- .ssbp--theme-9 .ssbp-print:hover, .ssbp--theme-9 .ssbp-print:focus, .ssbp--theme-9 .ssbp-print:active, .ssbp--theme-9 .ssbp-print:visited {
2815
- color: #1F6B43; }
2816
-
2817
- .ssbp--theme-9 .ssbp-print + .ssbp-each-share {
2818
- color: #1F6B43; }
2819
-
2820
- .ssbp--theme-9 .ssbp-reddit {
2821
- border-bottom: 5px solid #FF4500;
2822
- color: #FF4500; }
2823
-
2824
- .ssbp--theme-9 .ssbp-reddit:hover, .ssbp--theme-9 .ssbp-reddit:focus, .ssbp--theme-9 .ssbp-reddit:active {
2825
- border-bottom: 5px solid #FF4500; }
2826
-
2827
- .ssbp--theme-9 .ssbp-reddit:hover, .ssbp--theme-9 .ssbp-reddit:focus, .ssbp--theme-9 .ssbp-reddit:active, .ssbp--theme-9 .ssbp-reddit:visited {
2828
- color: #FF4500; }
2829
-
2830
- .ssbp--theme-9 .ssbp-reddit + .ssbp-each-share {
2831
- color: #FF4500; }
2832
-
2833
- .ssbp--theme-9 .ssbp-simplesharebuttons {
2834
- border-bottom: 5px solid #4582ec;
2835
- color: #4582ec; }
2836
-
2837
- .ssbp--theme-9 .ssbp-simplesharebuttons:hover, .ssbp--theme-9 .ssbp-simplesharebuttons:focus, .ssbp--theme-9 .ssbp-simplesharebuttons:active {
2838
- border-bottom: 5px solid #4582ec; }
2839
-
2840
- .ssbp--theme-9 .ssbp-simplesharebuttons:hover, .ssbp--theme-9 .ssbp-simplesharebuttons:focus, .ssbp--theme-9 .ssbp-simplesharebuttons:active, .ssbp--theme-9 .ssbp-simplesharebuttons:visited {
2841
- color: #4582ec; }
2842
-
2843
- .ssbp--theme-9 .ssbp-simplesharebuttons + .ssbp-each-share {
2844
- color: #4582ec; }
2845
-
2846
- .ssbp--theme-9 .ssbp-stumbleupon {
2847
- border-bottom: 5px solid #EB4924;
2848
- color: #EB4924; }
2849
-
2850
- .ssbp--theme-9 .ssbp-stumbleupon:hover, .ssbp--theme-9 .ssbp-stumbleupon:focus, .ssbp--theme-9 .ssbp-stumbleupon:active {
2851
- border-bottom: 5px solid #EB4924; }
2852
-
2853
- .ssbp--theme-9 .ssbp-stumbleupon:hover, .ssbp--theme-9 .ssbp-stumbleupon:focus, .ssbp--theme-9 .ssbp-stumbleupon:active, .ssbp--theme-9 .ssbp-stumbleupon:visited {
2854
- color: #EB4924; }
2855
-
2856
- .ssbp--theme-9 .ssbp-stumbleupon + .ssbp-each-share {
2857
- color: #EB4924; }
2858
-
2859
- .ssbp--theme-9 .ssbp-tumblr {
2860
- border-bottom: 5px solid #2C4762;
2861
- color: #2C4762; }
2862
-
2863
- .ssbp--theme-9 .ssbp-tumblr:hover, .ssbp--theme-9 .ssbp-tumblr:focus, .ssbp--theme-9 .ssbp-tumblr:active {
2864
- border-bottom: 5px solid #2C4762; }
2865
-
2866
- .ssbp--theme-9 .ssbp-tumblr:hover, .ssbp--theme-9 .ssbp-tumblr:focus, .ssbp--theme-9 .ssbp-tumblr:active, .ssbp--theme-9 .ssbp-tumblr:visited {
2867
- color: #2C4762; }
2868
-
2869
- .ssbp--theme-9 .ssbp-tumblr + .ssbp-each-share {
2870
- color: #2C4762; }
2871
-
2872
- .ssbp--theme-9 .ssbp-twitter {
2873
- border-bottom: 5px solid #00a9f1;
2874
- color: #00a9f1; }
2875
-
2876
- .ssbp--theme-9 .ssbp-twitter:hover, .ssbp--theme-9 .ssbp-twitter:focus, .ssbp--theme-9 .ssbp-twitter:active {
2877
- border-bottom: 5px solid #00a9f1; }
2878
-
2879
- .ssbp--theme-9 .ssbp-twitter:hover, .ssbp--theme-9 .ssbp-twitter:focus, .ssbp--theme-9 .ssbp-twitter:active, .ssbp--theme-9 .ssbp-twitter:visited {
2880
- color: #00a9f1; }
2881
-
2882
- .ssbp--theme-9 .ssbp-twitter + .ssbp-each-share {
2883
- color: #00a9f1; }
2884
-
2885
- .ssbp--theme-9 .ssbp-vk {
2886
- border-bottom: 5px solid #45668E;
2887
- color: #45668E; }
2888
-
2889
- .ssbp--theme-9 .ssbp-vk:hover, .ssbp--theme-9 .ssbp-vk:focus, .ssbp--theme-9 .ssbp-vk:active {
2890
- border-bottom: 5px solid #45668E; }
2891
-
2892
- .ssbp--theme-9 .ssbp-vk:hover, .ssbp--theme-9 .ssbp-vk:focus, .ssbp--theme-9 .ssbp-vk:active, .ssbp--theme-9 .ssbp-vk:visited {
2893
- color: #45668E; }
2894
-
2895
- .ssbp--theme-9 .ssbp-vk + .ssbp-each-share {
2896
- color: #45668E; }
2897
-
2898
- .ssbp--theme-9 .ssbp-whatsapp {
2899
- border-bottom: 5px solid #34AF23;
2900
- color: #34AF23; }
2901
-
2902
- .ssbp--theme-9 .ssbp-whatsapp:hover, .ssbp--theme-9 .ssbp-whatsapp:focus, .ssbp--theme-9 .ssbp-whatsapp:active {
2903
- border-bottom: 5px solid #34AF23; }
2904
-
2905
- .ssbp--theme-9 .ssbp-whatsapp:hover, .ssbp--theme-9 .ssbp-whatsapp:focus, .ssbp--theme-9 .ssbp-whatsapp:active, .ssbp--theme-9 .ssbp-whatsapp:visited {
2906
- color: #34AF23; }
2907
-
2908
- .ssbp--theme-9 .ssbp-whatsapp + .ssbp-each-share {
2909
- color: #34AF23; }
2910
-
2911
- .ssbp--theme-9 .ssbp-yummly {
2912
- border-bottom: 5px solid #E16120;
2913
- color: #E16120; }
2914
-
2915
- .ssbp--theme-9 .ssbp-yummly:hover, .ssbp--theme-9 .ssbp-yummly:focus, .ssbp--theme-9 .ssbp-yummly:active {
2916
- border-bottom: 5px solid #E16120; }
2917
-
2918
- .ssbp--theme-9 .ssbp-yummly:hover, .ssbp--theme-9 .ssbp-yummly:focus, .ssbp--theme-9 .ssbp-yummly:active, .ssbp--theme-9 .ssbp-yummly:visited {
2919
- color: #E16120; }
2920
-
2921
- .ssbp--theme-9 .ssbp-yummly + .ssbp-each-share {
2922
- color: #E16120; }
2923
-
2924
- .ssbp--theme-9 .ssbp-xing {
2925
- border-bottom: 5px solid #026466;
2926
- color: #026466; }
2927
-
2928
- .ssbp--theme-9 .ssbp-xing:hover, .ssbp--theme-9 .ssbp-xing:focus, .ssbp--theme-9 .ssbp-xing:active {
2929
- border-bottom: 5px solid #026466; }
2930
-
2931
- .ssbp--theme-9 .ssbp-xing:hover, .ssbp--theme-9 .ssbp-xing:focus, .ssbp--theme-9 .ssbp-xing:active, .ssbp--theme-9 .ssbp-xing:visited {
2932
- color: #026466; }
2933
-
2934
- .ssbp--theme-9 .ssbp-xing + .ssbp-each-share {
2935
- color: #026466; }
2936
-
2937
- .ssbp--theme-9 .ssbp-each-share {
2938
- padding-top: 3px;
2939
- text-align: center;
2940
- font-size: 12px; }
2941
-
2942
- .ssbp--theme-9 .ssbp-each-share:before {
2943
- content: "("; }
2944
-
2945
- .ssbp--theme-9 .ssbp-each-share:after {
2946
- content: ")"; }
2947
-
2948
- .ssbp--theme-2 .ssbp-toggle-switch, .ssbp--theme-3 .ssbp-toggle-switch, .ssbp--theme-10 .ssbp-toggle-switch, .ssbp--theme-11 .ssbp-toggle-switch {
2949
- background: #4C4C4C;
2950
- background: rgba(39, 39, 39, 0.8);
2951
- border-radius: 0;
2952
- color: #fff; }
2953
-
2954
- .ssbp--theme-2 .ssbp-toggle-switch:active, .ssbp--theme-3 .ssbp-toggle-switch:active, .ssbp--theme-10 .ssbp-toggle-switch:active, .ssbp--theme-11 .ssbp-toggle-switch:active, .ssbp--theme-2 .ssbp-toggle-switch:hover, .ssbp--theme-3 .ssbp-toggle-switch:hover, .ssbp--theme-10 .ssbp-toggle-switch:hover, .ssbp--theme-11 .ssbp-toggle-switch:hover, .ssbp--theme-2 .ssbp-toggle-switch:focus, .ssbp--theme-3 .ssbp-toggle-switch:focus, .ssbp--theme-10 .ssbp-toggle-switch:focus, .ssbp--theme-11 .ssbp-toggle-switch:focus {
2955
- background: #4C4C4C;
2956
- background: rgba(39, 39, 39, 0.9); }
2957
-
2958
- .ssbp--theme-1 .ssbp-toggle-switch, .ssbp--theme-4 .ssbp-toggle-switch, .ssbp--theme-5 .ssbp-toggle-switch, .ssbp--theme-6 .ssbp-toggle-switch, .ssbp--theme-7 .ssbp-toggle-switch, .ssbp--theme-8 .ssbp-toggle-switch, .ssbp--theme-9 .ssbp-toggle-switch {
2959
- background: #fff;
2960
- background: rgba(255, 255, 255, 0.8);
2961
- color: #272727;
2962
- border-radius: 0; }
2963
-
2964
- .ssbp--theme-1 .ssbp-toggle-switch:active, .ssbp--theme-4 .ssbp-toggle-switch:active, .ssbp--theme-5 .ssbp-toggle-switch:active, .ssbp--theme-6 .ssbp-toggle-switch:active, .ssbp--theme-7 .ssbp-toggle-switch:active, .ssbp--theme-8 .ssbp-toggle-switch:active, .ssbp--theme-9 .ssbp-toggle-switch:active, .ssbp--theme-1 .ssbp-toggle-switch:hover, .ssbp--theme-4 .ssbp-toggle-switch:hover, .ssbp--theme-5 .ssbp-toggle-switch:hover, .ssbp--theme-6 .ssbp-toggle-switch:hover, .ssbp--theme-7 .ssbp-toggle-switch:hover, .ssbp--theme-8 .ssbp-toggle-switch:hover, .ssbp--theme-9 .ssbp-toggle-switch:hover, .ssbp--theme-1 .ssbp-toggle-switch:focus, .ssbp--theme-4 .ssbp-toggle-switch:focus, .ssbp--theme-5 .ssbp-toggle-switch:focus, .ssbp--theme-6 .ssbp-toggle-switch:focus, .ssbp--theme-7 .ssbp-toggle-switch:focus, .ssbp--theme-8 .ssbp-toggle-switch:focus, .ssbp--theme-9 .ssbp-toggle-switch:focus {
2965
- background: #fff;
2966
- background: rgba(255, 255, 255, 0.9); }
2967
-
2968
- .ssbp--theme-2.ssbp--centred .ssbp-list, .ssbp--theme-3.ssbp--centred .ssbp-list, .ssbp--theme-5.ssbp--centred .ssbp-list, .ssbp--theme-7.ssbp--centred .ssbp-list, .ssbp--theme-8.ssbp--centred .ssbp-list, .ssbp--theme-9.ssbp--centred .ssbp-list, .ssbp--theme-10.ssbp--centred .ssbp-list, .ssbp--theme-11.ssbp--centred .ssbp-list {
2969
- display: table;
2970
- table-layout: fixed;
2971
- width: 100%; }
2972
-
2973
- .ssbp--theme-2.ssbp--centred .ssbp-list li, .ssbp--theme-3.ssbp--centred .ssbp-list li, .ssbp--theme-5.ssbp--centred .ssbp-list li, .ssbp--theme-7.ssbp--centred .ssbp-list li, .ssbp--theme-8.ssbp--centred .ssbp-list li, .ssbp--theme-9.ssbp--centred .ssbp-list li, .ssbp--theme-10.ssbp--centred .ssbp-list li, .ssbp--theme-11.ssbp--centred .ssbp-list li {
2974
- display: inline-block !important;
2975
- margin: 0 0 !important;
2976
- display: table-cell !important;
2977
- width: auto;
2978
- height: auto; }
2979
-
2980
- .ssbp--theme-2.ssbp--centred .ssbp-btn, .ssbp--theme-3.ssbp--centred .ssbp-btn, .ssbp--theme-5.ssbp--centred .ssbp-btn, .ssbp--theme-7.ssbp--centred .ssbp-btn, .ssbp--theme-8.ssbp--centred .ssbp-btn, .ssbp--theme-9.ssbp--centred .ssbp-btn, .ssbp--theme-10.ssbp--centred .ssbp-btn, .ssbp--theme-11.ssbp--centred .ssbp-btn {
2981
- display: block;
2982
- width: auto; }
2983
-
2984
- .ssbp--theme-10 {
2985
- overflow: hidden; }
2986
-
2987
- .ssbp--theme-10 .ssbp-list li {
2988
- margin: 0; }
2989
-
2990
- .ssbp--theme-10 .ssbp-btn {
2991
- width: auto !important;
2992
- height: auto !important;
2993
- display: block;
2994
- padding: 0.5em 1em;
2995
- color: #fff;
2996
- text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
2997
- -webkit-transition: background-color .25s;
2998
- transition: background-color .25s;
2999
- border-bottom: 0; }
3000
-
3001
- .ssbp--theme-10 .ssbp-btn:before {
3002
- vertical-align: middle; }
3003
-
3004
- .ssbp--theme-10 .ssbp-btn:active {
3005
- box-shadow: inset 0 0 0.5em rgba(0, 0, 0, 0.33); }
3006
-
3007
- .ssbp--theme-10 .ssbp-btn:hover, .ssbp--theme-10 .ssbp-btn:focus, .ssbp--theme-10 .ssbp-btn:active, .ssbp--theme-10 .ssbp-btn:visited {
3008
- color: #fff; }
3009
-
3010
- .ssbp--theme-10.ssbp--centred .ssbp-input-url-div {
3011
- position: relative;
3012
- display: block;
3013
- padding: 10px; }
3014
-
3015
- .ssbp--theme-10.ssbp--centred .ssbp-input-url {
3016
- width: 100%;
3017
- max-width: 200px;
3018
- border: 1px solid #DDD;
3019
- padding: 8px 8px 8px 8px;
3020
- font-size: 20px;
3021
- font-weight: 400;
3022
- line-height: 1;
3023
- color: #B3B3B3;
3024
- border-radius: 4px;
3025
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
3026
-
3027
- .ssbp--theme-10.ssbp--centred .ssbp-total-shares {
3028
- display: block;
3029
- line-height: 1; }
3030
-
3031
- .ssbp--theme-10.ssbp--centred .ssbp-total-shares b {
3032
- font-size: 70px;
3033
- color: #4582EC; }
3034
-
3035
- .ssbp--theme-10.ssbp--centred .ssbp-total-shares:after {
3036
- content: 'Shares';
3037
- display: block;
3038
- font-family: 'Lato', sans-serif;
3039
- font-weight: 700;
3040
- font-size: 30px;
3041
- text-transform: uppercase;
3042
- color: #B3B3B3; }
3043
-
3044
- @media only screen and (min-width: 481px) {
3045
- .ssbp--theme-10.ssbp--centred .ssbp-input-url-div {
3046
- float: right;
3047
- width: 50%;
3048
- padding: 35px 20px;
3049
- text-align: left; }
3050
- .ssbp--theme-10.ssbp--centred .ssbp-total-shares {
3051
- width: 50%;
3052
- text-align: right; } }
3053
-
3054
- .ssbp--theme-10 .ssbp-buffer {
3055
- background-color: #272727; }
3056
-
3057
- .ssbp--theme-10 .ssbp-buffer:hover, .ssbp--theme-10 .ssbp-buffer:focus, .ssbp--theme-10 .ssbp-buffer:active, .ssbp--theme-10 .ssbp-buffer + .ssbp-each-share {
3058
- background-color: #0e0e0e; }
3059
-
3060
- .ssbp--theme-10 .ssbp-diggit {
3061
- background-color: #14589E; }
3062
-
3063
- .ssbp--theme-10 .ssbp-diggit:hover, .ssbp--theme-10 .ssbp-diggit:focus, .ssbp--theme-10 .ssbp-diggit:active, .ssbp--theme-10 .ssbp-diggit + .ssbp-each-share {
3064
- background-color: #0e3f71; }
3065
-
3066
- .ssbp--theme-10 .ssbp-email {
3067
- background-color: #787878; }
3068
-
3069
- .ssbp--theme-10 .ssbp-email:hover, .ssbp--theme-10 .ssbp-email:focus, .ssbp--theme-10 .ssbp-email:active, .ssbp--theme-10 .ssbp-email + .ssbp-each-share {
3070
- background-color: #5f5f5f; }
3071
-
3072
- .ssbp--theme-10 .ssbp-ellipsis {
3073
- background-color: #4582EC; }
3074
-
3075
- .ssbp--theme-10 .ssbp-ellipsis:hover, .ssbp--theme-10 .ssbp-ellipsis:focus, .ssbp--theme-10 .ssbp-ellipsis:active, .ssbp--theme-10 .ssbp-ellipsis + .ssbp-each-share {
3076
- background-color: #1863e6; }
3077
-
3078
- .ssbp--theme-10 .ssbp-facebook {
3079
- background-color: #3b5998; }
3080
-
3081
- .ssbp--theme-10 .ssbp-facebook:hover, .ssbp--theme-10 .ssbp-facebook:focus, .ssbp--theme-10 .ssbp-facebook:active, .ssbp--theme-10 .ssbp-facebook + .ssbp-each-share {
3082
- background-color: #2d4373; }
3083
-
3084
- .ssbp--theme-10 .ssbp-facebook_save {
3085
- background-color: #3b5998; }
3086
-
3087
- .ssbp--theme-10 .ssbp-facebook_save:hover, .ssbp--theme-10 .ssbp-facebook_save:focus, .ssbp--theme-10 .ssbp-facebook_save:active, .ssbp--theme-10 .ssbp-facebook_save + .ssbp-each-share {
3088
- background-color: #2d4373; }
3089
-
3090
- .ssbp--theme-10 .ssbp-facebook-messenger {
3091
- background-color: #0084FF; }
3092
-
3093
- .ssbp--theme-10 .ssbp-facebook-messenger:hover, .ssbp--theme-10 .ssbp-facebook-messenger:focus, .ssbp--theme-10 .ssbp-facebook-messenger:active, .ssbp--theme-10 .ssbp-facebook-messenger + .ssbp-each-share {
3094
- background-color: #006acc; }
3095
-
3096
- .ssbp--theme-10 .ssbp-flattr {
3097
- background-color: #f67C1A; }
3098
-
3099
- .ssbp--theme-10 .ssbp-flattr:hover, .ssbp--theme-10 .ssbp-flattr:focus, .ssbp--theme-10 .ssbp-flattr:active, .ssbp--theme-10 .ssbp-flattr + .ssbp-each-share {
3100
- background-color: #d56308; }
3101
-
3102
- .ssbp--theme-10 .ssbp-google {
3103
- background-color: #DC4E41; }
3104
-
3105
- .ssbp--theme-10 .ssbp-google:hover, .ssbp--theme-10 .ssbp-google:focus, .ssbp--theme-10 .ssbp-google:active, .ssbp--theme-10 .ssbp-google + .ssbp-each-share {
3106
- background-color: #c63224; }
3107
-
3108
- .ssbp--theme-10 .ssbp-linkedin {
3109
- background-color: #007bb6; }
3110
-
3111
- .ssbp--theme-10 .ssbp-linkedin:hover, .ssbp--theme-10 .ssbp-linkedin:focus, .ssbp--theme-10 .ssbp-linkedin:active, .ssbp--theme-10 .ssbp-linkedin + .ssbp-each-share {
3112
- background-color: #005983; }
3113
-
3114
- .ssbp--theme-10 .ssbp-pinterest {
3115
- background-color: #ce1a19; }
3116
-
3117
- .ssbp--theme-10 .ssbp-pinterest:hover, .ssbp--theme-10 .ssbp-pinterest:focus, .ssbp--theme-10 .ssbp-pinterest:active, .ssbp--theme-10 .ssbp-pinterest + .ssbp-each-share {
3118
- background-color: #a11413; }
3119
-
3120
- .ssbp--theme-10 .ssbp-print {
3121
- background-color: #1F6B43; }
3122
-
3123
- .ssbp--theme-10 .ssbp-print:hover, .ssbp--theme-10 .ssbp-print:focus, .ssbp--theme-10 .ssbp-print:active, .ssbp--theme-10 .ssbp-print + .ssbp-each-share {
3124
- background-color: #14432a; }
3125
-
3126
- .ssbp--theme-10 .ssbp-reddit {
3127
- background-color: #FF4500; }
3128
-
3129
- .ssbp--theme-10 .ssbp-reddit:hover, .ssbp--theme-10 .ssbp-reddit:focus, .ssbp--theme-10 .ssbp-reddit:active, .ssbp--theme-10 .ssbp-reddit + .ssbp-each-share {
3130
- background-color: #cc3700; }
3131
-
3132
- .ssbp--theme-10 .ssbp-simplesharebuttons {
3133
- background-color: #4582ec; }
3134
-
3135
- .ssbp--theme-10 .ssbp-simplesharebuttons:hover, .ssbp--theme-10 .ssbp-simplesharebuttons:focus, .ssbp--theme-10 .ssbp-simplesharebuttons:active, .ssbp--theme-10 .ssbp-simplesharebuttons + .ssbp-each-share {
3136
- background-color: #1863e6; }
3137
-
3138
- .ssbp--theme-10 .ssbp-stumbleupon {
3139
- background-color: #EB4924; }
3140
-
3141
- .ssbp--theme-10 .ssbp-stumbleupon:hover, .ssbp--theme-10 .ssbp-stumbleupon:focus, .ssbp--theme-10 .ssbp-stumbleupon:active, .ssbp--theme-10 .ssbp-stumbleupon + .ssbp-each-share {
3142
- background-color: #ca3412; }
3143
-
3144
- .ssbp--theme-10 .ssbp-tumblr {
3145
- background-color: #2C4762; }
3146
-
3147
- .ssbp--theme-10 .ssbp-tumblr:hover, .ssbp--theme-10 .ssbp-tumblr:focus, .ssbp--theme-10 .ssbp-tumblr:active, .ssbp--theme-10 .ssbp-tumblr + .ssbp-each-share {
3148
- background-color: #1c2e3f; }
3149
-
3150
- .ssbp--theme-10 .ssbp-twitter {
3151
- background-color: #00a9f1; }
3152
-
3153
- .ssbp--theme-10 .ssbp-twitter:hover, .ssbp--theme-10 .ssbp-twitter:focus, .ssbp--theme-10 .ssbp-twitter:active, .ssbp--theme-10 .ssbp-twitter + .ssbp-each-share {
3154
- background-color: #0085be; }
3155
-
3156
- .ssbp--theme-10 .ssbp-vk {
3157
- background-color: #45668E; }
3158
-
3159
- .ssbp--theme-10 .ssbp-vk:hover, .ssbp--theme-10 .ssbp-vk:focus, .ssbp--theme-10 .ssbp-vk:active, .ssbp--theme-10 .ssbp-vk + .ssbp-each-share {
3160
- background-color: #344d6c; }
3161
-
3162
- .ssbp--theme-10 .ssbp-whatsapp {
3163
- background-color: #34AF23; }
3164
-
3165
- .ssbp--theme-10 .ssbp-whatsapp:hover, .ssbp--theme-10 .ssbp-whatsapp:focus, .ssbp--theme-10 .ssbp-whatsapp:active, .ssbp--theme-10 .ssbp-whatsapp + .ssbp-each-share {
3166
- background-color: #27851b; }
3167
-
3168
- .ssbp--theme-10 .ssbp-yummly {
3169
- background-color: #E16120; }
3170
-
3171
- .ssbp--theme-10 .ssbp-yummly:hover, .ssbp--theme-10 .ssbp-yummly:focus, .ssbp--theme-10 .ssbp-yummly:active, .ssbp--theme-10 .ssbp-yummly + .ssbp-each-share {
3172
- background-color: #b64d18; }
3173
-
3174
- .ssbp--theme-10 .ssbp-xing {
3175
- background-color: #026466; }
3176
-
3177
- .ssbp--theme-10 .ssbp-xing:hover, .ssbp--theme-10 .ssbp-xing:focus, .ssbp--theme-10 .ssbp-xing:active, .ssbp--theme-10 .ssbp-xing + .ssbp-each-share {
3178
- background-color: #013334; }
3179
-
3180
- .ssbp--theme-10 .ssbp-each-share {
3181
- padding: 2px;
3182
- font-size: 10px;
3183
- text-align: center;
3184
- color: #FFF; }
3185
-
3186
- .ssbp--theme-2 .ssbp-toggle-switch, .ssbp--theme-3 .ssbp-toggle-switch, .ssbp--theme-10 .ssbp-toggle-switch, .ssbp--theme-11 .ssbp-toggle-switch {
3187
- background: #4C4C4C;
3188
- background: rgba(39, 39, 39, 0.8);
3189
- border-radius: 0;
3190
- color: #fff; }
3191
-
3192
- .ssbp--theme-2 .ssbp-toggle-switch:active, .ssbp--theme-3 .ssbp-toggle-switch:active, .ssbp--theme-10 .ssbp-toggle-switch:active, .ssbp--theme-11 .ssbp-toggle-switch:active, .ssbp--theme-2 .ssbp-toggle-switch:hover, .ssbp--theme-3 .ssbp-toggle-switch:hover, .ssbp--theme-10 .ssbp-toggle-switch:hover, .ssbp--theme-11 .ssbp-toggle-switch:hover, .ssbp--theme-2 .ssbp-toggle-switch:focus, .ssbp--theme-3 .ssbp-toggle-switch:focus, .ssbp--theme-10 .ssbp-toggle-switch:focus, .ssbp--theme-11 .ssbp-toggle-switch:focus {
3193
- background: #4C4C4C;
3194
- background: rgba(39, 39, 39, 0.9); }
3195
-
3196
- .ssbp--theme-1 .ssbp-toggle-switch, .ssbp--theme-4 .ssbp-toggle-switch, .ssbp--theme-5 .ssbp-toggle-switch, .ssbp--theme-6 .ssbp-toggle-switch, .ssbp--theme-7 .ssbp-toggle-switch, .ssbp--theme-8 .ssbp-toggle-switch, .ssbp--theme-9 .ssbp-toggle-switch {
3197
- background: #fff;
3198
- background: rgba(255, 255, 255, 0.8);
3199
- color: #272727;
3200
- border-radius: 0; }
3201
-
3202
- .ssbp--theme-1 .ssbp-toggle-switch:active, .ssbp--theme-4 .ssbp-toggle-switch:active, .ssbp--theme-5 .ssbp-toggle-switch:active, .ssbp--theme-6 .ssbp-toggle-switch:active, .ssbp--theme-7 .ssbp-toggle-switch:active, .ssbp--theme-8 .ssbp-toggle-switch:active, .ssbp--theme-9 .ssbp-toggle-switch:active, .ssbp--theme-1 .ssbp-toggle-switch:hover, .ssbp--theme-4 .ssbp-toggle-switch:hover, .ssbp--theme-5 .ssbp-toggle-switch:hover, .ssbp--theme-6 .ssbp-toggle-switch:hover, .ssbp--theme-7 .ssbp-toggle-switch:hover, .ssbp--theme-8 .ssbp-toggle-switch:hover, .ssbp--theme-9 .ssbp-toggle-switch:hover, .ssbp--theme-1 .ssbp-toggle-switch:focus, .ssbp--theme-4 .ssbp-toggle-switch:focus, .ssbp--theme-5 .ssbp-toggle-switch:focus, .ssbp--theme-6 .ssbp-toggle-switch:focus, .ssbp--theme-7 .ssbp-toggle-switch:focus, .ssbp--theme-8 .ssbp-toggle-switch:focus, .ssbp--theme-9 .ssbp-toggle-switch:focus {
3203
- background: #fff;
3204
- background: rgba(255, 255, 255, 0.9); }
3205
-
3206
- .ssbp--theme-2.ssbp--centred .ssbp-list, .ssbp--theme-3.ssbp--centred .ssbp-list, .ssbp--theme-5.ssbp--centred .ssbp-list, .ssbp--theme-7.ssbp--centred .ssbp-list, .ssbp--theme-8.ssbp--centred .ssbp-list, .ssbp--theme-9.ssbp--centred .ssbp-list, .ssbp--theme-10.ssbp--centred .ssbp-list, .ssbp--theme-11.ssbp--centred .ssbp-list {
3207
- display: table;
3208
- table-layout: fixed;
3209
- width: 100%; }
3210
-
3211
- .ssbp--theme-2.ssbp--centred .ssbp-list li, .ssbp--theme-3.ssbp--centred .ssbp-list li, .ssbp--theme-5.ssbp--centred .ssbp-list li, .ssbp--theme-7.ssbp--centred .ssbp-list li, .ssbp--theme-8.ssbp--centred .ssbp-list li, .ssbp--theme-9.ssbp--centred .ssbp-list li, .ssbp--theme-10.ssbp--centred .ssbp-list li, .ssbp--theme-11.ssbp--centred .ssbp-list li {
3212
- display: inline-block !important;
3213
- margin: 0 0 !important;
3214
- display: table-cell !important;
3215
- width: auto;
3216
- height: auto; }
3217
-
3218
- .ssbp--theme-2.ssbp--centred .ssbp-btn, .ssbp--theme-3.ssbp--centred .ssbp-btn, .ssbp--theme-5.ssbp--centred .ssbp-btn, .ssbp--theme-7.ssbp--centred .ssbp-btn, .ssbp--theme-8.ssbp--centred .ssbp-btn, .ssbp--theme-9.ssbp--centred .ssbp-btn, .ssbp--theme-10.ssbp--centred .ssbp-btn, .ssbp--theme-11.ssbp--centred .ssbp-btn {
3219
- display: block;
3220
- width: auto; }
3221
-
3222
- .ssbp--theme-11 {
3223
- margin-left: -5px;
3224
- margin-right: -5px; }
3225
-
3226
- .ssbp--theme-11 .ssbp-list li {
3227
- margin: 0; }
3228
-
3229
- .ssbp--theme-11 .ssbp-text {
3230
- display: inline-block;
3231
- vertical-align: middle;
3232
- font-size: 12px;
3233
- line-height: 1.2;
3234
- font-size: 11px; }
3235
-
3236
- .ssbp--theme-11 .ssbp-btn {
3237
- width: auto !important;
3238
- height: auto !important;
3239
- display: block;
3240
- padding: 0.6em 1em;
3241
- margin: 5px;
3242
- text-transform: uppercase;
3243
- color: #fff;
3244
- font-size: 11px;
3245
- -webkit-transition: background-color .25s;
3246
- transition: background-color .25s;
3247
- border-bottom: 0;
3248
- border-radius: 5px; }
3249
-
3250
- .ssbp--theme-11 .ssbp-btn:before {
3251
- display: none; }
3252
-
3253
- .ssbp--theme-11 .ssbp-btn:active {
3254
- box-shadow: inset 0 0 0.5em rgba(0, 0, 0, 0.33); }
3255
-
3256
- .ssbp--theme-11 .ssbp-btn:hover, .ssbp--theme-11 .ssbp-btn:focus, .ssbp--theme-11 .ssbp-btn:active, .ssbp--theme-11 .ssbp-btn:visited {
3257
- color: #fff; }
3258
-
3259
- .ssbp--theme-11 .ssbp-buffer {
3260
- background-color: #272727; }
3261
-
3262
- .ssbp--theme-11 .ssbp-buffer:hover, .ssbp--theme-11 .ssbp-buffer:focus, .ssbp--theme-11 .ssbp-buffer:active, .ssbp--theme-11 .ssbp-buffer + .ssbp-each-share {
3263
- background-color: #0e0e0e; }
3264
-
3265
- .ssbp--theme-11 .ssbp-diggit {
3266
- background-color: #14589E; }
3267
-
3268
- .ssbp--theme-11 .ssbp-diggit:hover, .ssbp--theme-11 .ssbp-diggit:focus, .ssbp--theme-11 .ssbp-diggit:active, .ssbp--theme-11 .ssbp-diggit + .ssbp-each-share {
3269
- background-color: #0e3f71; }
3270
-
3271
- .ssbp--theme-11 .ssbp-email {
3272
- background-color: #787878; }
3273
-
3274
- .ssbp--theme-11 .ssbp-email:hover, .ssbp--theme-11 .ssbp-email:focus, .ssbp--theme-11 .ssbp-email:active, .ssbp--theme-11 .ssbp-email + .ssbp-each-share {
3275
- background-color: #5f5f5f; }
3276
-
3277
- .ssbp--theme-11 .ssbp-ellipsis {
3278
- background-color: #4582EC; }
3279
-
3280
- .ssbp--theme-11 .ssbp-ellipsis:hover, .ssbp--theme-11 .ssbp-ellipsis:focus, .ssbp--theme-11 .ssbp-ellipsis:active, .ssbp--theme-11 .ssbp-ellipsis + .ssbp-each-share {
3281
- background-color: #1863e6; }
3282
-
3283
- .ssbp--theme-11 .ssbp-facebook {
3284
- background-color: #3b5998; }
3285
-
3286
- .ssbp--theme-11 .ssbp-facebook:hover, .ssbp--theme-11 .ssbp-facebook:focus, .ssbp--theme-11 .ssbp-facebook:active, .ssbp--theme-11 .ssbp-facebook + .ssbp-each-share {
3287
- background-color: #2d4373; }
3288
-
3289
- .ssbp--theme-11 .ssbp-facebook_save {
3290
- background-color: #3b5998; }
3291
-
3292
- .ssbp--theme-11 .ssbp-facebook_save:hover, .ssbp--theme-11 .ssbp-facebook_save:focus, .ssbp--theme-11 .ssbp-facebook_save:active, .ssbp--theme-11 .ssbp-facebook_save + .ssbp-each-share {
3293
- background-color: #2d4373; }
3294
-
3295
- .ssbp--theme-11 .ssbp-facebook-messenger {
3296
- background-color: #0084FF; }
3297
-
3298
- .ssbp--theme-11 .ssbp-facebook-messenger:hover, .ssbp--theme-11 .ssbp-facebook-messenger:focus, .ssbp--theme-11 .ssbp-facebook-messenger:active, .ssbp--theme-11 .ssbp-facebook-messenger + .ssbp-each-share {
3299
- background-color: #006acc; }
3300
-
3301
- .ssbp--theme-11 .ssbp-flattr {
3302
- background-color: #f67C1A; }
3303
-
3304
- .ssbp--theme-11 .ssbp-flattr:hover, .ssbp--theme-11 .ssbp-flattr:focus, .ssbp--theme-11 .ssbp-flattr:active, .ssbp--theme-11 .ssbp-flattr + .ssbp-each-share {
3305
- background-color: #d56308; }
3306
-
3307
- .ssbp--theme-11 .ssbp-google {
3308
- background-color: #DC4E41; }
3309
-
3310
- .ssbp--theme-11 .ssbp-google:hover, .ssbp--theme-11 .ssbp-google:focus, .ssbp--theme-11 .ssbp-google:active, .ssbp--theme-11 .ssbp-google + .ssbp-each-share {
3311
- background-color: #c63224; }
3312
-
3313
- .ssbp--theme-11 .ssbp-linkedin {
3314
- background-color: #007bb6; }
3315
-
3316
- .ssbp--theme-11 .ssbp-linkedin:hover, .ssbp--theme-11 .ssbp-linkedin:focus, .ssbp--theme-11 .ssbp-linkedin:active, .ssbp--theme-11 .ssbp-linkedin + .ssbp-each-share {
3317
- background-color: #005983; }
3318
-
3319
- .ssbp--theme-11 .ssbp-pinterest {
3320
- background-color: #ce1a19; }
3321
-
3322
- .ssbp--theme-11 .ssbp-pinterest:hover, .ssbp--theme-11 .ssbp-pinterest:focus, .ssbp--theme-11 .ssbp-pinterest:active, .ssbp--theme-11 .ssbp-pinterest + .ssbp-each-share {
3323
- background-color: #a11413; }
3324
-
3325
- .ssbp--theme-11 .ssbp-print {
3326
- background-color: #1F6B43; }
3327
-
3328
- .ssbp--theme-11 .ssbp-print:hover, .ssbp--theme-11 .ssbp-print:focus, .ssbp--theme-11 .ssbp-print:active, .ssbp--theme-11 .ssbp-print + .ssbp-each-share {
3329
- background-color: #14432a; }
3330
-
3331
- .ssbp--theme-11 .ssbp-reddit {
3332
- background-color: #FF4500; }
3333
-
3334
- .ssbp--theme-11 .ssbp-reddit:hover, .ssbp--theme-11 .ssbp-reddit:focus, .ssbp--theme-11 .ssbp-reddit:active, .ssbp--theme-11 .ssbp-reddit + .ssbp-each-share {
3335
- background-color: #cc3700; }
3336
-
3337
- .ssbp--theme-11 .ssbp-simplesharebuttons {
3338
- background-color: #4582ec; }
3339
-
3340
- .ssbp--theme-11 .ssbp-simplesharebuttons:hover, .ssbp--theme-11 .ssbp-simplesharebuttons:focus, .ssbp--theme-11 .ssbp-simplesharebuttons:active, .ssbp--theme-11 .ssbp-simplesharebuttons + .ssbp-each-share {
3341
- background-color: #1863e6; }
3342
-
3343
- .ssbp--theme-11 .ssbp-stumbleupon {
3344
- background-color: #EB4924; }
3345
-
3346
- .ssbp--theme-11 .ssbp-stumbleupon:hover, .ssbp--theme-11 .ssbp-stumbleupon:focus, .ssbp--theme-11 .ssbp-stumbleupon:active, .ssbp--theme-11 .ssbp-stumbleupon + .ssbp-each-share {
3347
- background-color: #ca3412; }
3348
-
3349
- .ssbp--theme-11 .ssbp-tumblr {
3350
- background-color: #2C4762; }
3351
-
3352
- .ssbp--theme-11 .ssbp-tumblr:hover, .ssbp--theme-11 .ssbp-tumblr:focus, .ssbp--theme-11 .ssbp-tumblr:active, .ssbp--theme-11 .ssbp-tumblr + .ssbp-each-share {
3353
- background-color: #1c2e3f; }
3354
-
3355
- .ssbp--theme-11 .ssbp-twitter {
3356
- background-color: #00a9f1; }
3357
-
3358
- .ssbp--theme-11 .ssbp-twitter:hover, .ssbp--theme-11 .ssbp-twitter:focus, .ssbp--theme-11 .ssbp-twitter:active, .ssbp--theme-11 .ssbp-twitter + .ssbp-each-share {
3359
- background-color: #0085be; }
3360
-
3361
- .ssbp--theme-11 .ssbp-vk {
3362
- background-color: #45668E; }
3363
-
3364
- .ssbp--theme-11 .ssbp-vk:hover, .ssbp--theme-11 .ssbp-vk:focus, .ssbp--theme-11 .ssbp-vk:active, .ssbp--theme-11 .ssbp-vk + .ssbp-each-share {
3365
- background-color: #344d6c; }
3366
-
3367
- .ssbp--theme-11 .ssbp-whatsapp {
3368
- background-color: #34AF23; }
3369
-
3370
- .ssbp--theme-11 .ssbp-whatsapp:hover, .ssbp--theme-11 .ssbp-whatsapp:focus, .ssbp--theme-11 .ssbp-whatsapp:active, .ssbp--theme-11 .ssbp-whatsapp + .ssbp-each-share {
3371
- background-color: #27851b; }
3372
-
3373
- .ssbp--theme-11 .ssbp-yummly {
3374
- background-color: #E16120; }
3375
-
3376
- .ssbp--theme-11 .ssbp-yummly:hover, .ssbp--theme-11 .ssbp-yummly:focus, .ssbp--theme-11 .ssbp-yummly:active, .ssbp--theme-11 .ssbp-yummly + .ssbp-each-share {
3377
- background-color: #b64d18; }
3378
-
3379
- .ssbp--theme-11 .ssbp-xing {
3380
- background-color: #026466; }
3381
-
3382
- .ssbp--theme-11 .ssbp-xing:hover, .ssbp--theme-11 .ssbp-xing:focus, .ssbp--theme-11 .ssbp-xing:active, .ssbp--theme-11 .ssbp-xing + .ssbp-each-share {
3383
- background-color: #013334; }
3384
-
3385
- .ssbp--theme-11 .ssbp-each-share {
3386
- padding: 2px;
3387
- font-size: 10px;
3388
- margin-right: 5px;
3389
- margin-left: 5px;
3390
- text-align: center;
3391
- color: #FFF;
3392
- border-radius: 5px; }
3393
-
3394
- .active.in {
3395
- position: relatve;
3396
- z-index: 3; }
3397
-
3398
- #share-bar .ssbp--theme-11 .ssbp-btn {
3399
- margin: 0 5px 0; }
3400
-
3401
- .accor-wrap {
3402
- margin: 1rem 0 0;
3403
- display: inline-block;
3404
- width: 100%; }
3405
-
3406
- .accor-wrap .accor-tab {
3407
- background: #4582ec;
3408
- padding: .5rem;
3409
- border-radius: 5px;
3410
- color: #ffffff; }
3411
-
3412
- .accor-wrap .well {
3413
- display: inline-block;
3414
- width: 100%; }
3415
-
3416
- .accor-wrap .well h3 {
3417
- margin: 1rem 0; }
3418
-
3419
- .accor-wrap .well .col-md-12:first-of-type h3 {
3420
- margin-top: 0; }
3421
-
3422
- .accor-wrap .accor-content {
3423
- display: none; }
3424
-
3425
- .accor-wrap .accor-arrow {
3426
- border: 1px solid #ffffff;
3427
- padding: .2rem .4rem;
3428
- border-radius: 5px;
3429
- margin: 0 .3rem 0 .3rem;
3430
- font-size: 12px;
3431
- cursor: pointer;
3432
- font-family: arial, sans-serif; }
3433
-
3434
- .ssba_sharecount:after, .ssba_sharecount:before {
3435
- right: 100%;
3436
- border: solid transparent;
3437
- content: " ";
3438
- height: 0;
3439
- width: 0;
3440
- position: absolute;
3441
- pointer-events: none; }
3442
-
3443
- .ssba_sharecount:after {
3444
- border-color: rgba(224, 221, 221, 0);
3445
- border-right-color: #f5f5f5;
3446
- border-width: 5px;
3447
- top: 50%;
3448
- margin-top: -5px; }
3449
-
3450
- .ssba_sharecount:before {
3451
- border-color: rgba(85, 94, 88, 0);
3452
- border-right-color: #e0dddd;
3453
- border-width: 6px;
3454
- top: 50%;
3455
- margin-top: -6px; }
3456
-
3457
- .ssba_sharecount {
3458
- font: 11px Arial, Helvetica, sans-serif;
3459
- padding: 5px;
3460
- -khtml-border-radius: 6px;
3461
- -o-border-radius: 6px;
3462
- -webkit-border-radius: 6px;
3463
- -moz-border-radius: 6px;
3464
- border-radius: 6px;
3465
- position: relative;
3466
- border: 1px solid #e0dddd;
3467
- display: inline-block !important; }
3468
-
3469
- .ssba_sharecount.ssba_default {
3470
- color: #555e58;
3471
- background: #f5f5f5; }
3472
-
3473
- .ssba_sharecount.ssba_white {
3474
- color: #555e58;
3475
- background: #ffffff; }
3476
-
3477
- .ssba_sharecount.ssba_default:after {
3478
- border-right-color: #f5f5f5; }
3479
-
3480
- .ssba_sharecount.ssba_white:after {
3481
- border-right-color: #ffffff; }
3482
-
3483
- .ssba_sharecount.ssba_blue {
3484
- color: #ffffff;
3485
- background: #42a7e2; }
3486
-
3487
- .ssba_sharecount.ssba_blue:after {
3488
- border-right-color: #42a7e2; }
3489
-
3490
- #plus-share-buttons .ssbp-list li span:before {
3491
- content: none !important; }
3492
-
3493
- #plus-share-buttons .ssbp-each-share, #share-bar .ssbp-each-share {
3494
- display: block; }
3495
-
3496
- .ssba-buttons-shortcode {
3497
- background: white !important;
3498
- width: 15%;
3499
- display: inline;
3500
- margin-top: 20px; }
3501
-
3502
- #ssba-copy-shortcode {
3503
- width: 6rem;
3504
- padding: 1.1rem;
3505
- margin: -4px -6px 0; }
3506
-
3507
- .whatsapp-message .ssbp-whatsapp {
3508
- padding: 1rem; }
3509
-
3510
- .whatsapp-message {
3511
- background: #f7f7f7;
3512
- padding: 1rem;
3513
- text-align: center; }
3514
-
3515
- #ssba-preview-2 .ssbp-list li {
3516
- margin-left: 0 !important;
3517
- margin-right: 0 !important; }
3518
-
3519
- #ssba-preview-2 .ssbp-list li:first-of-type {
3520
- margin-top: 0 !important; }
3521
-
3522
- .right li .ssbp-each-share {
3523
- left: unset;
3524
- right: 100%;
3525
- margin-right: -12px;
3526
- margin-left: 0; }
3527
-
3528
- /* Facebook Save */
3529
- .ssbp-fb-save:before {
3530
- content: url("../images/facebook_save.svg");
3531
- left: 0;
3532
- padding: 5px 8px 0;
3533
- position: absolute;
3534
- top: 0;
3535
- width: 100%; }
3536
-
3537
- .ssbp--theme-8 .ssbp-fb-save:before {
3538
- content: url("../images/facebook_save-black.svg"); }
3539
-
3540
- .ssbp--theme-1 .ssbp-fb-save,
3541
- .ssbp--theme-2 .ssbp-fb-save,
3542
- .ssbp--theme-3 .ssbp-fb-save,
3543
- .ssbp--theme-4 .ssbp-fb-save,
3544
- .ssbp--theme-5 .ssbp-fb-save,
3545
- .ssbp--theme-10 .ssbp-fb-save:before,
3546
- .ssbp--theme-11 .ssbp-fb-save {
3547
- transition: background-color, .5s;
3548
- background-color: #e12828;
3549
- display: block; }
3550
-
3551
- .ssbp--theme-6 .ssbp-fb-save,
3552
- .ssbp--theme-7 .ssbp-fb-save {
3553
- border-color: #e12828;
3554
- display: block; }
3555
-
3556
- .ssbp--theme-8 .ssbp-fb-save,
3557
- .ssbp--theme-9 .ssbp-fb-save {
3558
- display: block; }
3559
-
3560
- .ssbp--theme-6 .ssbp-fb-save:before,
3561
- .ssbp--theme-7 .ssbp-fb-save:before,
3562
- .ssbp--theme-9 .ssbp-fb-save:before {
3563
- content: url("../images/facebook_save-hover.svg"); }
3564
-
3565
- .ssbp--theme-1 .ssbp-fb-save:before,
3566
- .ssbp--theme-2 .ssbp-fb-save:before,
3567
- .ssbp--theme-3 .ssbp-fb-save:before,
3568
- .ssbp--theme-4 .ssbp-fb-save:before,
3569
- .ssbp--theme-5 .ssbp-fb-save:before,
3570
- .ssbp--theme-6 .ssbp-fb-save:before,
3571
- .ssbp--theme-7 .ssbp-fb-save:before {
3572
- left: 50%;
3573
- position: absolute;
3574
- top: 50%;
3575
- padding-top: 0;
3576
- width: 100%;
3577
- height: 100%;
3578
- transform: translate(-50%, -37%); }
3579
-
3580
- .ssbp--theme-1 .ssbp-fb-save:hover,
3581
- .ssbp--theme-1 .ssbp-fb-save:focus,
3582
- .ssbp--theme-1 .ssbp-fb-save:active {
3583
- color: #e12828;
3584
- border-color: #e12828; }
3585
-
3586
- .ssbp--theme-6 .ssbp-fb-save:hover,
3587
- .ssbp--theme-6 .ssbp-fb-save:focus,
3588
- .ssbp--theme-6 .ssbp-fb-save:active,
3589
- .ssbp--theme-7 .ssbp-fb-save:hover,
3590
- .ssbp--theme-7 .ssbp-fb-save:focus,
3591
- .ssbp--theme-7 .ssbp-fb-save:active {
3592
- background-color: #e12828; }
3593
-
3594
- .ssbp--theme-2 .ssbp-fb-save:hover,
3595
- .ssbp--theme-2 .ssbp-fb-save:focus,
3596
- .ssbp--theme-2 .ssbp-fb-save:active,
3597
- .ssbp--theme-3 .ssbp-fb-save:hover,
3598
- .ssbp--theme-3 .ssbp-fb-save:focus,
3599
- .ssbp--theme-3 .ssbp-fb-save:active,
3600
- .ssbp--theme-10 .ssbp-fb-save:hover:before,
3601
- .ssbp--theme-10 .ssbp-fb-save:focus:before,
3602
- .ssbp--theme-10 .ssbp-fb-save:active:before,
3603
- .ssbp--theme-11 .ssbp-fb-save:hover,
3604
- .ssbp--theme-11 .ssbp-fb-save:focus,
3605
- .ssbp--theme-11 .ssbp-fb-save:active {
3606
- border-color: #850404;
3607
- background-color: #850404; }
3608
-
3609
- .ssbp--theme-1 .ssbp-fb-save:hover:before,
3610
- .ssbp--theme-1 .ssbp-fb-save:focus:before,
3611
- .ssbp--theme-1 .ssbp-fb-save:active:before {
3612
- content: url("../images/facebook_save-hover.svg");
3613
- left: 50%;
3614
- position: absolute;
3615
- top: 50%;
3616
- padding-top: 0;
3617
- width: 100%;
3618
- height: 100%;
3619
- transform: translate(-50%, -37%); }
3620
-
3621
- .ssbp--theme-6 .ssbp-fb-save:hover:before,
3622
- .ssbp--theme-6 .ssbp-fb-save:focus:before,
3623
- .ssbp--theme-6 .ssbp-fb-save:active:before,
3624
- .ssbp--theme-7 .ssbp-fb-save:hover:before,
3625
- .ssbp--theme-7 .ssbp-fb-save:focus:before,
3626
- .ssbp--theme-7 .ssbp-fb-save:active:before,
3627
- .ssbp--theme-8 .ssbp-fb-save:hover:before,
3628
- .ssbp--theme-8 .ssbp-fb-save:focus:before,
3629
- .ssbp--theme-8 .ssbp-fb-save:active:before {
3630
- content: url("../images/facebook_save.svg"); }
3631
-
3632
- .ssbp--theme-1 .ssbp-fb-save + .ssbp-each-share,
3633
- .ssbp--theme-2 .ssbp-fb-save + .ssbp-each-share,
3634
- .ssbp--theme-3 .ssbp-fb-save + .ssbp-each-share,
3635
- .ssbp--theme-4 .ssbp-fb-save + .ssbp-each-share,
3636
- .ssbp--theme-5 .ssbp-fb-save + .ssbp-each-share,
3637
- .ssbp--theme-6 .ssbp-fb-save + .ssbp-each-share,
3638
- .ssbp--theme-7 .ssbp-fb-save + .ssbp-each-share {
3639
- background-color: #e12828; }
3640
-
3641
- .ssbp--theme-2 .ssbp-btn.ssbp-fb-save:hover:before,
3642
- .ssbp--theme-2 .ssbp-btn.ssbp-fb-save:focus:before,
3643
- .ssbp--theme-2 .ssbp-btn.ssbp-fb-save:active:before,
3644
- .ssbp--theme-3 .ssbp-btn.ssbp-fb-save:hover:before,
3645
- .ssbp--theme-3 .ssbp-btn.ssbp-fb-save:focus:before,
3646
- .ssbp--theme-3 .ssbp-btn.ssbp-fb-save:active:before,
3647
- .ssbp--theme-4 .ssbp-btn.ssbp-fb-save:hover:before,
3648
- .ssbp--theme-4 .ssbp-btn.ssbp-fb-save:focus:before,
3649
- .ssbp--theme-4 .ssbp-btn.ssbp-fb-save:active:before,
3650
- .ssbp--theme-5 .ssbp-btn.ssbp-fb-save:hover:before,
3651
- .ssbp--theme-5 .ssbp-btn.ssbp-fb-save:focus:before,
3652
- .ssbp--theme-5 .ssbp-btn.ssbp-fb-save:active:before,
3653
- .ssbp--theme-6 .ssbp-btn.ssbp-fb-save:hover:before,
3654
- .ssbp--theme-6 .ssbp-btn.ssbp-fb-save:focus:before,
3655
- .ssbp--theme-6 .ssbp-btn.ssbp-fb-save:active:before,
3656
- .ssbp--theme-7 .ssbp-btn.ssbp-fb-save:hover:before,
3657
- .ssbp--theme-7 .ssbp-btn.ssbp-fb-save:focus:before,
3658
- .ssbp--theme-7 .ssbp-btn.ssbp-fb-save:active:before {
3659
- transform: translate(-50%, -37%) !important;
3660
- left: 50%;
3661
- position: absolute;
3662
- top: 50%;
3663
- padding-top: 0;
3664
- width: 100%;
3665
- height: 100%; }
3666
-
3667
- .ssbp--theme-5 .ssbp-fb-save {
3668
- background-color: #e12828;
3669
- box-shadow: 0 8px 0 #850404, 0 10px 12px rgba(0, 0, 0, 0.33); }
3670
-
3671
- .ssbp--theme-5 .ssbp-fb-save:active {
3672
- box-shadow: 0 4px 0 #e12828, 0 5px 6px rgba(0, 0, 0, 0.33); }
3673
-
3674
- .ssbp--theme-3 .ssbp-text,
3675
- .ssbp--theme-7 .ssbp-text {
3676
- display: inline-block;
3677
- vertical-align: middle;
3678
- font-size: 12.1px;
3679
- margin-left: 0;
3680
- text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
3681
- position: absolute;
3682
- bottom: -20px;
3683
- left: 50%;
3684
- transform: translate(-50%); }
3685
-
3686
- .ssbp--theme-7 .ssbp-li--fb-save .ssbp-text {
3687
- color: #e12828; }
3688
-
3689
- .ssbp--theme-7 .ssbp-li--fb-save:hover .ssbp-text {
3690
- color: #fff; }
3691
-
3692
- .ssbp--theme-9 .ssbp-li--fb-save {
3693
- border-bottom: 5px solid #e12828; }
3694
-
3695
- .ssbp--theme-9 .ssbp-fb-save {
3696
- height: 43px !important; }
3697
-
3698
- .ssbp--theme-9 .ssbp-li--fb-save:hover {
3699
- border-bottom: 5px solid rgba(225, 40, 40, 0.59); }
3700
-
3701
- .ssbp--theme-9 .ssbp-li--fb-save .ssbp-fb-save:before {
3702
- padding: 9px 14px 0; }
3703
-
3704
- .ssbp--theme-10 .ssbp-fb-save {
3705
- width: 40px !important; }
3706
-
3707
- .ssbp--theme-10 .ssbp-fb-save:before {
3708
- padding: 11px 8px 8px; }
3709
-
3710
- /* Flipboard */
3711
- .ssbp-flipboard:before {
3712
- content: url("../images/flipboard.svg");
3713
- left: 0;
3714
- padding: 5px 8px 0;
3715
- position: absolute;
3716
- top: 0;
3717
- width: 100%; }
3718
-
3719
- .ssbp--theme-8 .ssbp-flipboard:before {
3720
- content: url("../images/flipboard-black.svg"); }
3721
-
3722
- .ssbp--theme-1 .ssbp-flipboard,
3723
- .ssbp--theme-2 .ssbp-flipboard,
3724
- .ssbp--theme-3 .ssbp-flipboard,
3725
- .ssbp--theme-4 .ssbp-flipboard,
3726
- .ssbp--theme-5 .ssbp-flipboard,
3727
- .ssbp--theme-10 .ssbp-flipboard:before,
3728
- .ssbp--theme-11 .ssbp-flipboard {
3729
- transition: background-color, .5s;
3730
- background-color: #e12828;
3731
- display: block; }
3732
-
3733
- .ssbp--theme-6 .ssbp-flipboard,
3734
- .ssbp--theme-7 .ssbp-flipboard {
3735
- border-color: #e12828;
3736
- display: block; }
3737
-
3738
- .ssbp--theme-8 .ssbp-flipboard,
3739
- .ssbp--theme-9 .ssbp-flipboard {
3740
- display: block; }
3741
-
3742
- .ssbp--theme-6 .ssbp-flipboard:before,
3743
- .ssbp--theme-7 .ssbp-flipboard:before,
3744
- .ssbp--theme-9 .ssbp-flipboard:before {
3745
- content: url("../images/flipboard-hover.svg"); }
3746
-
3747
- .ssbp--theme-1 .ssbp-flipboard:before,
3748
- .ssbp--theme-2 .ssbp-flipboard:before,
3749
- .ssbp--theme-3 .ssbp-flipboard:before,
3750
- .ssbp--theme-4 .ssbp-flipboard:before,
3751
- .ssbp--theme-5 .ssbp-flipboard:before,
3752
- .ssbp--theme-6 .ssbp-flipboard:before,
3753
- .ssbp--theme-7 .ssbp-flipboard:before {
3754
- left: 50%;
3755
- position: absolute;
3756
- top: 50%;
3757
- padding-top: 0;
3758
- width: 100%;
3759
- height: 100%;
3760
- transform: translate(-50%, -37%); }
3761
-
3762
- .ssbp--theme-1 .ssbp-flipboard:hover,
3763
- .ssbp--theme-1 .ssbp-flipboard:focus,
3764
- .ssbp--theme-1 .ssbp-flipboard:active {
3765
- color: #e12828;
3766
- border-color: #e12828; }
3767
-
3768
- .ssbp--theme-6 .ssbp-flipboard:hover,
3769
- .ssbp--theme-6 .ssbp-flipboard:focus,
3770
- .ssbp--theme-6 .ssbp-flipboard:active,
3771
- .ssbp--theme-7 .ssbp-flipboard:hover,
3772
- .ssbp--theme-7 .ssbp-flipboard:focus,
3773
- .ssbp--theme-7 .ssbp-flipboard:active {
3774
- background-color: #e12828; }
3775
-
3776
- .ssbp--theme-2 .ssbp-flipboard:hover,
3777
- .ssbp--theme-2 .ssbp-flipboard:focus,
3778
- .ssbp--theme-2 .ssbp-flipboard:active,
3779
- .ssbp--theme-3 .ssbp-flipboard:hover,
3780
- .ssbp--theme-3 .ssbp-flipboard:focus,
3781
- .ssbp--theme-3 .ssbp-flipboard:active,
3782
- .ssbp--theme-10 .ssbp-flipboard:hover:before,
3783
- .ssbp--theme-10 .ssbp-flipboard:focus:before,
3784
- .ssbp--theme-10 .ssbp-flipboard:active:before,
3785
- .ssbp--theme-11 .ssbp-flipboard:hover,
3786
- .ssbp--theme-11 .ssbp-flipboard:focus,
3787
- .ssbp--theme-11 .ssbp-flipboard:active {
3788
- border-color: #850404;
3789
- background-color: #850404; }
3790
-
3791
- .ssbp--theme-1 .ssbp-flipboard:hover:before,
3792
- .ssbp--theme-1 .ssbp-flipboard:focus:before,
3793
- .ssbp--theme-1 .ssbp-flipboard:active:before {
3794
- content: url("../images/flipboard-hover.svg");
3795
- left: 50%;
3796
- position: absolute;
3797
- top: 50%;
3798
- padding-top: 0;
3799
- width: 100%;
3800
- height: 100%;
3801
- transform: translate(-50%, -37%); }
3802
-
3803
- .ssbp--theme-6 .ssbp-flipboard:hover:before,
3804
- .ssbp--theme-6 .ssbp-flipboard:focus:before,
3805
- .ssbp--theme-6 .ssbp-flipboard:active:before,
3806
- .ssbp--theme-7 .ssbp-flipboard:hover:before,
3807
- .ssbp--theme-7 .ssbp-flipboard:focus:before,
3808
- .ssbp--theme-7 .ssbp-flipboard:active:before,
3809
- .ssbp--theme-8 .ssbp-flipboard:hover:before,
3810
- .ssbp--theme-8 .ssbp-flipboard:focus:before,
3811
- .ssbp--theme-8 .ssbp-flipboard:active:before {
3812
- content: url("../images/flipboard.svg"); }
3813
-
3814
- .ssbp--theme-1 .ssbp-flipboard + .ssbp-each-share,
3815
- .ssbp--theme-2 .ssbp-flipboard + .ssbp-each-share,
3816
- .ssbp--theme-3 .ssbp-flipboard + .ssbp-each-share,
3817
- .ssbp--theme-4 .ssbp-flipboard + .ssbp-each-share,
3818
- .ssbp--theme-5 .ssbp-flipboard + .ssbp-each-share,
3819
- .ssbp--theme-6 .ssbp-flipboard + .ssbp-each-share,
3820
- .ssbp--theme-7 .ssbp-flipboard + .ssbp-each-share {
3821
- background-color: #e12828; }
3822
-
3823
- .ssbp--theme-2 .ssbp-btn.ssbp-flipboard:hover:before,
3824
- .ssbp--theme-2 .ssbp-btn.ssbp-flipboard:focus:before,
3825
- .ssbp--theme-2 .ssbp-btn.ssbp-flipboard:active:before,
3826
- .ssbp--theme-3 .ssbp-btn.ssbp-flipboard:hover:before,
3827
- .ssbp--theme-3 .ssbp-btn.ssbp-flipboard:focus:before,
3828
- .ssbp--theme-3 .ssbp-btn.ssbp-flipboard:active:before,
3829
- .ssbp--theme-4 .ssbp-btn.ssbp-flipboard:hover:before,
3830
- .ssbp--theme-4 .ssbp-btn.ssbp-flipboard:focus:before,
3831
- .ssbp--theme-4 .ssbp-btn.ssbp-flipboard:active:before,
3832
- .ssbp--theme-5 .ssbp-btn.ssbp-flipboard:hover:before,
3833
- .ssbp--theme-5 .ssbp-btn.ssbp-flipboard:focus:before,
3834
- .ssbp--theme-5 .ssbp-btn.ssbp-flipboard:active:before,
3835
- .ssbp--theme-6 .ssbp-btn.ssbp-flipboard:hover:before,
3836
- .ssbp--theme-6 .ssbp-btn.ssbp-flipboard:focus:before,
3837
- .ssbp--theme-6 .ssbp-btn.ssbp-flipboard:active:before,
3838
- .ssbp--theme-7 .ssbp-btn.ssbp-flipboard:hover:before,
3839
- .ssbp--theme-7 .ssbp-btn.ssbp-flipboard:focus:before,
3840
- .ssbp--theme-7 .ssbp-btn.ssbp-flipboard:active:before {
3841
- transform: translate(-50%, -37%) !important;
3842
- left: 50%;
3843
- position: absolute;
3844
- top: 50%;
3845
- padding-top: 0;
3846
- width: 100%;
3847
- height: 100%; }
3848
-
3849
- .ssbp--theme-5 .ssbp-flipboard {
3850
- background-color: #e12828;
3851
- box-shadow: 0 8px 0 #850404, 0 10px 12px rgba(0, 0, 0, 0.33); }
3852
-
3853
- .ssbp--theme-5 .ssbp-flipboard:active {
3854
- box-shadow: 0 4px 0 #e12828, 0 5px 6px rgba(0, 0, 0, 0.33); }
3855
-
3856
- .ssbp--theme-3 .ssbp-text,
3857
- .ssbp--theme-7 .ssbp-text {
3858
- display: inline-block;
3859
- vertical-align: middle;
3860
- font-size: 12.1px;
3861
- margin-left: 0;
3862
- text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
3863
- position: absolute;
3864
- bottom: -20px;
3865
- left: 50%;
3866
- transform: translate(-50%); }
3867
-
3868
- .ssbp--theme-7 .ssbp-li--flipboard .ssbp-text {
3869
- color: #e12828; }
3870
-
3871
- .ssbp--theme-7 .ssbp-li--flipboard:hover .ssbp-text {
3872
- color: #fff; }
3873
-
3874
- .ssbp--theme-9 .ssbp-li--flipboard {
3875
- border-bottom: 5px solid #e12828; }
3876
-
3877
- .ssbp--theme-9 .ssbp-flipboard {
3878
- height: 43px !important; }
3879
-
3880
- .ssbp--theme-9 .ssbp-li--flipboard:hover {
3881
- border-bottom: 5px solid rgba(225, 40, 40, 0.59); }
3882
-
3883
- .ssbp--theme-9 .ssbp-li--flipboard .ssbp-flipboard:before {
3884
- padding: 9px 14px 0; }
3885
-
3886
- .ssbp--theme-10 .ssbp-flipboard {
3887
- width: 40px !important; }
3888
-
3889
- .ssbp--theme-10 .ssbp-flipboard:before {
3890
- padding: 11px 8px 8px; }
3891
-
3892
- /* Line */
3893
- .ssbp-line:before {
3894
- content: url("../images/line.svg");
3895
- left: 0;
3896
- padding: 5px 8px 0;
3897
- position: absolute;
3898
- top: 0;
3899
- width: 100%; }
3900
-
3901
- .ssbp--theme-8 .ssbp-line:before {
3902
- content: url("../images/line-black.svg"); }
3903
-
3904
- .ssbp--theme-1 .ssbp-line,
3905
- .ssbp--theme-2 .ssbp-line,
3906
- .ssbp--theme-3 .ssbp-line,
3907
- .ssbp--theme-4 .ssbp-line,
3908
- .ssbp--theme-5 .ssbp-line,
3909
- .ssbp--theme-10 .ssbp-line:before,
3910
- .ssbp--theme-11 .ssbp-line {
3911
- transition: background-color, .5s;
3912
- background-color: #00c300;
3913
- display: block; }
3914
-
3915
- .ssbp--theme-6 .ssbp-line,
3916
- .ssbp--theme-7 .ssbp-line {
3917
- border-color: #00c300;
3918
- display: block; }
3919
-
3920
- .ssbp--theme-8 .ssbp-line,
3921
- .ssbp--theme-9 .ssbp-line {
3922
- display: block; }
3923
-
3924
- .ssbp--theme-6 .ssbp-line:before,
3925
- .ssbp--theme-7 .ssbp-line:before,
3926
- .ssbp--theme-9 .ssbp-line:before {
3927
- content: url("../images/line-hover.svg"); }
3928
-
3929
- .ssbp--theme-1 .ssbp-line:before,
3930
- .ssbp--theme-2 .ssbp-line:before,
3931
- .ssbp--theme-3 .ssbp-line:before,
3932
- .ssbp--theme-4 .ssbp-line:before,
3933
- .ssbp--theme-5 .ssbp-line:before,
3934
- .ssbp--theme-6 .ssbp-line:before,
3935
- .ssbp--theme-7 .ssbp-line:before {
3936
- left: 50%;
3937
- position: absolute;
3938
- top: 50%;
3939
- padding-top: 0;
3940
- width: 86%;
3941
- height: 100%;
3942
- transform: translate(-50%, -37%); }
3943
- .wp-admin .ssbp--theme-1 .ssbp-line:before, .wp-admin
3944
- .ssbp--theme-2 .ssbp-line:before, .wp-admin
3945
- .ssbp--theme-3 .ssbp-line:before, .wp-admin
3946
- .ssbp--theme-4 .ssbp-line:before, .wp-admin
3947
- .ssbp--theme-5 .ssbp-line:before, .wp-admin
3948
- .ssbp--theme-6 .ssbp-line:before, .wp-admin
3949
- .ssbp--theme-7 .ssbp-line:before {
3950
- top: 45%; }
3951
-
3952
- .ssbp--theme-1 .ssbp-line:hover,
3953
- .ssbp--theme-1 .ssbp-line:focus,
3954
- .ssbp--theme-1 .ssbp-line:active {
3955
- color: #00c300;
3956
- border-color: #00c300; }
3957
-
3958
- .ssbp--theme-6 .ssbp-line:hover,
3959
- .ssbp--theme-6 .ssbp-line:focus,
3960
- .ssbp--theme-6 .ssbp-line:active,
3961
- .ssbp--theme-7 .ssbp-line:hover,
3962
- .ssbp--theme-7 .ssbp-line:focus,
3963
- .ssbp--theme-7 .ssbp-line:active {
3964
- background-color: #00c300; }
3965
-
3966
- .ssbp--theme-2 .ssbp-line:hover,
3967
- .ssbp--theme-2 .ssbp-line:focus,
3968
- .ssbp--theme-2 .ssbp-line:active,
3969
- .ssbp--theme-3 .ssbp-line:hover,
3970
- .ssbp--theme-3 .ssbp-line:focus,
3971
- .ssbp--theme-3 .ssbp-line:active,
3972
- .ssbp--theme-10 .ssbp-line:hover:before,
3973
- .ssbp--theme-10 .ssbp-line:focus:before,
3974
- .ssbp--theme-10 .ssbp-line:active:before,
3975
- .ssbp--theme-11 .ssbp-line:hover,
3976
- .ssbp--theme-11 .ssbp-line:focus,
3977
- .ssbp--theme-11 .ssbp-line:active {
3978
- border-color: #008e00;
3979
- background-color: #008e00; }
3980
-
3981
- .ssbp--theme-1 .ssbp-line:hover:before,
3982
- .ssbp--theme-1 .ssbp-line:focus:before,
3983
- .ssbp--theme-1 .ssbp-line:active:before {
3984
- content: url("../images/line-hover.svg");
3985
- left: 50%;
3986
- position: absolute;
3987
- top: 50%;
3988
- padding-top: 0;
3989
- width: 86%;
3990
- height: 100%;
3991
- transform: translate(-50%, -37%); }
3992
- .wp-admin .ssbp--theme-1 .ssbp-line:hover:before, .wp-admin
3993
- .ssbp--theme-1 .ssbp-line:focus:before, .wp-admin
3994
- .ssbp--theme-1 .ssbp-line:active:before {
3995
- top: 45%; }
3996
-
3997
- .ssbp--theme-6 .ssbp-line:hover:before,
3998
- .ssbp--theme-6 .ssbp-line:focus:before,
3999
- .ssbp--theme-6 .ssbp-line:active:before,
4000
- .ssbp--theme-7 .ssbp-line:hover:before,
4001
- .ssbp--theme-7 .ssbp-line:focus:before,
4002
- .ssbp--theme-7 .ssbp-line:active:before,
4003
- .ssbp--theme-8 .ssbp-line:hover:before,
4004
- .ssbp--theme-8 .ssbp-line:focus:before,
4005
- .ssbp--theme-8 .ssbp-line:active:before {
4006
- content: url("../images/line.svg"); }
4007
-
4008
- .ssbp--theme-1 .ssbp-line + .ssbp-each-share,
4009
- .ssbp--theme-2 .ssbp-line + .ssbp-each-share,
4010
- .ssbp--theme-3 .ssbp-line + .ssbp-each-share,
4011
- .ssbp--theme-4 .ssbp-line + .ssbp-each-share,
4012
- .ssbp--theme-5 .ssbp-line + .ssbp-each-share,
4013
- .ssbp--theme-6 .ssbp-line + .ssbp-each-share,
4014
- .ssbp--theme-7 .ssbp-line + .ssbp-each-share {
4015
- background-color: #00c300; }
4016
-
4017
- .ssbp--theme-2 .ssbp-btn.ssbp-line:hover:before,
4018
- .ssbp--theme-2 .ssbp-btn.ssbp-line:focus:before,
4019
- .ssbp--theme-2 .ssbp-btn.ssbp-line:active:before,
4020
- .ssbp--theme-3 .ssbp-btn.ssbp-line:hover:before,
4021
- .ssbp--theme-3 .ssbp-btn.ssbp-line:focus:before,
4022
- .ssbp--theme-3 .ssbp-btn.ssbp-line:active:before,
4023
- .ssbp--theme-4 .ssbp-btn.ssbp-line:hover:before,
4024
- .ssbp--theme-4 .ssbp-btn.ssbp-line:focus:before,
4025
- .ssbp--theme-4 .ssbp-btn.ssbp-line:active:before,
4026
- .ssbp--theme-5 .ssbp-btn.ssbp-line:hover:before,
4027
- .ssbp--theme-5 .ssbp-btn.ssbp-line:focus:before,
4028
- .ssbp--theme-5 .ssbp-btn.ssbp-line:active:before,
4029
- .ssbp--theme-6 .ssbp-btn.ssbp-line:hover:before,
4030
- .ssbp--theme-6 .ssbp-btn.ssbp-line:focus:before,
4031
- .ssbp--theme-6 .ssbp-btn.ssbp-line:active:before,
4032
- .ssbp--theme-7 .ssbp-btn.ssbp-line:hover:before,
4033
- .ssbp--theme-7 .ssbp-btn.ssbp-line:focus:before,
4034
- .ssbp--theme-7 .ssbp-btn.ssbp-line:active:before {
4035
- transform: translate(-50%, -37%) !important;
4036
- left: 50%;
4037
- position: absolute;
4038
- top: 50%;
4039
- padding-top: 0;
4040
- width: 86%;
4041
- height: 100%; }
4042
- .wp-admin .ssbp--theme-2 .ssbp-btn.ssbp-line:hover:before, .wp-admin
4043
- .ssbp--theme-2 .ssbp-btn.ssbp-line:focus:before, .wp-admin
4044
- .ssbp--theme-2 .ssbp-btn.ssbp-line:active:before, .wp-admin
4045
- .ssbp--theme-3 .ssbp-btn.ssbp-line:hover:before, .wp-admin
4046
- .ssbp--theme-3 .ssbp-btn.ssbp-line:focus:before, .wp-admin
4047
- .ssbp--theme-3 .ssbp-btn.ssbp-line:active:before, .wp-admin
4048
- .ssbp--theme-4 .ssbp-btn.ssbp-line:hover:before, .wp-admin
4049
- .ssbp--theme-4 .ssbp-btn.ssbp-line:focus:before, .wp-admin
4050
- .ssbp--theme-4 .ssbp-btn.ssbp-line:active:before, .wp-admin
4051
- .ssbp--theme-5 .ssbp-btn.ssbp-line:hover:before, .wp-admin
4052
- .ssbp--theme-5 .ssbp-btn.ssbp-line:focus:before, .wp-admin
4053
- .ssbp--theme-5 .ssbp-btn.ssbp-line:active:before, .wp-admin
4054
- .ssbp--theme-6 .ssbp-btn.ssbp-line:hover:before, .wp-admin
4055
- .ssbp--theme-6 .ssbp-btn.ssbp-line:focus:before, .wp-admin
4056
- .ssbp--theme-6 .ssbp-btn.ssbp-line:active:before, .wp-admin
4057
- .ssbp--theme-7 .ssbp-btn.ssbp-line:hover:before, .wp-admin
4058
- .ssbp--theme-7 .ssbp-btn.ssbp-line:focus:before, .wp-admin
4059
- .ssbp--theme-7 .ssbp-btn.ssbp-line:active:before {
4060
- top: 45%; }
4061
-
4062
- .ssbp--theme-5 .ssbp-line {
4063
- background-color: #00c300;
4064
- box-shadow: 0 8px 0 #008e00, 0 10px 12px rgba(0, 0, 0, 0.33); }
4065
-
4066
- .ssbp--theme-5 .ssbp-line:active {
4067
- box-shadow: 0 4px 0 #008e00, 0 5px 6px rgba(0, 0, 0, 0.33); }
4068
-
4069
- .ssbp--theme-3 .ssbp-text,
4070
- .ssbp--theme-7 .ssbp-text {
4071
- display: inline-block;
4072
- vertical-align: middle;
4073
- font-size: 12.1px;
4074
- margin-left: 0;
4075
- text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
4076
- position: absolute;
4077
- bottom: -20px;
4078
- left: 50%;
4079
- transform: translate(-50%); }
4080
-
4081
- .ssbp--theme-7 .ssbp-li--line .ssbp-text {
4082
- color: #00c300; }
4083
-
4084
- .ssbp--theme-7 .ssbp-li--line:hover .ssbp-text {
4085
- color: #fff; }
4086
-
4087
- .ssbp--theme-9 .ssbp-li--line {
4088
- border-bottom: 5px solid #00c300; }
4089
-
4090
- .ssbp--theme-9 .ssbp-line {
4091
- height: 43px !important; }
4092
-
4093
- .ssbp--theme-9 .ssbp-li--line:hover {
4094
- border-bottom: 5px solid rgba(0, 195, 0, 0.59); }
4095
-
4096
- .ssbp--theme-9 .ssbp-li--line .ssbp-line:before {
4097
- padding: 9px 14px 0; }
4098
-
4099
- .ssbp--theme-10 .ssbp-line {
4100
- width: 40px !important; }
4101
-
4102
- .ssbp--theme-10 .ssbp-line:before {
4103
- padding: 11px 8px 8px; }
4104
-
4105
- /* Skype */
4106
- .ssbp-skype:before {
4107
- content: url("../images/skype.svg");
4108
- left: 0;
4109
- padding: 5px 8px 0;
4110
- position: absolute;
4111
- top: 0;
4112
- width: 100%; }
4113
-
4114
- .ssbp--theme-8 .ssbp-skype:before {
4115
- content: url("../images/skype-black.svg"); }
4116
-
4117
- .ssbp--theme-1 .ssbp-skype,
4118
- .ssbp--theme-2 .ssbp-skype,
4119
- .ssbp--theme-3 .ssbp-skype,
4120
- .ssbp--theme-4 .ssbp-skype,
4121
- .ssbp--theme-5 .ssbp-skype,
4122
- .ssbp--theme-10 .ssbp-skype:before,
4123
- .ssbp--theme-11 .ssbp-skype {
4124
- transition: background-color, .5s;
4125
- background-color: #00AFF0;
4126
- display: block; }
4127
-
4128
- .ssbp--theme-6 .ssbp-skype,
4129
- .ssbp--theme-7 .ssbp-skype {
4130
- border-color: #00AFF0;
4131
- display: block; }
4132
-
4133
- .ssbp--theme-8 .ssbp-skype,
4134
- .ssbp--theme-9 .ssbp-skype {
4135
- display: block; }
4136
-
4137
- .ssbp--theme-6 .ssbp-skype:before,
4138
- .ssbp--theme-7 .ssbp-skype:before,
4139
- .ssbp--theme-9 .ssbp-skype:before {
4140
- content: url("../images/skype-hover.svg"); }
4141
-
4142
- .ssbp--theme-1 .ssbp-skype:before,
4143
- .ssbp--theme-2 .ssbp-skype:before,
4144
- .ssbp--theme-3 .ssbp-skype:before,
4145
- .ssbp--theme-4 .ssbp-skype:before,
4146
- .ssbp--theme-5 .ssbp-skype:before,
4147
- .ssbp--theme-6 .ssbp-skype:before,
4148
- .ssbp--theme-7 .ssbp-skype:before {
4149
- left: 50%;
4150
- position: absolute;
4151
- top: 50%;
4152
- padding-top: 0;
4153
- width: 100%;
4154
- height: 100%;
4155
- transform: translate(-50%, -37%); }
4156
-
4157
- .ssbp--theme-1 .ssbp-skype:hover,
4158
- .ssbp--theme-1 .ssbp-skype:focus,
4159
- .ssbp--theme-1 .ssbp-skype:active {
4160
- color: #00AFF0;
4161
- border-color: #00AFF0; }
4162
-
4163
- .ssbp--theme-6 .ssbp-skype:hover,
4164
- .ssbp--theme-6 .ssbp-skype:focus,
4165
- .ssbp--theme-6 .ssbp-skype:active,
4166
- .ssbp--theme-7 .ssbp-skype:hover,
4167
- .ssbp--theme-7 .ssbp-skype:focus,
4168
- .ssbp--theme-7 .ssbp-skype:active {
4169
- background-color: #00AFF0; }
4170
-
4171
- .ssbp--theme-2 .ssbp-skype:hover,
4172
- .ssbp--theme-2 .ssbp-skype:focus,
4173
- .ssbp--theme-2 .ssbp-skype:active,
4174
- .ssbp--theme-3 .ssbp-skype:hover,
4175
- .ssbp--theme-3 .ssbp-skype:focus,
4176
- .ssbp--theme-3 .ssbp-skype:active,
4177
- .ssbp--theme-10 .ssbp-skype:hover:before,
4178
- .ssbp--theme-10 .ssbp-skype:focus:before,
4179
- .ssbp--theme-10 .ssbp-skype:active:before,
4180
- .ssbp--theme-11 .ssbp-skype:hover,
4181
- .ssbp--theme-11 .ssbp-skype:focus,
4182
- .ssbp--theme-11 .ssbp-skype:active {
4183
- border-color: #0081b1;
4184
- background-color: #0081b1; }
4185
-
4186
- .ssbp--theme-1 .ssbp-skype:hover:before,
4187
- .ssbp--theme-1 .ssbp-skype:focus:before,
4188
- .ssbp--theme-1 .ssbp-skype:active:before {
4189
- content: url("../images/skype-hover.svg");
4190
- left: 50%;
4191
- position: absolute;
4192
- top: 50%;
4193
- padding-top: 0;
4194
- width: 100%;
4195
- height: 100%;
4196
- transform: translate(-50%, -37%); }
4197
-
4198
- .ssbp--theme-6 .ssbp-skype:hover:before,
4199
- .ssbp--theme-6 .ssbp-skype:focus:before,
4200
- .ssbp--theme-6 .ssbp-skype:active:before,
4201
- .ssbp--theme-7 .ssbp-skype:hover:before,
4202
- .ssbp--theme-7 .ssbp-skype:focus:before,
4203
- .ssbp--theme-7 .ssbp-skype:active:before,
4204
- .ssbp--theme-8 .ssbp-skype:hover:before,
4205
- .ssbp--theme-8 .ssbp-skype:focus:before,
4206
- .ssbp--theme-8 .ssbp-skype:active:before {
4207
- content: url("../images/skype.svg"); }
4208
-
4209
- .ssbp--theme-1 .ssbp-skype + .ssbp-each-share,
4210
- .ssbp--theme-2 .ssbp-skype + .ssbp-each-share,
4211
- .ssbp--theme-3 .ssbp-skype + .ssbp-each-share,
4212
- .ssbp--theme-4 .ssbp-skype + .ssbp-each-share,
4213
- .ssbp--theme-5 .ssbp-skype + .ssbp-each-share,
4214
- .ssbp--theme-6 .ssbp-skype + .ssbp-each-share,
4215
- .ssbp--theme-7 .ssbp-skype + .ssbp-each-share {
4216
- background-color: #00AFF0; }
4217
-
4218
- .ssbp--theme-2 .ssbp-btn.ssbp-skype:hover:before,
4219
- .ssbp--theme-2 .ssbp-btn.ssbp-skype:focus:before,
4220
- .ssbp--theme-2 .ssbp-btn.ssbp-skype:active:before,
4221
- .ssbp--theme-3 .ssbp-btn.ssbp-skype:hover:before,
4222
- .ssbp--theme-3 .ssbp-btn.ssbp-skype:focus:before,
4223
- .ssbp--theme-3 .ssbp-btn.ssbp-skype:active:before,
4224
- .ssbp--theme-4 .ssbp-btn.ssbp-skype:hover:before,
4225
- .ssbp--theme-4 .ssbp-btn.ssbp-skype:focus:before,
4226
- .ssbp--theme-4 .ssbp-btn.ssbp-skype:active:before,
4227
- .ssbp--theme-5 .ssbp-btn.ssbp-skype:hover:before,
4228
- .ssbp--theme-5 .ssbp-btn.ssbp-skype:focus:before,
4229
- .ssbp--theme-5 .ssbp-btn.ssbp-skype:active:before,
4230
- .ssbp--theme-6 .ssbp-btn.ssbp-skype:hover:before,
4231
- .ssbp--theme-6 .ssbp-btn.ssbp-skype:focus:before,
4232
- .ssbp--theme-6 .ssbp-btn.ssbp-skype:active:before,
4233
- .ssbp--theme-7 .ssbp-btn.ssbp-skype:hover:before,
4234
- .ssbp--theme-7 .ssbp-btn.ssbp-skype:focus:before,
4235
- .ssbp--theme-7 .ssbp-btn.ssbp-skype:active:before {
4236
- transform: translate(-50%, -37%) !important;
4237
- left: 50%;
4238
- position: absolute;
4239
- top: 50%;
4240
- padding-top: 0;
4241
- width: 100%;
4242
- height: 100%; }
4243
-
4244
- .ssbp--theme-5 .ssbp-skype {
4245
- background-color: #00AFF0;
4246
- box-shadow: 0 8px 0 #0081b1, 0 10px 12px rgba(0, 0, 0, 0.33); }
4247
-
4248
- .ssbp--theme-5 .ssbp-skype:active {
4249
- box-shadow: 0 4px 0 #0081b1, 0 5px 6px rgba(0, 0, 0, 0.33); }
4250
-
4251
- .ssbp--theme-3 .ssbp-text,
4252
- .ssbp--theme-7 .ssbp-text {
4253
- display: inline-block;
4254
- vertical-align: middle;
4255
- font-size: 12.1px;
4256
- margin-left: 0;
4257
- text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
4258
- position: absolute;
4259
- bottom: -20px;
4260
- left: 50%;
4261
- transform: translate(-50%); }
4262
-
4263
- .ssbp--theme-7 .ssbp-li--skype .ssbp-text {
4264
- color: #00AFF0; }
4265
-
4266
- .ssbp--theme-7 .ssbp-li--skype:hover .ssbp-text {
4267
- color: #fff; }
4268
-
4269
- .ssbp--theme-9 .ssbp-li--skype {
4270
- border-bottom: 5px solid #00AFF0; }
4271
-
4272
- .ssbp--theme-9 .ssbp-skype {
4273
- height: 43px !important; }
4274
-
4275
- .ssbp--theme-9 .ssbp-li--skype:hover {
4276
- border-bottom: 5px solid rgba(0, 175, 240, 0.59); }
4277
-
4278
- .ssbp--theme-9 .ssbp-li--skype .ssbp-skype:before {
4279
- padding: 9px 14px 0; }
4280
-
4281
- .ssbp--theme-10 .ssbp-skype {
4282
- width: 40px !important; }
4283
-
4284
- .ssbp--theme-10 .ssbp-skype:before {
4285
- padding: 11px 8px 8px; }
4286
-
4287
- /* Snapchat */
4288
- .ssbp-snapchat:before {
4289
- content: url("../images/snapchat.svg");
4290
- left: 0;
4291
- padding: 5px 8px 0;
4292
- position: absolute;
4293
- top: 0;
4294
- width: 100%; }
4295
-
4296
- .ssbp--theme-8 .ssbp-snapchat:before {
4297
- content: url("../images/snapchat-black.svg"); }
4298
-
4299
- .ssbp--theme-1 .ssbp-snapchat,
4300
- .ssbp--theme-2 .ssbp-snapchat,
4301
- .ssbp--theme-3 .ssbp-snapchat,
4302
- .ssbp--theme-4 .ssbp-snapchat,
4303
- .ssbp--theme-5 .ssbp-snapchat,
4304
- .ssbp--theme-10 .ssbp-snapchat:before,
4305
- .ssbp--theme-11 .ssbp-snapchat {
4306
- transition: background-color, .5s;
4307
- background-color: #fffc00;
4308
- display: block; }
4309
-
4310
- .ssbp--theme-6 .ssbp-snapchat,
4311
- .ssbp--theme-7 .ssbp-snapchat {
4312
- border-color: #fffc00;
4313
- display: block; }
4314
-
4315
- .ssbp--theme-8 .ssbp-snapchat,
4316
- .ssbp--theme-9 .ssbp-snapchat {
4317
- display: block; }
4318
-
4319
- .ssbp--theme-6 .ssbp-snapchat:before,
4320
- .ssbp--theme-7 .ssbp-snapchat:before,
4321
- .ssbp--theme-9 .ssbp-snapchat:before {
4322
- content: url("../images/snapchat-hover.svg"); }
4323
-
4324
- .ssbp--theme-1 .ssbp-snapchat:before,
4325
- .ssbp--theme-2 .ssbp-snapchat:before,
4326
- .ssbp--theme-3 .ssbp-snapchat:before,
4327
- .ssbp--theme-4 .ssbp-snapchat:before,
4328
- .ssbp--theme-5 .ssbp-snapchat:before,
4329
- .ssbp--theme-6 .ssbp-snapchat:before,
4330
- .ssbp--theme-7 .ssbp-snapchat:before {
4331
- left: 50%;
4332
- position: absolute;
4333
- top: 50%;
4334
- padding-top: 0;
4335
- width: 100%;
4336
- height: 100%;
4337
- transform: translate(-50%, -37%); }
4338
-
4339
- .ssbp--theme-1 .ssbp-snapchat:hover,
4340
- .ssbp--theme-1 .ssbp-snapchat:focus,
4341
- .ssbp--theme-1 .ssbp-snapchat:active {
4342
- color: #fffc00;
4343
- border-color: #fffc00; }
4344
-
4345
- .ssbp--theme-6 .ssbp-snapchat:hover,
4346
- .ssbp--theme-6 .ssbp-snapchat:focus,
4347
- .ssbp--theme-6 .ssbp-snapchat:active,
4348
- .ssbp--theme-7 .ssbp-snapchat:hover,
4349
- .ssbp--theme-7 .ssbp-snapchat:focus,
4350
- .ssbp--theme-7 .ssbp-snapchat:active {
4351
- background-color: #fffc00; }
4352
-
4353
- .ssbp--theme-2 .ssbp-snapchat:hover,
4354
- .ssbp--theme-2 .ssbp-snapchat:focus,
4355
- .ssbp--theme-2 .ssbp-snapchat:active,
4356
- .ssbp--theme-3 .ssbp-snapchat:hover,
4357
- .ssbp--theme-3 .ssbp-snapchat:focus,
4358
- .ssbp--theme-3 .ssbp-snapchat:active,
4359
- .ssbp--theme-10 .ssbp-snapchat:hover:before,
4360
- .ssbp--theme-10 .ssbp-snapchat:focus:before,
4361
- .ssbp--theme-10 .ssbp-snapchat:active:before,
4362
- .ssbp--theme-11 .ssbp-snapchat:hover,
4363
- .ssbp--theme-11 .ssbp-snapchat:focus,
4364
- .ssbp--theme-11 .ssbp-snapchat:active {
4365
- border-color: #b5b320;
4366
- background-color: #b5b320; }
4367
-
4368
- .ssbp--theme-1 .ssbp-snapchat:hover:before,
4369
- .ssbp--theme-1 .ssbp-snapchat:focus:before,
4370
- .ssbp--theme-1 .ssbp-snapchat:active:before {
4371
- content: url("../images/snapchat-hover.svg");
4372
- left: 50%;
4373
- position: absolute;
4374
- top: 50%;
4375
- padding-top: 0;
4376
- width: 100%;
4377
- height: 100%;
4378
- transform: translate(-50%, -37%); }
4379
-
4380
- .ssbp--theme-6 .ssbp-snapchat:hover:before,
4381
- .ssbp--theme-6 .ssbp-snapchat:focus:before,
4382
- .ssbp--theme-6 .ssbp-snapchat:active:before,
4383
- .ssbp--theme-7 .ssbp-snapchat:hover:before,
4384
- .ssbp--theme-7 .ssbp-snapchat:focus:before,
4385
- .ssbp--theme-7 .ssbp-snapchat:active:before,
4386
- .ssbp--theme-8 .ssbp-snapchat:hover:before,
4387
- .ssbp--theme-8 .ssbp-snapchat:focus:before,
4388
- .ssbp--theme-8 .ssbp-snapchat:active:before {
4389
- content: url("../images/snapchat.svg"); }
4390
-
4391
- .ssbp--theme-1 .ssbp-snapchat + .ssbp-each-share,
4392
- .ssbp--theme-2 .ssbp-snapchat + .ssbp-each-share,
4393
- .ssbp--theme-3 .ssbp-snapchat + .ssbp-each-share,
4394
- .ssbp--theme-4 .ssbp-snapchat + .ssbp-each-share,
4395
- .ssbp--theme-5 .ssbp-snapchat + .ssbp-each-share,
4396
- .ssbp--theme-6 .ssbp-snapchat + .ssbp-each-share,
4397
- .ssbp--theme-7 .ssbp-snapchat + .ssbp-each-share {
4398
- background-color: #fffc00; }
4399
-
4400
- .ssbp--theme-2 .ssbp-btn.ssbp-snapchat:hover:before,
4401
- .ssbp--theme-2 .ssbp-btn.ssbp-snapchat:focus:before,
4402
- .ssbp--theme-2 .ssbp-btn.ssbp-snapchat:active:before,
4403
- .ssbp--theme-3 .ssbp-btn.ssbp-snapchat:hover:before,
4404
- .ssbp--theme-3 .ssbp-btn.ssbp-snapchat:focus:before,
4405
- .ssbp--theme-3 .ssbp-btn.ssbp-snapchat:active:before,
4406
- .ssbp--theme-4 .ssbp-btn.ssbp-snapchat:hover:before,
4407
- .ssbp--theme-4 .ssbp-btn.ssbp-snapchat:focus:before,
4408
- .ssbp--theme-4 .ssbp-btn.ssbp-snapchat:active:before,
4409
- .ssbp--theme-5 .ssbp-btn.ssbp-snapchat:hover:before,
4410
- .ssbp--theme-5 .ssbp-btn.ssbp-snapchat:focus:before,
4411
- .ssbp--theme-5 .ssbp-btn.ssbp-snapchat:active:before,
4412
- .ssbp--theme-6 .ssbp-btn.ssbp-snapchat:hover:before,
4413
- .ssbp--theme-6 .ssbp-btn.ssbp-snapchat:focus:before,
4414
- .ssbp--theme-6 .ssbp-btn.ssbp-snapchat:active:before,
4415
- .ssbp--theme-7 .ssbp-btn.ssbp-snapchat:hover:before,
4416
- .ssbp--theme-7 .ssbp-btn.ssbp-snapchat:focus:before,
4417
- .ssbp--theme-7 .ssbp-btn.ssbp-snapchat:active:before {
4418
- transform: translate(-50%, -37%) !important;
4419
- left: 50%;
4420
- position: absolute;
4421
- top: 50%;
4422
- padding-top: 0;
4423
- width: 100%;
4424
- height: 100%; }
4425
-
4426
- .ssbp--theme-5 .ssbp-snapchat {
4427
- background-color: #fffc00;
4428
- box-shadow: 0 8px 0 #b5b320, 0 10px 12px rgba(0, 0, 0, 0.33); }
4429
-
4430
- .ssbp--theme-5 .ssbp-snapchat:active {
4431
- box-shadow: 0 4px 0 #fffc00, 0 5px 6px rgba(0, 0, 0, 0.33); }
4432
-
4433
- .ssbp--theme-3 .ssbp-text,
4434
- .ssbp--theme-7 .ssbp-text {
4435
- display: inline-block;
4436
- vertical-align: middle;
4437
- font-size: 12.1px;
4438
- margin-left: 0;
4439
- text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
4440
- position: absolute;
4441
- bottom: -20px;
4442
- left: 50%;
4443
- transform: translate(-50%); }
4444
-
4445
- .ssbp--theme-7 .ssbp-li--snapchat .ssbp-text {
4446
- color: #fffc00; }
4447
-
4448
- .ssbp--theme-7 .ssbp-li--snapchat:hover .ssbp-text {
4449
- color: #fff; }
4450
-
4451
- .ssbp--theme-9 .ssbp-li--snapchat {
4452
- border-bottom: 5px solid #fffc00; }
4453
-
4454
- .ssbp--theme-9 .ssbp-snapchat {
4455
- height: 43px !important; }
4456
-
4457
- .ssbp--theme-9 .ssbp-li--snapchat:hover {
4458
- border-bottom: 5px solid rgba(255, 252, 40, 0.59); }
4459
-
4460
- .ssbp--theme-9 .ssbp-li--snapchat .ssbp-snapchat:before {
4461
- padding: 9px 14px 0; }
4462
-
4463
- .ssbp--theme-10 .ssbp-snapchat {
4464
- width: 40px !important; }
4465
-
4466
- .ssbp--theme-10 .ssbp-snapchat:before {
4467
- padding: 11px 8px 8px; }
4468
-
4469
- /* Telegram */
4470
- .ssbp-telegram:before {
4471
- content: url("../images/telegram.svg");
4472
- left: 0;
4473
- padding: 5px 8px 0;
4474
- position: absolute;
4475
- top: 0;
4476
- width: 100%; }
4477
-
4478
- .ssbp--theme-8 .ssbp-telegram:before {
4479
- content: url("../images/telegram-black.svg"); }
4480
-
4481
- .ssbp--theme-1 .ssbp-telegram,
4482
- .ssbp--theme-2 .ssbp-telegram,
4483
- .ssbp--theme-3 .ssbp-telegram,
4484
- .ssbp--theme-4 .ssbp-telegram,
4485
- .ssbp--theme-5 .ssbp-telegram,
4486
- .ssbp--theme-10 .ssbp-telegram:before,
4487
- .ssbp--theme-11 .ssbp-telegram {
4488
- transition: background-color, .5s;
4489
- background-color: #37aee2;
4490
- display: block; }
4491
-
4492
- .ssbp--theme-6 .ssbp-telegram,
4493
- .ssbp--theme-7 .ssbp-telegram {
4494
- border-color: #37aee2;
4495
- display: block; }
4496
-
4497
- .ssbp--theme-8 .ssbp-telegram,
4498
- .ssbp--theme-9 .ssbp-telegram {
4499
- display: block; }
4500
-
4501
- .ssbp--theme-6 .ssbp-telegram:before,
4502
- .ssbp--theme-7 .ssbp-telegram:before,
4503
- .ssbp--theme-9 .ssbp-telegram:before {
4504
- content: url("../images/telegram-hover.svg"); }
4505
-
4506
- .ssbp--theme-1 .ssbp-telegram:before,
4507
- .ssbp--theme-2 .ssbp-telegram:before,
4508
- .ssbp--theme-3 .ssbp-telegram:before,
4509
- .ssbp--theme-4 .ssbp-telegram:before,
4510
- .ssbp--theme-5 .ssbp-telegram:before,
4511
- .ssbp--theme-6 .ssbp-telegram:before,
4512
- .ssbp--theme-7 .ssbp-telegram:before {
4513
- left: 50%;
4514
- position: absolute;
4515
- top: 50%;
4516
- padding-top: 0;
4517
- width: 100%;
4518
- height: 100%;
4519
- transform: translate(-50%, -37%); }
4520
-
4521
- .ssbp--theme-1 .ssbp-telegram:hover,
4522
- .ssbp--theme-1 .ssbp-telegram:focus,
4523
- .ssbp--theme-1 .ssbp-telegram:active {
4524
- color: #37aee2;
4525
- border-color: #37aee2; }
4526
-
4527
- .ssbp--theme-6 .ssbp-telegram:hover,
4528
- .ssbp--theme-6 .ssbp-telegram:focus,
4529
- .ssbp--theme-6 .ssbp-telegram:active,
4530
- .ssbp--theme-7 .ssbp-telegram:hover,
4531
- .ssbp--theme-7 .ssbp-telegram:focus,
4532
- .ssbp--theme-7 .ssbp-telegram:active {
4533
- background-color: #37aee2; }
4534
-
4535
- .ssbp--theme-2 .ssbp-telegram:hover,
4536
- .ssbp--theme-2 .ssbp-telegram:focus,
4537
- .ssbp--theme-2 .ssbp-telegram:active,
4538
- .ssbp--theme-3 .ssbp-telegram:hover,
4539
- .ssbp--theme-3 .ssbp-telegram:focus,
4540
- .ssbp--theme-3 .ssbp-telegram:active,
4541
- .ssbp--theme-10 .ssbp-telegram:hover:before,
4542
- .ssbp--theme-10 .ssbp-telegram:focus:before,
4543
- .ssbp--theme-10 .ssbp-telegram:active:before,
4544
- .ssbp--theme-11 .ssbp-telegram:hover,
4545
- .ssbp--theme-11 .ssbp-telegram:focus,
4546
- .ssbp--theme-11 .ssbp-telegram:active {
4547
- border-color: #0674a4;
4548
- background-color: #0674a4; }
4549
-
4550
- .ssbp--theme-1 .ssbp-telegram:hover:before,
4551
- .ssbp--theme-1 .ssbp-telegram:focus:before,
4552
- .ssbp--theme-1 .ssbp-telegram:active:before {
4553
- content: url("../images/telegram-hover.svg");
4554
- left: 50%;
4555
- position: absolute;
4556
- top: 50%;
4557
- padding-top: 0;
4558
- width: 100%;
4559
- height: 100%;
4560
- transform: translate(-50%, -37%); }
4561
-
4562
- .ssbp--theme-6 .ssbp-telegram:hover:before,
4563
- .ssbp--theme-6 .ssbp-telegram:focus:before,
4564
- .ssbp--theme-6 .ssbp-telegram:active:before,
4565
- .ssbp--theme-7 .ssbp-telegram:hover:before,
4566
- .ssbp--theme-7 .ssbp-telegram:focus:before,
4567
- .ssbp--theme-7 .ssbp-telegram:active:before,
4568
- .ssbp--theme-8 .ssbp-telegram:hover:before,
4569
- .ssbp--theme-8 .ssbp-telegram:focus:before,
4570
- .ssbp--theme-8 .ssbp-telegram:active:before {
4571
- content: url("../images/telegram.svg"); }
4572
-
4573
- .ssbp--theme-1 .ssbp-telegram + .ssbp-each-share,
4574
- .ssbp--theme-2 .ssbp-telegram + .ssbp-each-share,
4575
- .ssbp--theme-3 .ssbp-telegram + .ssbp-each-share,
4576
- .ssbp--theme-4 .ssbp-telegram + .ssbp-each-share,
4577
- .ssbp--theme-5 .ssbp-telegram + .ssbp-each-share,
4578
- .ssbp--theme-6 .ssbp-telegram + .ssbp-each-share,
4579
- .ssbp--theme-7 .ssbp-telegram + .ssbp-each-share {
4580
- background-color: #37aee2; }
4581
-
4582
- .ssbp--theme-2 .ssbp-btn.ssbp-telegram:hover:before,
4583
- .ssbp--theme-2 .ssbp-btn.ssbp-telegram:focus:before,
4584
- .ssbp--theme-2 .ssbp-btn.ssbp-telegram:active:before,
4585
- .ssbp--theme-3 .ssbp-btn.ssbp-telegram:hover:before,
4586
- .ssbp--theme-3 .ssbp-btn.ssbp-telegram:focus:before,
4587
- .ssbp--theme-3 .ssbp-btn.ssbp-telegram:active:before,
4588
- .ssbp--theme-4 .ssbp-btn.ssbp-telegram:hover:before,
4589
- .ssbp--theme-4 .ssbp-btn.ssbp-telegram:focus:before,
4590
- .ssbp--theme-4 .ssbp-btn.ssbp-telegram:active:before,
4591
- .ssbp--theme-5 .ssbp-btn.ssbp-telegram:hover:before,
4592
- .ssbp--theme-5 .ssbp-btn.ssbp-telegram:focus:before,
4593
- .ssbp--theme-5 .ssbp-btn.ssbp-telegram:active:before,
4594
- .ssbp--theme-6 .ssbp-btn.ssbp-telegram:hover:before,
4595
- .ssbp--theme-6 .ssbp-btn.ssbp-telegram:focus:before,
4596
- .ssbp--theme-6 .ssbp-btn.ssbp-telegram:active:before,
4597
- .ssbp--theme-7 .ssbp-btn.ssbp-telegram:hover:before,
4598
- .ssbp--theme-7 .ssbp-btn.ssbp-telegram:focus:before,
4599
- .ssbp--theme-7 .ssbp-btn.ssbp-telegram:active:before {
4600
- transform: translate(-50%, -37%) !important;
4601
- left: 50%;
4602
- position: absolute;
4603
- top: 50%;
4604
- padding-top: 0;
4605
- width: 100%;
4606
- height: 100%; }
4607
-
4608
- .ssbp--theme-5 .ssbp-telegram {
4609
- background-color: #37aee2;
4610
- box-shadow: 0 8px 0 #0674a4, 0 10px 12px rgba(0, 0, 0, 0.33); }
4611
-
4612
- .ssbp--theme-5 .ssbp-telegram:active {
4613
- box-shadow: 0 4px 0 #37aee2, 0 5px 6px rgba(0, 0, 0, 0.33); }
4614
-
4615
- .ssbp--theme-3 .ssbp-text,
4616
- .ssbp--theme-7 .ssbp-text {
4617
- display: inline-block;
4618
- vertical-align: middle;
4619
- font-size: 12.1px;
4620
- margin-left: 0;
4621
- text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
4622
- position: absolute;
4623
- bottom: -20px;
4624
- left: 50%;
4625
- transform: translate(-50%); }
4626
-
4627
- .ssbp--theme-7 .ssbp-li--telegram .ssbp-text {
4628
- color: #37aee2; }
4629
-
4630
- .ssbp--theme-7 .ssbp-li--telegram:hover .ssbp-text {
4631
- color: #fff; }
4632
-
4633
- .ssbp--theme-9 .ssbp-li--telegram {
4634
- border-bottom: 5px solid #20779d; }
4635
-
4636
- .ssbp--theme-9 .ssbp-telegram {
4637
- height: 43px !important; }
4638
-
4639
- .ssbp--theme-9 .ssbp-li--telegram:hover {
4640
- border-bottom: 5px solid rgba(55, 174, 226, 0.59); }
4641
-
4642
- .ssbp--theme-9 .ssbp-li--telegram .ssbp-telegram:before {
4643
- padding: 9px 14px 0; }
4644
-
4645
- .ssbp--theme-10 .ssbp-telegram {
4646
- width: 40px !important; }
4647
-
4648
- .ssbp--theme-10 .ssbp-telegram:before {
4649
- padding: 11px 8px 8px; }
4650
-
4651
- /* Weibo */
4652
- .ssbp-weibo:before {
4653
- content: url("../images/weibo.svg");
4654
- left: 0;
4655
- padding: 5px 8px 0;
4656
- position: absolute;
4657
- top: 0;
4658
- width: 100%; }
4659
-
4660
- .ssbp--theme-8 .ssbp-weibo:before {
4661
- content: url("../images/weibo-black.svg"); }
4662
-
4663
- .ssbp--theme-1 .ssbp-weibo,
4664
- .ssbp--theme-2 .ssbp-weibo,
4665
- .ssbp--theme-3 .ssbp-weibo,
4666
- .ssbp--theme-4 .ssbp-weibo,
4667
- .ssbp--theme-5 .ssbp-weibo,
4668
- .ssbp--theme-10 .ssbp-weibo:before,
4669
- .ssbp--theme-11 .ssbp-weibo {
4670
- transition: background-color, .5s;
4671
- background-color: #df2029;
4672
- display: block; }
4673
-
4674
- .ssbp--theme-6 .ssbp-weibo,
4675
- .ssbp--theme-7 .ssbp-weibo {
4676
- border-color: #df2029;
4677
- display: block; }
4678
-
4679
- .ssbp--theme-8 .ssbp-weibo,
4680
- .ssbp--theme-9 .ssbp-weibo {
4681
- display: block; }
4682
-
4683
- .ssbp--theme-6 .ssbp-weibo:before,
4684
- .ssbp--theme-7 .ssbp-weibo:before,
4685
- .ssbp--theme-9 .ssbp-weibo:before {
4686
- content: url("../images/weibo-hover.svg"); }
4687
-
4688
- .ssbp--theme-1 .ssbp-weibo:before,
4689
- .ssbp--theme-2 .ssbp-weibo:before,
4690
- .ssbp--theme-3 .ssbp-weibo:before,
4691
- .ssbp--theme-4 .ssbp-weibo:before,
4692
- .ssbp--theme-5 .ssbp-weibo:before,
4693
- .ssbp--theme-6 .ssbp-weibo:before,
4694
- .ssbp--theme-7 .ssbp-weibo:before {
4695
- left: 50%;
4696
- position: absolute;
4697
- top: 50%;
4698
- padding-top: 0;
4699
- width: 100%;
4700
- height: 100%;
4701
- transform: translate(-50%, -37%); }
4702
-
4703
- .ssbp--theme-1 .ssbp-weibo:hover,
4704
- .ssbp--theme-1 .ssbp-weibo:focus,
4705
- .ssbp--theme-1 .ssbp-weibo:active {
4706
- color: #df2029;
4707
- border-color: #df2029; }
4708
-
4709
- .ssbp--theme-6 .ssbp-weibo:hover,
4710
- .ssbp--theme-6 .ssbp-weibo:focus,
4711
- .ssbp--theme-6 .ssbp-weibo:active,
4712
- .ssbp--theme-7 .ssbp-weibo:hover,
4713
- .ssbp--theme-7 .ssbp-weibo:focus,
4714
- .ssbp--theme-7 .ssbp-weibo:active {
4715
- background-color: #df2029; }
4716
-
4717
- .ssbp--theme-2 .ssbp-weibo:hover,
4718
- .ssbp--theme-2 .ssbp-weibo:focus,
4719
- .ssbp--theme-2 .ssbp-weibo:active,
4720
- .ssbp--theme-3 .ssbp-weibo:hover,
4721
- .ssbp--theme-3 .ssbp-weibo:focus,
4722
- .ssbp--theme-3 .ssbp-weibo:active,
4723
- .ssbp--theme-10 .ssbp-weibo:hover:before,
4724
- .ssbp--theme-10 .ssbp-weibo:focus:before,
4725
- .ssbp--theme-10 .ssbp-weibo:active:before,
4726
- .ssbp--theme-11 .ssbp-weibo:hover,
4727
- .ssbp--theme-11 .ssbp-weibo:focus,
4728
- .ssbp--theme-11 .ssbp-weibo:active {
4729
- border-color: #ad191f;
4730
- background-color: #ad191f; }
4731
-
4732
- .ssbp--theme-1 .ssbp-weibo:hover:before,
4733
- .ssbp--theme-1 .ssbp-weibo:focus:before,
4734
- .ssbp--theme-1 .ssbp-weibo:active:before {
4735
- content: url("../images/weibo-hover.svg");
4736
- left: 50%;
4737
- position: absolute;
4738
- top: 50%;
4739
- padding-top: 0;
4740
- width: 100%;
4741
- height: 100%;
4742
- transform: translate(-50%, -37%); }
4743
-
4744
- .ssbp--theme-6 .ssbp-weibo:hover:before,
4745
- .ssbp--theme-6 .ssbp-weibo:focus:before,
4746
- .ssbp--theme-6 .ssbp-weibo:active:before,
4747
- .ssbp--theme-7 .ssbp-weibo:hover:before,
4748
- .ssbp--theme-7 .ssbp-weibo:focus:before,
4749
- .ssbp--theme-7 .ssbp-weibo:active:before,
4750
- .ssbp--theme-8 .ssbp-weibo:hover:before,
4751
- .ssbp--theme-8 .ssbp-weibo:focus:before,
4752
- .ssbp--theme-8 .ssbp-weibo:active:before {
4753
- content: url("../images/weibo.svg"); }
4754
-
4755
- .ssbp--theme-1 .ssbp-weibo + .ssbp-each-share,
4756
- .ssbp--theme-2 .ssbp-weibo + .ssbp-each-share,
4757
- .ssbp--theme-3 .ssbp-weibo + .ssbp-each-share,
4758
- .ssbp--theme-4 .ssbp-weibo + .ssbp-each-share,
4759
- .ssbp--theme-5 .ssbp-weibo + .ssbp-each-share,
4760
- .ssbp--theme-6 .ssbp-weibo + .ssbp-each-share,
4761
- .ssbp--theme-7 .ssbp-weibo + .ssbp-each-share {
4762
- background-color: #df2029; }
4763
-
4764
- .ssbp--theme-2 .ssbp-btn.ssbp-weibo:hover:before,
4765
- .ssbp--theme-2 .ssbp-btn.ssbp-weibo:focus:before,
4766
- .ssbp--theme-2 .ssbp-btn.ssbp-weibo:active:before,
4767
- .ssbp--theme-3 .ssbp-btn.ssbp-weibo:hover:before,
4768
- .ssbp--theme-3 .ssbp-btn.ssbp-weibo:focus:before,
4769
- .ssbp--theme-3 .ssbp-btn.ssbp-weibo:active:before,
4770
- .ssbp--theme-4 .ssbp-btn.ssbp-weibo:hover:before,
4771
- .ssbp--theme-4 .ssbp-btn.ssbp-weibo:focus:before,
4772
- .ssbp--theme-4 .ssbp-btn.ssbp-weibo:active:before,
4773
- .ssbp--theme-5 .ssbp-btn.ssbp-weibo:hover:before,
4774
- .ssbp--theme-5 .ssbp-btn.ssbp-weibo:focus:before,
4775
- .ssbp--theme-5 .ssbp-btn.ssbp-weibo:active:before,
4776
- .ssbp--theme-6 .ssbp-btn.ssbp-weibo:hover:before,
4777
- .ssbp--theme-6 .ssbp-btn.ssbp-weibo:focus:before,
4778
- .ssbp--theme-6 .ssbp-btn.ssbp-weibo:active:before,
4779
- .ssbp--theme-7 .ssbp-btn.ssbp-weibo:hover:before,
4780
- .ssbp--theme-7 .ssbp-btn.ssbp-weibo:focus:before,
4781
- .ssbp--theme-7 .ssbp-btn.ssbp-weibo:active:before {
4782
- transform: translate(-50%, -37%) !important;
4783
- left: 50%;
4784
- position: absolute;
4785
- top: 50%;
4786
- padding-top: 0;
4787
- width: 100%;
4788
- height: 100%; }
4789
-
4790
- .ssbp--theme-5 .ssbp-weibo {
4791
- background-color: #df2029;
4792
- box-shadow: 0 8px 0 #ad191f, 0 10px 12px rgba(0, 0, 0, 0.33); }
4793
-
4794
- .ssbp--theme-5 .ssbp-weibo:active {
4795
- box-shadow: 0 4px 0 #ad191f, 0 5px 6px rgba(0, 0, 0, 0.33); }
4796
-
4797
- .ssbp--theme-3 .ssbp-text,
4798
- .ssbp--theme-7 .ssbp-text {
4799
- display: inline-block;
4800
- vertical-align: middle;
4801
- font-size: 12.1px;
4802
- margin-left: 0;
4803
- text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
4804
- position: absolute;
4805
- bottom: -20px;
4806
- left: 50%;
4807
- transform: translate(-50%); }
4808
-
4809
- .ssbp--theme-7 .ssbp-li--weibo .ssbp-text {
4810
- color: #df2029; }
4811
-
4812
- .ssbp--theme-7 .ssbp-li--weibo:hover .ssbp-text {
4813
- color: #fff; }
4814
-
4815
- .ssbp--theme-9 .ssbp-li--weibo {
4816
- border-bottom: 5px solid #df2029; }
4817
-
4818
- .ssbp--theme-9 .ssbp-weibo {
4819
- height: 43px !important; }
4820
-
4821
- .ssbp--theme-9 .ssbp-li--weibo:hover {
4822
- border-bottom: 5px solid rgba(223, 32, 41, 0.61); }
4823
-
4824
- .ssbp--theme-9 .ssbp-li--weibo .ssbp-weibo:before {
4825
- padding: 9px 14px 0; }
4826
-
4827
- .ssbp--theme-10 .ssbp-weibo {
4828
- width: 40px !important; }
4829
-
4830
- .ssbp--theme-10 .ssbp-weibo:before {
4831
- padding: 11px 8px 8px; }
1
+ .ssbp-btn:before,.ssbp-toggle-switch:before{display:inline-block;font-family:'ssbp';speak:none;font-size:24px;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none}
2
+ .ssbp-arrow-right:before{content:"\e612"}.ssbp-arrow-left:before{content:"\e613"}
3
+ .ssbp-arrow-down:before{content:"\e619"}.ssbp-arrow-up:before{content:"\e61a"}
4
+ .ssbp-chevron-down:before,.ssbp-toggle-switch:before{content:"\e618"}
5
+ .ssbp-chevron-up:before,.ssbp--state-hidden .ssbp-toggle-switch:before{content:"\e615"}
6
+ .ssbp-chevron-right:before,.ssbp--fixed-right .ssbp-toggle-switch:before,.ssbp--state-hidden.ssbp--fixed-left .ssbp-toggle-switch:before{content:"\e616"}
7
+ .ssbp-chevron-left:before,.ssbp--fixed-left .ssbp-toggle-switch:before,.ssbp--state-hidden.ssbp--fixed-right .ssbp-toggle-switch:before{content:"\e617"}
8
+ .ssbp-simplesharebuttons:before{content:"\e611"}.ssbp-yummly:before{content:"\e60b"}
9
+ .ssbp-whatsapp:before{content:"\e60f"}.ssbp-diggit:before{content:"\e60c"}
10
+ .ssbp-buffer:before{content:"\e60d"}.ssbp-close:before{content:"\e614"}
11
+ .ssbp-twitter:before{content:"\e605"}.ssbp-reddit:before{content:"\e606"}
12
+ .ssbp-flattr:before{content:"\e607"}.ssbp-flipboard:before{content:"\e607"}
13
+ .ssbp-tumblr:before{content:"\e608"}.ssbp-linkedin:before{content:"\e609"}
14
+ .ssbp-google:before{content:"\e60a"}.ssbp-xing:before{content:"\e610"}
15
+ .ssbp-facebook:before{content:"\e60e"}.ssbp-facebook_save:before{content:"\e900"}
16
+ .ssbp-vk:before{content:"\e600"}.ssbp-stumbleupon:before{content:"\e601"}
17
+ .ssbp-print:before{content:"\e602"}.ssbp-pinterest:before{content:"\e603"}
18
+ .ssbp-email:before{content:"\e604"}.ssbp-wrap *,.ssbp-wrap *:before,.ssbp-wrap *:after{box-sizing:border-box}
19
+ .ssbp-input-url-div,.ssbp-total-shares,.ssba-hide-button.ssbp-each-share,.ssbp-toggle-switch,.ssbp-text{display:none}
20
+ .ssbp-wrap{position:relative;display:inline-block;padding:0;font-size:0;color:#272727;z-index:0 !important}
21
+ .ssbp-wrap.ssbp--centred{display:block;text-align:center}.ssbp-wrap.ssbp--aligned-right{display:block;text-align:right}
22
+ .ssbp-wrap.ssbp--aligned-right .ssbp-container{display:inline-block}.ssbp-wrap .ssbp-container,.ssbp-wrap .ssbp-toggle-switch{font-size:16px}
23
+ .ssbp-wrap .ssbp-list{list-style:none;display:inline-block;vertical-align:middle;margin:0;padding:0}
24
+ .ssbp-wrap .ssbp-list li{position:relative;display:inline-block;vertical-align:top}
25
+ .ssbp-wrap .ssbp-list li:first-of-type{margin-left:0}.ssbp-wrap .ssbp-btn{display:inline-block;text-align:center;text-decoration:none;font-family:sans-serif}
26
+ .ssbp-wrap.ssbp--stacked .ssbp-list li,.ssbp-wrap.ssbp--fixed-left .ssbp-list li,.ssbp-wrap.ssbp--fixed-right .ssbp-list li{display:block;margin-top:6px;margin-left:0 !important;margin-right:0 !important}
27
+ .ssbp-wrap.ssbp--stacked .ssbp-list li:first-of-type,.ssbp-wrap.ssbp--fixed-left .ssbp-list li:first-of-type,.ssbp-wrap.ssbp--fixed-right .ssbp-list li:first-of-type{margin-top:0}
28
+ .ssbp-wrap[class*="ssbp--fixed"]{position:fixed;z-index:99999}.ssbp-wrap[class*="ssbp--fixed"] .ssbp-container{-webkit-transition:.25s;transition:.25s}
29
+ .ssbp-wrap.ssbp--fixed-top,.ssbp-wrap.ssbp--fixed-bottom{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
30
+ .ssbp-wrap.ssbp--fixed-left,.ssbp-wrap.ssbp--fixed-right{top:25%}.ssbp-wrap.ssbp--fixed-top{top:0}
31
+ .ssbp-wrap.ssbp--fixed-bottom{bottom:0}.ssbp-wrap.ssbp--fixed-left{left:0}.ssbp-wrap.ssbp--fixed-right{right:0}
32
+ .ssbp-wrap[data-ssbp-counts="true"] .ssbp-each-share{display:block;pointer-events:none}
33
+ .ssbp-wrap[data-ssbp-total-counts="true"] .ssbp-total-shares{display:inline-block;padding:0 .5em;text-align:center;font-size:14px;line-height:2}
34
+ .ssbp-wrap.ssbp--fixed-left .ssbp-total-shares,.ssbp-wrap.ssbp--fixed-right .ssbp-total-shares,.ssbp-wrap.ssbp--stacked .ssbp-total-shares,.ssbp-wrap.ssbp--fixed-left .ssbp-total-shares,.ssbp-wrap.ssbp--fixed-right .ssbp-total-shares{display:block;padding:0}
35
+ .ssbp-toggle-switch{position:absolute;padding:0;border:0;background:transparent;text-align:center;cursor:pointer;-webkit-transition:.25s;transition:.25s;display:none !important}
36
+ [data-ssbp-toggle="true"][class*="ssbp--fixed"] .ssbp-toggle-switch{display:inline-block !important}
37
+ .ssbp-toggle-switch:active,.ssbp-toggle-switch:hover,.ssbp-toggle-switch:focus{padding:0;border:0}
38
+ .ssbp--fixed-left .ssbp-toggle-switch,.ssbp--fixed-right .ssbp-toggle-switch{left:0;bottom:100%;width:100%}
39
+ .ssbp--fixed-top .ssbp-toggle-switch,.ssbp--fixed-bottom .ssbp-toggle-switch{left:100%;bottom:0;height:100%}
40
+ .ssbp--show-toggle.ssbp--fixed-top .ssbp-toggle-switch:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}
41
+ .ssbp--show-toggle.ssbp--fixed-bottom .ssbp-toggle-switch:before{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}
42
+ .ssbp--show-toggle.ssbp--fixed-right .ssbp-toggle-switch:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
43
+ .ssbp--state-hidden .ssbp-each-share{opacity:0}.ssbp--state-hidden .ssbp-container{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}
44
+ .ssbp--state-hidden.ssbp--fixed-top .ssbp-container{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}
45
+ .ssbp--state-hidden.ssbp--fixed-bottom .ssbp-container{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}
46
+ .ssbp--state-hidden.ssbp--fixed-left .ssbp-container{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}
47
+ .ssbp--state-hidden.ssbp--fixed-right .ssbp-container{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}
48
+ .ssbp--theme-4 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
49
+ .ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
50
+ .ssbp--theme-4[class*="ssbp--fixed"] .ssbp-container{background-color:rgba(255,255,255,0.8);padding:8px}
51
+ .ssbp--theme-4 .ssbp-btn{width:3em;height:3em;line-height:3em;border-radius:7.5px;color:#fff;-webkit-transition:background-color .25s;transition:background-color .25s;box-shadow:inset 0 -1.5em 2em rgba(255,255,255,0.1);border-bottom:0}
52
+ .ssbp--theme-4 .ssbp-btn:hover,.ssbp--theme-4 .ssbp-btn:focus,.ssbp--theme-4 .ssbp-btn:active{box-shadow:inset 0 -1.5em 2em rgba(255,255,255,0.1),inset 0 0 3.5em rgba(0,0,0,0.33)}
53
+ .ssbp--theme-4 .ssbp-btn:hover,.ssbp--theme-4 .ssbp-btn:focus,.ssbp--theme-4 .ssbp-btn:active,.ssbp--theme-4 .ssbp-btn:visited{color:#fff}
54
+ .ssbp--theme-4 .ssbp-list li{margin-left:12px}.ssbp--theme-4 .ssbp-buffer{background-color:#272727}
55
+ .ssbp--theme-4 .ssbp-diggit{background-color:#14589e}.ssbp--theme-4 .ssbp-email{background-color:#787878}
56
+ .ssbp--theme-4 .ssbp-ellipsis{background-color:#152b3c}.ssbp--theme-4 .ssbp-facebook{background-color:#365397}
57
+ .ssbp--theme-4 .ssbp-facebook_save{background-color:#365397}.ssbp--theme-4 .ssbp-flattr{background-color:#f67c1a}
58
+ .ssbp--theme-4 .ssbp-google{background-color:#e0452c}.ssbp--theme-4 .ssbp-linkedin{background-color:#007bb6}
59
+ .ssbp--theme-4 .ssbp-pinterest{background-color:#ce1a19}.ssbp--theme-4 .ssbp-print{background-color:#1f6b43}
60
+ .ssbp--theme-4 .ssbp-reddit{background-color:#ff4500}.ssbp--theme-4 .ssbp-simplesharebuttons{background-color:#4582ec}
61
+ .ssbp--theme-4 .ssbp-stumbleupon{background-color:#eb4924}.ssbp--theme-4 .ssbp-tumblr{background-color:#2c4762}
62
+ .ssbp--theme-4 .ssbp-twitter{background-color:#00a9f1}.ssbp--theme-4 .ssbp-vk{background-color:#45668e}
63
+ .ssbp--theme-4 .ssbp-whatsapp{background-color:#34af23}.ssbp--theme-4 .ssbp-yummly{background-color:#e16120}
64
+ .ssbp--theme-4 .ssbp-xing{background-color:#026466}.ssbp--theme-4 .ssbp-each-share{position:absolute;bottom:100%;right:0;z-index:11;min-width:1.25em;margin-right:-6px;margin-bottom:-8px;padding:2px 4px;border-radius:8px;background-color:#f22121;font-size:10px;color:#FFF;text-align:center}
65
+ .ssbp--theme-4.ssbp--fixed-right .ssbp-each-share{left:auto;right:100%;margin-left:0;margin-right:-16px}
66
+ .ssbp-share-text{font-weight:normal;margin:0 0 10px 0;font-size:12px;color:#4582ec}
67
+ #classic-share-buttons blockquote.yellow{border-left:5px solid #ded400;font-weight:bold}
68
+ #classic-share-buttons blockquote.yellow .notice-dismiss{position:absolute;right:-24px}
69
+ #classic-share-buttons blockquote.yellow p{position:relative}.ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
70
+ .ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
71
+ .ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
72
+ .ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
73
+ .ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
74
+ .ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 12px !important;display:table-cell !important;width:auto;height:auto}
75
+ .ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
76
+ @-webkit-keyframes spin{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}
77
+ }@keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
78
+ }.ssbp-spinner:before{font-family:'ssbp';content:"\e614"}
79
+ .ssbp-spinner{-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block}
80
+ .ssbp-btn:before,.ssbp-toggle-switch:before{display:inline-block;font-family:'ssbp';speak:none;font-size:24px;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none}
81
+ .ssbp-arrow-right:before{content:"\e612"}.ssbp-arrow-left:before{content:"\e613"}
82
+ .ssbp-arrow-down:before{content:"\e619"}.ssbp-arrow-up:before{content:"\e61a"}
83
+ .ssbp-chevron-down:before,.ssbp-toggle-switch:before{content:"\e618"}
84
+ .ssbp-chevron-up:before,.ssbp--state-hidden .ssbp-toggle-switch:before{content:"\e615"}
85
+ .ssbp-chevron-right:before,.ssbp--fixed-right .ssbp-toggle-switch:before,.ssbp--state-hidden.ssbp--fixed-left .ssbp-toggle-switch:before{content:"\e616"}
86
+ .ssbp-chevron-left:before,.ssbp--fixed-left .ssbp-toggle-switch:before,.ssbp--state-hidden.ssbp--fixed-right .ssbp-toggle-switch:before{content:"\e617"}
87
+ .ssbp-simplesharebuttons:before{content:"\e611"}.ssbp-yummly:before{content:"\e60b"}
88
+ .ssbp-whatsapp:before{content:"\e60f"}.ssbp-diggit:before{content:"\e60c"}
89
+ .ssbp-line:before{content:url("../images/line.svg");left:0;padding:5px 8px 0;position:absolute;top:0;width:100%}
90
+ .ssbp-buffer:before{content:"\e60d"}.ssbp-close:before{content:"\e614"}
91
+ .ssbp-twitter:before{content:"\e605"}.ssbp-reddit:before{content:"\e606"}
92
+ .ssbp-flattr:before{content:"\e607"}.ssbp-tumblr:before{content:"\e608"}
93
+ .ssbp-linkedin:before{content:"\e609"}.ssbp-google:before{content:"\e60a"}
94
+ .ssbp-xing:before{content:"\e610"}.ssbp-facebook:before{content:"\e60e"}
95
+ .ssbp-facebook_save:before{content:"\e900"}.ssbp-facebook-messenger:before{content:"\e611"}
96
+ .ssbp-vk:before{content:"\e600"}.ssbp-stumbleupon:before{content:"\e601"}
97
+ .ssbp-print:before{content:"\e602"}.ssbp-pinterest:before{content:"\e603"}
98
+ .ssbp-email:before{content:"\e604"}.ssbp-ellipsis:before{content:"\e612"}
99
+ .ssbp-x:before{content:"\e613"}@media print{.ssbp-wrap{display:none !important}
100
+ }.ssbp-wrap *,.ssbp-wrap *:before,.ssbp-wrap *:after{box-sizing:border-box}.ssbp-input-url-div,.ssbp-total-shares,.ssba-hide-button.ssbp-each-share,.ssbp-toggle-switch,.ssbp-text{display:none}
101
+ .ssbp-wrap{position:relative;display:inline-block;padding:0;font-size:0;color:#272727}
102
+ .ssbp-wrap.ssbp--centred{display:block;text-align:center}.ssbp-wrap.ssbp--aligned-right{display:block;text-align:right}
103
+ .ssbp-wrap.ssbp--aligned-right .ssbp-container{display:inline-block}.ssbp-wrap .ssbp-container,.ssbp-wrap .ssbp-toggle-switch{font-size:16px}
104
+ .ssbp-wrap .ssbp-list{list-style:none;display:inline-block;vertical-align:middle;margin:0;padding:0}
105
+ .ssbp-wrap .ssbp-list li{position:relative;display:inline-block;vertical-align:top}
106
+ .ssbp-wrap .ssbp-list li:first-of-type{margin-left:0}.ssbp-wrap .ssbp-btn{display:inline-block;text-align:center;text-decoration:none;font-family:sans-serif}
107
+ .ssbp-wrap.ssbp--stacked .ssbp-list li,.ssbp-wrap.ssbp--fixed-left .ssbp-list li,.ssbp-wrap.ssbp--fixed-right .ssbp-list li{display:block;margin-top:6px;margin-left:0 !important;margin-right:0 !important}
108
+ .ssbp-wrap.ssbp--stacked .ssbp-list li:first-of-type,.ssbp-wrap.ssbp--fixed-left .ssbp-list li:first-of-type,.ssbp-wrap.ssbp--fixed-right .ssbp-list li:first-of-type{margin-top:0}
109
+ .ssbp-wrap[class*="ssbp--fixed"]{position:fixed;z-index:99999}.ssbp-wrap[class*="ssbp--fixed"] .ssbp-container{-webkit-transition:.25s;transition:.25s}
110
+ .ssbp-wrap.ssbp--fixed-top,.ssbp-wrap.ssbp--fixed-bottom{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
111
+ .ssbp-wrap.ssbp--fixed-left,.ssbp-wrap.ssbp--fixed-right{top:25%}.ssbp-wrap.ssbp--fixed-top{top:0}
112
+ .ssbp-wrap.ssbp--fixed-bottom{bottom:0}.ssbp-wrap.ssbp--fixed-left{left:0}.ssbp-wrap.ssbp--fixed-right{right:0}
113
+ .ssbp-wrap[data-ssbp-counts="true"] .ssbp-each-share{display:block;pointer-events:none}
114
+ .ssbp-wrap[data-ssbp-total-counts="true"] .ssbp-total-shares{display:inline-block;padding:0 .5em;text-align:center;font-size:14px;line-height:2}
115
+ .ssbp-wrap[data-ssbp-total-counts="true"].ssbp--fixed-left .ssbp-total-shares,.ssbp-wrap[data-ssbp-total-counts="true"].ssbp--fixed-right .ssbp-total-shares,.ssbp-wrap[data-ssbp-total-counts="true"].ssbp--stacked .ssbp-total-shares,.ssbp-wrap[data-ssbp-total-counts="true"].ssbp--fixed-left .ssbp-total-shares,.ssbp-wrap[data-ssbp-total-counts="true"].ssbp--fixed-right .ssbp-total-shares{display:block;padding:0}
116
+ .ssbp-toggle-switch{position:absolute;padding:0;border:0;background:transparent;text-align:center;cursor:pointer;-webkit-transition:.25s;transition:.25s;display:none}
117
+ .ssbp-toggle-switch:active,.ssbp-toggle-switch:hover,.ssbp-toggle-switch:focus{padding:0;border:0}
118
+ .ssbp--fixed-left .ssbp-toggle-switch,.ssbp--fixed-right .ssbp-toggle-switch{left:0;bottom:100%;width:100%}
119
+ .ssbp--fixed-top .ssbp-toggle-switch,.ssbp--fixed-bottom .ssbp-toggle-switch{left:100%;bottom:0;height:100%}
120
+ .ssbp--show-toggle.ssbp--fixed-top .ssbp-toggle-switch:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}
121
+ .ssbp--show-toggle.ssbp--fixed-bottom .ssbp-toggle-switch:before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}
122
+ .ssbp--show-toggle.ssbp--fixed-right .ssbp-toggle-switch:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
123
+ .ssbp--state-hidden .ssbp-each-share{opacity:0}.ssbp--state-hidden .ssbp-container{-webkit-transform:translateX(-100%);transform:translateX(-100%)}
124
+ .ssbp--state-hidden.ssbp--fixed-top .ssbp-container{-webkit-transform:translateY(-100%);transform:translateY(-100%)}
125
+ .ssbp--state-hidden.ssbp--fixed-bottom .ssbp-container{-webkit-transform:translateY(100%);transform:translateY(100%)}
126
+ .ssbp--state-hidden.ssbp--fixed-left .ssbp-container{-webkit-transform:translateX(-100%);transform:translateX(-100%)}
127
+ .ssbp--state-hidden.ssbp--fixed-right .ssbp-container{-webkit-transform:translateX(100%);transform:translateX(100%)}
128
+ .ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
129
+ .ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
130
+ .ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
131
+ .ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
132
+ .ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
133
+ .ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 12px !important;display:table-cell !important;width:auto;height:auto}
134
+ .ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
135
+ @-webkit-keyframes ripple-out{100%{visibility:visible;top:-1em;right:-1em;bottom:-1em;left:-1em;opacity:0}
136
+ }@keyframes ripple-out{100%{visibility:visible;top:-1em;right:-1em;bottom:-1em;left:-1em;opacity:0}
137
+ }.ssbp--theme-1 .ssbp-container{padding:6px}.ssbp--theme-1 .ssbp-list li{margin-left:12px}
138
+ .ssbp--theme-1 .ssbp-btn{width:3em;height:3em;line-height:3em;position:relative;border-radius:50%;color:#fff;-webkit-transition:.25s;transition:.25s}
139
+ .ssbp--theme-1 .ssbp-btn:hover,.ssbp--theme-1 .ssbp-btn:focus,.ssbp--theme-1 .ssbp-btn:active{background-color:#fff;z-index:10}
140
+ .ssbp--theme-1 .ssbp-btn:visited{color:#fff}.ssbp--theme-1 .ssbp-btn:before{-webkit-transition:-webkit-transform .25s;transition:transform .25s}
141
+ .ssbp--theme-1 .ssbp-btn:active:before{-webkit-transform:scale(1.2);transform:scale(1.2)}
142
+ .ssbp--theme-1 .ssbp-btn:after{content:'';visibility:hidden;position:absolute;border:1px solid #fff;border-radius:50%;top:-1px;right:-1px;bottom:-1px;left:-1px;pointer-events:none;-webkit-animation-duration:.5s;animation-duration:.5s}
143
+ .ssbp--theme-1 .ssbp-btn:hover:after{-webkit-animation-name:ripple-out;animation-name:ripple-out}
144
+ .ssbp--theme-1[data-ssbp-counts="true"] .ssbp-list li{margin-left:13.2px}
145
+ .ssbp--theme-1[data-ssbp-counts="true"] .ssbp-list li:first-of-type{margin-left:0}
146
+ .ssbp--theme-1 .ssbp-buffer{background-color:#272727}.ssbp--theme-1 .ssbp-buffer:hover,.ssbp--theme-1 .ssbp-buffer:focus,.ssbp--theme-1 .ssbp-buffer:active{color:#272727;border-color:#272727}
147
+ .ssbp--theme-1 .ssbp-buffer+.ssbp-each-share{background-color:#272727}.ssbp--theme-1 .ssbp-diggit{background-color:#14589e}
148
+ .ssbp--theme-1 .ssbp-diggit:hover,.ssbp--theme-1 .ssbp-diggit:focus,.ssbp--theme-1 .ssbp-diggit:active{color:#14589e;border-color:#14589e}
149
+ .ssbp--theme-1 .ssbp-diggit+.ssbp-each-share{background-color:#14589e}.ssbp--theme-1 .ssbp-email{background-color:#787878}
150
+ .ssbp--theme-1 .ssbp-email:hover,.ssbp--theme-1 .ssbp-email:focus,.ssbp--theme-1 .ssbp-email:active{color:#787878;border-color:#787878}
151
+ .ssbp--theme-1 .ssbp-email+.ssbp-each-share{background-color:#787878}.ssbp--theme-1 .ssbp-ellipsis{background-color:#4582ec}
152
+ .ssbp--theme-1 .ssbp-ellipsis:hover,.ssbp--theme-1 .ssbp-ellipsis:focus,.ssbp--theme-1 .ssbp-ellipsis:active{color:#4582ec;border-color:#4582ec}
153
+ .ssbp--theme-1 .ssbp-ellipsis+.ssbp-each-share{background-color:#4582ec}.ssbp--theme-1 .ssbp-facebook{background-color:#3b5998}
154
+ .ssbp--theme-1 .ssbp-facebook:hover,.ssbp--theme-1 .ssbp-facebook:focus,.ssbp--theme-1 .ssbp-facebook:active{color:#3b5998;border-color:#3b5998}
155
+ .ssbp--theme-1 .ssbp-facebook+.ssbp-each-share{background-color:#3b5998}.ssbp--theme-1 .ssbp-facebook_save{background-color:#3b5998}
156
+ .ssbp--theme-1 .ssbp-facebook_save:hover,.ssbp--theme-1 .ssbp-facebook_save:focus,.ssbp--theme-1 .ssbp-facebook_save:active{color:#3b5998;border-color:#3b5998}
157
+ .ssbp--theme-1 .ssbp-facebook_save+.ssbp-each-share{background-color:#3b5998}.ssbp--theme-1 .ssbp-facebook-messenger{background-color:#0084ff}
158
+ .ssbp--theme-1 .ssbp-facebook-messenger:hover,.ssbp--theme-1 .ssbp-facebook-messenger:focus,.ssbp--theme-1 .ssbp-facebook-messenger:active{color:#0084ff;border-color:#0084ff}
159
+ .ssbp--theme-1 .ssbp-facebook-messenger+.ssbp-each-share{background-color:#0084ff}
160
+ .ssbp--theme-1 .ssbp-flattr{background-color:#f67c1a}.ssbp--theme-1 .ssbp-flattr:hover,.ssbp--theme-1 .ssbp-flattr:focus,.ssbp--theme-1 .ssbp-flattr:active{color:#f67c1a;border-color:#f67c1a}
161
+ .ssbp--theme-1 .ssbp-flattr+.ssbp-each-share{background-color:#f67c1a}.ssbp--theme-1 .ssbp-google{background-color:#dc4e41}
162
+ .ssbp--theme-1 .ssbp-google:hover,.ssbp--theme-1 .ssbp-google:focus,.ssbp--theme-1 .ssbp-google:active{color:#dc4e41;border-color:#dc4e41}
163
+ .ssbp--theme-1 .ssbp-google+.ssbp-each-share{background-color:#dc4e41}.ssbp--theme-1 .ssbp-linkedin{background-color:#007bb6}
164
+ .ssbp--theme-1 .ssbp-linkedin:hover,.ssbp--theme-1 .ssbp-linkedin:focus,.ssbp--theme-1 .ssbp-linkedin:active{color:#007bb6;border-color:#007bb6}
165
+ .ssbp--theme-1 .ssbp-linkedin+.ssbp-each-share{background-color:#007bb6}.ssbp--theme-1 .ssbp-pinterest{background-color:#ce1a19}
166
+ .ssbp--theme-1 .ssbp-pinterest:hover,.ssbp--theme-1 .ssbp-pinterest:focus,.ssbp--theme-1 .ssbp-pinterest:active{color:#ce1a19;border-color:#ce1a19}
167
+ .ssbp--theme-1 .ssbp-pinterest+.ssbp-each-share{background-color:#ce1a19}.ssbp--theme-1 .ssbp-print{background-color:#1f6b43}
168
+ .ssbp--theme-1 .ssbp-print:hover,.ssbp--theme-1 .ssbp-print:focus,.ssbp--theme-1 .ssbp-print:active{color:#1f6b43;border-color:#1f6b43}
169
+ .ssbp--theme-1 .ssbp-print+.ssbp-each-share{background-color:#1f6b43}.ssbp--theme-1 .ssbp-reddit{background-color:#ff4500}
170
+ .ssbp--theme-1 .ssbp-reddit:hover,.ssbp--theme-1 .ssbp-reddit:focus,.ssbp--theme-1 .ssbp-reddit:active{color:#ff4500;border-color:#ff4500}
171
+ .ssbp--theme-1 .ssbp-reddit+.ssbp-each-share{background-color:#ff4500}.ssbp--theme-1 .ssbp-simplesharebuttons{background-color:#4582ec}
172
+ .ssbp--theme-1 .ssbp-simplesharebuttons:hover,.ssbp--theme-1 .ssbp-simplesharebuttons:focus,.ssbp--theme-1 .ssbp-simplesharebuttons:active{color:#4582ec;border-color:#4582ec}
173
+ .ssbp--theme-1 .ssbp-simplesharebuttons+.ssbp-each-share{background-color:#4582ec}
174
+ .ssbp--theme-1 .ssbp-stumbleupon{background-color:#eb4924}.ssbp--theme-1 .ssbp-stumbleupon:hover,.ssbp--theme-1 .ssbp-stumbleupon:focus,.ssbp--theme-1 .ssbp-stumbleupon:active{color:#eb4924;border-color:#eb4924}
175
+ .ssbp--theme-1 .ssbp-stumbleupon+.ssbp-each-share{background-color:#eb4924}.ssbp--theme-1 .ssbp-tumblr{background-color:#2c4762}
176
+ .ssbp--theme-1 .ssbp-tumblr:hover,.ssbp--theme-1 .ssbp-tumblr:focus,.ssbp--theme-1 .ssbp-tumblr:active{color:#2c4762;border-color:#2c4762}
177
+ .ssbp--theme-1 .ssbp-tumblr+.ssbp-each-share{background-color:#2c4762}.ssbp--theme-1 .ssbp-twitter{background-color:#00a9f1}
178
+ .ssbp--theme-1 .ssbp-twitter:hover,.ssbp--theme-1 .ssbp-twitter:focus,.ssbp--theme-1 .ssbp-twitter:active{color:#00a9f1;border-color:#00a9f1}
179
+ .ssbp--theme-1 .ssbp-twitter+.ssbp-each-share{background-color:#00a9f1}.ssbp--theme-1 .ssbp-vk{background-color:#45668e}
180
+ .ssbp--theme-1 .ssbp-vk:hover,.ssbp--theme-1 .ssbp-vk:focus,.ssbp--theme-1 .ssbp-vk:active{color:#45668e;border-color:#45668e}
181
+ .ssbp--theme-1 .ssbp-vk+.ssbp-each-share{background-color:#45668e}.ssbp--theme-1 .ssbp-whatsapp{background-color:#34af23}
182
+ .ssbp--theme-1 .ssbp-whatsapp:hover,.ssbp--theme-1 .ssbp-whatsapp:focus,.ssbp--theme-1 .ssbp-whatsapp:active{color:#34af23;border-color:#34af23}
183
+ .ssbp--theme-1 .ssbp-whatsapp+.ssbp-each-share{background-color:#34af23}.ssbp--theme-1 .ssbp-yummly{background-color:#e16120}
184
+ .ssbp--theme-1 .ssbp-yummly:hover,.ssbp--theme-1 .ssbp-yummly:focus,.ssbp--theme-1 .ssbp-yummly:active{color:#e16120;border-color:#e16120}
185
+ .ssbp--theme-1 .ssbp-yummly+.ssbp-each-share{background-color:#e16120}.ssbp--theme-1 .ssbp-xing{background-color:#026466}
186
+ .ssbp--theme-1 .ssbp-xing:hover,.ssbp--theme-1 .ssbp-xing:focus,.ssbp--theme-1 .ssbp-xing:active{color:#026466;border-color:#026466}
187
+ .ssbp--theme-1 .ssbp-xing+.ssbp-each-share{background-color:#026466}.ssbp--theme-1 .ssbp-each-share{position:absolute;top:0;left:100%;z-index:11;margin-left:-12px;padding:2px;border-radius:6px;font-size:10px;color:#FFF}
188
+ .ssbp--theme-1.ssbp--fixed-right .ssbp-each-share{left:auto;right:100%;margin-left:0;margin-right:-12px}
189
+ .ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
190
+ .ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
191
+ .ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
192
+ .ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
193
+ .ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
194
+ .ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centered .ssbp-list li{display:inline-block !important;margin:0 0 !important;display:table-cell !important;width:auto;height:auto}
195
+ .ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
196
+ .ssbp--theme-2 .ssbp-list li{overflow:hidden;margin:0}.ssbp--theme-2 .ssbp-btn{width:3em;height:3em;line-height:3em;position:relative;color:#fff;-webkit-transition:.25s;transition:.25s;border-bottom:0}
197
+ .ssbp--theme-2 .ssbp-btn:before{-webkit-transition:.25s;transition:.25s}.ssbp--theme-2 .ssbp-btn+.ssbp-each-share{position:absolute;z-index:10;bottom:0;left:0;right:0;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:.25s;transition:.25s}
198
+ .ssbp--theme-2 .ssbp-btn:hover,.ssbp--theme-2 .ssbp-btn:focus,.ssbp--theme-2 .ssbp-btn:active,.ssbp--theme-2 .ssbp-btn:visited{z-index:10;color:#fff}
199
+ .ssbp--theme-2 .ssbp-btn:hover:before,.ssbp--theme-2 .ssbp-btn:focus:before,.ssbp--theme-2 .ssbp-btn:active:before,.ssbp--theme-2 .ssbp-btn:visited:before{-webkit-transform:none !important;transform:none !important}
200
+ .ssbp--theme-2 .ssbp-btn:hover+.ssbp-each-share,.ssbp--theme-2 .ssbp-btn:focus+.ssbp-each-share,.ssbp--theme-2 .ssbp-btn:active+.ssbp-each-share,.ssbp--theme-2 .ssbp-btn:visited+.ssbp-each-share{-webkit-transform:translateY(100%);transform:translateY(100%)}
201
+ .ssbp--theme-2 .ssbp-btn:active{-webkit-transform:scale(1.2);transform:scale(1.2)}
202
+ .ssbp--theme-2[data-ssbp-counts="true"] .ssbp-btn:before{-webkit-transform:translateY(-0.25em) scale(0.75);transform:translateY(-0.25em) scale(0.75)}
203
+ .ssbp--theme-2 .ssbp-buffer{background-color:#272727}.ssbp--theme-2 .ssbp-buffer:hover,.ssbp--theme-2 .ssbp-buffer:focus,.ssbp--theme-2 .ssbp-buffer:active{background-color:#0e0e0e}
204
+ .ssbp--theme-2 .ssbp-diggit{background-color:#14589e}.ssbp--theme-2 .ssbp-diggit:hover,.ssbp--theme-2 .ssbp-diggit:focus,.ssbp--theme-2 .ssbp-diggit:active{background-color:#0e3f71}
205
+ .ssbp--theme-2 .ssbp-email{background-color:#787878}.ssbp--theme-2 .ssbp-email:hover,.ssbp--theme-2 .ssbp-email:focus,.ssbp--theme-2 .ssbp-email:active{background-color:#5f5f5f}
206
+ .ssbp--theme-2 .ssbp-ellipsis{background-color:#4582ec}.ssbp--theme-2 .ssbp-ellipsis:hover,.ssbp--theme-2 .ssbp-ellipsis:focus,.ssbp--theme-2 .ssbp-ellipsis:active{background-color:#1863e6}
207
+ .ssbp--theme-2 .ssbp-facebook{background-color:#3b5998}.ssbp--theme-2 .ssbp-facebook:hover,.ssbp--theme-2 .ssbp-facebook:focus,.ssbp--theme-2 .ssbp-facebook:active{background-color:#2d4373}
208
+ .ssbp--theme-2 .ssbp-facebook_save{background-color:#3b5998}.ssbp--theme-2 .ssbp-facebook_save:hover,.ssbp--theme-2 .ssbp-facebook_save:focus,.ssbp--theme-2 .ssbp-facebook_save:active{background-color:#2d4373}
209
+ .ssbp--theme-2 .ssbp-facebook-messenger{background-color:#0084ff}.ssbp--theme-2 .ssbp-facebook-messenger:hover,.ssbp--theme-2 .ssbp-facebook-messenger:focus,.ssbp--theme-2 .ssbp-facebook-messenger:active{background-color:#006acc}
210
+ .ssbp--theme-2 .ssbp-flattr{background-color:#f67c1a}.ssbp--theme-2 .ssbp-flattr:hover,.ssbp--theme-2 .ssbp-flattr:focus,.ssbp--theme-2 .ssbp-flattr:active{background-color:#d56308}
211
+ .ssbp--theme-2 .ssbp-google{background-color:#dc4e41}.ssbp--theme-2 .ssbp-google:hover,.ssbp--theme-2 .ssbp-google:focus,.ssbp--theme-2 .ssbp-google:active{background-color:#c63224}
212
+ .ssbp--theme-2 .ssbp-linkedin{background-color:#007bb6}.ssbp--theme-2 .ssbp-linkedin:hover,.ssbp--theme-2 .ssbp-linkedin:focus,.ssbp--theme-2 .ssbp-linkedin:active{background-color:#005983}
213
+ .ssbp--theme-2 .ssbp-pinterest{background-color:#ce1a19}.ssbp--theme-2 .ssbp-pinterest:hover,.ssbp--theme-2 .ssbp-pinterest:focus,.ssbp--theme-2 .ssbp-pinterest:active{background-color:#a11413}
214
+ .ssbp--theme-2 .ssbp-print{background-color:#1f6b43}.ssbp--theme-2 .ssbp-print:hover,.ssbp--theme-2 .ssbp-print:focus,.ssbp--theme-2 .ssbp-print:active{background-color:#14432a}
215
+ .ssbp--theme-2 .ssbp-reddit{background-color:#ff4500}.ssbp--theme-2 .ssbp-reddit:hover,.ssbp--theme-2 .ssbp-reddit:focus,.ssbp--theme-2 .ssbp-reddit:active{background-color:#cc3700}
216
+ .ssbp--theme-2 .ssbp-simplesharebuttons{background-color:#4582ec}.ssbp--theme-2 .ssbp-simplesharebuttons:hover,.ssbp--theme-2 .ssbp-simplesharebuttons:focus,.ssbp--theme-2 .ssbp-simplesharebuttons:active{background-color:#1863e6}
217
+ .ssbp--theme-2 .ssbp-stumbleupon{background-color:#eb4924}.ssbp--theme-2 .ssbp-stumbleupon:hover,.ssbp--theme-2 .ssbp-stumbleupon:focus,.ssbp--theme-2 .ssbp-stumbleupon:active{background-color:#ca3412}
218
+ .ssbp--theme-2 .ssbp-tumblr{background-color:#2c4762}.ssbp--theme-2 .ssbp-tumblr:hover,.ssbp--theme-2 .ssbp-tumblr:focus,.ssbp--theme-2 .ssbp-tumblr:active{background-color:#1c2e3f}
219
+ .ssbp--theme-2 .ssbp-twitter{background-color:#00a9f1}.ssbp--theme-2 .ssbp-twitter:hover,.ssbp--theme-2 .ssbp-twitter:focus,.ssbp--theme-2 .ssbp-twitter:active{background-color:#0085be}
220
+ .ssbp--theme-2 .ssbp-vk{background-color:#45668e}.ssbp--theme-2 .ssbp-vk:hover,.ssbp--theme-2 .ssbp-vk:focus,.ssbp--theme-2 .ssbp-vk:active{background-color:#344d6c}
221
+ .ssbp--theme-2 .ssbp-whatsapp{background-color:#34af23}.ssbp--theme-2 .ssbp-whatsapp:hover,.ssbp--theme-2 .ssbp-whatsapp:focus,.ssbp--theme-2 .ssbp-whatsapp:active{background-color:#27851b}
222
+ .ssbp--theme-2 .ssbp-yummly{background-color:#e16120}.ssbp--theme-2 .ssbp-yummly:hover,.ssbp--theme-2 .ssbp-yummly:focus,.ssbp--theme-2 .ssbp-yummly:active{background-color:#b64d18}
223
+ .ssbp--theme-2 .ssbp-xing{background-color:#026466}.ssbp--theme-2 .ssbp-xing:hover,.ssbp--theme-2 .ssbp-xing:focus,.ssbp--theme-2 .ssbp-xing:active{background-color:#013334}
224
+ .ssbp--theme-2 .ssbp-each-share{padding:2px;background-color:rgba(0,0,0,0.1);font-size:10px;text-align:center;color:#FFF}
225
+ .ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
226
+ .ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
227
+ .ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
228
+ .ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
229
+ .ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
230
+ .ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 0 !important;display:table-cell !important;width:auto;height:auto}
231
+ .ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
232
+ .ssbp--theme-3 .ssbp-list li{margin:0}.ssbp--theme-3 .ssbp-btn{display:block;color:#fff;text-shadow:-1px -1px rgba(0,0,0,0.2);-webkit-transition:background-color .25s;transition:background-color .25s;border-bottom:0}
233
+ .ssbp--theme-3 .ssbp-btn:before{vertical-align:middle}.ssbp--theme-3 .ssbp-btn:active{box-shadow:inset 0 0 .5em rgba(0,0,0,0.33)}
234
+ .ssbp--theme-3 .ssbp-btn:hover,.ssbp--theme-3 .ssbp-btn:focus,.ssbp--theme-3 .ssbp-btn:active,.ssbp--theme-3 .ssbp-btn:visited{color:#fff}
235
+ .ssbp--theme-3 .ssbp-buffer{background-color:#272727}.ssbp--theme-3 .ssbp-buffer:hover,.ssbp--theme-3 .ssbp-buffer:focus,.ssbp--theme-3 .ssbp-buffer:active,.ssbp--theme-3 .ssbp-buffer+.ssbp-each-share{background-color:#0e0e0e}
236
+ .ssbp--theme-3 .ssbp-diggit{background-color:#14589e}.ssbp--theme-3 .ssbp-diggit:hover,.ssbp--theme-3 .ssbp-diggit:focus,.ssbp--theme-3 .ssbp-diggit:active,.ssbp--theme-3 .ssbp-diggit+.ssbp-each-share{background-color:#0e3f71}
237
+ .ssbp--theme-3 .ssbp-email{background-color:#787878}.ssbp--theme-3 .ssbp-email:hover,.ssbp--theme-3 .ssbp-email:focus,.ssbp--theme-3 .ssbp-email:active,.ssbp--theme-3 .ssbp-email+.ssbp-each-share{background-color:#5f5f5f}
238
+ .ssbp--theme-3 .ssbp-ellipsis{background-color:#4582ec}.ssbp--theme-3 .ssbp-ellipsis:hover,.ssbp--theme-3 .ssbp-ellipsis:focus,.ssbp--theme-3 .ssbp-ellipsis:active,.ssbp--theme-3 .ssbp-ellipsis+.ssbp-each-share{background-color:#1863e6}
239
+ .ssbp--theme-3 .ssbp-facebook{background-color:#3b5998}.ssbp--theme-3 .ssbp-facebook:hover,.ssbp--theme-3 .ssbp-facebook:focus,.ssbp--theme-3 .ssbp-facebook:active,.ssbp--theme-3 .ssbp-facebook+.ssbp-each-share{background-color:#2d4373}
240
+ .ssbp--theme-3 .ssbp-facebook_save{background-color:#3b5998}.ssbp--theme-3 .ssbp-facebook_save:hover,.ssbp--theme-3 .ssbp-facebook_save:focus,.ssbp--theme-3 .ssbp-facebook_save:active,.ssbp--theme-3 .ssbp-facebook_save+.ssbp-each-share{background-color:#2d4373}
241
+ .ssbp--theme-3 .ssbp-facebook-messenger{background-color:#0084ff}.ssbp--theme-3 .ssbp-facebook-messenger:hover,.ssbp--theme-3 .ssbp-facebook-messenger:focus,.ssbp--theme-3 .ssbp-facebook-messenger:active,.ssbp--theme-3 .ssbp-facebook-messenger+.ssbp-each-share{background-color:#006acc}
242
+ .ssbp--theme-3 .ssbp-flattr{background-color:#f67c1a}.ssbp--theme-3 .ssbp-flattr:hover,.ssbp--theme-3 .ssbp-flattr:focus,.ssbp--theme-3 .ssbp-flattr:active,.ssbp--theme-3 .ssbp-flattr+.ssbp-each-share{background-color:#d56308}
243
+ .ssbp--theme-3 .ssbp-google{background-color:#dc4e41}.ssbp--theme-3 .ssbp-google:hover,.ssbp--theme-3 .ssbp-google:focus,.ssbp--theme-3 .ssbp-google:active,.ssbp--theme-3 .ssbp-google+.ssbp-each-share{background-color:#c63224}
244
+ .ssbp--theme-3 .ssbp-linkedin{background-color:#007bb6}.ssbp--theme-3 .ssbp-linkedin:hover,.ssbp--theme-3 .ssbp-linkedin:focus,.ssbp--theme-3 .ssbp-linkedin:active,.ssbp--theme-3 .ssbp-linkedin+.ssbp-each-share{background-color:#005983}
245
+ .ssbp--theme-3 .ssbp-pinterest{background-color:#ce1a19}.ssbp--theme-3 .ssbp-pinterest:hover,.ssbp--theme-3 .ssbp-pinterest:focus,.ssbp--theme-3 .ssbp-pinterest:active,.ssbp--theme-3 .ssbp-pinterest+.ssbp-each-share{background-color:#a11413}
246
+ .ssbp--theme-3 .ssbp-print{background-color:#1f6b43}.ssbp--theme-3 .ssbp-print:hover,.ssbp--theme-3 .ssbp-print:focus,.ssbp--theme-3 .ssbp-print:active,.ssbp--theme-3 .ssbp-print+.ssbp-each-share{background-color:#14432a}
247
+ .ssbp--theme-3 .ssbp-reddit{background-color:#ff4500}.ssbp--theme-3 .ssbp-reddit:hover,.ssbp--theme-3 .ssbp-reddit:focus,.ssbp--theme-3 .ssbp-reddit:active,.ssbp--theme-3 .ssbp-reddit+.ssbp-each-share{background-color:#cc3700}
248
+ .ssbp--theme-3 .ssbp-simplesharebuttons{background-color:#4582ec}.ssbp--theme-3 .ssbp-simplesharebuttons:hover,.ssbp--theme-3 .ssbp-simplesharebuttons:focus,.ssbp--theme-3 .ssbp-simplesharebuttons:active,.ssbp--theme-3 .ssbp-simplesharebuttons+.ssbp-each-share{background-color:#1863e6}
249
+ .ssbp--theme-3 .ssbp-stumbleupon{background-color:#eb4924}.ssbp--theme-3 .ssbp-stumbleupon:hover,.ssbp--theme-3 .ssbp-stumbleupon:focus,.ssbp--theme-3 .ssbp-stumbleupon:active,.ssbp--theme-3 .ssbp-stumbleupon+.ssbp-each-share{background-color:#ca3412}
250
+ .ssbp--theme-3 .ssbp-tumblr{background-color:#2c4762}.ssbp--theme-3 .ssbp-tumblr:hover,.ssbp--theme-3 .ssbp-tumblr:focus,.ssbp--theme-3 .ssbp-tumblr:active,.ssbp--theme-3 .ssbp-tumblr+.ssbp-each-share{background-color:#1c2e3f}
251
+ .ssbp--theme-3 .ssbp-twitter{background-color:#00a9f1}.ssbp--theme-3 .ssbp-twitter:hover,.ssbp--theme-3 .ssbp-twitter:focus,.ssbp--theme-3 .ssbp-twitter:active,.ssbp--theme-3 .ssbp-twitter+.ssbp-each-share{background-color:#0085be}
252
+ .ssbp--theme-3 .ssbp-vk{background-color:#45668e}.ssbp--theme-3 .ssbp-vk:hover,.ssbp--theme-3 .ssbp-vk:focus,.ssbp--theme-3 .ssbp-vk:active,.ssbp--theme-3 .ssbp-vk+.ssbp-each-share{background-color:#344d6c}
253
+ .ssbp--theme-3 .ssbp-whatsapp{background-color:#34af23}.ssbp--theme-3 .ssbp-whatsapp:hover,.ssbp--theme-3 .ssbp-whatsapp:focus,.ssbp--theme-3 .ssbp-whatsapp:active,.ssbp--theme-3 .ssbp-whatsapp+.ssbp-each-share{background-color:#27851b}
254
+ .ssbp--theme-3 .ssbp-yummly{background-color:#e16120}.ssbp--theme-3 .ssbp-yummly:hover,.ssbp--theme-3 .ssbp-yummly:focus,.ssbp--theme-3 .ssbp-yummly:active,.ssbp--theme-3 .ssbp-yummly+.ssbp-each-share{background-color:#b64d18}
255
+ .ssbp--theme-3 .ssbp-xing{background-color:#026466}.ssbp--theme-3 .ssbp-xing:hover,.ssbp--theme-3 .ssbp-xing:focus,.ssbp--theme-3 .ssbp-xing:active,.ssbp--theme-3 .ssbp-xing+.ssbp-each-share{background-color:#013334}
256
+ .ssbp--theme-3 .ssbp-each-share{padding:2px;font-size:10px;text-align:center;color:#FFF}
257
+ .ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
258
+ .ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
259
+ .ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
260
+ .ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
261
+ .ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
262
+ .ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 12px !important;display:table-cell !important;width:auto;height:auto}
263
+ .ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
264
+ .ssbp--theme-4[class*="ssbp--fixed"] .ssbp-container{background-color:rgba(255,255,255,0.8);padding:8px}
265
+ .ssbp--theme-4 .ssbp-btn{width:3em;height:3em;line-height:3em;border-radius:7.5px;color:#fff;-webkit-transition:background-color .25s;transition:background-color .25s;box-shadow:inset 0 -1.5em 2em rgba(255,255,255,0.1);border-bottom:0}
266
+ .ssbp--theme-4 .ssbp-btn:hover,.ssbp--theme-4 .ssbp-btn:focus,.ssbp--theme-4 .ssbp-btn:active{box-shadow:inset 0 -1.5em 2em rgba(255,255,255,0.1),inset 0 0 3.5em rgba(0,0,0,0.33)}
267
+ .ssbp--theme-4 .ssbp-btn:hover,.ssbp--theme-4 .ssbp-btn:focus,.ssbp--theme-4 .ssbp-btn:active,.ssbp--theme-4 .ssbp-btn:visited{color:#fff}
268
+ .ssbp--theme-4 .ssbp-list li{margin-left:12px}.ssbp--theme-4 .ssbp-buffer{background-color:#272727}
269
+ .ssbp--theme-4 .ssbp-diggit{background-color:#14589e}.ssbp--theme-4 .ssbp-email{background-color:#787878}
270
+ .ssbp--theme-4 .ssbp-ellipsis{background-color:#4582ec}.ssbp--theme-4 .ssbp-facebook{background-color:#3b5998}
271
+ .ssbp--theme-4 .ssbp-facebook_save{background-color:#3b5998}.ssbp--theme-4 .ssbp-facebook-messenger{background-color:#0084ff}
272
+ .ssbp--theme-4 .ssbp-flattr{background-color:#f67c1a}.ssbp--theme-4 .ssbp-google{background-color:#dc4e41}
273
+ .ssbp--theme-4 .ssbp-linkedin{background-color:#007bb6}.ssbp--theme-4 .ssbp-pinterest{background-color:#ce1a19}
274
+ .ssbp--theme-4 .ssbp-print{background-color:#1f6b43}.ssbp--theme-4 .ssbp-reddit{background-color:#ff4500}
275
+ .ssbp--theme-4 .ssbp-simplesharebuttons{background-color:#4582ec}.ssbp--theme-4 .ssbp-stumbleupon{background-color:#eb4924}
276
+ .ssbp--theme-4 .ssbp-tumblr{background-color:#2c4762}.ssbp--theme-4 .ssbp-twitter{background-color:#00a9f1}
277
+ .ssbp--theme-4 .ssbp-vk{background-color:#45668e}.ssbp--theme-4 .ssbp-whatsapp{background-color:#34af23}
278
+ .ssbp--theme-4 .ssbp-yummly{background-color:#e16120}.ssbp--theme-4 .ssbp-xing{background-color:#026466}
279
+ .ssbp--theme-4 .ssbp-each-share{position:absolute;bottom:100%;right:0;z-index:11;min-width:1.25em;margin-right:-6px;margin-bottom:-8px;padding:2px 4px;border-radius:8px;background-color:#f22121;font-size:10px;color:#FFF;text-align:center}
280
+ .ssbp--theme-4.ssbp--fixed-right .ssbp-each-share{left:auto;right:100%;margin-left:0;margin-right:-16px}
281
+ .ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
282
+ .ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
283
+ .ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
284
+ .ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
285
+ .ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
286
+ .ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 0 !important;display:table-cell !important;width:auto;height:auto}
287
+ .ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
288
+ .ssbp--theme-5 .ssbp-btn{width:4em;height:3em;line-height:3em;margin-bottom:8px;color:#fff;-webkit-transition:.25s;transition:.25s;border-bottom:0}
289
+ .ssbp--theme-5 .ssbp-btn:active{-webkit-transform:translateY(4px);transform:translateY(4px)}
290
+ .ssbp--theme-5 .ssbp-btn:hover,.ssbp--theme-5 .ssbp-btn:focus,.ssbp--theme-5 .ssbp-btn:active,.ssbp--theme-5 .ssbp-btn:visited{color:#fff}
291
+ .ssbp--theme-5.ssbp--stacked .ssbp-list li,.ssbp--theme-5.ssbp-wrap.ssbp--fixed-left .ssbp-list li,.ssbp--theme-5.ssbp-wrap.ssbp--fixed-right .ssbp-list li{margin-top:0}
292
+ .ssbp--theme-5 .ssbp-buffer{background-color:#272727;box-shadow:0 8px 0 #0e0e0e,0 10px 12px rgba(0,0,0,0.33)}
293
+ .ssbp--theme-5 .ssbp-buffer:active{box-shadow:0 4px 0 #0e0e0e,0 5px 6px rgba(0,0,0,0.33)}
294
+ .ssbp--theme-5 .ssbp-diggit{background-color:#14589e;box-shadow:0 8px 0 #0e3f71,0 10px 12px rgba(0,0,0,0.33)}
295
+ .ssbp--theme-5 .ssbp-diggit:active{box-shadow:0 4px 0 #0e3f71,0 5px 6px rgba(0,0,0,0.33)}
296
+ .ssbp--theme-5 .ssbp-email{background-color:#787878;box-shadow:0 8px 0 #5f5f5f,0 10px 12px rgba(0,0,0,0.33)}
297
+ .ssbp--theme-5 .ssbp-email:active{box-shadow:0 4px 0 #5f5f5f,0 5px 6px rgba(0,0,0,0.33)}
298
+ .ssbp--theme-5 .ssbp-ellipsis{background-color:#4582ec;box-shadow:0 8px 0 #1863e6,0 10px 12px rgba(0,0,0,0.33)}
299
+ .ssbp--theme-5 .ssbp-ellipsis:active{box-shadow:0 4px 0 #1863e6,0 5px 6px rgba(0,0,0,0.33)}
300
+ .ssbp--theme-5 .ssbp-facebook{background-color:#3b5998;box-shadow:0 8px 0 #2d4373,0 10px 12px rgba(0,0,0,0.33)}
301
+ .ssbp--theme-5 .ssbp-facebook:active{box-shadow:0 4px 0 #2d4373,0 5px 6px rgba(0,0,0,0.33)}
302
+ .ssbp--theme-5 .ssbp-facebook_save{background-color:#3b5998;box-shadow:0 8px 0 #2d4373,0 10px 12px rgba(0,0,0,0.33)}
303
+ .ssbp--theme-5 .ssbp-facebook_save:active{box-shadow:0 4px 0 #2d4373,0 5px 6px rgba(0,0,0,0.33)}
304
+ .ssbp--theme-5 .ssbp-facebook-messenger{background-color:#0084ff;box-shadow:0 8px 0 #006acc,0 10px 12px rgba(0,0,0,0.33)}
305
+ .ssbp--theme-5 .ssbp-facebook-messenger:active{box-shadow:0 4px 0 #006acc,0 5px 6px rgba(0,0,0,0.33)}
306
+ .ssbp--theme-5 .ssbp-flattr{background-color:#f67c1a;box-shadow:0 8px 0 #d56308,0 10px 12px rgba(0,0,0,0.33)}
307
+ .ssbp--theme-5 .ssbp-flattr:active{box-shadow:0 4px 0 #d56308,0 5px 6px rgba(0,0,0,0.33)}
308
+ .ssbp--theme-5 .ssbp-google{background-color:#dc4e41;box-shadow:0 8px 0 #c63224,0 10px 12px rgba(0,0,0,0.33)}
309
+ .ssbp--theme-5 .ssbp-google:active{box-shadow:0 4px 0 #c63224,0 5px 6px rgba(0,0,0,0.33)}
310
+ .ssbp--theme-5 .ssbp-linkedin{background-color:#007bb6;box-shadow:0 8px 0 #005983,0 10px 12px rgba(0,0,0,0.33)}
311
+ .ssbp--theme-5 .ssbp-linkedin:active{box-shadow:0 4px 0 #005983,0 5px 6px rgba(0,0,0,0.33)}
312
+ .ssbp--theme-5 .ssbp-pinterest{background-color:#ce1a19;box-shadow:0 8px 0 #a11413,0 10px 12px rgba(0,0,0,0.33)}
313
+ .ssbp--theme-5 .ssbp-pinterest:active{box-shadow:0 4px 0 #a11413,0 5px 6px rgba(0,0,0,0.33)}
314
+ .ssbp--theme-5 .ssbp-print{background-color:#1f6b43;box-shadow:0 8px 0 #14432a,0 10px 12px rgba(0,0,0,0.33)}
315
+ .ssbp--theme-5 .ssbp-print:active{box-shadow:0 4px 0 #14432a,0 5px 6px rgba(0,0,0,0.33)}
316
+ .ssbp--theme-5 .ssbp-reddit{background-color:#ff4500;box-shadow:0 8px 0 #cc3700,0 10px 12px rgba(0,0,0,0.33)}
317
+ .ssbp--theme-5 .ssbp-reddit:active{box-shadow:0 4px 0 #cc3700,0 5px 6px rgba(0,0,0,0.33)}
318
+ .ssbp--theme-5 .ssbp-simplesharebuttons{background-color:#4582ec;box-shadow:0 8px 0 #1863e6,0 10px 12px rgba(0,0,0,0.33)}
319
+ .ssbp--theme-5 .ssbp-simplesharebuttons:active{box-shadow:0 4px 0 #1863e6,0 5px 6px rgba(0,0,0,0.33)}
320
+ .ssbp--theme-5 .ssbp-stumbleupon{background-color:#eb4924;box-shadow:0 8px 0 #ca3412,0 10px 12px rgba(0,0,0,0.33)}
321
+ .ssbp--theme-5 .ssbp-stumbleupon:active{box-shadow:0 4px 0 #ca3412,0 5px 6px rgba(0,0,0,0.33)}
322
+ .ssbp--theme-5 .ssbp-tumblr{background-color:#2c4762;box-shadow:0 8px 0 #1c2e3f,0 10px 12px rgba(0,0,0,0.33)}
323
+ .ssbp--theme-5 .ssbp-tumblr:active{box-shadow:0 4px 0 #1c2e3f,0 5px 6px rgba(0,0,0,0.33)}
324
+ .ssbp--theme-5 .ssbp-twitter{background-color:#00a9f1;box-shadow:0 8px 0 #0085be,0 10px 12px rgba(0,0,0,0.33)}
325
+ .ssbp--theme-5 .ssbp-twitter:active{box-shadow:0 4px 0 #0085be,0 5px 6px rgba(0,0,0,0.33)}
326
+ .ssbp--theme-5 .ssbp-vk{background-color:#45668e;box-shadow:0 8px 0 #344d6c,0 10px 12px rgba(0,0,0,0.33)}
327
+ .ssbp--theme-5 .ssbp-vk:active{box-shadow:0 4px 0 #344d6c,0 5px 6px rgba(0,0,0,0.33)}
328
+ .ssbp--theme-5 .ssbp-whatsapp{background-color:#34af23;box-shadow:0 8px 0 #27851b,0 10px 12px rgba(0,0,0,0.33)}
329
+ .ssbp--theme-5 .ssbp-whatsapp:active{box-shadow:0 4px 0 #27851b,0 5px 6px rgba(0,0,0,0.33)}
330
+ .ssbp--theme-5 .ssbp-yummly{background-color:#e16120;box-shadow:0 8px 0 #b64d18,0 10px 12px rgba(0,0,0,0.33)}
331
+ .ssbp--theme-5 .ssbp-yummly:active{box-shadow:0 4px 0 #b64d18,0 5px 6px rgba(0,0,0,0.33)}
332
+ .ssbp--theme-5 .ssbp-xing{background-color:#026466;box-shadow:0 8px 0 #013334,0 10px 12px rgba(0,0,0,0.33)}
333
+ .ssbp--theme-5 .ssbp-xing:active{box-shadow:0 4px 0 #013334,0 5px 6px rgba(0,0,0,0.33)}
334
+ .ssbp--theme-5 .ssbp-each-share{padding-top:3px;text-align:center;font-size:12px}
335
+ .ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
336
+ .ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
337
+ .ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
338
+ .ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
339
+ .ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
340
+ .ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 12px !important;display:table-cell !important;width:auto;height:auto}
341
+ .ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
342
+ .ssbp--theme-6[class*="ssbp--fixed"] .ssbp-container{background-color:rgba(255,255,255,0.8);padding:6px}
343
+ .ssbp--theme-6 .ssbp-btn{width:3em;height:3em;line-height:3em;border:2px solid #fff;border-radius:50%;background-color:#fff;-webkit-transition:.25s;transition:.25s}
344
+ .ssbp--theme-6 .ssbp-btn:hover,.ssbp--theme-6 .ssbp-btn:focus,.ssbp--theme-6 .ssbp-btn:active{color:#fff}
345
+ .ssbp--theme-6 .ssbp-list li{margin-left:12px}.ssbp--theme-6 .ssbp-buffer{border-color:#272727;color:#272727}
346
+ .ssbp--theme-6 .ssbp-buffer:hover,.ssbp--theme-6 .ssbp-buffer:focus,.ssbp--theme-6 .ssbp-buffer:active{background-color:#272727}
347
+ .ssbp--theme-6 .ssbp-buffer+.ssbp-each-share{color:#272727;border-color:#272727}.ssbp--theme-6 .ssbp-diggit{border-color:#14589e;color:#14589e}
348
+ .ssbp--theme-6 .ssbp-diggit:hover,.ssbp--theme-6 .ssbp-diggit:focus,.ssbp--theme-6 .ssbp-diggit:active{background-color:#14589e}
349
+ .ssbp--theme-6 .ssbp-diggit+.ssbp-each-share{color:#14589e;border-color:#14589e}.ssbp--theme-6 .ssbp-email{border-color:#787878;color:#787878}
350
+ .ssbp--theme-6 .ssbp-email:hover,.ssbp--theme-6 .ssbp-email:focus,.ssbp--theme-6 .ssbp-email:active{background-color:#787878}
351
+ .ssbp--theme-6 .ssbp-email+.ssbp-each-share{color:#787878;border-color:#787878}.ssbp--theme-6 .ssbp-ellipsis{border-color:#4582ec;color:#4582ec}
352
+ .ssbp--theme-6 .ssbp-ellipsis:hover,.ssbp--theme-6 .ssbp-ellipsis:focus,.ssbp--theme-6 .ssbp-ellipsis:active{background-color:#4582ec}
353
+ .ssbp--theme-6 .ssbp-ellipsis+.ssbp-each-share{color:#4582ec;border-color:#4582ec}
354
+ .ssbp--theme-6 .ssbp-facebook{border-color:#3b5998;color:#3b5998}.ssbp--theme-6 .ssbp-facebook:hover,.ssbp--theme-6 .ssbp-facebook:focus,.ssbp--theme-6 .ssbp-facebook:active{background-color:#3b5998}
355
+ .ssbp--theme-6 .ssbp-facebook+.ssbp-each-share{color:#3b5998;border-color:#3b5998}
356
+ .ssbp--theme-6 .ssbp-facebook_save{border-color:#3b5998;color:#3b5998}.ssbp--theme-6 .ssbp-facebook_save:hover,.ssbp--theme-6 .ssbp-facebook_save:focus,.ssbp--theme-6 .ssbp-facebook_save:active{background-color:#3b5998}
357
+ .ssbp--theme-6 .ssbp-facebook_save+.ssbp-each-share{color:#3b5998;border-color:#3b5998}
358
+ .ssbp--theme-6 .ssbp-facebook-messenger{border-color:#0084ff;color:#0084ff}.ssbp--theme-6 .ssbp-facebook-messenger:hover,.ssbp--theme-6 .ssbp-facebook-messenger:focus,.ssbp--theme-6 .ssbp-facebook-messenger:active{background-color:#0084ff}
359
+ .ssbp--theme-6 .ssbp-facebook-messenger+.ssbp-each-share{color:#0084ff;border-color:#0084ff}
360
+ .ssbp--theme-6 .ssbp-flattr{border-color:#f67c1a;color:#f67c1a}.ssbp--theme-6 .ssbp-flattr:hover,.ssbp--theme-6 .ssbp-flattr:focus,.ssbp--theme-6 .ssbp-flattr:active{background-color:#f67c1a}
361
+ .ssbp--theme-6 .ssbp-flattr+.ssbp-each-share{color:#f67c1a;border-color:#f67c1a}.ssbp--theme-6 .ssbp-google{border-color:#dc4e41;color:#dc4e41}
362
+ .ssbp--theme-6 .ssbp-google:hover,.ssbp--theme-6 .ssbp-google:focus,.ssbp--theme-6 .ssbp-google:active{background-color:#dc4e41}
363
+ .ssbp--theme-6 .ssbp-google+.ssbp-each-share{color:#dc4e41;border-color:#dc4e41}.ssbp--theme-6 .ssbp-linkedin{border-color:#007bb6;color:#007bb6}
364
+ .ssbp--theme-6 .ssbp-linkedin:hover,.ssbp--theme-6 .ssbp-linkedin:focus,.ssbp--theme-6 .ssbp-linkedin:active{background-color:#007bb6}
365
+ .ssbp--theme-6 .ssbp-linkedin+.ssbp-each-share{color:#007bb6;border-color:#007bb6}
366
+ .ssbp--theme-6 .ssbp-pinterest{border-color:#ce1a19;color:#ce1a19}.ssbp--theme-6 .ssbp-pinterest:hover,.ssbp--theme-6 .ssbp-pinterest:focus,.ssbp--theme-6 .ssbp-pinterest:active{background-color:#ce1a19}
367
+ .ssbp--theme-6 .ssbp-pinterest+.ssbp-each-share{color:#ce1a19;border-color:#ce1a19}
368
+ .ssbp--theme-6 .ssbp-print{border-color:#1f6b43;color:#1f6b43}.ssbp--theme-6 .ssbp-print:hover,.ssbp--theme-6 .ssbp-print:focus,.ssbp--theme-6 .ssbp-print:active{background-color:#1f6b43}
369
+ .ssbp--theme-6 .ssbp-print+.ssbp-each-share{color:#1f6b43;border-color:#1f6b43}.ssbp--theme-6 .ssbp-reddit{border-color:#ff4500;color:#ff4500}
370
+ .ssbp--theme-6 .ssbp-reddit:hover,.ssbp--theme-6 .ssbp-reddit:focus,.ssbp--theme-6 .ssbp-reddit:active{background-color:#ff4500}
371
+ .ssbp--theme-6 .ssbp-reddit+.ssbp-each-share{color:#ff4500;border-color:#ff4500}.ssbp--theme-6 .ssbp-simplesharebuttons{border-color:#4582ec;color:#4582ec}
372
+ .ssbp--theme-6 .ssbp-simplesharebuttons:hover,.ssbp--theme-6 .ssbp-simplesharebuttons:focus,.ssbp--theme-6 .ssbp-simplesharebuttons:active{background-color:#4582ec}
373
+ .ssbp--theme-6 .ssbp-simplesharebuttons+.ssbp-each-share{color:#4582ec;border-color:#4582ec}
374
+ .ssbp--theme-6 .ssbp-stumbleupon{border-color:#eb4924;color:#eb4924}.ssbp--theme-6 .ssbp-stumbleupon:hover,.ssbp--theme-6 .ssbp-stumbleupon:focus,.ssbp--theme-6 .ssbp-stumbleupon:active{background-color:#eb4924}
375
+ .ssbp--theme-6 .ssbp-stumbleupon+.ssbp-each-share{color:#eb4924;border-color:#eb4924}
376
+ .ssbp--theme-6 .ssbp-tumblr{border-color:#2c4762;color:#2c4762}.ssbp--theme-6 .ssbp-tumblr:hover,.ssbp--theme-6 .ssbp-tumblr:focus,.ssbp--theme-6 .ssbp-tumblr:active{background-color:#2c4762}
377
+ .ssbp--theme-6 .ssbp-tumblr+.ssbp-each-share{color:#2c4762;border-color:#2c4762}.ssbp--theme-6 .ssbp-twitter{border-color:#00a9f1;color:#00a9f1}
378
+ .ssbp--theme-6 .ssbp-twitter:hover,.ssbp--theme-6 .ssbp-twitter:focus,.ssbp--theme-6 .ssbp-twitter:active{background-color:#00a9f1}
379
+ .ssbp--theme-6 .ssbp-twitter+.ssbp-each-share{color:#00a9f1;border-color:#00a9f1}
380
+ .ssbp--theme-6 .ssbp-vk{border-color:#45668e;color:#45668e}.ssbp--theme-6 .ssbp-vk:hover,.ssbp--theme-6 .ssbp-vk:focus,.ssbp--theme-6 .ssbp-vk:active{background-color:#45668e}
381
+ .ssbp--theme-6 .ssbp-vk+.ssbp-each-share{color:#45668e;border-color:#45668e}.ssbp--theme-6 .ssbp-whatsapp{border-color:#34af23;color:#34af23}
382
+ .ssbp--theme-6 .ssbp-whatsapp:hover,.ssbp--theme-6 .ssbp-whatsapp:focus,.ssbp--theme-6 .ssbp-whatsapp:active{background-color:#34af23}
383
+ .ssbp--theme-6 .ssbp-whatsapp+.ssbp-each-share{color:#34af23;border-color:#34af23}
384
+ .ssbp--theme-6 .ssbp-yummly{border-color:#e16120;color:#e16120}.ssbp--theme-6 .ssbp-yummly:hover,.ssbp--theme-6 .ssbp-yummly:focus,.ssbp--theme-6 .ssbp-yummly:active{background-color:#e16120}
385
+ .ssbp--theme-6 .ssbp-yummly+.ssbp-each-share{color:#e16120;border-color:#e16120}.ssbp--theme-6 .ssbp-xing{border-color:#026466;color:#026466}
386
+ .ssbp--theme-6 .ssbp-xing:hover,.ssbp--theme-6 .ssbp-xing:focus,.ssbp--theme-6 .ssbp-xing:active{background-color:#026466}
387
+ .ssbp--theme-6 .ssbp-xing+.ssbp-each-share{color:#026466;border-color:#026466}.ssbp--theme-6 .ssbp-each-share{position:absolute;top:0;left:100%;z-index:11;margin-left:-12px;padding:2px;border:1px solid #fff;background-color:#fff;border-radius:6px;font-size:10px;color:#FFF}
388
+ .ssbp--theme-6.ssbp--fixed-right .ssbp-each-share{left:auto;right:100%;margin-left:0;margin-right:-12px}
389
+ .ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
390
+ .ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
391
+ .ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
392
+ .ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
393
+ .ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
394
+ .ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 6px !important;display:table-cell !important;width:auto;height:auto}
395
+ .ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
396
+ .ssbp--theme-7 .ssbp-list li{margin-left:6px}.ssbp--theme-7 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12px}
397
+ .ssbp--theme-7 .ssbp-btn{display:block;border:2px solid #fff;color:#fff;background-color:#fff;-webkit-transition:background-color .25s;transition:background-color .25s}
398
+ .ssbp--theme-7 .ssbp-btn:before{vertical-align:middle}.ssbp--theme-7 .ssbp-buffer{border-color:#272727;color:#272727}
399
+ .ssbp--theme-7 .ssbp-buffer:visited{color:#272727}.ssbp--theme-7 .ssbp-buffer:hover,.ssbp--theme-7 .ssbp-buffer:focus,.ssbp--theme-7 .ssbp-buffer:active{background-color:#272727;border-bottom:2px #272727 solid;color:#fff}
400
+ .ssbp--theme-7 .ssbp-buffer+.ssbp-each-share{color:#272727}.ssbp--theme-7 .ssbp-diggit{border-color:#14589e;color:#14589e}
401
+ .ssbp--theme-7 .ssbp-diggit:visited{color:#14589e}.ssbp--theme-7 .ssbp-diggit:hover,.ssbp--theme-7 .ssbp-diggit:focus,.ssbp--theme-7 .ssbp-diggit:active{background-color:#14589e;border-bottom:2px #14589e solid;color:#fff}
402
+ .ssbp--theme-7 .ssbp-diggit+.ssbp-each-share{color:#14589e}.ssbp--theme-7 .ssbp-email{border-color:#787878;color:#787878}
403
+ .ssbp--theme-7 .ssbp-email:visited{color:#787878}.ssbp--theme-7 .ssbp-email:hover,.ssbp--theme-7 .ssbp-email:focus,.ssbp--theme-7 .ssbp-email:active{background-color:#787878;border-bottom:2px #787878 solid;color:#fff}
404
+ .ssbp--theme-7 .ssbp-email+.ssbp-each-share{color:#787878}.ssbp--theme-7 .ssbp-ellipsis{border-color:#4582ec;color:#4582ec}
405
+ .ssbp--theme-7 .ssbp-ellipsis:visited{color:#4582ec}.ssbp--theme-7 .ssbp-ellipsis:hover,.ssbp--theme-7 .ssbp-ellipsis:focus,.ssbp--theme-7 .ssbp-ellipsis:active{background-color:#4582ec;border-bottom:2px #4582ec solid;color:#fff}
406
+ .ssbp--theme-7 .ssbp-ellipsis+.ssbp-each-share{color:#4582ec}.ssbp--theme-7 .ssbp-facebook{border-color:#3b5998;color:#3b5998}
407
+ .ssbp--theme-7 .ssbp-facebook:visited{color:#3b5998}.ssbp--theme-7 .ssbp-facebook:hover,.ssbp--theme-7 .ssbp-facebook:focus,.ssbp--theme-7 .ssbp-facebook:active{background-color:#3b5998;border-bottom:2px #3b5998 solid;color:#fff}
408
+ .ssbp--theme-7 .ssbp-facebook+.ssbp-each-share{color:#3b5998}.ssbp--theme-7 .ssbp-facebook_save{border-color:#3b5998;color:#3b5998}
409
+ .ssbp--theme-7 .ssbp-facebook_save:visited{color:#3b5998}.ssbp--theme-7 .ssbp-facebook_save:hover,.ssbp--theme-7 .ssbp-facebook_save:focus,.ssbp--theme-7 .ssbp-facebook_save:active{background-color:#3b5998;border-bottom:2px #3b5998 solid;color:#fff}
410
+ .ssbp--theme-7 .ssbp-facebook_save+.ssbp-each-share{color:#3b5998}.ssbp--theme-7 .ssbp-facebook-messenger{border-color:#0084ff;color:#0084ff}
411
+ .ssbp--theme-7 .ssbp-facebook-messenger:visited{color:#0084ff}.ssbp--theme-7 .ssbp-facebook-messenger:hover,.ssbp--theme-7 .ssbp-facebook-messenger:focus,.ssbp--theme-7 .ssbp-facebook-messenger:active{background-color:#0084ff;border-bottom:2px #0084ff solid;color:#fff}
412
+ .ssbp--theme-7 .ssbp-facebook-messenger+.ssbp-each-share{color:#0084ff}.ssbp--theme-7 .ssbp-flattr{border-color:#f67c1a;color:#f67c1a}
413
+ .ssbp--theme-7 .ssbp-flattr:visited{color:#f67c1a}.ssbp--theme-7 .ssbp-flattr:hover,.ssbp--theme-7 .ssbp-flattr:focus,.ssbp--theme-7 .ssbp-flattr:active{background-color:#f67c1a;border-bottom:2px #f67c1a solid;color:#fff}
414
+ .ssbp--theme-7 .ssbp-flattr+.ssbp-each-share{color:#f67c1a}.ssbp--theme-7 .ssbp-google{border-color:#dc4e41;color:#dc4e41}
415
+ .ssbp--theme-7 .ssbp-google:visited{color:#dc4e41}.ssbp--theme-7 .ssbp-google:hover,.ssbp--theme-7 .ssbp-google:focus,.ssbp--theme-7 .ssbp-google:active{background-color:#dc4e41;border-bottom:2px #dc4e41 solid;color:#fff}
416
+ .ssbp--theme-7 .ssbp-google+.ssbp-each-share{color:#dc4e41}.ssbp--theme-7 .ssbp-linkedin{border-color:#007bb6;color:#007bb6}
417
+ .ssbp--theme-7 .ssbp-linkedin:visited{color:#007bb6}.ssbp--theme-7 .ssbp-linkedin:hover,.ssbp--theme-7 .ssbp-linkedin:focus,.ssbp--theme-7 .ssbp-linkedin:active{background-color:#007bb6;border-bottom:2px #007bb6 solid;color:#fff}
418
+ .ssbp--theme-7 .ssbp-linkedin+.ssbp-each-share{color:#007bb6}.ssbp--theme-7 .ssbp-pinterest{border-color:#ce1a19;color:#ce1a19}
419
+ .ssbp--theme-7 .ssbp-pinterest:visited{color:#ce1a19}.ssbp--theme-7 .ssbp-pinterest:hover,.ssbp--theme-7 .ssbp-pinterest:focus,.ssbp--theme-7 .ssbp-pinterest:active{background-color:#ce1a19;border-bottom:2px #ce1a19 solid;color:#fff}
420
+ .ssbp--theme-7 .ssbp-pinterest+.ssbp-each-share{color:#ce1a19}.ssbp--theme-7 .ssbp-print{border-color:#1f6b43;color:#1f6b43}
421
+ .ssbp--theme-7 .ssbp-print:visited{color:#1f6b43}.ssbp--theme-7 .ssbp-print:hover,.ssbp--theme-7 .ssbp-print:focus,.ssbp--theme-7 .ssbp-print:active{background-color:#1f6b43;border-bottom:2px #1f6b43 solid;color:#fff}
422
+ .ssbp--theme-7 .ssbp-print+.ssbp-each-share{color:#1f6b43}.ssbp--theme-7 .ssbp-reddit{border-color:#ff4500;color:#ff4500}
423
+ .ssbp--theme-7 .ssbp-reddit:visited{color:#ff4500}.ssbp--theme-7 .ssbp-reddit:hover,.ssbp--theme-7 .ssbp-reddit:focus,.ssbp--theme-7 .ssbp-reddit:active{background-color:#ff4500;border-bottom:2px #ff4500 solid;color:#fff}
424
+ .ssbp--theme-7 .ssbp-reddit+.ssbp-each-share{color:#ff4500}.ssbp--theme-7 .ssbp-simplesharebuttons{border-color:#4582ec;color:#4582ec}
425
+ .ssbp--theme-7 .ssbp-simplesharebuttons:visited{color:#4582ec}.ssbp--theme-7 .ssbp-simplesharebuttons:hover,.ssbp--theme-7 .ssbp-simplesharebuttons:focus,.ssbp--theme-7 .ssbp-simplesharebuttons:active{background-color:#4582ec;border-bottom:2px #4582ec solid;color:#fff}
426
+ .ssbp--theme-7 .ssbp-simplesharebuttons+.ssbp-each-share{color:#4582ec}.ssbp--theme-7 .ssbp-stumbleupon{border-color:#eb4924;color:#eb4924}
427
+ .ssbp--theme-7 .ssbp-stumbleupon:visited{color:#eb4924}.ssbp--theme-7 .ssbp-stumbleupon:hover,.ssbp--theme-7 .ssbp-stumbleupon:focus,.ssbp--theme-7 .ssbp-stumbleupon:active{background-color:#eb4924;border-bottom:2px #eb4924 solid;color:#fff}
428
+ .ssbp--theme-7 .ssbp-stumbleupon+.ssbp-each-share{color:#eb4924}.ssbp--theme-7 .ssbp-tumblr{border-color:#2c4762;color:#2c4762}
429
+ .ssbp--theme-7 .ssbp-tumblr:visited{color:#2c4762}.ssbp--theme-7 .ssbp-tumblr:hover,.ssbp--theme-7 .ssbp-tumblr:focus,.ssbp--theme-7 .ssbp-tumblr:active{background-color:#2c4762;border-bottom:2px #2c4762 solid;color:#fff}
430
+ .ssbp--theme-7 .ssbp-tumblr+.ssbp-each-share{color:#2c4762}.ssbp--theme-7 .ssbp-twitter{border-color:#00a9f1;color:#00a9f1}
431
+ .ssbp--theme-7 .ssbp-twitter:visited{color:#00a9f1}.ssbp--theme-7 .ssbp-twitter:hover,.ssbp--theme-7 .ssbp-twitter:focus,.ssbp--theme-7 .ssbp-twitter:active{background-color:#00a9f1;border-bottom:2px #00a9f1 solid;color:#fff}
432
+ .ssbp--theme-7 .ssbp-twitter+.ssbp-each-share{color:#00a9f1}.ssbp--theme-7 .ssbp-vk{border-color:#45668e;color:#45668e}
433
+ .ssbp--theme-7 .ssbp-vk:visited{color:#45668e}.ssbp--theme-7 .ssbp-vk:hover,.ssbp--theme-7 .ssbp-vk:focus,.ssbp--theme-7 .ssbp-vk:active{background-color:#45668e;border-bottom:2px #45668e solid;color:#fff}
434
+ .ssbp--theme-7 .ssbp-vk+.ssbp-each-share{color:#45668e}.ssbp--theme-7 .ssbp-whatsapp{border-color:#34af23;color:#34af23}
435
+ .ssbp--theme-7 .ssbp-whatsapp:visited{color:#34af23}.ssbp--theme-7 .ssbp-whatsapp:hover,.ssbp--theme-7 .ssbp-whatsapp:focus,.ssbp--theme-7 .ssbp-whatsapp:active{background-color:#34af23;border-bottom:2px #34af23 solid;color:#fff}
436
+ .ssbp--theme-7 .ssbp-whatsapp+.ssbp-each-share{color:#34af23}.ssbp--theme-7 .ssbp-yummly{border-color:#e16120;color:#e16120}
437
+ .ssbp--theme-7 .ssbp-yummly:visited{color:#e16120}.ssbp--theme-7 .ssbp-yummly:hover,.ssbp--theme-7 .ssbp-yummly:focus,.ssbp--theme-7 .ssbp-yummly:active{background-color:#e16120;border-bottom:2px #e16120 solid;color:#fff}
438
+ .ssbp--theme-7 .ssbp-yummly+.ssbp-each-share{color:#e16120}.ssbp--theme-7 .ssbp-xing{border-color:#026466;color:#026466}
439
+ .ssbp--theme-7 .ssbp-xing:visited{color:#026466}.ssbp--theme-7 .ssbp-xing:hover,.ssbp--theme-7 .ssbp-xing:focus,.ssbp--theme-7 .ssbp-xing:active{background-color:#026466;border-bottom:2px #026466 solid;color:#fff}
440
+ .ssbp--theme-7 .ssbp-xing+.ssbp-each-share{color:#026466}.ssbp--theme-7 .ssbp-each-share{padding-top:3px;text-align:center;font-size:12px}
441
+ .ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
442
+ .ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
443
+ .ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
444
+ .ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
445
+ .ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
446
+ .ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 6px !important;display:table-cell !important;width:auto;height:auto}
447
+ .ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
448
+ .ssbp--theme-8 .ssbp-list li{margin-left:6px}.ssbp--theme-8 .ssbp-btn:hover,.ssbp--theme-8 .ssbp-btn:focus,.ssbp--theme-8 .ssbp-btn:active{border-bottom:3px solid #272727}
449
+ .ssbp--theme-8 .ssbp-btn,.ssbp--theme-8 .ssbp-btn:visited{width:4em;height:3em;line-height:3em;position:relative;border:3px solid #272727;background-color:#fff;color:#272727;-webkit-transition:.25s;transition:.25s}
450
+ .ssbp--theme-8 .ssbp-btn:hover,.ssbp--theme-8 .ssbp-btn:focus,.ssbp--theme-8 .ssbp-btn:active,.ssbp--theme-8 .ssbp-btn:visited:hover,.ssbp--theme-8 .ssbp-btn:visited:focus,.ssbp--theme-8 .ssbp-btn:visited:active{background-color:#272727;color:#fff}
451
+ .ssbp--theme-8 .ssbp-each-share{padding-top:3px;text-align:center;font-size:12px}
452
+ .ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
453
+ .ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
454
+ .ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
455
+ .ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
456
+ .ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
457
+ .ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 6px !important;display:table-cell !important;width:auto;height:auto}
458
+ .ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
459
+ .ssbp--theme-9 .ssbp-list li{margin-left:6px}.ssbp--theme-9 .ssbp-btn{display:block;padding:.5em 1em}
460
+ .ssbp--theme-9 .ssbp-btn:hover,.ssbp--theme-9 .ssbp-btn:focus,.ssbp--theme-9 .ssbp-btn:active{opacity:.66}
461
+ .ssbp--theme-9 .ssbp-buffer{border-bottom:5px solid #272727;color:#272727}.ssbp--theme-9 .ssbp-buffer:hover,.ssbp--theme-9 .ssbp-buffer:focus,.ssbp--theme-9 .ssbp-buffer:active{border-bottom:5px solid #272727}
462
+ .ssbp--theme-9 .ssbp-buffer:hover,.ssbp--theme-9 .ssbp-buffer:focus,.ssbp--theme-9 .ssbp-buffer:active,.ssbp--theme-9 .ssbp-buffer:visited{color:#272727}
463
+ .ssbp--theme-9 .ssbp-buffer+.ssbp-each-share{color:#272727}.ssbp--theme-9 .ssbp-diggit{border-bottom:5px solid #14589e;color:#14589e}
464
+ .ssbp--theme-9 .ssbp-diggit:hover,.ssbp--theme-9 .ssbp-diggit:focus,.ssbp--theme-9 .ssbp-diggit:active{border-bottom:5px solid #14589e}
465
+ .ssbp--theme-9 .ssbp-diggit:hover,.ssbp--theme-9 .ssbp-diggit:focus,.ssbp--theme-9 .ssbp-diggit:active,.ssbp--theme-9 .ssbp-diggit:visited{color:#14589e}
466
+ .ssbp--theme-9 .ssbp-diggit+.ssbp-each-share{color:#14589e}.ssbp--theme-9 .ssbp-email{border-bottom:5px solid #787878;color:#787878}
467
+ .ssbp--theme-9 .ssbp-email:hover,.ssbp--theme-9 .ssbp-email:focus,.ssbp--theme-9 .ssbp-email:active{border-bottom:5px solid #787878}
468
+ .ssbp--theme-9 .ssbp-email:hover,.ssbp--theme-9 .ssbp-email:focus,.ssbp--theme-9 .ssbp-email:active,.ssbp--theme-9 .ssbp-email:visited{color:#787878}
469
+ .ssbp--theme-9 .ssbp-email+.ssbp-each-share{color:#787878}.ssbp--theme-9 .ssbp-ellipsis{border-bottom:5px solid #4582ec;color:#4582ec}
470
+ .ssbp--theme-9 .ssbp-ellipsis:hover,.ssbp--theme-9 .ssbp-ellipsis:focus,.ssbp--theme-9 .ssbp-ellipsis:active{border-bottom:5px solid #4582ec}
471
+ .ssbp--theme-9 .ssbp-ellipsis:hover,.ssbp--theme-9 .ssbp-ellipsis:focus,.ssbp--theme-9 .ssbp-ellipsis:active,.ssbp--theme-9 .ssbp-ellipsis:visited{color:#4582ec}
472
+ .ssbp--theme-9 .ssbp-ellipsis+.ssbp-each-share{color:#4582ec}.ssbp--theme-9 .ssbp-facebook{border-bottom:5px solid #3b5998;color:#3b5998}
473
+ .ssbp--theme-9 .ssbp-facebook:hover,.ssbp--theme-9 .ssbp-facebook:focus,.ssbp--theme-9 .ssbp-facebook:active{border-bottom:5px solid #3b5998}
474
+ .ssbp--theme-9 .ssbp-facebook:hover,.ssbp--theme-9 .ssbp-facebook:focus,.ssbp--theme-9 .ssbp-facebook:active,.ssbp--theme-9 .ssbp-facebook:visited{color:#3b5998}
475
+ .ssbp--theme-9 .ssbp-facebook+.ssbp-each-share{color:#3b5998}.ssbp--theme-9 .ssbp-facebook_save{border-bottom:5px solid #3b5998;color:#3b5998}
476
+ .ssbp--theme-9 .ssbp-facebook_save:hover,.ssbp--theme-9 .ssbp-facebook_save:focus,.ssbp--theme-9 .ssbp-facebook_save:active{border-bottom:5px solid #3b5998}
477
+ .ssbp--theme-9 .ssbp-facebook_save:hover,.ssbp--theme-9 .ssbp-facebook_save:focus,.ssbp--theme-9 .ssbp-facebook_save:active,.ssbp--theme-9 .ssbp-facebook_save:visited{color:#3b5998}
478
+ .ssbp--theme-9 .ssbp-facebook_save+.ssbp-each-share{color:#3b5998}.ssbp--theme-9 .ssbp-facebook-messenger{border-bottom:5px solid #0084ff;color:#0084ff}
479
+ .ssbp--theme-9 .ssbp-facebook-messenger:hover,.ssbp--theme-9 .ssbp-facebook-messenger:focus,.ssbp--theme-9 .ssbp-facebook-messenger:active{border-bottom:5px solid #0084ff}
480
+ .ssbp--theme-9 .ssbp-facebook-messenger:hover,.ssbp--theme-9 .ssbp-facebook-messenger:focus,.ssbp--theme-9 .ssbp-facebook-messenger:active,.ssbp--theme-9 .ssbp-facebook-messenger:visited{color:#0084ff}
481
+ .ssbp--theme-9 .ssbp-facebook-messenger+.ssbp-each-share{color:#0084ff}.ssbp--theme-9 .ssbp-flattr{border-bottom:5px solid #f67c1a;color:#f67c1a}
482
+ .ssbp--theme-9 .ssbp-flattr:hover,.ssbp--theme-9 .ssbp-flattr:focus,.ssbp--theme-9 .ssbp-flattr:active{border-bottom:5px solid #f67c1a}
483
+ .ssbp--theme-9 .ssbp-flattr:hover,.ssbp--theme-9 .ssbp-flattr:focus,.ssbp--theme-9 .ssbp-flattr:active,.ssbp--theme-9 .ssbp-flattr:visited{color:#f67c1a}
484
+ .ssbp--theme-9 .ssbp-flattr+.ssbp-each-share{color:#f67c1a}.ssbp--theme-9 .ssbp-google{border-bottom:5px solid #dc4e41;color:#dc4e41}
485
+ .ssbp--theme-9 .ssbp-google:hover,.ssbp--theme-9 .ssbp-google:focus,.ssbp--theme-9 .ssbp-google:active{border-bottom:5px solid #dc4e41}
486
+ .ssbp--theme-9 .ssbp-google:hover,.ssbp--theme-9 .ssbp-google:focus,.ssbp--theme-9 .ssbp-google:active,.ssbp--theme-9 .ssbp-google:visited{color:#dc4e41}
487
+ .ssbp--theme-9 .ssbp-google+.ssbp-each-share{color:#dc4e41}.ssbp--theme-9 .ssbp-linkedin{border-bottom:5px solid #007bb6;color:#007bb6}
488
+ .ssbp--theme-9 .ssbp-linkedin:hover,.ssbp--theme-9 .ssbp-linkedin:focus,.ssbp--theme-9 .ssbp-linkedin:active{border-bottom:5px solid #007bb6}
489
+ .ssbp--theme-9 .ssbp-linkedin:hover,.ssbp--theme-9 .ssbp-linkedin:focus,.ssbp--theme-9 .ssbp-linkedin:active,.ssbp--theme-9 .ssbp-linkedin:visited{color:#007bb6}
490
+ .ssbp--theme-9 .ssbp-linkedin+.ssbp-each-share{color:#007bb6}.ssbp--theme-9 .ssbp-pinterest{border-bottom:5px solid #ce1a19;color:#ce1a19}
491
+ .ssbp--theme-9 .ssbp-pinterest:hover,.ssbp--theme-9 .ssbp-pinterest:focus,.ssbp--theme-9 .ssbp-pinterest:active{border-bottom:5px solid #ce1a19}
492
+ .ssbp--theme-9 .ssbp-pinterest:hover,.ssbp--theme-9 .ssbp-pinterest:focus,.ssbp--theme-9 .ssbp-pinterest:active,.ssbp--theme-9 .ssbp-pinterest:visited{color:#ce1a19}
493
+ .ssbp--theme-9 .ssbp-pinterest+.ssbp-each-share{color:#ce1a19}.ssbp--theme-9 .ssbp-print{border-bottom:5px solid #1f6b43;color:#1f6b43}
494
+ .ssbp--theme-9 .ssbp-print:hover,.ssbp--theme-9 .ssbp-print:focus,.ssbp--theme-9 .ssbp-print:active{border-bottom:5px solid #1f6b43}
495
+ .ssbp--theme-9 .ssbp-print:hover,.ssbp--theme-9 .ssbp-print:focus,.ssbp--theme-9 .ssbp-print:active,.ssbp--theme-9 .ssbp-print:visited{color:#1f6b43}
496
+ .ssbp--theme-9 .ssbp-print+.ssbp-each-share{color:#1f6b43}.ssbp--theme-9 .ssbp-reddit{border-bottom:5px solid #ff4500;color:#ff4500}
497
+ .ssbp--theme-9 .ssbp-reddit:hover,.ssbp--theme-9 .ssbp-reddit:focus,.ssbp--theme-9 .ssbp-reddit:active{border-bottom:5px solid #ff4500}
498
+ .ssbp--theme-9 .ssbp-reddit:hover,.ssbp--theme-9 .ssbp-reddit:focus,.ssbp--theme-9 .ssbp-reddit:active,.ssbp--theme-9 .ssbp-reddit:visited{color:#ff4500}
499
+ .ssbp--theme-9 .ssbp-reddit+.ssbp-each-share{color:#ff4500}.ssbp--theme-9 .ssbp-simplesharebuttons{border-bottom:5px solid #4582ec;color:#4582ec}
500
+ .ssbp--theme-9 .ssbp-simplesharebuttons:hover,.ssbp--theme-9 .ssbp-simplesharebuttons:focus,.ssbp--theme-9 .ssbp-simplesharebuttons:active{border-bottom:5px solid #4582ec}
501
+ .ssbp--theme-9 .ssbp-simplesharebuttons:hover,.ssbp--theme-9 .ssbp-simplesharebuttons:focus,.ssbp--theme-9 .ssbp-simplesharebuttons:active,.ssbp--theme-9 .ssbp-simplesharebuttons:visited{color:#4582ec}
502
+ .ssbp--theme-9 .ssbp-simplesharebuttons+.ssbp-each-share{color:#4582ec}.ssbp--theme-9 .ssbp-stumbleupon{border-bottom:5px solid #eb4924;color:#eb4924}
503
+ .ssbp--theme-9 .ssbp-stumbleupon:hover,.ssbp--theme-9 .ssbp-stumbleupon:focus,.ssbp--theme-9 .ssbp-stumbleupon:active{border-bottom:5px solid #eb4924}
504
+ .ssbp--theme-9 .ssbp-stumbleupon:hover,.ssbp--theme-9 .ssbp-stumbleupon:focus,.ssbp--theme-9 .ssbp-stumbleupon:active,.ssbp--theme-9 .ssbp-stumbleupon:visited{color:#eb4924}
505
+ .ssbp--theme-9 .ssbp-stumbleupon+.ssbp-each-share{color:#eb4924}.ssbp--theme-9 .ssbp-tumblr{border-bottom:5px solid #2c4762;color:#2c4762}
506
+ .ssbp--theme-9 .ssbp-tumblr:hover,.ssbp--theme-9 .ssbp-tumblr:focus,.ssbp--theme-9 .ssbp-tumblr:active{border-bottom:5px solid #2c4762}
507
+ .ssbp--theme-9 .ssbp-tumblr:hover,.ssbp--theme-9 .ssbp-tumblr:focus,.ssbp--theme-9 .ssbp-tumblr:active,.ssbp--theme-9 .ssbp-tumblr:visited{color:#2c4762}
508
+ .ssbp--theme-9 .ssbp-tumblr+.ssbp-each-share{color:#2c4762}.ssbp--theme-9 .ssbp-twitter{border-bottom:5px solid #00a9f1;color:#00a9f1}
509
+ .ssbp--theme-9 .ssbp-twitter:hover,.ssbp--theme-9 .ssbp-twitter:focus,.ssbp--theme-9 .ssbp-twitter:active{border-bottom:5px solid #00a9f1}
510
+ .ssbp--theme-9 .ssbp-twitter:hover,.ssbp--theme-9 .ssbp-twitter:focus,.ssbp--theme-9 .ssbp-twitter:active,.ssbp--theme-9 .ssbp-twitter:visited{color:#00a9f1}
511
+ .ssbp--theme-9 .ssbp-twitter+.ssbp-each-share{color:#00a9f1}.ssbp--theme-9 .ssbp-vk{border-bottom:5px solid #45668e;color:#45668e}
512
+ .ssbp--theme-9 .ssbp-vk:hover,.ssbp--theme-9 .ssbp-vk:focus,.ssbp--theme-9 .ssbp-vk:active{border-bottom:5px solid #45668e}
513
+ .ssbp--theme-9 .ssbp-vk:hover,.ssbp--theme-9 .ssbp-vk:focus,.ssbp--theme-9 .ssbp-vk:active,.ssbp--theme-9 .ssbp-vk:visited{color:#45668e}
514
+ .ssbp--theme-9 .ssbp-vk+.ssbp-each-share{color:#45668e}.ssbp--theme-9 .ssbp-whatsapp{border-bottom:5px solid #34af23;color:#34af23}
515
+ .ssbp--theme-9 .ssbp-whatsapp:hover,.ssbp--theme-9 .ssbp-whatsapp:focus,.ssbp--theme-9 .ssbp-whatsapp:active{border-bottom:5px solid #34af23}
516
+ .ssbp--theme-9 .ssbp-whatsapp:hover,.ssbp--theme-9 .ssbp-whatsapp:focus,.ssbp--theme-9 .ssbp-whatsapp:active,.ssbp--theme-9 .ssbp-whatsapp:visited{color:#34af23}
517
+ .ssbp--theme-9 .ssbp-whatsapp+.ssbp-each-share{color:#34af23}.ssbp--theme-9 .ssbp-yummly{border-bottom:5px solid #e16120;color:#e16120}
518
+ .ssbp--theme-9 .ssbp-yummly:hover,.ssbp--theme-9 .ssbp-yummly:focus,.ssbp--theme-9 .ssbp-yummly:active{border-bottom:5px solid #e16120}
519
+ .ssbp--theme-9 .ssbp-yummly:hover,.ssbp--theme-9 .ssbp-yummly:focus,.ssbp--theme-9 .ssbp-yummly:active,.ssbp--theme-9 .ssbp-yummly:visited{color:#e16120}
520
+ .ssbp--theme-9 .ssbp-yummly+.ssbp-each-share{color:#e16120}.ssbp--theme-9 .ssbp-xing{border-bottom:5px solid #026466;color:#026466}
521
+ .ssbp--theme-9 .ssbp-xing:hover,.ssbp--theme-9 .ssbp-xing:focus,.ssbp--theme-9 .ssbp-xing:active{border-bottom:5px solid #026466}
522
+ .ssbp--theme-9 .ssbp-xing:hover,.ssbp--theme-9 .ssbp-xing:focus,.ssbp--theme-9 .ssbp-xing:active,.ssbp--theme-9 .ssbp-xing:visited{color:#026466}
523
+ .ssbp--theme-9 .ssbp-xing+.ssbp-each-share{color:#026466}.ssbp--theme-9 .ssbp-each-share{padding-top:3px;text-align:center;font-size:12px}
524
+ .ssbp--theme-9 .ssbp-each-share:before{content:"("}.ssbp--theme-9 .ssbp-each-share:after{content:")"}
525
+ .ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
526
+ .ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
527
+ .ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
528
+ .ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
529
+ .ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
530
+ .ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 0 !important;display:table-cell !important;width:auto;height:auto}
531
+ .ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
532
+ .ssbp--theme-10{overflow:hidden}.ssbp--theme-10 .ssbp-list li{margin:0}.ssbp--theme-10 .ssbp-btn{width:auto !important;height:auto !important;display:block;padding:.5em 1em;color:#fff;text-shadow:-1px -1px rgba(0,0,0,0.2);-webkit-transition:background-color .25s;transition:background-color .25s;border-bottom:0}
533
+ .ssbp--theme-10 .ssbp-btn:before{vertical-align:middle}.ssbp--theme-10 .ssbp-btn:active{box-shadow:inset 0 0 .5em rgba(0,0,0,0.33)}
534
+ .ssbp--theme-10 .ssbp-btn:hover,.ssbp--theme-10 .ssbp-btn:focus,.ssbp--theme-10 .ssbp-btn:active,.ssbp--theme-10 .ssbp-btn:visited{color:#fff}
535
+ .ssbp--theme-10.ssbp--centred .ssbp-input-url-div{position:relative;display:block;padding:10px}
536
+ .ssbp--theme-10.ssbp--centred .ssbp-input-url{width:100%;max-width:200px;border:1px solid #DDD;padding:8px 8px 8px 8px;font-size:20px;font-weight:400;line-height:1;color:#b3b3b3;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}
537
+ .ssbp--theme-10.ssbp--centred .ssbp-total-shares{display:block;line-height:1}.ssbp--theme-10.ssbp--centred .ssbp-total-shares b{font-size:70px;color:#4582ec}
538
+ .ssbp--theme-10.ssbp--centred .ssbp-total-shares:after{content:'Shares';display:block;font-family:'Lato',sans-serif;font-weight:700;font-size:30px;text-transform:uppercase;color:#b3b3b3}
539
+ @media only screen and (min-width:481px){.ssbp--theme-10.ssbp--centred .ssbp-input-url-div{float:right;width:50%;padding:35px 20px;text-align:left}
540
+ .ssbp--theme-10.ssbp--centred .ssbp-total-shares{width:50%;text-align:right}}.ssbp--theme-10 .ssbp-buffer{background-color:#272727}
541
+ .ssbp--theme-10 .ssbp-buffer:hover,.ssbp--theme-10 .ssbp-buffer:focus,.ssbp--theme-10 .ssbp-buffer:active,.ssbp--theme-10 .ssbp-buffer+.ssbp-each-share{background-color:#0e0e0e}
542
+ .ssbp--theme-10 .ssbp-diggit{background-color:#14589e}.ssbp--theme-10 .ssbp-diggit:hover,.ssbp--theme-10 .ssbp-diggit:focus,.ssbp--theme-10 .ssbp-diggit:active,.ssbp--theme-10 .ssbp-diggit+.ssbp-each-share{background-color:#0e3f71}
543
+ .ssbp--theme-10 .ssbp-email{background-color:#787878}.ssbp--theme-10 .ssbp-email:hover,.ssbp--theme-10 .ssbp-email:focus,.ssbp--theme-10 .ssbp-email:active,.ssbp--theme-10 .ssbp-email+.ssbp-each-share{background-color:#5f5f5f}
544
+ .ssbp--theme-10 .ssbp-ellipsis{background-color:#4582ec}.ssbp--theme-10 .ssbp-ellipsis:hover,.ssbp--theme-10 .ssbp-ellipsis:focus,.ssbp--theme-10 .ssbp-ellipsis:active,.ssbp--theme-10 .ssbp-ellipsis+.ssbp-each-share{background-color:#1863e6}
545
+ .ssbp--theme-10 .ssbp-facebook{background-color:#3b5998}.ssbp--theme-10 .ssbp-facebook:hover,.ssbp--theme-10 .ssbp-facebook:focus,.ssbp--theme-10 .ssbp-facebook:active,.ssbp--theme-10 .ssbp-facebook+.ssbp-each-share{background-color:#2d4373}
546
+ .ssbp--theme-10 .ssbp-facebook_save{background-color:#3b5998}.ssbp--theme-10 .ssbp-facebook_save:hover,.ssbp--theme-10 .ssbp-facebook_save:focus,.ssbp--theme-10 .ssbp-facebook_save:active,.ssbp--theme-10 .ssbp-facebook_save+.ssbp-each-share{background-color:#2d4373}
547
+ .ssbp--theme-10 .ssbp-facebook-messenger{background-color:#0084ff}.ssbp--theme-10 .ssbp-facebook-messenger:hover,.ssbp--theme-10 .ssbp-facebook-messenger:focus,.ssbp--theme-10 .ssbp-facebook-messenger:active,.ssbp--theme-10 .ssbp-facebook-messenger+.ssbp-each-share{background-color:#006acc}
548
+ .ssbp--theme-10 .ssbp-flattr{background-color:#f67c1a}.ssbp--theme-10 .ssbp-flattr:hover,.ssbp--theme-10 .ssbp-flattr:focus,.ssbp--theme-10 .ssbp-flattr:active,.ssbp--theme-10 .ssbp-flattr+.ssbp-each-share{background-color:#d56308}
549
+ .ssbp--theme-10 .ssbp-google{background-color:#dc4e41}.ssbp--theme-10 .ssbp-google:hover,.ssbp--theme-10 .ssbp-google:focus,.ssbp--theme-10 .ssbp-google:active,.ssbp--theme-10 .ssbp-google+.ssbp-each-share{background-color:#c63224}
550
+ .ssbp--theme-10 .ssbp-linkedin{background-color:#007bb6}.ssbp--theme-10 .ssbp-linkedin:hover,.ssbp--theme-10 .ssbp-linkedin:focus,.ssbp--theme-10 .ssbp-linkedin:active,.ssbp--theme-10 .ssbp-linkedin+.ssbp-each-share{background-color:#005983}
551
+ .ssbp--theme-10 .ssbp-pinterest{background-color:#ce1a19}.ssbp--theme-10 .ssbp-pinterest:hover,.ssbp--theme-10 .ssbp-pinterest:focus,.ssbp--theme-10 .ssbp-pinterest:active,.ssbp--theme-10 .ssbp-pinterest+.ssbp-each-share{background-color:#a11413}
552
+ .ssbp--theme-10 .ssbp-print{background-color:#1f6b43}.ssbp--theme-10 .ssbp-print:hover,.ssbp--theme-10 .ssbp-print:focus,.ssbp--theme-10 .ssbp-print:active,.ssbp--theme-10 .ssbp-print+.ssbp-each-share{background-color:#14432a}
553
+ .ssbp--theme-10 .ssbp-reddit{background-color:#ff4500}.ssbp--theme-10 .ssbp-reddit:hover,.ssbp--theme-10 .ssbp-reddit:focus,.ssbp--theme-10 .ssbp-reddit:active,.ssbp--theme-10 .ssbp-reddit+.ssbp-each-share{background-color:#cc3700}
554
+ .ssbp--theme-10 .ssbp-simplesharebuttons{background-color:#4582ec}.ssbp--theme-10 .ssbp-simplesharebuttons:hover,.ssbp--theme-10 .ssbp-simplesharebuttons:focus,.ssbp--theme-10 .ssbp-simplesharebuttons:active,.ssbp--theme-10 .ssbp-simplesharebuttons+.ssbp-each-share{background-color:#1863e6}
555
+ .ssbp--theme-10 .ssbp-stumbleupon{background-color:#eb4924}.ssbp--theme-10 .ssbp-stumbleupon:hover,.ssbp--theme-10 .ssbp-stumbleupon:focus,.ssbp--theme-10 .ssbp-stumbleupon:active,.ssbp--theme-10 .ssbp-stumbleupon+.ssbp-each-share{background-color:#ca3412}
556
+ .ssbp--theme-10 .ssbp-tumblr{background-color:#2c4762}.ssbp--theme-10 .ssbp-tumblr:hover,.ssbp--theme-10 .ssbp-tumblr:focus,.ssbp--theme-10 .ssbp-tumblr:active,.ssbp--theme-10 .ssbp-tumblr+.ssbp-each-share{background-color:#1c2e3f}
557
+ .ssbp--theme-10 .ssbp-twitter{background-color:#00a9f1}.ssbp--theme-10 .ssbp-twitter:hover,.ssbp--theme-10 .ssbp-twitter:focus,.ssbp--theme-10 .ssbp-twitter:active,.ssbp--theme-10 .ssbp-twitter+.ssbp-each-share{background-color:#0085be}
558
+ .ssbp--theme-10 .ssbp-vk{background-color:#45668e}.ssbp--theme-10 .ssbp-vk:hover,.ssbp--theme-10 .ssbp-vk:focus,.ssbp--theme-10 .ssbp-vk:active,.ssbp--theme-10 .ssbp-vk+.ssbp-each-share{background-color:#344d6c}
559
+ .ssbp--theme-10 .ssbp-whatsapp{background-color:#34af23}.ssbp--theme-10 .ssbp-whatsapp:hover,.ssbp--theme-10 .ssbp-whatsapp:focus,.ssbp--theme-10 .ssbp-whatsapp:active,.ssbp--theme-10 .ssbp-whatsapp+.ssbp-each-share{background-color:#27851b}
560
+ .ssbp--theme-10 .ssbp-yummly{background-color:#e16120}.ssbp--theme-10 .ssbp-yummly:hover,.ssbp--theme-10 .ssbp-yummly:focus,.ssbp--theme-10 .ssbp-yummly:active,.ssbp--theme-10 .ssbp-yummly+.ssbp-each-share{background-color:#b64d18}
561
+ .ssbp--theme-10 .ssbp-xing{background-color:#026466}.ssbp--theme-10 .ssbp-xing:hover,.ssbp--theme-10 .ssbp-xing:focus,.ssbp--theme-10 .ssbp-xing:active,.ssbp--theme-10 .ssbp-xing+.ssbp-each-share{background-color:#013334}
562
+ .ssbp--theme-10 .ssbp-each-share{padding:2px;font-size:10px;text-align:center;color:#FFF}
563
+ .ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
564
+ .ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
565
+ .ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
566
+ .ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
567
+ .ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
568
+ .ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 0 !important;display:table-cell !important;width:auto;height:auto}
569
+ .ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
570
+ .ssbp--theme-11{margin-left:-5px;margin-right:-5px}.ssbp--theme-11 .ssbp-list li{margin:0}
571
+ .ssbp--theme-11 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12px;line-height:1.2;font-size:11px}
572
+ .ssbp--theme-11 .ssbp-btn{width:auto !important;height:auto !important;display:block;padding:.6em 1em;margin:5px;text-transform:uppercase;color:#fff;font-size:11px;-webkit-transition:background-color .25s;transition:background-color .25s;border-bottom:0;border-radius:5px}
573
+ .ssbp--theme-11 .ssbp-btn:before{display:none}.ssbp--theme-11 .ssbp-btn:active{box-shadow:inset 0 0 .5em rgba(0,0,0,0.33)}
574
+ .ssbp--theme-11 .ssbp-btn:hover,.ssbp--theme-11 .ssbp-btn:focus,.ssbp--theme-11 .ssbp-btn:active,.ssbp--theme-11 .ssbp-btn:visited{color:#fff}
575
+ .ssbp--theme-11 .ssbp-buffer{background-color:#272727}.ssbp--theme-11 .ssbp-buffer:hover,.ssbp--theme-11 .ssbp-buffer:focus,.ssbp--theme-11 .ssbp-buffer:active,.ssbp--theme-11 .ssbp-buffer+.ssbp-each-share{background-color:#0e0e0e}
576
+ .ssbp--theme-11 .ssbp-diggit{background-color:#14589e}.ssbp--theme-11 .ssbp-diggit:hover,.ssbp--theme-11 .ssbp-diggit:focus,.ssbp--theme-11 .ssbp-diggit:active,.ssbp--theme-11 .ssbp-diggit+.ssbp-each-share{background-color:#0e3f71}
577
+ .ssbp--theme-11 .ssbp-email{background-color:#787878}.ssbp--theme-11 .ssbp-email:hover,.ssbp--theme-11 .ssbp-email:focus,.ssbp--theme-11 .ssbp-email:active,.ssbp--theme-11 .ssbp-email+.ssbp-each-share{background-color:#5f5f5f}
578
+ .ssbp--theme-11 .ssbp-ellipsis{background-color:#4582ec}.ssbp--theme-11 .ssbp-ellipsis:hover,.ssbp--theme-11 .ssbp-ellipsis:focus,.ssbp--theme-11 .ssbp-ellipsis:active,.ssbp--theme-11 .ssbp-ellipsis+.ssbp-each-share{background-color:#1863e6}
579
+ .ssbp--theme-11 .ssbp-facebook{background-color:#3b5998}.ssbp--theme-11 .ssbp-facebook:hover,.ssbp--theme-11 .ssbp-facebook:focus,.ssbp--theme-11 .ssbp-facebook:active,.ssbp--theme-11 .ssbp-facebook+.ssbp-each-share{background-color:#2d4373}
580
+ .ssbp--theme-11 .ssbp-facebook_save{background-color:#3b5998}.ssbp--theme-11 .ssbp-facebook_save:hover,.ssbp--theme-11 .ssbp-facebook_save:focus,.ssbp--theme-11 .ssbp-facebook_save:active,.ssbp--theme-11 .ssbp-facebook_save+.ssbp-each-share{background-color:#2d4373}
581
+ .ssbp--theme-11 .ssbp-facebook-messenger{background-color:#0084ff}.ssbp--theme-11 .ssbp-facebook-messenger:hover,.ssbp--theme-11 .ssbp-facebook-messenger:focus,.ssbp--theme-11 .ssbp-facebook-messenger:active,.ssbp--theme-11 .ssbp-facebook-messenger+.ssbp-each-share{background-color:#006acc}
582
+ .ssbp--theme-11 .ssbp-flattr{background-color:#f67c1a}.ssbp--theme-11 .ssbp-flattr:hover,.ssbp--theme-11 .ssbp-flattr:focus,.ssbp--theme-11 .ssbp-flattr:active,.ssbp--theme-11 .ssbp-flattr+.ssbp-each-share{background-color:#d56308}
583
+ .ssbp--theme-11 .ssbp-google{background-color:#dc4e41}.ssbp--theme-11 .ssbp-google:hover,.ssbp--theme-11 .ssbp-google:focus,.ssbp--theme-11 .ssbp-google:active,.ssbp--theme-11 .ssbp-google+.ssbp-each-share{background-color:#c63224}
584
+ .ssbp--theme-11 .ssbp-linkedin{background-color:#007bb6}.ssbp--theme-11 .ssbp-linkedin:hover,.ssbp--theme-11 .ssbp-linkedin:focus,.ssbp--theme-11 .ssbp-linkedin:active,.ssbp--theme-11 .ssbp-linkedin+.ssbp-each-share{background-color:#005983}
585
+ .ssbp--theme-11 .ssbp-pinterest{background-color:#ce1a19}.ssbp--theme-11 .ssbp-pinterest:hover,.ssbp--theme-11 .ssbp-pinterest:focus,.ssbp--theme-11 .ssbp-pinterest:active,.ssbp--theme-11 .ssbp-pinterest+.ssbp-each-share{background-color:#a11413}
586
+ .ssbp--theme-11 .ssbp-print{background-color:#1f6b43}.ssbp--theme-11 .ssbp-print:hover,.ssbp--theme-11 .ssbp-print:focus,.ssbp--theme-11 .ssbp-print:active,.ssbp--theme-11 .ssbp-print+.ssbp-each-share{background-color:#14432a}
587
+ .ssbp--theme-11 .ssbp-reddit{background-color:#ff4500}.ssbp--theme-11 .ssbp-reddit:hover,.ssbp--theme-11 .ssbp-reddit:focus,.ssbp--theme-11 .ssbp-reddit:active,.ssbp--theme-11 .ssbp-reddit+.ssbp-each-share{background-color:#cc3700}
588
+ .ssbp--theme-11 .ssbp-simplesharebuttons{background-color:#4582ec}.ssbp--theme-11 .ssbp-simplesharebuttons:hover,.ssbp--theme-11 .ssbp-simplesharebuttons:focus,.ssbp--theme-11 .ssbp-simplesharebuttons:active,.ssbp--theme-11 .ssbp-simplesharebuttons+.ssbp-each-share{background-color:#1863e6}
589
+ .ssbp--theme-11 .ssbp-stumbleupon{background-color:#eb4924}.ssbp--theme-11 .ssbp-stumbleupon:hover,.ssbp--theme-11 .ssbp-stumbleupon:focus,.ssbp--theme-11 .ssbp-stumbleupon:active,.ssbp--theme-11 .ssbp-stumbleupon+.ssbp-each-share{background-color:#ca3412}
590
+ .ssbp--theme-11 .ssbp-tumblr{background-color:#2c4762}.ssbp--theme-11 .ssbp-tumblr:hover,.ssbp--theme-11 .ssbp-tumblr:focus,.ssbp--theme-11 .ssbp-tumblr:active,.ssbp--theme-11 .ssbp-tumblr+.ssbp-each-share{background-color:#1c2e3f}
591
+ .ssbp--theme-11 .ssbp-twitter{background-color:#00a9f1}.ssbp--theme-11 .ssbp-twitter:hover,.ssbp--theme-11 .ssbp-twitter:focus,.ssbp--theme-11 .ssbp-twitter:active,.ssbp--theme-11 .ssbp-twitter+.ssbp-each-share{background-color:#0085be}
592
+ .ssbp--theme-11 .ssbp-vk{background-color:#45668e}.ssbp--theme-11 .ssbp-vk:hover,.ssbp--theme-11 .ssbp-vk:focus,.ssbp--theme-11 .ssbp-vk:active,.ssbp--theme-11 .ssbp-vk+.ssbp-each-share{background-color:#344d6c}
593
+ .ssbp--theme-11 .ssbp-whatsapp{background-color:#34af23}.ssbp--theme-11 .ssbp-whatsapp:hover,.ssbp--theme-11 .ssbp-whatsapp:focus,.ssbp--theme-11 .ssbp-whatsapp:active,.ssbp--theme-11 .ssbp-whatsapp+.ssbp-each-share{background-color:#27851b}
594
+ .ssbp--theme-11 .ssbp-yummly{background-color:#e16120}.ssbp--theme-11 .ssbp-yummly:hover,.ssbp--theme-11 .ssbp-yummly:focus,.ssbp--theme-11 .ssbp-yummly:active,.ssbp--theme-11 .ssbp-yummly+.ssbp-each-share{background-color:#b64d18}
595
+ .ssbp--theme-11 .ssbp-xing{background-color:#026466}.ssbp--theme-11 .ssbp-xing:hover,.ssbp--theme-11 .ssbp-xing:focus,.ssbp--theme-11 .ssbp-xing:active,.ssbp--theme-11 .ssbp-xing+.ssbp-each-share{background-color:#013334}
596
+ .ssbp--theme-11 .ssbp-each-share{padding:2px;font-size:10px;margin-right:5px;margin-left:5px;text-align:center;color:#FFF;border-radius:5px}
597
+ .active.in{position:relatve;z-index:3}#share-bar .ssbp--theme-11 .ssbp-btn{margin:0 5px 0}
598
+ .accor-wrap{margin:1rem 0 0;display:inline-block;width:100%}.accor-wrap .accor-tab{background:#4582ec;padding:.5rem;border-radius:5px;color:#fff}
599
+ .accor-wrap .well{display:inline-block;width:100%}.accor-wrap .well h3{margin:1rem 0}
600
+ .accor-wrap .well .col-md-12:first-of-type h3{margin-top:0}.accor-wrap .accor-content{display:none}
601
+ .accor-wrap .accor-arrow{border:1px solid #fff;padding:.2rem .4rem;border-radius:5px;margin:0 .3rem 0 .3rem;font-size:12px;cursor:pointer;font-family:arial,sans-serif}
602
+ .ssba_sharecount:after,.ssba_sharecount:before{right:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}
603
+ .ssba_sharecount:after{border-color:rgba(224,221,221,0);border-right-color:#f5f5f5;border-width:5px;top:50%;margin-top:-5px}
604
+ .ssba_sharecount:before{border-color:rgba(85,94,88,0);border-right-color:#e0dddd;border-width:6px;top:50%;margin-top:-6px}
605
+ .ssba_sharecount{font:11px Arial,Helvetica,sans-serif;padding:5px;-khtml-border-radius:6px;-o-border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;position:relative;border:1px solid #e0dddd;display:inline-block !important}
606
+ .ssba_sharecount.ssba_default{color:#555e58;background:#f5f5f5}.ssba_sharecount.ssba_white{color:#555e58;background:#fff}
607
+ .ssba_sharecount.ssba_default:after{border-right-color:#f5f5f5}.ssba_sharecount.ssba_white:after{border-right-color:#fff}
608
+ .ssba_sharecount.ssba_blue{color:#fff;background:#42a7e2}.ssba_sharecount.ssba_blue:after{border-right-color:#42a7e2}
609
+ #plus-share-buttons .ssbp-list li span:before{content:none !important}#plus-share-buttons .ssbp-each-share,#share-bar .ssbp-each-share{display:block}
610
+ .ssba-buttons-shortcode{background:white !important;width:15%;display:inline;margin-top:20px}
611
+ #ssba-copy-shortcode{width:6rem;padding:1.1rem;margin:-4px -6px 0}.whatsapp-message .ssbp-whatsapp{padding:1rem}
612
+ .whatsapp-message{background:#f7f7f7;padding:1rem;text-align:center}#ssba-preview-2 .ssbp-list li{margin-left:0 !important;margin-right:0 !important}
613
+ #ssba-preview-2 .ssbp-list li:first-of-type{margin-top:0 !important}.right li .ssbp-each-share{left:unset;right:100%;margin-right:-12px;margin-left:0}
614
+ .ssbp-fb-save:before{content:url("../images/facebook_save.svg");left:0;padding:5px 8px 0;position:absolute;top:0;width:100%}
615
+ .ssbp--theme-8 .ssbp-fb-save:before{content:url("../images/facebook_save-black.svg")}.ssbp--theme-1 .ssbp-fb-save,.ssbp--theme-2 .ssbp-fb-save,.ssbp--theme-3 .ssbp-fb-save,.ssbp--theme-4 .ssbp-fb-save,.ssbp--theme-5 .ssbp-fb-save,.ssbp--theme-10 .ssbp-fb-save:before,.ssbp--theme-11 .ssbp-fb-save{transition:background-color,.5s;background-color:#e12828;display:block}
616
+ .ssbp--theme-6 .ssbp-fb-save,.ssbp--theme-7 .ssbp-fb-save{border-color:#e12828;display:block}
617
+ .ssbp--theme-8 .ssbp-fb-save,.ssbp--theme-9 .ssbp-fb-save{display:block}.ssbp--theme-6 .ssbp-fb-save:before,.ssbp--theme-7 .ssbp-fb-save:before,.ssbp--theme-9 .ssbp-fb-save:before{content:url("../images/facebook_save-hover.svg")}
618
+ .ssbp--theme-1 .ssbp-fb-save:before,.ssbp--theme-2 .ssbp-fb-save:before,.ssbp--theme-3 .ssbp-fb-save:before,.ssbp--theme-4 .ssbp-fb-save:before,.ssbp--theme-5 .ssbp-fb-save:before,.ssbp--theme-6 .ssbp-fb-save:before,.ssbp--theme-7 .ssbp-fb-save:before{left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
619
+ .ssbp--theme-1 .ssbp-fb-save:hover,.ssbp--theme-1 .ssbp-fb-save:focus,.ssbp--theme-1 .ssbp-fb-save:active{color:#e12828;border-color:#e12828}
620
+ .ssbp--theme-6 .ssbp-fb-save:hover,.ssbp--theme-6 .ssbp-fb-save:focus,.ssbp--theme-6 .ssbp-fb-save:active,.ssbp--theme-7 .ssbp-fb-save:hover,.ssbp--theme-7 .ssbp-fb-save:focus,.ssbp--theme-7 .ssbp-fb-save:active{background-color:#e12828}
621
+ .ssbp--theme-2 .ssbp-fb-save:hover,.ssbp--theme-2 .ssbp-fb-save:focus,.ssbp--theme-2 .ssbp-fb-save:active,.ssbp--theme-3 .ssbp-fb-save:hover,.ssbp--theme-3 .ssbp-fb-save:focus,.ssbp--theme-3 .ssbp-fb-save:active,.ssbp--theme-10 .ssbp-fb-save:hover:before,.ssbp--theme-10 .ssbp-fb-save:focus:before,.ssbp--theme-10 .ssbp-fb-save:active:before,.ssbp--theme-11 .ssbp-fb-save:hover,.ssbp--theme-11 .ssbp-fb-save:focus,.ssbp--theme-11 .ssbp-fb-save:active{border-color:#850404;background-color:#850404}
622
+ .ssbp--theme-1 .ssbp-fb-save:hover:before,.ssbp--theme-1 .ssbp-fb-save:focus:before,.ssbp--theme-1 .ssbp-fb-save:active:before{content:url("../images/facebook_save-hover.svg");left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
623
+ .ssbp--theme-6 .ssbp-fb-save:hover:before,.ssbp--theme-6 .ssbp-fb-save:focus:before,.ssbp--theme-6 .ssbp-fb-save:active:before,.ssbp--theme-7 .ssbp-fb-save:hover:before,.ssbp--theme-7 .ssbp-fb-save:focus:before,.ssbp--theme-7 .ssbp-fb-save:active:before,.ssbp--theme-8 .ssbp-fb-save:hover:before,.ssbp--theme-8 .ssbp-fb-save:focus:before,.ssbp--theme-8 .ssbp-fb-save:active:before{content:url("../images/facebook_save.svg")}
624
+ .ssbp--theme-1 .ssbp-fb-save+.ssbp-each-share,.ssbp--theme-2 .ssbp-fb-save+.ssbp-each-share,.ssbp--theme-3 .ssbp-fb-save+.ssbp-each-share,.ssbp--theme-4 .ssbp-fb-save+.ssbp-each-share,.ssbp--theme-5 .ssbp-fb-save+.ssbp-each-share,.ssbp--theme-6 .ssbp-fb-save+.ssbp-each-share,.ssbp--theme-7 .ssbp-fb-save+.ssbp-each-share{background-color:#e12828}
625
+ .ssbp--theme-2 .ssbp-btn.ssbp-fb-save:hover:before,.ssbp--theme-2 .ssbp-btn.ssbp-fb-save:focus:before,.ssbp--theme-2 .ssbp-btn.ssbp-fb-save:active:before,.ssbp--theme-3 .ssbp-btn.ssbp-fb-save:hover:before,.ssbp--theme-3 .ssbp-btn.ssbp-fb-save:focus:before,.ssbp--theme-3 .ssbp-btn.ssbp-fb-save:active:before,.ssbp--theme-4 .ssbp-btn.ssbp-fb-save:hover:before,.ssbp--theme-4 .ssbp-btn.ssbp-fb-save:focus:before,.ssbp--theme-4 .ssbp-btn.ssbp-fb-save:active:before,.ssbp--theme-5 .ssbp-btn.ssbp-fb-save:hover:before,.ssbp--theme-5 .ssbp-btn.ssbp-fb-save:focus:before,.ssbp--theme-5 .ssbp-btn.ssbp-fb-save:active:before,.ssbp--theme-6 .ssbp-btn.ssbp-fb-save:hover:before,.ssbp--theme-6 .ssbp-btn.ssbp-fb-save:focus:before,.ssbp--theme-6 .ssbp-btn.ssbp-fb-save:active:before,.ssbp--theme-7 .ssbp-btn.ssbp-fb-save:hover:before,.ssbp--theme-7 .ssbp-btn.ssbp-fb-save:focus:before,.ssbp--theme-7 .ssbp-btn.ssbp-fb-save:active:before{transform:translate(-50%,-37%) !important;left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%}
626
+ .ssbp--theme-5 .ssbp-fb-save{background-color:#e12828;box-shadow:0 8px 0 #850404,0 10px 12px rgba(0,0,0,0.33)}
627
+ .ssbp--theme-5 .ssbp-fb-save:active{box-shadow:0 4px 0 #e12828,0 5px 6px rgba(0,0,0,0.33)}
628
+ .ssbp--theme-3 .ssbp-text,.ssbp--theme-7 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12.1px;margin-left:0;text-shadow:-1px -1px rgba(0,0,0,0.2);position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}
629
+ .ssbp--theme-7 .ssbp-li--fb-save .ssbp-text{color:#e12828}.ssbp--theme-7 .ssbp-li--fb-save:hover .ssbp-text{color:#fff}
630
+ .ssbp--theme-9 .ssbp-li--fb-save{border-bottom:5px solid #e12828}.ssbp--theme-9 .ssbp-fb-save{height:43px !important}
631
+ .ssbp--theme-9 .ssbp-li--fb-save:hover{border-bottom:5px solid rgba(225,40,40,0.59)}
632
+ .ssbp--theme-9 .ssbp-li--fb-save .ssbp-fb-save:before{padding:9px 14px 0}.ssbp--theme-10 .ssbp-fb-save{width:40px !important}
633
+ .ssbp--theme-10 .ssbp-fb-save:before{padding:11px 8px 8px}.ssbp-flipboard:before{content:url("../images/flipboard.svg");left:0;padding:5px 8px 0;position:absolute;top:0;width:100%}
634
+ .ssbp--theme-8 .ssbp-flipboard:before{content:url("../images/flipboard-black.svg")}.ssbp--theme-1 .ssbp-flipboard,.ssbp--theme-2 .ssbp-flipboard,.ssbp--theme-3 .ssbp-flipboard,.ssbp--theme-4 .ssbp-flipboard,.ssbp--theme-5 .ssbp-flipboard,.ssbp--theme-10 .ssbp-flipboard:before,.ssbp--theme-11 .ssbp-flipboard{transition:background-color,.5s;background-color:#e12828;display:block}
635
+ .ssbp--theme-6 .ssbp-flipboard,.ssbp--theme-7 .ssbp-flipboard{border-color:#e12828;display:block}
636
+ .ssbp--theme-8 .ssbp-flipboard,.ssbp--theme-9 .ssbp-flipboard{display:block}.ssbp--theme-6 .ssbp-flipboard:before,.ssbp--theme-7 .ssbp-flipboard:before,.ssbp--theme-9 .ssbp-flipboard:before{content:url("../images/flipboard-hover.svg")}
637
+ .ssbp--theme-1 .ssbp-flipboard:before,.ssbp--theme-2 .ssbp-flipboard:before,.ssbp--theme-3 .ssbp-flipboard:before,.ssbp--theme-4 .ssbp-flipboard:before,.ssbp--theme-5 .ssbp-flipboard:before,.ssbp--theme-6 .ssbp-flipboard:before,.ssbp--theme-7 .ssbp-flipboard:before{left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
638
+ .ssbp--theme-1 .ssbp-flipboard:hover,.ssbp--theme-1 .ssbp-flipboard:focus,.ssbp--theme-1 .ssbp-flipboard:active{color:#e12828;border-color:#e12828}
639
+ .ssbp--theme-6 .ssbp-flipboard:hover,.ssbp--theme-6 .ssbp-flipboard:focus,.ssbp--theme-6 .ssbp-flipboard:active,.ssbp--theme-7 .ssbp-flipboard:hover,.ssbp--theme-7 .ssbp-flipboard:focus,.ssbp--theme-7 .ssbp-flipboard:active{background-color:#e12828}
640
+ .ssbp--theme-2 .ssbp-flipboard:hover,.ssbp--theme-2 .ssbp-flipboard:focus,.ssbp--theme-2 .ssbp-flipboard:active,.ssbp--theme-3 .ssbp-flipboard:hover,.ssbp--theme-3 .ssbp-flipboard:focus,.ssbp--theme-3 .ssbp-flipboard:active,.ssbp--theme-10 .ssbp-flipboard:hover:before,.ssbp--theme-10 .ssbp-flipboard:focus:before,.ssbp--theme-10 .ssbp-flipboard:active:before,.ssbp--theme-11 .ssbp-flipboard:hover,.ssbp--theme-11 .ssbp-flipboard:focus,.ssbp--theme-11 .ssbp-flipboard:active{border-color:#850404;background-color:#850404}
641
+ .ssbp--theme-1 .ssbp-flipboard:hover:before,.ssbp--theme-1 .ssbp-flipboard:focus:before,.ssbp--theme-1 .ssbp-flipboard:active:before{content:url("../images/flipboard-hover.svg");left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
642
+ .ssbp--theme-6 .ssbp-flipboard:hover:before,.ssbp--theme-6 .ssbp-flipboard:focus:before,.ssbp--theme-6 .ssbp-flipboard:active:before,.ssbp--theme-7 .ssbp-flipboard:hover:before,.ssbp--theme-7 .ssbp-flipboard:focus:before,.ssbp--theme-7 .ssbp-flipboard:active:before,.ssbp--theme-8 .ssbp-flipboard:hover:before,.ssbp--theme-8 .ssbp-flipboard:focus:before,.ssbp--theme-8 .ssbp-flipboard:active:before{content:url("../images/flipboard.svg")}
643
+ .ssbp--theme-1 .ssbp-flipboard+.ssbp-each-share,.ssbp--theme-2 .ssbp-flipboard+.ssbp-each-share,.ssbp--theme-3 .ssbp-flipboard+.ssbp-each-share,.ssbp--theme-4 .ssbp-flipboard+.ssbp-each-share,.ssbp--theme-5 .ssbp-flipboard+.ssbp-each-share,.ssbp--theme-6 .ssbp-flipboard+.ssbp-each-share,.ssbp--theme-7 .ssbp-flipboard+.ssbp-each-share{background-color:#e12828}
644
+ .ssbp--theme-2 .ssbp-btn.ssbp-flipboard:hover:before,.ssbp--theme-2 .ssbp-btn.ssbp-flipboard:focus:before,.ssbp--theme-2 .ssbp-btn.ssbp-flipboard:active:before,.ssbp--theme-3 .ssbp-btn.ssbp-flipboard:hover:before,.ssbp--theme-3 .ssbp-btn.ssbp-flipboard:focus:before,.ssbp--theme-3 .ssbp-btn.ssbp-flipboard:active:before,.ssbp--theme-4 .ssbp-btn.ssbp-flipboard:hover:before,.ssbp--theme-4 .ssbp-btn.ssbp-flipboard:focus:before,.ssbp--theme-4 .ssbp-btn.ssbp-flipboard:active:before,.ssbp--theme-5 .ssbp-btn.ssbp-flipboard:hover:before,.ssbp--theme-5 .ssbp-btn.ssbp-flipboard:focus:before,.ssbp--theme-5 .ssbp-btn.ssbp-flipboard:active:before,.ssbp--theme-6 .ssbp-btn.ssbp-flipboard:hover:before,.ssbp--theme-6 .ssbp-btn.ssbp-flipboard:focus:before,.ssbp--theme-6 .ssbp-btn.ssbp-flipboard:active:before,.ssbp--theme-7 .ssbp-btn.ssbp-flipboard:hover:before,.ssbp--theme-7 .ssbp-btn.ssbp-flipboard:focus:before,.ssbp--theme-7 .ssbp-btn.ssbp-flipboard:active:before{transform:translate(-50%,-37%) !important;left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%}
645
+ .ssbp--theme-5 .ssbp-flipboard{background-color:#e12828;box-shadow:0 8px 0 #850404,0 10px 12px rgba(0,0,0,0.33)}
646
+ .ssbp--theme-5 .ssbp-flipboard:active{box-shadow:0 4px 0 #e12828,0 5px 6px rgba(0,0,0,0.33)}
647
+ .ssbp--theme-3 .ssbp-text,.ssbp--theme-7 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12.1px;margin-left:0;text-shadow:-1px -1px rgba(0,0,0,0.2);position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}
648
+ .ssbp--theme-7 .ssbp-li--flipboard .ssbp-text{color:#e12828}.ssbp--theme-7 .ssbp-li--flipboard:hover .ssbp-text{color:#fff}
649
+ .ssbp--theme-9 .ssbp-li--flipboard{border-bottom:5px solid #e12828}.ssbp--theme-9 .ssbp-flipboard{height:43px !important}
650
+ .ssbp--theme-9 .ssbp-li--flipboard:hover{border-bottom:5px solid rgba(225,40,40,0.59)}
651
+ .ssbp--theme-9 .ssbp-li--flipboard .ssbp-flipboard:before{padding:9px 14px 0}.ssbp--theme-10 .ssbp-flipboard{width:40px !important}
652
+ .ssbp--theme-10 .ssbp-flipboard:before{padding:11px 8px 8px}.ssbp-line:before{content:url("../images/line.svg");left:0;padding:5px 8px 0;position:absolute;top:0;width:100%}
653
+ .ssbp--theme-8 .ssbp-line:before{content:url("../images/line-black.svg")}.ssbp--theme-1 .ssbp-line,.ssbp--theme-2 .ssbp-line,.ssbp--theme-3 .ssbp-line,.ssbp--theme-4 .ssbp-line,.ssbp--theme-5 .ssbp-line,.ssbp--theme-10 .ssbp-line:before,.ssbp--theme-11 .ssbp-line{transition:background-color,.5s;background-color:#00c300;display:block}
654
+ .ssbp--theme-6 .ssbp-line,.ssbp--theme-7 .ssbp-line{border-color:#00c300;display:block}
655
+ .ssbp--theme-8 .ssbp-line,.ssbp--theme-9 .ssbp-line{display:block}.ssbp--theme-6 .ssbp-line:before,.ssbp--theme-7 .ssbp-line:before,.ssbp--theme-9 .ssbp-line:before{content:url("../images/line-hover.svg")}
656
+ .ssbp--theme-1 .ssbp-line:before,.ssbp--theme-2 .ssbp-line:before,.ssbp--theme-3 .ssbp-line:before,.ssbp--theme-4 .ssbp-line:before,.ssbp--theme-5 .ssbp-line:before,.ssbp--theme-6 .ssbp-line:before,.ssbp--theme-7 .ssbp-line:before{left:50%;position:absolute;top:50%;padding-top:0;width:86%;height:100%;transform:translate(-50%,-37%)}
657
+ .wp-admin .ssbp--theme-1 .ssbp-line:before,.wp-admin .ssbp--theme-2 .ssbp-line:before,.wp-admin .ssbp--theme-3 .ssbp-line:before,.wp-admin .ssbp--theme-4 .ssbp-line:before,.wp-admin .ssbp--theme-5 .ssbp-line:before,.wp-admin .ssbp--theme-6 .ssbp-line:before,.wp-admin .ssbp--theme-7 .ssbp-line:before{top:45%}
658
+ .ssbp--theme-1 .ssbp-line:hover,.ssbp--theme-1 .ssbp-line:focus,.ssbp--theme-1 .ssbp-line:active{color:#00c300;border-color:#00c300}
659
+ .ssbp--theme-6 .ssbp-line:hover,.ssbp--theme-6 .ssbp-line:focus,.ssbp--theme-6 .ssbp-line:active,.ssbp--theme-7 .ssbp-line:hover,.ssbp--theme-7 .ssbp-line:focus,.ssbp--theme-7 .ssbp-line:active{background-color:#00c300}
660
+ .ssbp--theme-2 .ssbp-line:hover,.ssbp--theme-2 .ssbp-line:focus,.ssbp--theme-2 .ssbp-line:active,.ssbp--theme-3 .ssbp-line:hover,.ssbp--theme-3 .ssbp-line:focus,.ssbp--theme-3 .ssbp-line:active,.ssbp--theme-10 .ssbp-line:hover:before,.ssbp--theme-10 .ssbp-line:focus:before,.ssbp--theme-10 .ssbp-line:active:before,.ssbp--theme-11 .ssbp-line:hover,.ssbp--theme-11 .ssbp-line:focus,.ssbp--theme-11 .ssbp-line:active{border-color:#008e00;background-color:#008e00}
661
+ .ssbp--theme-1 .ssbp-line:hover:before,.ssbp--theme-1 .ssbp-line:focus:before,.ssbp--theme-1 .ssbp-line:active:before{content:url("../images/line-hover.svg");left:50%;position:absolute;top:50%;padding-top:0;width:86%;height:100%;transform:translate(-50%,-37%)}
662
+ .wp-admin .ssbp--theme-1 .ssbp-line:hover:before,.wp-admin .ssbp--theme-1 .ssbp-line:focus:before,.wp-admin .ssbp--theme-1 .ssbp-line:active:before{top:45%}
663
+ .ssbp--theme-6 .ssbp-line:hover:before,.ssbp--theme-6 .ssbp-line:focus:before,.ssbp--theme-6 .ssbp-line:active:before,.ssbp--theme-7 .ssbp-line:hover:before,.ssbp--theme-7 .ssbp-line:focus:before,.ssbp--theme-7 .ssbp-line:active:before,.ssbp--theme-8 .ssbp-line:hover:before,.ssbp--theme-8 .ssbp-line:focus:before,.ssbp--theme-8 .ssbp-line:active:before{content:url("../images/line.svg")}
664
+ .ssbp--theme-1 .ssbp-line+.ssbp-each-share,.ssbp--theme-2 .ssbp-line+.ssbp-each-share,.ssbp--theme-3 .ssbp-line+.ssbp-each-share,.ssbp--theme-4 .ssbp-line+.ssbp-each-share,.ssbp--theme-5 .ssbp-line+.ssbp-each-share,.ssbp--theme-6 .ssbp-line+.ssbp-each-share,.ssbp--theme-7 .ssbp-line+.ssbp-each-share{background-color:#00c300}
665
+ .ssbp--theme-2 .ssbp-btn.ssbp-line:hover:before,.ssbp--theme-2 .ssbp-btn.ssbp-line:focus:before,.ssbp--theme-2 .ssbp-btn.ssbp-line:active:before,.ssbp--theme-3 .ssbp-btn.ssbp-line:hover:before,.ssbp--theme-3 .ssbp-btn.ssbp-line:focus:before,.ssbp--theme-3 .ssbp-btn.ssbp-line:active:before,.ssbp--theme-4 .ssbp-btn.ssbp-line:hover:before,.ssbp--theme-4 .ssbp-btn.ssbp-line:focus:before,.ssbp--theme-4 .ssbp-btn.ssbp-line:active:before,.ssbp--theme-5 .ssbp-btn.ssbp-line:hover:before,.ssbp--theme-5 .ssbp-btn.ssbp-line:focus:before,.ssbp--theme-5 .ssbp-btn.ssbp-line:active:before,.ssbp--theme-6 .ssbp-btn.ssbp-line:hover:before,.ssbp--theme-6 .ssbp-btn.ssbp-line:focus:before,.ssbp--theme-6 .ssbp-btn.ssbp-line:active:before,.ssbp--theme-7 .ssbp-btn.ssbp-line:hover:before,.ssbp--theme-7 .ssbp-btn.ssbp-line:focus:before,.ssbp--theme-7 .ssbp-btn.ssbp-line:active:before{transform:translate(-50%,-37%) !important;left:50%;position:absolute;top:50%;padding-top:0;width:86%;height:100%}
666
+ .wp-admin .ssbp--theme-2 .ssbp-btn.ssbp-line:hover:before,.wp-admin .ssbp--theme-2 .ssbp-btn.ssbp-line:focus:before,.wp-admin .ssbp--theme-2 .ssbp-btn.ssbp-line:active:before,.wp-admin .ssbp--theme-3 .ssbp-btn.ssbp-line:hover:before,.wp-admin .ssbp--theme-3 .ssbp-btn.ssbp-line:focus:before,.wp-admin .ssbp--theme-3 .ssbp-btn.ssbp-line:active:before,.wp-admin .ssbp--theme-4 .ssbp-btn.ssbp-line:hover:before,.wp-admin .ssbp--theme-4 .ssbp-btn.ssbp-line:focus:before,.wp-admin .ssbp--theme-4 .ssbp-btn.ssbp-line:active:before,.wp-admin .ssbp--theme-5 .ssbp-btn.ssbp-line:hover:before,.wp-admin .ssbp--theme-5 .ssbp-btn.ssbp-line:focus:before,.wp-admin .ssbp--theme-5 .ssbp-btn.ssbp-line:active:before,.wp-admin .ssbp--theme-6 .ssbp-btn.ssbp-line:hover:before,.wp-admin .ssbp--theme-6 .ssbp-btn.ssbp-line:focus:before,.wp-admin .ssbp--theme-6 .ssbp-btn.ssbp-line:active:before,.wp-admin .ssbp--theme-7 .ssbp-btn.ssbp-line:hover:before,.wp-admin .ssbp--theme-7 .ssbp-btn.ssbp-line:focus:before,.wp-admin .ssbp--theme-7 .ssbp-btn.ssbp-line:active:before{top:45%}
667
+ .ssbp--theme-5 .ssbp-line{background-color:#00c300;box-shadow:0 8px 0 #008e00,0 10px 12px rgba(0,0,0,0.33)}
668
+ .ssbp--theme-5 .ssbp-line:active{box-shadow:0 4px 0 #008e00,0 5px 6px rgba(0,0,0,0.33)}
669
+ .ssbp--theme-3 .ssbp-text,.ssbp--theme-7 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12.1px;margin-left:0;text-shadow:-1px -1px rgba(0,0,0,0.2);position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}
670
+ .ssbp--theme-7 .ssbp-li--line .ssbp-text{color:#00c300}.ssbp--theme-7 .ssbp-li--line:hover .ssbp-text{color:#fff}
671
+ .ssbp--theme-9 .ssbp-li--line{border-bottom:5px solid #00c300}.ssbp--theme-9 .ssbp-line{height:43px !important}
672
+ .ssbp--theme-9 .ssbp-li--line:hover{border-bottom:5px solid rgba(0,195,0,0.59)}.ssbp--theme-9 .ssbp-li--line .ssbp-line:before{padding:9px 14px 0}
673
+ .ssbp--theme-10 .ssbp-line{width:40px !important}.ssbp--theme-10 .ssbp-line:before{padding:11px 8px 8px}
674
+ .ssbp-skype:before{content:url("../images/skype.svg");left:0;padding:5px 8px 0;position:absolute;top:0;width:100%}
675
+ .ssbp--theme-8 .ssbp-skype:before{content:url("../images/skype-black.svg")}.ssbp--theme-1 .ssbp-skype,.ssbp--theme-2 .ssbp-skype,.ssbp--theme-3 .ssbp-skype,.ssbp--theme-4 .ssbp-skype,.ssbp--theme-5 .ssbp-skype,.ssbp--theme-10 .ssbp-skype:before,.ssbp--theme-11 .ssbp-skype{transition:background-color,.5s;background-color:#00aff0;display:block}
676
+ .ssbp--theme-6 .ssbp-skype,.ssbp--theme-7 .ssbp-skype{border-color:#00aff0;display:block}
677
+ .ssbp--theme-8 .ssbp-skype,.ssbp--theme-9 .ssbp-skype{display:block}.ssbp--theme-6 .ssbp-skype:before,.ssbp--theme-7 .ssbp-skype:before,.ssbp--theme-9 .ssbp-skype:before{content:url("../images/skype-hover.svg")}
678
+ .ssbp--theme-1 .ssbp-skype:before,.ssbp--theme-2 .ssbp-skype:before,.ssbp--theme-3 .ssbp-skype:before,.ssbp--theme-4 .ssbp-skype:before,.ssbp--theme-5 .ssbp-skype:before,.ssbp--theme-6 .ssbp-skype:before,.ssbp--theme-7 .ssbp-skype:before{left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
679
+ .ssbp--theme-1 .ssbp-skype:hover,.ssbp--theme-1 .ssbp-skype:focus,.ssbp--theme-1 .ssbp-skype:active{color:#00aff0;border-color:#00aff0}
680
+ .ssbp--theme-6 .ssbp-skype:hover,.ssbp--theme-6 .ssbp-skype:focus,.ssbp--theme-6 .ssbp-skype:active,.ssbp--theme-7 .ssbp-skype:hover,.ssbp--theme-7 .ssbp-skype:focus,.ssbp--theme-7 .ssbp-skype:active{background-color:#00aff0}
681
+ .ssbp--theme-2 .ssbp-skype:hover,.ssbp--theme-2 .ssbp-skype:focus,.ssbp--theme-2 .ssbp-skype:active,.ssbp--theme-3 .ssbp-skype:hover,.ssbp--theme-3 .ssbp-skype:focus,.ssbp--theme-3 .ssbp-skype:active,.ssbp--theme-10 .ssbp-skype:hover:before,.ssbp--theme-10 .ssbp-skype:focus:before,.ssbp--theme-10 .ssbp-skype:active:before,.ssbp--theme-11 .ssbp-skype:hover,.ssbp--theme-11 .ssbp-skype:focus,.ssbp--theme-11 .ssbp-skype:active{border-color:#0081b1;background-color:#0081b1}
682
+ .ssbp--theme-1 .ssbp-skype:hover:before,.ssbp--theme-1 .ssbp-skype:focus:before,.ssbp--theme-1 .ssbp-skype:active:before{content:url("../images/skype-hover.svg");left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
683
+ .ssbp--theme-6 .ssbp-skype:hover:before,.ssbp--theme-6 .ssbp-skype:focus:before,.ssbp--theme-6 .ssbp-skype:active:before,.ssbp--theme-7 .ssbp-skype:hover:before,.ssbp--theme-7 .ssbp-skype:focus:before,.ssbp--theme-7 .ssbp-skype:active:before,.ssbp--theme-8 .ssbp-skype:hover:before,.ssbp--theme-8 .ssbp-skype:focus:before,.ssbp--theme-8 .ssbp-skype:active:before{content:url("../images/skype.svg")}
684
+ .ssbp--theme-1 .ssbp-skype+.ssbp-each-share,.ssbp--theme-2 .ssbp-skype+.ssbp-each-share,.ssbp--theme-3 .ssbp-skype+.ssbp-each-share,.ssbp--theme-4 .ssbp-skype+.ssbp-each-share,.ssbp--theme-5 .ssbp-skype+.ssbp-each-share,.ssbp--theme-6 .ssbp-skype+.ssbp-each-share,.ssbp--theme-7 .ssbp-skype+.ssbp-each-share{background-color:#00aff0}
685
+ .ssbp--theme-2 .ssbp-btn.ssbp-skype:hover:before,.ssbp--theme-2 .ssbp-btn.ssbp-skype:focus:before,.ssbp--theme-2 .ssbp-btn.ssbp-skype:active:before,.ssbp--theme-3 .ssbp-btn.ssbp-skype:hover:before,.ssbp--theme-3 .ssbp-btn.ssbp-skype:focus:before,.ssbp--theme-3 .ssbp-btn.ssbp-skype:active:before,.ssbp--theme-4 .ssbp-btn.ssbp-skype:hover:before,.ssbp--theme-4 .ssbp-btn.ssbp-skype:focus:before,.ssbp--theme-4 .ssbp-btn.ssbp-skype:active:before,.ssbp--theme-5 .ssbp-btn.ssbp-skype:hover:before,.ssbp--theme-5 .ssbp-btn.ssbp-skype:focus:before,.ssbp--theme-5 .ssbp-btn.ssbp-skype:active:before,.ssbp--theme-6 .ssbp-btn.ssbp-skype:hover:before,.ssbp--theme-6 .ssbp-btn.ssbp-skype:focus:before,.ssbp--theme-6 .ssbp-btn.ssbp-skype:active:before,.ssbp--theme-7 .ssbp-btn.ssbp-skype:hover:before,.ssbp--theme-7 .ssbp-btn.ssbp-skype:focus:before,.ssbp--theme-7 .ssbp-btn.ssbp-skype:active:before{transform:translate(-50%,-37%) !important;left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%}
686
+ .ssbp--theme-5 .ssbp-skype{background-color:#00aff0;box-shadow:0 8px 0 #0081b1,0 10px 12px rgba(0,0,0,0.33)}
687
+ .ssbp--theme-5 .ssbp-skype:active{box-shadow:0 4px 0 #0081b1,0 5px 6px rgba(0,0,0,0.33)}
688
+ .ssbp--theme-3 .ssbp-text,.ssbp--theme-7 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12.1px;margin-left:0;text-shadow:-1px -1px rgba(0,0,0,0.2);position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}
689
+ .ssbp--theme-7 .ssbp-li--skype .ssbp-text{color:#00aff0}.ssbp--theme-7 .ssbp-li--skype:hover .ssbp-text{color:#fff}
690
+ .ssbp--theme-9 .ssbp-li--skype{border-bottom:5px solid #00aff0}.ssbp--theme-9 .ssbp-skype{height:43px !important}
691
+ .ssbp--theme-9 .ssbp-li--skype:hover{border-bottom:5px solid rgba(0,175,240,0.59)}
692
+ .ssbp--theme-9 .ssbp-li--skype .ssbp-skype:before{padding:9px 14px 0}.ssbp--theme-10 .ssbp-skype{width:40px !important}
693
+ .ssbp--theme-10 .ssbp-skype:before{padding:11px 8px 8px}.ssbp-snapchat:before{content:url("../images/snapchat.svg");left:0;padding:5px 8px 0;position:absolute;top:0;width:100%}
694
+ .ssbp--theme-8 .ssbp-snapchat:before{content:url("../images/snapchat-black.svg")}.ssbp--theme-1 .ssbp-snapchat,.ssbp--theme-2 .ssbp-snapchat,.ssbp--theme-3 .ssbp-snapchat,.ssbp--theme-4 .ssbp-snapchat,.ssbp--theme-5 .ssbp-snapchat,.ssbp--theme-10 .ssbp-snapchat:before,.ssbp--theme-11 .ssbp-snapchat{transition:background-color,.5s;background-color:#fffc00;display:block}
695
+ .ssbp--theme-6 .ssbp-snapchat,.ssbp--theme-7 .ssbp-snapchat{border-color:#fffc00;display:block}
696
+ .ssbp--theme-8 .ssbp-snapchat,.ssbp--theme-9 .ssbp-snapchat{display:block}.ssbp--theme-6 .ssbp-snapchat:before,.ssbp--theme-7 .ssbp-snapchat:before,.ssbp--theme-9 .ssbp-snapchat:before{content:url("../images/snapchat-hover.svg")}
697
+ .ssbp--theme-1 .ssbp-snapchat:before,.ssbp--theme-2 .ssbp-snapchat:before,.ssbp--theme-3 .ssbp-snapchat:before,.ssbp--theme-4 .ssbp-snapchat:before,.ssbp--theme-5 .ssbp-snapchat:before,.ssbp--theme-6 .ssbp-snapchat:before,.ssbp--theme-7 .ssbp-snapchat:before{left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
698
+ .ssbp--theme-1 .ssbp-snapchat:hover,.ssbp--theme-1 .ssbp-snapchat:focus,.ssbp--theme-1 .ssbp-snapchat:active{color:#fffc00;border-color:#fffc00}
699
+ .ssbp--theme-6 .ssbp-snapchat:hover,.ssbp--theme-6 .ssbp-snapchat:focus,.ssbp--theme-6 .ssbp-snapchat:active,.ssbp--theme-7 .ssbp-snapchat:hover,.ssbp--theme-7 .ssbp-snapchat:focus,.ssbp--theme-7 .ssbp-snapchat:active{background-color:#fffc00}
700
+ .ssbp--theme-2 .ssbp-snapchat:hover,.ssbp--theme-2 .ssbp-snapchat:focus,.ssbp--theme-2 .ssbp-snapchat:active,.ssbp--theme-3 .ssbp-snapchat:hover,.ssbp--theme-3 .ssbp-snapchat:focus,.ssbp--theme-3 .ssbp-snapchat:active,.ssbp--theme-10 .ssbp-snapchat:hover:before,.ssbp--theme-10 .ssbp-snapchat:focus:before,.ssbp--theme-10 .ssbp-snapchat:active:before,.ssbp--theme-11 .ssbp-snapchat:hover,.ssbp--theme-11 .ssbp-snapchat:focus,.ssbp--theme-11 .ssbp-snapchat:active{border-color:#b5b320;background-color:#b5b320}
701
+ .ssbp--theme-1 .ssbp-snapchat:hover:before,.ssbp--theme-1 .ssbp-snapchat:focus:before,.ssbp--theme-1 .ssbp-snapchat:active:before{content:url("../images/snapchat-hover.svg");left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
702
+ .ssbp--theme-6 .ssbp-snapchat:hover:before,.ssbp--theme-6 .ssbp-snapchat:focus:before,.ssbp--theme-6 .ssbp-snapchat:active:before,.ssbp--theme-7 .ssbp-snapchat:hover:before,.ssbp--theme-7 .ssbp-snapchat:focus:before,.ssbp--theme-7 .ssbp-snapchat:active:before,.ssbp--theme-8 .ssbp-snapchat:hover:before,.ssbp--theme-8 .ssbp-snapchat:focus:before,.ssbp--theme-8 .ssbp-snapchat:active:before{content:url("../images/snapchat.svg")}
703
+ .ssbp--theme-1 .ssbp-snapchat+.ssbp-each-share,.ssbp--theme-2 .ssbp-snapchat+.ssbp-each-share,.ssbp--theme-3 .ssbp-snapchat+.ssbp-each-share,.ssbp--theme-4 .ssbp-snapchat+.ssbp-each-share,.ssbp--theme-5 .ssbp-snapchat+.ssbp-each-share,.ssbp--theme-6 .ssbp-snapchat+.ssbp-each-share,.ssbp--theme-7 .ssbp-snapchat+.ssbp-each-share{background-color:#fffc00}
704
+ .ssbp--theme-2 .ssbp-btn.ssbp-snapchat:hover:before,.ssbp--theme-2 .ssbp-btn.ssbp-snapchat:focus:before,.ssbp--theme-2 .ssbp-btn.ssbp-snapchat:active:before,.ssbp--theme-3 .ssbp-btn.ssbp-snapchat:hover:before,.ssbp--theme-3 .ssbp-btn.ssbp-snapchat:focus:before,.ssbp--theme-3 .ssbp-btn.ssbp-snapchat:active:before,.ssbp--theme-4 .ssbp-btn.ssbp-snapchat:hover:before,.ssbp--theme-4 .ssbp-btn.ssbp-snapchat:focus:before,.ssbp--theme-4 .ssbp-btn.ssbp-snapchat:active:before,.ssbp--theme-5 .ssbp-btn.ssbp-snapchat:hover:before,.ssbp--theme-5 .ssbp-btn.ssbp-snapchat:focus:before,.ssbp--theme-5 .ssbp-btn.ssbp-snapchat:active:before,.ssbp--theme-6 .ssbp-btn.ssbp-snapchat:hover:before,.ssbp--theme-6 .ssbp-btn.ssbp-snapchat:focus:before,.ssbp--theme-6 .ssbp-btn.ssbp-snapchat:active:before,.ssbp--theme-7 .ssbp-btn.ssbp-snapchat:hover:before,.ssbp--theme-7 .ssbp-btn.ssbp-snapchat:focus:before,.ssbp--theme-7 .ssbp-btn.ssbp-snapchat:active:before{transform:translate(-50%,-37%) !important;left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%}
705
+ .ssbp--theme-5 .ssbp-snapchat{background-color:#fffc00;box-shadow:0 8px 0 #b5b320,0 10px 12px rgba(0,0,0,0.33)}
706
+ .ssbp--theme-5 .ssbp-snapchat:active{box-shadow:0 4px 0 #fffc00,0 5px 6px rgba(0,0,0,0.33)}
707
+ .ssbp--theme-3 .ssbp-text,.ssbp--theme-7 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12.1px;margin-left:0;text-shadow:-1px -1px rgba(0,0,0,0.2);position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}
708
+ .ssbp--theme-7 .ssbp-li--snapchat .ssbp-text{color:#fffc00}.ssbp--theme-7 .ssbp-li--snapchat:hover .ssbp-text{color:#fff}
709
+ .ssbp--theme-9 .ssbp-li--snapchat{border-bottom:5px solid #fffc00}.ssbp--theme-9 .ssbp-snapchat{height:43px !important}
710
+ .ssbp--theme-9 .ssbp-li--snapchat:hover{border-bottom:5px solid rgba(255,252,40,0.59)}
711
+ .ssbp--theme-9 .ssbp-li--snapchat .ssbp-snapchat:before{padding:9px 14px 0}.ssbp--theme-10 .ssbp-snapchat{width:40px !important}
712
+ .ssbp--theme-10 .ssbp-snapchat:before{padding:11px 8px 8px}.ssbp-telegram:before{content:url("../images/telegram.svg");left:0;padding:5px 8px 0;position:absolute;top:0;width:100%}
713
+ .ssbp--theme-8 .ssbp-telegram:before{content:url("../images/telegram-black.svg")}.ssbp--theme-1 .ssbp-telegram,.ssbp--theme-2 .ssbp-telegram,.ssbp--theme-3 .ssbp-telegram,.ssbp--theme-4 .ssbp-telegram,.ssbp--theme-5 .ssbp-telegram,.ssbp--theme-10 .ssbp-telegram:before,.ssbp--theme-11 .ssbp-telegram{transition:background-color,.5s;background-color:#37aee2;display:block}
714
+ .ssbp--theme-6 .ssbp-telegram,.ssbp--theme-7 .ssbp-telegram{border-color:#37aee2;display:block}
715
+ .ssbp--theme-8 .ssbp-telegram,.ssbp--theme-9 .ssbp-telegram{display:block}.ssbp--theme-6 .ssbp-telegram:before,.ssbp--theme-7 .ssbp-telegram:before,.ssbp--theme-9 .ssbp-telegram:before{content:url("../images/telegram-hover.svg")}
716
+ .ssbp--theme-1 .ssbp-telegram:before,.ssbp--theme-2 .ssbp-telegram:before,.ssbp--theme-3 .ssbp-telegram:before,.ssbp--theme-4 .ssbp-telegram:before,.ssbp--theme-5 .ssbp-telegram:before,.ssbp--theme-6 .ssbp-telegram:before,.ssbp--theme-7 .ssbp-telegram:before{left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
717
+ .ssbp--theme-1 .ssbp-telegram:hover,.ssbp--theme-1 .ssbp-telegram:focus,.ssbp--theme-1 .ssbp-telegram:active{color:#37aee2;border-color:#37aee2}
718
+ .ssbp--theme-6 .ssbp-telegram:hover,.ssbp--theme-6 .ssbp-telegram:focus,.ssbp--theme-6 .ssbp-telegram:active,.ssbp--theme-7 .ssbp-telegram:hover,.ssbp--theme-7 .ssbp-telegram:focus,.ssbp--theme-7 .ssbp-telegram:active{background-color:#37aee2}
719
+ .ssbp--theme-2 .ssbp-telegram:hover,.ssbp--theme-2 .ssbp-telegram:focus,.ssbp--theme-2 .ssbp-telegram:active,.ssbp--theme-3 .ssbp-telegram:hover,.ssbp--theme-3 .ssbp-telegram:focus,.ssbp--theme-3 .ssbp-telegram:active,.ssbp--theme-10 .ssbp-telegram:hover:before,.ssbp--theme-10 .ssbp-telegram:focus:before,.ssbp--theme-10 .ssbp-telegram:active:before,.ssbp--theme-11 .ssbp-telegram:hover,.ssbp--theme-11 .ssbp-telegram:focus,.ssbp--theme-11 .ssbp-telegram:active{border-color:#0674a4;background-color:#0674a4}
720
+ .ssbp--theme-1 .ssbp-telegram:hover:before,.ssbp--theme-1 .ssbp-telegram:focus:before,.ssbp--theme-1 .ssbp-telegram:active:before{content:url("../images/telegram-hover.svg");left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
721
+ .ssbp--theme-6 .ssbp-telegram:hover:before,.ssbp--theme-6 .ssbp-telegram:focus:before,.ssbp--theme-6 .ssbp-telegram:active:before,.ssbp--theme-7 .ssbp-telegram:hover:before,.ssbp--theme-7 .ssbp-telegram:focus:before,.ssbp--theme-7 .ssbp-telegram:active:before,.ssbp--theme-8 .ssbp-telegram:hover:before,.ssbp--theme-8 .ssbp-telegram:focus:before,.ssbp--theme-8 .ssbp-telegram:active:before{content:url("../images/telegram.svg")}
722
+ .ssbp--theme-1 .ssbp-telegram+.ssbp-each-share,.ssbp--theme-2 .ssbp-telegram+.ssbp-each-share,.ssbp--theme-3 .ssbp-telegram+.ssbp-each-share,.ssbp--theme-4 .ssbp-telegram+.ssbp-each-share,.ssbp--theme-5 .ssbp-telegram+.ssbp-each-share,.ssbp--theme-6 .ssbp-telegram+.ssbp-each-share,.ssbp--theme-7 .ssbp-telegram+.ssbp-each-share{background-color:#37aee2}
723
+ .ssbp--theme-2 .ssbp-btn.ssbp-telegram:hover:before,.ssbp--theme-2 .ssbp-btn.ssbp-telegram:focus:before,.ssbp--theme-2 .ssbp-btn.ssbp-telegram:active:before,.ssbp--theme-3 .ssbp-btn.ssbp-telegram:hover:before,.ssbp--theme-3 .ssbp-btn.ssbp-telegram:focus:before,.ssbp--theme-3 .ssbp-btn.ssbp-telegram:active:before,.ssbp--theme-4 .ssbp-btn.ssbp-telegram:hover:before,.ssbp--theme-4 .ssbp-btn.ssbp-telegram:focus:before,.ssbp--theme-4 .ssbp-btn.ssbp-telegram:active:before,.ssbp--theme-5 .ssbp-btn.ssbp-telegram:hover:before,.ssbp--theme-5 .ssbp-btn.ssbp-telegram:focus:before,.ssbp--theme-5 .ssbp-btn.ssbp-telegram:active:before,.ssbp--theme-6 .ssbp-btn.ssbp-telegram:hover:before,.ssbp--theme-6 .ssbp-btn.ssbp-telegram:focus:before,.ssbp--theme-6 .ssbp-btn.ssbp-telegram:active:before,.ssbp--theme-7 .ssbp-btn.ssbp-telegram:hover:before,.ssbp--theme-7 .ssbp-btn.ssbp-telegram:focus:before,.ssbp--theme-7 .ssbp-btn.ssbp-telegram:active:before{transform:translate(-50%,-37%) !important;left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%}
724
+ .ssbp--theme-5 .ssbp-telegram{background-color:#37aee2;box-shadow:0 8px 0 #0674a4,0 10px 12px rgba(0,0,0,0.33)}
725
+ .ssbp--theme-5 .ssbp-telegram:active{box-shadow:0 4px 0 #37aee2,0 5px 6px rgba(0,0,0,0.33)}
726
+ .ssbp--theme-3 .ssbp-text,.ssbp--theme-7 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12.1px;margin-left:0;text-shadow:-1px -1px rgba(0,0,0,0.2);position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}
727
+ .ssbp--theme-7 .ssbp-li--telegram .ssbp-text{color:#37aee2}.ssbp--theme-7 .ssbp-li--telegram:hover .ssbp-text{color:#fff}
728
+ .ssbp--theme-9 .ssbp-li--telegram{border-bottom:5px solid #20779d}.ssbp--theme-9 .ssbp-telegram{height:43px !important}
729
+ .ssbp--theme-9 .ssbp-li--telegram:hover{border-bottom:5px solid rgba(55,174,226,0.59)}
730
+ .ssbp--theme-9 .ssbp-li--telegram .ssbp-telegram:before{padding:9px 14px 0}.ssbp--theme-10 .ssbp-telegram{width:40px !important}
731
+ .ssbp--theme-10 .ssbp-telegram:before{padding:11px 8px 8px}.ssbp-weibo:before{content:url("../images/weibo.svg");left:0;padding:5px 8px 0;position:absolute;top:0;width:100%}
732
+ .ssbp--theme-8 .ssbp-weibo:before{content:url("../images/weibo-black.svg")}.ssbp--theme-1 .ssbp-weibo,.ssbp--theme-2 .ssbp-weibo,.ssbp--theme-3 .ssbp-weibo,.ssbp--theme-4 .ssbp-weibo,.ssbp--theme-5 .ssbp-weibo,.ssbp--theme-10 .ssbp-weibo:before,.ssbp--theme-11 .ssbp-weibo{transition:background-color,.5s;background-color:#df2029;display:block}
733
+ .ssbp--theme-6 .ssbp-weibo,.ssbp--theme-7 .ssbp-weibo{border-color:#df2029;display:block}
734
+ .ssbp--theme-8 .ssbp-weibo,.ssbp--theme-9 .ssbp-weibo{display:block}.ssbp--theme-6 .ssbp-weibo:before,.ssbp--theme-7 .ssbp-weibo:before,.ssbp--theme-9 .ssbp-weibo:before{content:url("../images/weibo-hover.svg")}
735
+ .ssbp--theme-1 .ssbp-weibo:before,.ssbp--theme-2 .ssbp-weibo:before,.ssbp--theme-3 .ssbp-weibo:before,.ssbp--theme-4 .ssbp-weibo:before,.ssbp--theme-5 .ssbp-weibo:before,.ssbp--theme-6 .ssbp-weibo:before,.ssbp--theme-7 .ssbp-weibo:before{left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
736
+ .ssbp--theme-1 .ssbp-weibo:hover,.ssbp--theme-1 .ssbp-weibo:focus,.ssbp--theme-1 .ssbp-weibo:active{color:#df2029;border-color:#df2029}
737
+ .ssbp--theme-6 .ssbp-weibo:hover,.ssbp--theme-6 .ssbp-weibo:focus,.ssbp--theme-6 .ssbp-weibo:active,.ssbp--theme-7 .ssbp-weibo:hover,.ssbp--theme-7 .ssbp-weibo:focus,.ssbp--theme-7 .ssbp-weibo:active{background-color:#df2029}
738
+ .ssbp--theme-2 .ssbp-weibo:hover,.ssbp--theme-2 .ssbp-weibo:focus,.ssbp--theme-2 .ssbp-weibo:active,.ssbp--theme-3 .ssbp-weibo:hover,.ssbp--theme-3 .ssbp-weibo:focus,.ssbp--theme-3 .ssbp-weibo:active,.ssbp--theme-10 .ssbp-weibo:hover:before,.ssbp--theme-10 .ssbp-weibo:focus:before,.ssbp--theme-10 .ssbp-weibo:active:before,.ssbp--theme-11 .ssbp-weibo:hover,.ssbp--theme-11 .ssbp-weibo:focus,.ssbp--theme-11 .ssbp-weibo:active{border-color:#ad191f;background-color:#ad191f}
739
+ .ssbp--theme-1 .ssbp-weibo:hover:before,.ssbp--theme-1 .ssbp-weibo:focus:before,.ssbp--theme-1 .ssbp-weibo:active:before{content:url("../images/weibo-hover.svg");left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
740
+ .ssbp--theme-6 .ssbp-weibo:hover:before,.ssbp--theme-6 .ssbp-weibo:focus:before,.ssbp--theme-6 .ssbp-weibo:active:before,.ssbp--theme-7 .ssbp-weibo:hover:before,.ssbp--theme-7 .ssbp-weibo:focus:before,.ssbp--theme-7 .ssbp-weibo:active:before,.ssbp--theme-8 .ssbp-weibo:hover:before,.ssbp--theme-8 .ssbp-weibo:focus:before,.ssbp--theme-8 .ssbp-weibo:active:before{content:url("../images/weibo.svg")}
741
+ .ssbp--theme-1 .ssbp-weibo+.ssbp-each-share,.ssbp--theme-2 .ssbp-weibo+.ssbp-each-share,.ssbp--theme-3 .ssbp-weibo+.ssbp-each-share,.ssbp--theme-4 .ssbp-weibo+.ssbp-each-share,.ssbp--theme-5 .ssbp-weibo+.ssbp-each-share,.ssbp--theme-6 .ssbp-weibo+.ssbp-each-share,.ssbp--theme-7 .ssbp-weibo+.ssbp-each-share{background-color:#df2029}
742
+ .ssbp--theme-2 .ssbp-btn.ssbp-weibo:hover:before,.ssbp--theme-2 .ssbp-btn.ssbp-weibo:focus:before,.ssbp--theme-2 .ssbp-btn.ssbp-weibo:active:before,.ssbp--theme-3 .ssbp-btn.ssbp-weibo:hover:before,.ssbp--theme-3 .ssbp-btn.ssbp-weibo:focus:before,.ssbp--theme-3 .ssbp-btn.ssbp-weibo:active:before,.ssbp--theme-4 .ssbp-btn.ssbp-weibo:hover:before,.ssbp--theme-4 .ssbp-btn.ssbp-weibo:focus:before,.ssbp--theme-4 .ssbp-btn.ssbp-weibo:active:before,.ssbp--theme-5 .ssbp-btn.ssbp-weibo:hover:before,.ssbp--theme-5 .ssbp-btn.ssbp-weibo:focus:before,.ssbp--theme-5 .ssbp-btn.ssbp-weibo:active:before,.ssbp--theme-6 .ssbp-btn.ssbp-weibo:hover:before,.ssbp--theme-6 .ssbp-btn.ssbp-weibo:focus:before,.ssbp--theme-6 .ssbp-btn.ssbp-weibo:active:before,.ssbp--theme-7 .ssbp-btn.ssbp-weibo:hover:before,.ssbp--theme-7 .ssbp-btn.ssbp-weibo:focus:before,.ssbp--theme-7 .ssbp-btn.ssbp-weibo:active:before{transform:translate(-50%,-37%) !important;left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%}
743
+ .ssbp--theme-5 .ssbp-weibo{background-color:#df2029;box-shadow:0 8px 0 #ad191f,0 10px 12px rgba(0,0,0,0.33)}
744
+ .ssbp--theme-5 .ssbp-weibo:active{box-shadow:0 4px 0 #ad191f,0 5px 6px rgba(0,0,0,0.33)}
745
+ .ssbp--theme-3 .ssbp-text,.ssbp--theme-7 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12.1px;margin-left:0;text-shadow:-1px -1px rgba(0,0,0,0.2);position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}
746
+ .ssbp--theme-7 .ssbp-li--weibo .ssbp-text{color:#df2029}.ssbp--theme-7 .ssbp-li--weibo:hover .ssbp-text{color:#fff}
747
+ .ssbp--theme-9 .ssbp-li--weibo{border-bottom:5px solid #df2029}.ssbp--theme-9 .ssbp-weibo{height:43px !important}
748
+ .ssbp--theme-9 .ssbp-li--weibo:hover{border-bottom:5px solid rgba(223,32,41,0.61)}
749
+ .ssbp--theme-9 .ssbp-li--weibo .ssbp-weibo:before{padding:9px 14px 0}.ssbp--theme-10 .ssbp-weibo{width:40px !important}
750
+ .ssbp--theme-10 .ssbp-weibo:before{padding:11px 8px 8px}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
css/ssba.css CHANGED
@@ -1,4354 +1,674 @@
1
- /* Style stylesheet */
2
- .ssbp-line:before {
3
- content: url("../images/line.svg");
4
- left: 0;
5
- padding: 5px 8px 0;
6
- position: absolute;
7
- top: 0;
8
- width: 100%; }
9
-
10
- .ssbp--theme-1 .ssbp-line {
11
- background-color: #00c300;
12
- display: block; }
13
-
14
- .ssbp--theme-1 .ssbp-line:before {
15
- left: 50%;
16
- position: absolute;
17
- top: 50%;
18
- padding-top: 0;
19
- width: 86%;
20
- height: 100%;
21
- transform: translate(-50%, -37%); }
22
-
23
- .ssbp--theme-1 .ssbp-line:hover,
24
- .ssbp--theme-1 .ssbp-line:focus,
25
- .ssbp--theme-1 .ssbp-line:active {
26
- color: #00c300;
27
- border-color: #00c300; }
28
-
29
- .ssbp--theme-1 .ssbp-line:hover:before,
30
- .ssbp--theme-1 .ssbp-line:focus:before,
31
- .ssbp--theme-1 .ssbp-line:active:before {
32
- content: url("../images/line-hover.svg");
33
- left: 50%;
34
- position: absolute;
35
- top: 50%;
36
- padding-top: 0;
37
- width: 86%;
38
- height: 100%;
39
- transform: translate(-50%, -37%); }
40
-
41
- .ssbp--theme-1 .ssbp-line + .ssbp-each-share {
42
- background-color: #00c300; }
43
-
44
- .ssbp--theme-2 .ssbp-toggle-switch, .ssbp--theme-3 .ssbp-toggle-switch, .ssbp--theme-10 .ssbp-toggle-switch, .ssbp--theme-11 .ssbp-toggle-switch {
45
- background: #4C4C4C;
46
- background: rgba(39, 39, 39, 0.8);
47
- border-radius: 0;
48
- color: #fff; }
49
-
50
- .ssbp--theme-2 .ssbp-toggle-switch:active, .ssbp--theme-3 .ssbp-toggle-switch:active, .ssbp--theme-10 .ssbp-toggle-switch:active, .ssbp--theme-11 .ssbp-toggle-switch:active, .ssbp--theme-2 .ssbp-toggle-switch:hover, .ssbp--theme-3 .ssbp-toggle-switch:hover, .ssbp--theme-10 .ssbp-toggle-switch:hover, .ssbp--theme-11 .ssbp-toggle-switch:hover, .ssbp--theme-2 .ssbp-toggle-switch:focus, .ssbp--theme-3 .ssbp-toggle-switch:focus, .ssbp--theme-10 .ssbp-toggle-switch:focus, .ssbp--theme-11 .ssbp-toggle-switch:focus {
51
- background: #4C4C4C;
52
- background: rgba(39, 39, 39, 0.9); }
53
-
54
- .ssbp--theme-1 .ssbp-toggle-switch, .ssbp--theme-4 .ssbp-toggle-switch, .ssbp--theme-5 .ssbp-toggle-switch, .ssbp--theme-6 .ssbp-toggle-switch, .ssbp--theme-7 .ssbp-toggle-switch, .ssbp--theme-8 .ssbp-toggle-switch, .ssbp--theme-9 .ssbp-toggle-switch {
55
- background: #fff;
56
- background: rgba(255, 255, 255, 0.8);
57
- color: #272727;
58
- border-radius: 0; }
59
-
60
- .ssbp--theme-1 .ssbp-toggle-switch:active, .ssbp--theme-4 .ssbp-toggle-switch:active, .ssbp--theme-5 .ssbp-toggle-switch:active, .ssbp--theme-6 .ssbp-toggle-switch:active, .ssbp--theme-7 .ssbp-toggle-switch:active, .ssbp--theme-8 .ssbp-toggle-switch:active, .ssbp--theme-9 .ssbp-toggle-switch:active, .ssbp--theme-1 .ssbp-toggle-switch:hover, .ssbp--theme-4 .ssbp-toggle-switch:hover, .ssbp--theme-5 .ssbp-toggle-switch:hover, .ssbp--theme-6 .ssbp-toggle-switch:hover, .ssbp--theme-7 .ssbp-toggle-switch:hover, .ssbp--theme-8 .ssbp-toggle-switch:hover, .ssbp--theme-9 .ssbp-toggle-switch:hover, .ssbp--theme-1 .ssbp-toggle-switch:focus, .ssbp--theme-4 .ssbp-toggle-switch:focus, .ssbp--theme-5 .ssbp-toggle-switch:focus, .ssbp--theme-6 .ssbp-toggle-switch:focus, .ssbp--theme-7 .ssbp-toggle-switch:focus, .ssbp--theme-8 .ssbp-toggle-switch:focus, .ssbp--theme-9 .ssbp-toggle-switch:focus {
61
- background: #fff;
62
- background: rgba(255, 255, 255, 0.9); }
63
-
64
- .ssbp--theme-2.ssbp--centred .ssbp-list, .ssbp--theme-3.ssbp--centred .ssbp-list, .ssbp--theme-5.ssbp--centred .ssbp-list, .ssbp--theme-7.ssbp--centred .ssbp-list, .ssbp--theme-8.ssbp--centred .ssbp-list, .ssbp--theme-9.ssbp--centred .ssbp-list, .ssbp--theme-10.ssbp--centred .ssbp-list, .ssbp--theme-11.ssbp--centred .ssbp-list {
65
- display: table;
66
- table-layout: fixed;
67
- width: 100%; }
68
-
69
- .ssbp--theme-2.ssbp--centred .ssbp-list li, .ssbp--theme-3.ssbp--centred .ssbp-list li, .ssbp--theme-5.ssbp--centred .ssbp-list li, .ssbp--theme-7.ssbp--centred .ssbp-list li, .ssbp--theme-8.ssbp--centred .ssbp-list li, .ssbp--theme-9.ssbp--centred .ssbp-list li, .ssbp--theme-10.ssbp--centred .ssbp-list li, .ssbp--theme-11.ssbp--centred .ssbp-list li {
70
- display: inline-block !important;
71
- margin: 0 12px !important;
72
- display: table-cell !important;
73
- width: auto;
74
- height: auto; }
75
-
76
- .ssbp--theme-2.ssbp--centred .ssbp-btn, .ssbp--theme-3.ssbp--centred .ssbp-btn, .ssbp--theme-5.ssbp--centred .ssbp-btn, .ssbp--theme-7.ssbp--centred .ssbp-btn, .ssbp--theme-8.ssbp--centred .ssbp-btn, .ssbp--theme-9.ssbp--centred .ssbp-btn, .ssbp--theme-10.ssbp--centred .ssbp-btn, .ssbp--theme-11.ssbp--centred .ssbp-btn {
77
- display: block;
78
- width: auto; }
79
-
80
- @-webkit-keyframes spin {
81
- from {
82
- -webkit-transform: rotate(0deg); }
83
- to {
84
- -webkit-transform: rotate(360deg); } }
85
-
86
- @keyframes spin {
87
- from {
88
- -webkit-transform: rotate(0deg);
89
- transform: rotate(0deg); }
90
- to {
91
- -webkit-transform: rotate(360deg);
92
- transform: rotate(360deg); } }
93
-
94
- .ssbp-spinner:before {
95
- font-family: 'ssbp';
96
- content: "\e614"; }
97
-
98
- .ssbp-spinner {
99
- -webkit-animation: spin 2s infinite linear;
100
- animation: spin 2s infinite linear;
101
- display: inline-block; }
102
-
103
- .ssbp-btn:before, .ssbp-toggle-switch:before {
104
- display: inline-block;
105
- font-family: 'ssbp';
106
- speak: none;
107
- font-size: 18px;
108
- font-style: normal;
109
- font-weight: normal;
110
- font-variant: normal;
111
- text-transform: none; }
112
-
113
- .ssbp-arrow-right:before {
114
- content: "\e612"; }
115
-
116
- .ssbp-arrow-left:before {
117
- content: "\e613"; }
118
-
119
- .ssbp-arrow-down:before {
120
- content: "\e619"; }
121
-
122
- .ssbp-arrow-up:before {
123
- content: "\e61a"; }
124
-
125
- .ssbp-chevron-down:before, .ssbp-toggle-switch:before {
126
- content: "\e618"; }
127
-
128
- .ssbp-chevron-up:before, .ssbp--state-hidden .ssbp-toggle-switch:before {
129
- content: "\e615"; }
130
-
131
- .ssbp-chevron-right:before, .ssbp--fixed-right .ssbp-toggle-switch:before, .ssbp--state-hidden.ssbp--fixed-left .ssbp-toggle-switch:before {
132
- content: "\e616"; }
133
-
134
- .ssbp-chevron-left:before, .ssbp--fixed-left .ssbp-toggle-switch:before, .ssbp--state-hidden.ssbp--fixed-right .ssbp-toggle-switch:before {
135
- content: "\e617"; }
136
-
137
- .ssbp-simplesharebuttons:before {
138
- content: "\e611"; }
139
-
140
- .ssbp-yummly:before {
141
- content: "\e60b"; }
142
-
143
- .ssbp-whatsapp:before {
144
- content: "\e60f"; }
145
-
146
- .ssbp-diggit:before {
147
- content: "\e60c"; }
148
-
149
- .ssbp-buffer:before {
150
- content: "\e60d"; }
151
-
152
- .ssbp-close:before {
153
- content: "\e614"; }
154
-
155
- .ssbp-twitter:before {
156
- content: "\e605"; }
157
-
158
- .ssbp-reddit:before {
159
- content: "\e606"; }
160
-
161
- .ssbp-flattr:before {
162
- content: "\e607"; }
163
-
164
- .ssbp-tumblr:before {
165
- content: "\e608"; }
166
-
167
- .ssbp-linkedin:before {
168
- content: "\e609"; }
169
-
170
- .ssbp-google:before {
171
- content: "\e60a"; }
172
-
173
- .ssbp-xing:before {
174
- content: "\e610"; }
175
-
176
- .ssbp-facebook:before {
177
- content: "\e60e"; }
178
-
179
- .ssbp-facebook_save:before {
180
- content: "\e900"; }
181
-
182
- .ssbp-facebook-messenger:before {
183
- content: "\e611"; }
184
-
185
- .ssbp-vk:before {
186
- content: "\e600"; }
187
-
188
- .ssbp-stumbleupon:before {
189
- content: "\e601"; }
190
-
191
- .ssbp-print:before {
192
- content: "\e602"; }
193
-
194
- .ssbp-pinterest:before {
195
- content: "\e603"; }
196
-
197
- .ssbp-email:before {
198
- content: "\e604"; }
199
-
200
- .ssbp-ellipsis:before {
201
- content: "\e612"; }
202
-
203
- .ssbp-x:before {
204
- content: "\e613"; }
205
-
206
- @media print {
207
- .ssbp-wrap {
208
- display: none !important; } }
209
-
210
- .ssbp-wrap *, .ssbp-wrap *:before, .ssbp-wrap *:after {
211
- box-sizing: border-box; }
212
-
213
- .ssbp-input-url-div, .ssbp-total-shares, .ssba-hide-button.ssbp-each-share, .ssbp-toggle-switch, .ssbp-text {
214
- display: none; }
215
-
216
- .ssbp-wrap {
217
- position: relative;
218
- display: inline-block;
219
- padding: 0px;
220
- font-size: 0;
221
- color: #272727; }
222
-
223
- .ssbp-wrap.ssbp--centred {
224
- display: block;
225
- text-align: center; }
226
-
227
- .ssbp-wrap.ssbp--aligned-right {
228
- display: block;
229
- text-align: right; }
230
-
231
- .ssbp-wrap.ssbp--aligned-right .ssbp-container {
232
- display: inline; }
233
-
234
- .ssbp-wrap .ssbp-container, .ssbp-wrap .ssbp-toggle-switch {
235
- font-size: 16px; }
236
-
237
- .ssbp-wrap .ssbp-list {
238
- list-style: none;
239
- display: inline-block;
240
- vertical-align: middle;
241
- margin: 0;
242
- padding: 0; }
243
-
244
- .ssbp-wrap .ssbp-list li {
245
- margin-top: 1rem;
246
- position: relative;
247
- display: inline-block;
248
- vertical-align: top; }
249
-
250
- .ssbp-wrap .ssbp-list li:first-of-type {
251
- margin-left: 0; }
252
-
253
- .ssbp-wrap .ssbp-btn {
254
- display: inline-block;
255
- text-align: center;
256
- text-decoration: none;
257
- font-family: sans-serif; }
258
-
259
- .ssbp-wrap.ssbp--stacked .ssbp-list li, .ssbp-wrap.ssbp--fixed-left .ssbp-list li, .ssbp-wrap.ssbp--fixed-right .ssbp-list li {
260
- display: block;
261
- margin-top: 6px;
262
- margin-left: 0 !important;
263
- margin-right: 0 !important; }
264
-
265
- .ssbp-wrap.ssbp--stacked .ssbp-list li:first-of-type, .ssbp-wrap.ssbp--fixed-left .ssbp-list li:first-of-type, .ssbp-wrap.ssbp--fixed-right .ssbp-list li:first-of-type {
266
- margin-top: 0; }
267
-
268
- .ssbp-wrap[class*="ssbp--fixed"] {
269
- position: fixed;
270
- z-index: 99999; }
271
-
272
- .ssbp-wrap[class*="ssbp--fixed"] .ssbp-container {
273
- -webkit-transition: .25s;
274
- transition: .25s; }
275
-
276
- .ssbp-wrap.ssbp--fixed-top, .ssbp-wrap.ssbp--fixed-bottom {
277
- left: 50%;
278
- -webkit-transform: translateX(-50%);
279
- transform: translateX(-50%); }
280
-
281
- .ssbp-wrap.ssbp--fixed-left, .ssbp-wrap.ssbp--fixed-right {
282
- top: 25%; }
283
-
284
- .ssbp-wrap.ssbp--fixed-top {
285
- top: 0; }
286
-
287
- .ssbp-wrap.ssbp--fixed-bottom {
288
- bottom: 0; }
289
-
290
- .ssbp-wrap.ssbp--fixed-left {
291
- left: 0; }
292
-
293
- .ssbp-wrap.ssbp--fixed-right {
294
- right: 0; }
295
-
296
- .ssbp-wrap[data-ssbp-counts="true"] .ssbp-each-share {
297
- display: block;
298
- pointer-events: none; }
299
-
300
- .ssbp-wrap[data-ssbp-total-counts="true"] .ssbp-total-shares {
301
- display: inline-block;
302
- padding: 0 .5em;
303
- text-align: center;
304
- font-size: 14px;
305
- line-height: 2; }
306
-
307
- .ssbp-wrap[data-ssbp-total-counts="true"].ssbp--fixed-left .ssbp-total-shares, .ssbp-wrap[data-ssbp-total-counts="true"].ssbp--fixed-right .ssbp-total-shares, .ssbp-wrap[data-ssbp-total-counts="true"].ssbp--stacked .ssbp-total-shares, .ssbp-wrap[data-ssbp-total-counts="true"].ssbp--fixed-left .ssbp-total-shares, .ssbp-wrap[data-ssbp-total-counts="true"].ssbp--fixed-right .ssbp-total-shares {
308
- display: block;
309
- padding: 0; }
310
-
311
- .ssbp-toggle-switch {
312
- position: absolute;
313
- padding: 0;
314
- border: 0;
315
- background: transparent;
316
- text-align: center;
317
- cursor: pointer;
318
- -webkit-transition: .25s;
319
- transition: .25s;
320
- display: none; }
321
-
322
- .ssbp-toggle-switch:active, .ssbp-toggle-switch:hover, .ssbp-toggle-switch:focus {
323
- padding: 0;
324
- border: 0; }
325
-
326
- .ssbp--fixed-left .ssbp-toggle-switch, .ssbp--fixed-right .ssbp-toggle-switch {
327
- left: 0;
328
- bottom: 100%;
329
- width: 100%; }
330
-
331
- .ssbp--fixed-top .ssbp-toggle-switch, .ssbp--fixed-bottom .ssbp-toggle-switch {
332
- left: 100%;
333
- bottom: 0;
334
- height: 100%; }
335
-
336
- .ssbp--show-toggle.ssbp--fixed-top .ssbp-toggle-switch:before {
337
- -webkit-transform: rotate(90deg);
338
- transform: rotate(90deg); }
339
-
340
- .ssbp--show-toggle.ssbp--fixed-bottom .ssbp-toggle-switch:before {
341
- -webkit-transform: rotate(-90deg);
342
- transform: rotate(-90deg); }
343
-
344
- .ssbp--show-toggle.ssbp--fixed-right .ssbp-toggle-switch:before {
345
- -webkit-transform: rotate(180deg);
346
- transform: rotate(180deg); }
347
-
348
- .ssbp--state-hidden .ssbp-each-share {
349
- opacity: 0; }
350
-
351
- .ssbp--state-hidden .ssbp-container {
352
- -webkit-transform: translateX(-100%);
353
- transform: translateX(-100%); }
354
-
355
- .ssbp--state-hidden.ssbp--fixed-top .ssbp-container {
356
- -webkit-transform: translateY(-100%);
357
- transform: translateY(-100%); }
358
-
359
- .ssbp--state-hidden.ssbp--fixed-bottom .ssbp-container {
360
- -webkit-transform: translateY(100%);
361
- transform: translateY(100%); }
362
-
363
- .ssbp--state-hidden.ssbp--fixed-left .ssbp-container {
364
- -webkit-transform: translateX(-100%);
365
- transform: translateX(-100%); }
366
-
367
- .ssbp--state-hidden.ssbp--fixed-right .ssbp-container {
368
- -webkit-transform: translateX(100%);
369
- transform: translateX(100%); }
370
-
371
- .ssbp--theme-2 .ssbp-toggle-switch, .ssbp--theme-3 .ssbp-toggle-switch, .ssbp--theme-10 .ssbp-toggle-switch, .ssbp--theme-11 .ssbp-toggle-switch {
372
- background: #4C4C4C;
373
- background: rgba(39, 39, 39, 0.8);
374
- border-radius: 0;
375
- color: #fff; }
376
-
377
- .ssbp--theme-2 .ssbp-toggle-switch:active, .ssbp--theme-3 .ssbp-toggle-switch:active, .ssbp--theme-10 .ssbp-toggle-switch:active, .ssbp--theme-11 .ssbp-toggle-switch:active, .ssbp--theme-2 .ssbp-toggle-switch:hover, .ssbp--theme-3 .ssbp-toggle-switch:hover, .ssbp--theme-10 .ssbp-toggle-switch:hover, .ssbp--theme-11 .ssbp-toggle-switch:hover, .ssbp--theme-2 .ssbp-toggle-switch:focus, .ssbp--theme-3 .ssbp-toggle-switch:focus, .ssbp--theme-10 .ssbp-toggle-switch:focus, .ssbp--theme-11 .ssbp-toggle-switch:focus {
378
- background: #4C4C4C;
379
- background: rgba(39, 39, 39, 0.9); }
380
-
381
- .ssbp--theme-1 .ssbp-toggle-switch, .ssbp--theme-4 .ssbp-toggle-switch, .ssbp--theme-5 .ssbp-toggle-switch, .ssbp--theme-6 .ssbp-toggle-switch, .ssbp--theme-7 .ssbp-toggle-switch, .ssbp--theme-8 .ssbp-toggle-switch, .ssbp--theme-9 .ssbp-toggle-switch {
382
- background: #fff;
383
- background: rgba(255, 255, 255, 0.8);
384
- color: #272727;
385
- border-radius: 0; }
386
-
387
- .ssbp--theme-1 .ssbp-toggle-switch:active, .ssbp--theme-4 .ssbp-toggle-switch:active, .ssbp--theme-5 .ssbp-toggle-switch:active, .ssbp--theme-6 .ssbp-toggle-switch:active, .ssbp--theme-7 .ssbp-toggle-switch:active, .ssbp--theme-8 .ssbp-toggle-switch:active, .ssbp--theme-9 .ssbp-toggle-switch:active, .ssbp--theme-1 .ssbp-toggle-switch:hover, .ssbp--theme-4 .ssbp-toggle-switch:hover, .ssbp--theme-5 .ssbp-toggle-switch:hover, .ssbp--theme-6 .ssbp-toggle-switch:hover, .ssbp--theme-7 .ssbp-toggle-switch:hover, .ssbp--theme-8 .ssbp-toggle-switch:hover, .ssbp--theme-9 .ssbp-toggle-switch:hover, .ssbp--theme-1 .ssbp-toggle-switch:focus, .ssbp--theme-4 .ssbp-toggle-switch:focus, .ssbp--theme-5 .ssbp-toggle-switch:focus, .ssbp--theme-6 .ssbp-toggle-switch:focus, .ssbp--theme-7 .ssbp-toggle-switch:focus, .ssbp--theme-8 .ssbp-toggle-switch:focus, .ssbp--theme-9 .ssbp-toggle-switch:focus {
388
- background: #fff;
389
- background: rgba(255, 255, 255, 0.9); }
390
-
391
- .ssbp--theme-2.ssbp--centred .ssbp-list, .ssbp--theme-3.ssbp--centred .ssbp-list, .ssbp--theme-5.ssbp--centred .ssbp-list, .ssbp--theme-7.ssbp--centred .ssbp-list, .ssbp--theme-8.ssbp--centred .ssbp-list, .ssbp--theme-9.ssbp--centred .ssbp-list, .ssbp--theme-10.ssbp--centred .ssbp-list, .ssbp--theme-11.ssbp--centred .ssbp-list {
392
- display: table;
393
- table-layout: fixed;
394
- width: 100%; }
395
-
396
- .ssbp--theme-2.ssbp--centred .ssbp-list li, .ssbp--theme-3.ssbp--centred .ssbp-list li, .ssbp--theme-5.ssbp--centred .ssbp-list li, .ssbp--theme-7.ssbp--centred .ssbp-list li, .ssbp--theme-8.ssbp--centred .ssbp-list li, .ssbp--theme-9.ssbp--centred .ssbp-list li, .ssbp--theme-10.ssbp--centred .ssbp-list li, .ssbp--theme-11.ssbp--centred .ssbp-list li {
397
- display: inline-block !important;
398
- margin: 0 12px !important;
399
- display: table-cell !important;
400
- width: auto;
401
- height: auto; }
402
-
403
- .ssbp--theme-2.ssbp--centred .ssbp-btn, .ssbp--theme-3.ssbp--centred .ssbp-btn, .ssbp--theme-5.ssbp--centred .ssbp-btn, .ssbp--theme-7.ssbp--centred .ssbp-btn, .ssbp--theme-8.ssbp--centred .ssbp-btn, .ssbp--theme-9.ssbp--centred .ssbp-btn, .ssbp--theme-10.ssbp--centred .ssbp-btn, .ssbp--theme-11.ssbp--centred .ssbp-btn {
404
- display: block;
405
- width: auto; }
406
-
407
- @-webkit-keyframes ripple-out {
408
- 100% {
409
- visibility: visible;
410
- top: -1em;
411
- right: -1em;
412
- bottom: -1em;
413
- left: -1em;
414
- opacity: 0; } }
415
-
416
- @keyframes ripple-out {
417
- 100% {
418
- visibility: visible;
419
- top: -1em;
420
- right: -1em;
421
- bottom: -1em;
422
- left: -1em;
423
- opacity: 0; } }
424
-
425
- .ssbp--theme-1 .ssbp-container {
426
- padding: 6px; }
427
-
428
- .ssbp--theme-1 .ssbp-list li {
429
- margin-left: 12px; }
430
-
431
- .ssbp--theme-1 .ssbp-btn {
432
- width: 3em;
433
- height: 3em;
434
- line-height: 3em;
435
- position: relative;
436
- border-radius: 50%;
437
- color: #fff;
438
- -webkit-transition: .25s;
439
- transition: .25s; }
440
-
441
- .ssbp--theme-1 .ssbp-btn:hover, .ssbp--theme-1 .ssbp-btn:focus, .ssbp--theme-1 .ssbp-btn:active {
442
- background-color: #fff;
443
- z-index: 10; }
444
-
445
- .ssbp--theme-1 .ssbp-btn:visited {
446
- color: #fff; }
447
-
448
- .ssbp--theme-1 .ssbp-btn:before {
449
- -webkit-transition: -webkit-transform .25s;
450
- transition: transform .25s; }
451
-
452
- .ssbp--theme-1 .ssbp-btn:active:before {
453
- -webkit-transform: scale(1.2);
454
- transform: scale(1.2); }
455
-
456
- .ssbp--theme-1 .ssbp-btn:after {
457
- content: '';
458
- visibility: hidden;
459
- position: absolute;
460
- border: 1px solid #fff;
461
- border-radius: 50%;
462
- top: -1px;
463
- right: -1px;
464
- bottom: -1px;
465
- left: -1px;
466
- pointer-events: none;
467
- -webkit-animation-duration: .5s;
468
- animation-duration: .5s; }
469
-
470
- .ssbp--theme-1 .ssbp-btn:hover:after {
471
- -webkit-animation-name: ripple-out;
472
- animation-name: ripple-out; }
473
-
474
- .ssbp--theme-1[data-ssbp-counts="true"] .ssbp-list li {
475
- margin-left: 13.2px; }
476
-
477
- .ssbp--theme-1[data-ssbp-counts="true"] .ssbp-list li:first-of-type {
478
- margin-left: 0; }
479
-
480
- .ssbp--theme-1 .ssbp-buffer {
481
- background-color: #272727; }
482
-
483
- .ssbp--theme-1 .ssbp-buffer:hover, .ssbp--theme-1 .ssbp-buffer:focus, .ssbp--theme-1 .ssbp-buffer:active {
484
- color: #272727;
485
- border-color: #272727; }
486
-
487
- .ssbp--theme-1 .ssbp-buffer + .ssbp-each-share {
488
- background-color: #272727; }
489
-
490
- .ssbp--theme-1 .ssbp-diggit {
491
- background-color: #14589E; }
492
-
493
- .ssbp--theme-1 .ssbp-diggit:hover, .ssbp--theme-1 .ssbp-diggit:focus, .ssbp--theme-1 .ssbp-diggit:active {
494
- color: #14589E;
495
- border-color: #14589E; }
496
-
497
- .ssbp--theme-1 .ssbp-diggit + .ssbp-each-share {
498
- background-color: #14589E; }
499
-
500
- .ssbp--theme-1 .ssbp-email {
501
- background-color: #787878; }
502
-
503
- .ssbp--theme-1 .ssbp-email:hover, .ssbp--theme-1 .ssbp-email:focus, .ssbp--theme-1 .ssbp-email:active {
504
- color: #787878;
505
- border-color: #787878; }
506
-
507
- .ssbp--theme-1 .ssbp-email + .ssbp-each-share {
508
- background-color: #787878; }
509
-
510
- .ssbp--theme-1 .ssbp-ellipsis {
511
- background-color: #4582EC; }
512
-
513
- .ssbp--theme-1 .ssbp-ellipsis:hover, .ssbp--theme-1 .ssbp-ellipsis:focus, .ssbp--theme-1 .ssbp-ellipsis:active {
514
- color: #4582EC;
515
- border-color: #4582EC; }
516
-
517
- .ssbp--theme-1 .ssbp-ellipsis + .ssbp-each-share {
518
- background-color: #4582EC; }
519
-
520
- .ssbp--theme-1 .ssbp-facebook {
521
- background-color: #3b5998; }
522
-
523
- .ssbp--theme-1 .ssbp-facebook:hover, .ssbp--theme-1 .ssbp-facebook:focus, .ssbp--theme-1 .ssbp-facebook:active {
524
- color: #3b5998;
525
- border-color: #3b5998; }
526
-
527
- .ssbp--theme-1 .ssbp-facebook + .ssbp-each-share {
528
- background-color: #3b5998; }
529
-
530
- .ssbp--theme-1 .ssbp-facebook_save {
531
- background-color: #3b5998; }
532
-
533
- .ssbp--theme-1 .ssbp-facebook_save:hover, .ssbp--theme-1 .ssbp-facebook_save:focus, .ssbp--theme-1 .ssbp-facebook_save:active {
534
- color: #3b5998;
535
- border-color: #3b5998; }
536
-
537
- .ssbp--theme-1 .ssbp-facebook_save + .ssbp-each-share {
538
- background-color: #3b5998; }
539
-
540
- .ssbp--theme-1 .ssbp-facebook-messenger {
541
- background-color: #0084FF; }
542
-
543
- .ssbp--theme-1 .ssbp-facebook-messenger:hover, .ssbp--theme-1 .ssbp-facebook-messenger:focus, .ssbp--theme-1 .ssbp-facebook-messenger:active {
544
- color: #0084FF;
545
- border-color: #0084FF; }
546
-
547
- .ssbp--theme-1 .ssbp-facebook-messenger + .ssbp-each-share {
548
- background-color: #0084FF; }
549
-
550
- .ssbp--theme-1 .ssbp-flattr {
551
- background-color: #f67C1A; }
552
-
553
- .ssbp--theme-1 .ssbp-flattr:hover, .ssbp--theme-1 .ssbp-flattr:focus, .ssbp--theme-1 .ssbp-flattr:active {
554
- color: #f67C1A;
555
- border-color: #f67C1A; }
556
-
557
- .ssbp--theme-1 .ssbp-flattr + .ssbp-each-share {
558
- background-color: #f67C1A; }
559
-
560
- .ssbp--theme-1 .ssbp-google {
561
- background-color: #DC4E41; }
562
-
563
- .ssbp--theme-1 .ssbp-google:hover, .ssbp--theme-1 .ssbp-google:focus, .ssbp--theme-1 .ssbp-google:active {
564
- color: #DC4E41;
565
- border-color: #DC4E41; }
566
-
567
- .ssbp--theme-1 .ssbp-google + .ssbp-each-share {
568
- background-color: #DC4E41; }
569
-
570
- .ssbp--theme-1 .ssbp-linkedin {
571
- background-color: #007bb6; }
572
-
573
- .ssbp--theme-1 .ssbp-linkedin:hover, .ssbp--theme-1 .ssbp-linkedin:focus, .ssbp--theme-1 .ssbp-linkedin:active {
574
- color: #007bb6;
575
- border-color: #007bb6; }
576
-
577
- .ssbp--theme-1 .ssbp-linkedin + .ssbp-each-share {
578
- background-color: #007bb6; }
579
-
580
- .ssbp--theme-1 .ssbp-pinterest {
581
- background-color: #ce1a19; }
582
-
583
- .ssbp--theme-1 .ssbp-pinterest:hover, .ssbp--theme-1 .ssbp-pinterest:focus, .ssbp--theme-1 .ssbp-pinterest:active {
584
- color: #ce1a19;
585
- border-color: #ce1a19; }
586
-
587
- .ssbp--theme-1 .ssbp-pinterest + .ssbp-each-share {
588
- background-color: #ce1a19; }
589
-
590
- .ssbp--theme-1 .ssbp-print {
591
- background-color: #1F6B43; }
592
-
593
- .ssbp--theme-1 .ssbp-print:hover, .ssbp--theme-1 .ssbp-print:focus, .ssbp--theme-1 .ssbp-print:active {
594
- color: #1F6B43;
595
- border-color: #1F6B43; }
596
-
597
- .ssbp--theme-1 .ssbp-print + .ssbp-each-share {
598
- background-color: #1F6B43; }
599
-
600
- .ssbp--theme-1 .ssbp-reddit {
601
- background-color: #FF4500; }
602
-
603
- .ssbp--theme-1 .ssbp-reddit:hover, .ssbp--theme-1 .ssbp-reddit:focus, .ssbp--theme-1 .ssbp-reddit:active {
604
- color: #FF4500;
605
- border-color: #FF4500; }
606
-
607
- .ssbp--theme-1 .ssbp-reddit + .ssbp-each-share {
608
- background-color: #FF4500; }
609
-
610
- .ssbp--theme-1 .ssbp-simplesharebuttons {
611
- background-color: #4582ec; }
612
-
613
- .ssbp--theme-1 .ssbp-simplesharebuttons:hover, .ssbp--theme-1 .ssbp-simplesharebuttons:focus, .ssbp--theme-1 .ssbp-simplesharebuttons:active {
614
- color: #4582ec;
615
- border-color: #4582ec; }
616
-
617
- .ssbp--theme-1 .ssbp-simplesharebuttons + .ssbp-each-share {
618
- background-color: #4582ec; }
619
-
620
- .ssbp--theme-1 .ssbp-stumbleupon {
621
- background-color: #EB4924; }
622
-
623
- .ssbp--theme-1 .ssbp-stumbleupon:hover, .ssbp--theme-1 .ssbp-stumbleupon:focus, .ssbp--theme-1 .ssbp-stumbleupon:active {
624
- color: #EB4924;
625
- border-color: #EB4924; }
626
-
627
- .ssbp--theme-1 .ssbp-stumbleupon + .ssbp-each-share {
628
- background-color: #EB4924; }
629
-
630
- .ssbp--theme-1 .ssbp-tumblr {
631
- background-color: #2C4762; }
632
-
633
- .ssbp--theme-1 .ssbp-tumblr:hover, .ssbp--theme-1 .ssbp-tumblr:focus, .ssbp--theme-1 .ssbp-tumblr:active {
634
- color: #2C4762;
635
- border-color: #2C4762; }
636
-
637
- .ssbp--theme-1 .ssbp-tumblr + .ssbp-each-share {
638
- background-color: #2C4762; }
639
-
640
- .ssbp--theme-1 .ssbp-twitter {
641
- background-color: #00a9f1; }
642
-
643
- .ssbp--theme-1 .ssbp-twitter:hover, .ssbp--theme-1 .ssbp-twitter:focus, .ssbp--theme-1 .ssbp-twitter:active {
644
- color: #00a9f1;
645
- border-color: #00a9f1; }
646
-
647
- .ssbp--theme-1 .ssbp-twitter + .ssbp-each-share {
648
- background-color: #00a9f1; }
649
-
650
- .ssbp--theme-1 .ssbp-vk {
651
- background-color: #45668E; }
652
-
653
- .ssbp--theme-1 .ssbp-vk:hover, .ssbp--theme-1 .ssbp-vk:focus, .ssbp--theme-1 .ssbp-vk:active {
654
- color: #45668E;
655
- border-color: #45668E; }
656
-
657
- .ssbp--theme-1 .ssbp-vk + .ssbp-each-share {
658
- background-color: #45668E; }
659
-
660
- .ssbp--theme-1 .ssbp-whatsapp {
661
- background-color: #34AF23; }
662
-
663
- .ssbp--theme-1 .ssbp-whatsapp:hover, .ssbp--theme-1 .ssbp-whatsapp:focus, .ssbp--theme-1 .ssbp-whatsapp:active {
664
- color: #34AF23;
665
- border-color: #34AF23; }
666
-
667
- .ssbp--theme-1 .ssbp-whatsapp + .ssbp-each-share {
668
- background-color: #34AF23; }
669
-
670
- .ssbp--theme-1 .ssbp-yummly {
671
- background-color: #E16120; }
672
-
673
- .ssbp--theme-1 .ssbp-yummly:hover, .ssbp--theme-1 .ssbp-yummly:focus, .ssbp--theme-1 .ssbp-yummly:active {
674
- color: #E16120;
675
- border-color: #E16120; }
676
-
677
- .ssbp--theme-1 .ssbp-yummly + .ssbp-each-share {
678
- background-color: #E16120; }
679
-
680
- .ssbp--theme-1 .ssbp-xing {
681
- background-color: #026466; }
682
-
683
- .ssbp--theme-1 .ssbp-xing:hover, .ssbp--theme-1 .ssbp-xing:focus, .ssbp--theme-1 .ssbp-xing:active {
684
- color: #026466;
685
- border-color: #026466; }
686
-
687
- .ssbp--theme-1 .ssbp-xing + .ssbp-each-share {
688
- background-color: #026466; }
689
-
690
- .ssbp--theme-1 .ssbp-each-share {
691
- position: absolute;
692
- top: 0;
693
- left: 100%;
694
- z-index: 11;
695
- margin-left: -12px;
696
- padding: 2px;
697
- border-radius: 6px;
698
- font-size: 10px;
699
- color: #FFF; }
700
-
701
- .ssbp--theme-1.ssbp--fixed-right .ssbp-each-share {
702
- left: auto;
703
- right: 100%;
704
- margin-left: 0;
705
- margin-right: -12px; }
706
-
707
- .ssbp--theme-2 .ssbp-toggle-switch, .ssbp--theme-3 .ssbp-toggle-switch, .ssbp--theme-10 .ssbp-toggle-switch, .ssbp--theme-11 .ssbp-toggle-switch {
708
- background: #4C4C4C;
709
- background: rgba(39, 39, 39, 0.8);
710
- border-radius: 0;
711
- color: #fff; }
712
-
713
- .ssbp--theme-2 .ssbp-toggle-switch:active, .ssbp--theme-3 .ssbp-toggle-switch:active, .ssbp--theme-10 .ssbp-toggle-switch:active, .ssbp--theme-11 .ssbp-toggle-switch:active, .ssbp--theme-2 .ssbp-toggle-switch:hover, .ssbp--theme-3 .ssbp-toggle-switch:hover, .ssbp--theme-10 .ssbp-toggle-switch:hover, .ssbp--theme-11 .ssbp-toggle-switch:hover, .ssbp--theme-2 .ssbp-toggle-switch:focus, .ssbp--theme-3 .ssbp-toggle-switch:focus, .ssbp--theme-10 .ssbp-toggle-switch:focus, .ssbp--theme-11 .ssbp-toggle-switch:focus {
714
- background: #4C4C4C;
715
- background: rgba(39, 39, 39, 0.9); }
716
-
717
- .ssbp--theme-1 .ssbp-toggle-switch, .ssbp--theme-4 .ssbp-toggle-switch, .ssbp--theme-5 .ssbp-toggle-switch, .ssbp--theme-6 .ssbp-toggle-switch, .ssbp--theme-7 .ssbp-toggle-switch, .ssbp--theme-8 .ssbp-toggle-switch, .ssbp--theme-9 .ssbp-toggle-switch {
718
- background: #fff;
719
- background: rgba(255, 255, 255, 0.8);
720
- color: #272727;
721
- border-radius: 0; }
722
-
723
- .ssbp--theme-1 .ssbp-toggle-switch:active, .ssbp--theme-4 .ssbp-toggle-switch:active, .ssbp--theme-5 .ssbp-toggle-switch:active, .ssbp--theme-6 .ssbp-toggle-switch:active, .ssbp--theme-7 .ssbp-toggle-switch:active, .ssbp--theme-8 .ssbp-toggle-switch:active, .ssbp--theme-9 .ssbp-toggle-switch:active, .ssbp--theme-1 .ssbp-toggle-switch:hover, .ssbp--theme-4 .ssbp-toggle-switch:hover, .ssbp--theme-5 .ssbp-toggle-switch:hover, .ssbp--theme-6 .ssbp-toggle-switch:hover, .ssbp--theme-7 .ssbp-toggle-switch:hover, .ssbp--theme-8 .ssbp-toggle-switch:hover, .ssbp--theme-9 .ssbp-toggle-switch:hover, .ssbp--theme-1 .ssbp-toggle-switch:focus, .ssbp--theme-4 .ssbp-toggle-switch:focus, .ssbp--theme-5 .ssbp-toggle-switch:focus, .ssbp--theme-6 .ssbp-toggle-switch:focus, .ssbp--theme-7 .ssbp-toggle-switch:focus, .ssbp--theme-8 .ssbp-toggle-switch:focus, .ssbp--theme-9 .ssbp-toggle-switch:focus {
724
- background: #fff;
725
- background: rgba(255, 255, 255, 0.9); }
726
-
727
- .ssbp--theme-2.ssbp--centred .ssbp-list, .ssbp--theme-3.ssbp--centred .ssbp-list, .ssbp--theme-5.ssbp--centred .ssbp-list, .ssbp--theme-7.ssbp--centred .ssbp-list, .ssbp--theme-8.ssbp--centred .ssbp-list, .ssbp--theme-9.ssbp--centred .ssbp-list, .ssbp--theme-10.ssbp--centred .ssbp-list, .ssbp--theme-11.ssbp--centred .ssbp-list {
728
- display: table;
729
- table-layout: fixed;
730
- width: 100%; }
731
-
732
- .ssbp--theme-2.ssbp--centred .ssbp-list li, .ssbp--theme-3.ssbp--centred .ssbp-list li, .ssbp--theme-5.ssbp--centred .ssbp-list li, .ssbp--theme-7.ssbp--centred .ssbp-list li, .ssbp--theme-8.ssbp--centred .ssbp-list li, .ssbp--theme-9.ssbp--centred .ssbp-list li, .ssbp--theme-10.ssbp--centred .ssbp-list li, .ssbp--theme-11.ssbp--centered .ssbp-list li {
733
- display: inline-block !important;
734
- margin: 0 0 !important;
735
- display: table-cell !important;
736
- width: auto;
737
- height: auto; }
738
-
739
- .ssbp--theme-2.ssbp--centred .ssbp-btn, .ssbp--theme-3.ssbp--centred .ssbp-btn, .ssbp--theme-5.ssbp--centred .ssbp-btn, .ssbp--theme-7.ssbp--centred .ssbp-btn, .ssbp--theme-8.ssbp--centred .ssbp-btn, .ssbp--theme-9.ssbp--centred .ssbp-btn, .ssbp--theme-10.ssbp--centred .ssbp-btn, .ssbp--theme-11.ssbp--centred .ssbp-btn {
740
- display: block;
741
- width: auto; }
742
-
743
- .ssbp--theme-2 .ssbp-list li {
744
- overflow: hidden;
745
- margin: 0; }
746
-
747
- .ssbp--theme-2 .ssbp-btn {
748
- width: 3em;
749
- height: 3em;
750
- line-height: 3em;
751
- position: relative;
752
- color: #fff;
753
- -webkit-transition: .25s;
754
- transition: .25s;
755
- border-bottom: 0; }
756
-
757
- .ssbp--theme-2 .ssbp-btn:before {
758
- -webkit-transition: .25s;
759
- transition: .25s; }
760
-
761
- .ssbp--theme-2 .ssbp-btn + .ssbp-each-share {
762
- position: absolute;
763
- z-index: 10;
764
- bottom: 0;
765
- left: 0;
766
- right: 0;
767
- -webkit-transform: translateY(0);
768
- transform: translateY(0);
769
- -webkit-transition: .25s;
770
- transition: .25s; }
771
-
772
- .ssbp--theme-2 .ssbp-btn:hover, .ssbp--theme-2 .ssbp-btn:focus, .ssbp--theme-2 .ssbp-btn:active, .ssbp--theme-2 .ssbp-btn:visited {
773
- z-index: 10;
774
- color: #fff; }
775
-
776
- .ssbp--theme-2 .ssbp-btn:hover:before, .ssbp--theme-2 .ssbp-btn:focus:before, .ssbp--theme-2 .ssbp-btn:active:before, .ssbp--theme-2 .ssbp-btn:visited:before {
777
- -webkit-transform: none !important;
778
- transform: none !important; }
779
-
780
- .ssbp--theme-2 .ssbp-btn:hover + .ssbp-each-share, .ssbp--theme-2 .ssbp-btn:focus + .ssbp-each-share, .ssbp--theme-2 .ssbp-btn:active + .ssbp-each-share, .ssbp--theme-2 .ssbp-btn:visited + .ssbp-each-share {
781
- -webkit-transform: translateY(100%);
782
- transform: translateY(100%); }
783
-
784
- .ssbp--theme-2 .ssbp-btn:active {
785
- -webkit-transform: scale(1.2);
786
- transform: scale(1.2); }
787
-
788
- .ssbp--theme-2[data-ssbp-counts="true"] .ssbp-btn:before {
789
- -webkit-transform: translateY(-0.25em) scale(0.75);
790
- transform: translateY(-0.25em) scale(0.75); }
791
-
792
- .ssbp--theme-2 .ssbp-buffer {
793
- background-color: #272727; }
794
-
795
- .ssbp--theme-2 .ssbp-buffer:hover, .ssbp--theme-2 .ssbp-buffer:focus, .ssbp--theme-2 .ssbp-buffer:active {
796
- background-color: #0e0e0e; }
797
-
798
- .ssbp--theme-2 .ssbp-diggit {
799
- background-color: #14589E; }
800
-
801
- .ssbp--theme-2 .ssbp-diggit:hover, .ssbp--theme-2 .ssbp-diggit:focus, .ssbp--theme-2 .ssbp-diggit:active {
802
- background-color: #0e3f71; }
803
-
804
- .ssbp--theme-2 .ssbp-email {
805
- background-color: #787878; }
806
-
807
- .ssbp--theme-2 .ssbp-email:hover, .ssbp--theme-2 .ssbp-email:focus, .ssbp--theme-2 .ssbp-email:active {
808
- background-color: #5f5f5f; }
809
-
810
- .ssbp--theme-2 .ssbp-ellipsis {
811
- background-color: #4582EC; }
812
-
813
- .ssbp--theme-2 .ssbp-ellipsis:hover, .ssbp--theme-2 .ssbp-ellipsis:focus, .ssbp--theme-2 .ssbp-ellipsis:active {
814
- background-color: #1863e6; }
815
-
816
- .ssbp--theme-2 .ssbp-facebook {
817
- background-color: #3b5998; }
818
-
819
- .ssbp--theme-2 .ssbp-facebook:hover, .ssbp--theme-2 .ssbp-facebook:focus, .ssbp--theme-2 .ssbp-facebook:active {
820
- background-color: #2d4373; }
821
-
822
- .ssbp--theme-2 .ssbp-facebook_save {
823
- background-color: #3b5998; }
824
-
825
- .ssbp--theme-2 .ssbp-facebook_save:hover, .ssbp--theme-2 .ssbp-facebook_save:focus, .ssbp--theme-2 .ssbp-facebook_save:active {
826
- background-color: #2d4373; }
827
-
828
- .ssbp--theme-2 .ssbp-facebook-messenger {
829
- background-color: #0084FF; }
830
-
831
- .ssbp--theme-2 .ssbp-facebook-messenger:hover, .ssbp--theme-2 .ssbp-facebook-messenger:focus, .ssbp--theme-2 .ssbp-facebook-messenger:active {
832
- background-color: #006acc; }
833
-
834
- .ssbp--theme-2 .ssbp-flattr {
835
- background-color: #f67C1A; }
836
-
837
- .ssbp--theme-2 .ssbp-flattr:hover, .ssbp--theme-2 .ssbp-flattr:focus, .ssbp--theme-2 .ssbp-flattr:active {
838
- background-color: #d56308; }
839
-
840
- .ssbp--theme-2 .ssbp-google {
841
- background-color: #DC4E41; }
842
-
843
- .ssbp--theme-2 .ssbp-google:hover, .ssbp--theme-2 .ssbp-google:focus, .ssbp--theme-2 .ssbp-google:active {
844
- background-color: #c63224; }
845
-
846
- .ssbp--theme-2 .ssbp-linkedin {
847
- background-color: #007bb6; }
848
-
849
- .ssbp--theme-2 .ssbp-linkedin:hover, .ssbp--theme-2 .ssbp-linkedin:focus, .ssbp--theme-2 .ssbp-linkedin:active {
850
- background-color: #005983; }
851
-
852
- .ssbp--theme-2 .ssbp-pinterest {
853
- background-color: #ce1a19; }
854
-
855
- .ssbp--theme-2 .ssbp-pinterest:hover, .ssbp--theme-2 .ssbp-pinterest:focus, .ssbp--theme-2 .ssbp-pinterest:active {
856
- background-color: #a11413; }
857
-
858
- .ssbp--theme-2 .ssbp-print {
859
- background-color: #1F6B43; }
860
-
861
- .ssbp--theme-2 .ssbp-print:hover, .ssbp--theme-2 .ssbp-print:focus, .ssbp--theme-2 .ssbp-print:active {
862
- background-color: #14432a; }
863
-
864
- .ssbp--theme-2 .ssbp-reddit {
865
- background-color: #FF4500; }
866
-
867
- .ssbp--theme-2 .ssbp-reddit:hover, .ssbp--theme-2 .ssbp-reddit:focus, .ssbp--theme-2 .ssbp-reddit:active {
868
- background-color: #cc3700; }
869
-
870
- .ssbp--theme-2 .ssbp-simplesharebuttons {
871
- background-color: #4582ec; }
872
-
873
- .ssbp--theme-2 .ssbp-simplesharebuttons:hover, .ssbp--theme-2 .ssbp-simplesharebuttons:focus, .ssbp--theme-2 .ssbp-simplesharebuttons:active {
874
- background-color: #1863e6; }
875
-
876
- .ssbp--theme-2 .ssbp-stumbleupon {
877
- background-color: #EB4924; }
878
-
879
- .ssbp--theme-2 .ssbp-stumbleupon:hover, .ssbp--theme-2 .ssbp-stumbleupon:focus, .ssbp--theme-2 .ssbp-stumbleupon:active {
880
- background-color: #ca3412; }
881
-
882
- .ssbp--theme-2 .ssbp-tumblr {
883
- background-color: #2C4762; }
884
-
885
- .ssbp--theme-2 .ssbp-tumblr:hover, .ssbp--theme-2 .ssbp-tumblr:focus, .ssbp--theme-2 .ssbp-tumblr:active {
886
- background-color: #1c2e3f; }
887
-
888
- .ssbp--theme-2 .ssbp-twitter {
889
- background-color: #00a9f1; }
890
-
891
- .ssbp--theme-2 .ssbp-twitter:hover, .ssbp--theme-2 .ssbp-twitter:focus, .ssbp--theme-2 .ssbp-twitter:active {
892
- background-color: #0085be; }
893
-
894
- .ssbp--theme-2 .ssbp-vk {
895
- background-color: #45668E; }
896
-
897
- .ssbp--theme-2 .ssbp-vk:hover, .ssbp--theme-2 .ssbp-vk:focus, .ssbp--theme-2 .ssbp-vk:active {
898
- background-color: #344d6c; }
899
-
900
- .ssbp--theme-2 .ssbp-whatsapp {
901
- background-color: #34AF23; }
902
-
903
- .ssbp--theme-2 .ssbp-whatsapp:hover, .ssbp--theme-2 .ssbp-whatsapp:focus, .ssbp--theme-2 .ssbp-whatsapp:active {
904
- background-color: #27851b; }
905
-
906
- .ssbp--theme-2 .ssbp-yummly {
907
- background-color: #E16120; }
908
-
909
- .ssbp--theme-2 .ssbp-yummly:hover, .ssbp--theme-2 .ssbp-yummly:focus, .ssbp--theme-2 .ssbp-yummly:active {
910
- background-color: #b64d18; }
911
-
912
- .ssbp--theme-2 .ssbp-xing {
913
- background-color: #026466; }
914
-
915
- .ssbp--theme-2 .ssbp-xing:hover, .ssbp--theme-2 .ssbp-xing:focus, .ssbp--theme-2 .ssbp-xing:active {
916
- background-color: #013334; }
917
-
918
- .ssbp--theme-2 .ssbp-each-share {
919
- padding: 2px;
920
- background-color: rgba(0, 0, 0, 0.1);
921
- font-size: 10px;
922
- text-align: center;
923
- color: #FFF; }
924
-
925
- .ssbp--theme-2 .ssbp-toggle-switch, .ssbp--theme-3 .ssbp-toggle-switch, .ssbp--theme-10 .ssbp-toggle-switch, .ssbp--theme-11 .ssbp-toggle-switch {
926
- background: #4C4C4C;
927
- background: rgba(39, 39, 39, 0.8);
928
- border-radius: 0;
929
- color: #fff; }
930
-
931
- .ssbp--theme-2 .ssbp-toggle-switch:active, .ssbp--theme-3 .ssbp-toggle-switch:active, .ssbp--theme-10 .ssbp-toggle-switch:active, .ssbp--theme-11 .ssbp-toggle-switch:active, .ssbp--theme-2 .ssbp-toggle-switch:hover, .ssbp--theme-3 .ssbp-toggle-switch:hover, .ssbp--theme-10 .ssbp-toggle-switch:hover, .ssbp--theme-11 .ssbp-toggle-switch:hover, .ssbp--theme-2 .ssbp-toggle-switch:focus, .ssbp--theme-3 .ssbp-toggle-switch:focus, .ssbp--theme-10 .ssbp-toggle-switch:focus, .ssbp--theme-11 .ssbp-toggle-switch:focus {
932
- background: #4C4C4C;
933
- background: rgba(39, 39, 39, 0.9); }
934
-
935
- .ssbp--theme-1 .ssbp-toggle-switch, .ssbp--theme-4 .ssbp-toggle-switch, .ssbp--theme-5 .ssbp-toggle-switch, .ssbp--theme-6 .ssbp-toggle-switch, .ssbp--theme-7 .ssbp-toggle-switch, .ssbp--theme-8 .ssbp-toggle-switch, .ssbp--theme-9 .ssbp-toggle-switch {
936
- background: #fff;
937
- background: rgba(255, 255, 255, 0.8);
938
- color: #272727;
939
- border-radius: 0; }
940
-
941
- .ssbp--theme-1 .ssbp-toggle-switch:active, .ssbp--theme-4 .ssbp-toggle-switch:active, .ssbp--theme-5 .ssbp-toggle-switch:active, .ssbp--theme-6 .ssbp-toggle-switch:active, .ssbp--theme-7 .ssbp-toggle-switch:active, .ssbp--theme-8 .ssbp-toggle-switch:active, .ssbp--theme-9 .ssbp-toggle-switch:active, .ssbp--theme-1 .ssbp-toggle-switch:hover, .ssbp--theme-4 .ssbp-toggle-switch:hover, .ssbp--theme-5 .ssbp-toggle-switch:hover, .ssbp--theme-6 .ssbp-toggle-switch:hover, .ssbp--theme-7 .ssbp-toggle-switch:hover, .ssbp--theme-8 .ssbp-toggle-switch:hover, .ssbp--theme-9 .ssbp-toggle-switch:hover, .ssbp--theme-1 .ssbp-toggle-switch:focus, .ssbp--theme-4 .ssbp-toggle-switch:focus, .ssbp--theme-5 .ssbp-toggle-switch:focus, .ssbp--theme-6 .ssbp-toggle-switch:focus, .ssbp--theme-7 .ssbp-toggle-switch:focus, .ssbp--theme-8 .ssbp-toggle-switch:focus, .ssbp--theme-9 .ssbp-toggle-switch:focus {
942
- background: #fff;
943
- background: rgba(255, 255, 255, 0.9); }
944
-
945
- .ssbp--theme-2.ssbp--centred .ssbp-list, .ssbp--theme-3.ssbp--centred .ssbp-list, .ssbp--theme-5.ssbp--centred .ssbp-list, .ssbp--theme-7.ssbp--centred .ssbp-list, .ssbp--theme-8.ssbp--centred .ssbp-list, .ssbp--theme-9.ssbp--centred .ssbp-list, .ssbp--theme-10.ssbp--centred .ssbp-list, .ssbp--theme-11.ssbp--centred .ssbp-list {
946
- display: table;
947
- table-layout: fixed;
948
- width: 100%; }
949
-
950
- .ssbp--theme-2.ssbp--centred .ssbp-list li, .ssbp--theme-3.ssbp--centred .ssbp-list li, .ssbp--theme-5.ssbp--centred .ssbp-list li, .ssbp--theme-7.ssbp--centred .ssbp-list li, .ssbp--theme-8.ssbp--centred .ssbp-list li, .ssbp--theme-9.ssbp--centred .ssbp-list li, .ssbp--theme-10.ssbp--centred .ssbp-list li, .ssbp--theme-11.ssbp--centred .ssbp-list li {
951
- display: inline-block !important;
952
- margin: 0 0 !important;
953
- display: table-cell !important;
954
- width: auto;
955
- height: auto; }
956
-
957
- .ssbp--theme-2.ssbp--centred .ssbp-btn, .ssbp--theme-3.ssbp--centred .ssbp-btn, .ssbp--theme-5.ssbp--centred .ssbp-btn, .ssbp--theme-7.ssbp--centred .ssbp-btn, .ssbp--theme-8.ssbp--centred .ssbp-btn, .ssbp--theme-9.ssbp--centred .ssbp-btn, .ssbp--theme-10.ssbp--centred .ssbp-btn, .ssbp--theme-11.ssbp--centred .ssbp-btn {
958
- display: block;
959
- width: auto; }
960
-
961
- .ssbp--theme-3 .ssbp-list li {
962
- margin: 0;
963
- margin-bottom: 1rem; }
964
-
965
- .ssbp--theme-3 .ssbp-text {
966
- display: inline-block;
967
- vertical-align: middle;
968
- font-size: 12px;
969
- margin-left: .5em;
970
- text-shadow: -1px -1px rgba(0, 0, 0, 0.2); }
971
-
972
- .ssbp--theme-3 .ssbp-btn {
973
- display: block;
974
- padding: 0.5em 1em;
975
- color: #fff;
976
- text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
977
- -webkit-transition: background-color .25s;
978
- transition: background-color .25s;
979
- border-bottom: 0; }
980
-
981
- .ssbp--theme-3 .ssbp-btn:before {
982
- vertical-align: middle; }
983
-
984
- .ssbp--theme-3 .ssbp-btn:active {
985
- box-shadow: inset 0 0 0.5em rgba(0, 0, 0, 0.33); }
986
-
987
- .ssbp--theme-3 .ssbp-btn:hover, .ssbp--theme-3 .ssbp-btn:focus, .ssbp--theme-3 .ssbp-btn:active, .ssbp--theme-3 .ssbp-btn:visited {
988
- color: #fff; }
989
-
990
- .ssbp--theme-3 .ssbp-buffer {
991
- background-color: #272727; }
992
-
993
- .ssbp--theme-3 .ssbp-buffer:hover, .ssbp--theme-3 .ssbp-buffer:focus, .ssbp--theme-3 .ssbp-buffer:active, .ssbp--theme-3 .ssbp-buffer + .ssbp-each-share {
994
- background-color: #0e0e0e; }
995
-
996
- .ssbp--theme-3 .ssbp-diggit {
997
- background-color: #14589E; }
998
-
999
- .ssbp--theme-3 .ssbp-diggit:hover, .ssbp--theme-3 .ssbp-diggit:focus, .ssbp--theme-3 .ssbp-diggit:active, .ssbp--theme-3 .ssbp-diggit + .ssbp-each-share {
1000
- background-color: #0e3f71; }
1001
-
1002
- .ssbp--theme-3 .ssbp-email {
1003
- background-color: #787878; }
1004
-
1005
- .ssbp--theme-3 .ssbp-email:hover, .ssbp--theme-3 .ssbp-email:focus, .ssbp--theme-3 .ssbp-email:active, .ssbp--theme-3 .ssbp-email + .ssbp-each-share {
1006
- background-color: #5f5f5f; }
1007
-
1008
- .ssbp--theme-3 .ssbp-ellipsis {
1009
- background-color: #4582EC; }
1010
-
1011
- .ssbp--theme-3 .ssbp-ellipsis:hover, .ssbp--theme-3 .ssbp-ellipsis:focus, .ssbp--theme-3 .ssbp-ellipsis:active, .ssbp--theme-3 .ssbp-ellipsis + .ssbp-each-share {
1012
- background-color: #1863e6; }
1013
-
1014
- .ssbp--theme-3 .ssbp-facebook {
1015
- background-color: #3b5998; }
1016
-
1017
- .ssbp--theme-3 .ssbp-facebook:hover, .ssbp--theme-3 .ssbp-facebook:focus, .ssbp--theme-3 .ssbp-facebook:active, .ssbp--theme-3 .ssbp-facebook + .ssbp-each-share {
1018
- background-color: #2d4373; }
1019
-
1020
- .ssbp--theme-3 .ssbp-facebook_save {
1021
- background-color: #3b5998; }
1022
-
1023
- .ssbp--theme-3 .ssbp-facebook_save:hover, .ssbp--theme-3 .ssbp-facebook_save:focus, .ssbp--theme-3 .ssbp-facebook_save:active, .ssbp--theme-3 .ssbp-facebook_save + .ssbp-each-share {
1024
- background-color: #2d4373; }
1025
-
1026
- .ssbp--theme-3 .ssbp-facebook-messenger {
1027
- background-color: #0084FF; }
1028
-
1029
- .ssbp--theme-3 .ssbp-facebook-messenger:hover, .ssbp--theme-3 .ssbp-facebook-messenger:focus, .ssbp--theme-3 .ssbp-facebook-messenger:active, .ssbp--theme-3 .ssbp-facebook-messenger + .ssbp-each-share {
1030
- background-color: #006acc; }
1031
-
1032
- .ssbp--theme-3 .ssbp-flattr {
1033
- background-color: #f67C1A; }
1034
-
1035
- .ssbp--theme-3 .ssbp-flattr:hover, .ssbp--theme-3 .ssbp-flattr:focus, .ssbp--theme-3 .ssbp-flattr:active, .ssbp--theme-3 .ssbp-flattr + .ssbp-each-share {
1036
- background-color: #d56308; }
1037
-
1038
- .ssbp--theme-3 .ssbp-google {
1039
- background-color: #DC4E41; }
1040
-
1041
- .ssbp--theme-3 .ssbp-google:hover, .ssbp--theme-3 .ssbp-google:focus, .ssbp--theme-3 .ssbp-google:active, .ssbp--theme-3 .ssbp-google + .ssbp-each-share {
1042
- background-color: #c63224; }
1043
-
1044
- .ssbp--theme-3 .ssbp-linkedin {
1045
- background-color: #007bb6; }
1046
-
1047
- .ssbp--theme-3 .ssbp-linkedin:hover, .ssbp--theme-3 .ssbp-linkedin:focus, .ssbp--theme-3 .ssbp-linkedin:active, .ssbp--theme-3 .ssbp-linkedin + .ssbp-each-share {
1048
- background-color: #005983; }
1049
-
1050
- .ssbp--theme-3 .ssbp-pinterest {
1051
- background-color: #ce1a19; }
1052
-
1053
- .ssbp--theme-3 .ssbp-pinterest:hover, .ssbp--theme-3 .ssbp-pinterest:focus, .ssbp--theme-3 .ssbp-pinterest:active, .ssbp--theme-3 .ssbp-pinterest + .ssbp-each-share {
1054
- background-color: #a11413; }
1055
-
1056
- .ssbp--theme-3 .ssbp-print {
1057
- background-color: #1F6B43; }
1058
-
1059
- .ssbp--theme-3 .ssbp-print:hover, .ssbp--theme-3 .ssbp-print:focus, .ssbp--theme-3 .ssbp-print:active, .ssbp--theme-3 .ssbp-print + .ssbp-each-share {
1060
- background-color: #14432a; }
1061
-
1062
- .ssbp--theme-3 .ssbp-reddit {
1063
- background-color: #FF4500; }
1064
-
1065
- .ssbp--theme-3 .ssbp-reddit:hover, .ssbp--theme-3 .ssbp-reddit:focus, .ssbp--theme-3 .ssbp-reddit:active, .ssbp--theme-3 .ssbp-reddit + .ssbp-each-share {
1066
- background-color: #cc3700; }
1067
-
1068
- .ssbp--theme-3 .ssbp-simplesharebuttons {
1069
- background-color: #4582ec; }
1070
-
1071
- .ssbp--theme-3 .ssbp-simplesharebuttons:hover, .ssbp--theme-3 .ssbp-simplesharebuttons:focus, .ssbp--theme-3 .ssbp-simplesharebuttons:active, .ssbp--theme-3 .ssbp-simplesharebuttons + .ssbp-each-share {
1072
- background-color: #1863e6; }
1073
-
1074
- .ssbp--theme-3 .ssbp-stumbleupon {
1075
- background-color: #EB4924; }
1076
-
1077
- .ssbp--theme-3 .ssbp-stumbleupon:hover, .ssbp--theme-3 .ssbp-stumbleupon:focus, .ssbp--theme-3 .ssbp-stumbleupon:active, .ssbp--theme-3 .ssbp-stumbleupon + .ssbp-each-share {
1078
- background-color: #ca3412; }
1079
-
1080
- .ssbp--theme-3 .ssbp-tumblr {
1081
- background-color: #2C4762; }
1082
-
1083
- .ssbp--theme-3 .ssbp-tumblr:hover, .ssbp--theme-3 .ssbp-tumblr:focus, .ssbp--theme-3 .ssbp-tumblr:active, .ssbp--theme-3 .ssbp-tumblr + .ssbp-each-share {
1084
- background-color: #1c2e3f; }
1085
-
1086
- .ssbp--theme-3 .ssbp-twitter {
1087
- background-color: #00a9f1; }
1088
-
1089
- .ssbp--theme-3 .ssbp-twitter:hover, .ssbp--theme-3 .ssbp-twitter:focus, .ssbp--theme-3 .ssbp-twitter:active, .ssbp--theme-3 .ssbp-twitter + .ssbp-each-share {
1090
- background-color: #0085be; }
1091
-
1092
- .ssbp--theme-3 .ssbp-vk {
1093
- background-color: #45668E; }
1094
-
1095
- .ssbp--theme-3 .ssbp-vk:hover, .ssbp--theme-3 .ssbp-vk:focus, .ssbp--theme-3 .ssbp-vk:active, .ssbp--theme-3 .ssbp-vk + .ssbp-each-share {
1096
- background-color: #344d6c; }
1097
-
1098
- .ssbp--theme-3 .ssbp-whatsapp {
1099
- background-color: #34AF23; }
1100
-
1101
- .ssbp--theme-3 .ssbp-whatsapp:hover, .ssbp--theme-3 .ssbp-whatsapp:focus, .ssbp--theme-3 .ssbp-whatsapp:active, .ssbp--theme-3 .ssbp-whatsapp + .ssbp-each-share {
1102
- background-color: #27851b; }
1103
-
1104
- .ssbp--theme-3 .ssbp-yummly {
1105
- background-color: #E16120; }
1106
-
1107
- .ssbp--theme-3 .ssbp-yummly:hover, .ssbp--theme-3 .ssbp-yummly:focus, .ssbp--theme-3 .ssbp-yummly:active, .ssbp--theme-3 .ssbp-yummly + .ssbp-each-share {
1108
- background-color: #b64d18; }
1109
-
1110
- .ssbp--theme-3 .ssbp-xing {
1111
- background-color: #026466; }
1112
-
1113
- .ssbp--theme-3 .ssbp-xing:hover, .ssbp--theme-3 .ssbp-xing:focus, .ssbp--theme-3 .ssbp-xing:active, .ssbp--theme-3 .ssbp-xing + .ssbp-each-share {
1114
- background-color: #013334; }
1115
-
1116
- .ssbp--theme-3 .ssbp-each-share {
1117
- padding: 2px;
1118
- font-size: 10px;
1119
- text-align: center;
1120
- color: #FFF; }
1121
-
1122
- .ssbp--theme-2 .ssbp-toggle-switch, .ssbp--theme-3 .ssbp-toggle-switch, .ssbp--theme-10 .ssbp-toggle-switch, .ssbp--theme-11 .ssbp-toggle-switch {
1123
- background: #4C4C4C;
1124
- background: rgba(39, 39, 39, 0.8);
1125
- border-radius: 0;
1126
- color: #fff; }
1127
-
1128
- .ssbp--theme-2 .ssbp-toggle-switch:active, .ssbp--theme-3 .ssbp-toggle-switch:active, .ssbp--theme-10 .ssbp-toggle-switch:active, .ssbp--theme-11 .ssbp-toggle-switch:active, .ssbp--theme-2 .ssbp-toggle-switch:hover, .ssbp--theme-3 .ssbp-toggle-switch:hover, .ssbp--theme-10 .ssbp-toggle-switch:hover, .ssbp--theme-11 .ssbp-toggle-switch:hover, .ssbp--theme-2 .ssbp-toggle-switch:focus, .ssbp--theme-3 .ssbp-toggle-switch:focus, .ssbp--theme-10 .ssbp-toggle-switch:focus, .ssbp--theme-11 .ssbp-toggle-switch:focus {
1129
- background: #4C4C4C;
1130
- background: rgba(39, 39, 39, 0.9); }
1131
-
1132
- .ssbp--theme-1 .ssbp-toggle-switch, .ssbp--theme-4 .ssbp-toggle-switch, .ssbp--theme-5 .ssbp-toggle-switch, .ssbp--theme-6 .ssbp-toggle-switch, .ssbp--theme-7 .ssbp-toggle-switch, .ssbp--theme-8 .ssbp-toggle-switch, .ssbp--theme-9 .ssbp-toggle-switch {
1133
- background: #fff;
1134
- background: rgba(255, 255, 255, 0.8);
1135
- color: #272727;
1136
- border-radius: 0; }
1137
-
1138
- .ssbp--theme-1 .ssbp-toggle-switch:active, .ssbp--theme-4 .ssbp-toggle-switch:active, .ssbp--theme-5 .ssbp-toggle-switch:active, .ssbp--theme-6 .ssbp-toggle-switch:active, .ssbp--theme-7 .ssbp-toggle-switch:active, .ssbp--theme-8 .ssbp-toggle-switch:active, .ssbp--theme-9 .ssbp-toggle-switch:active, .ssbp--theme-1 .ssbp-toggle-switch:hover, .ssbp--theme-4 .ssbp-toggle-switch:hover, .ssbp--theme-5 .ssbp-toggle-switch:hover, .ssbp--theme-6 .ssbp-toggle-switch:hover, .ssbp--theme-7 .ssbp-toggle-switch:hover, .ssbp--theme-8 .ssbp-toggle-switch:hover, .ssbp--theme-9 .ssbp-toggle-switch:hover, .ssbp--theme-1 .ssbp-toggle-switch:focus, .ssbp--theme-4 .ssbp-toggle-switch:focus, .ssbp--theme-5 .ssbp-toggle-switch:focus, .ssbp--theme-6 .ssbp-toggle-switch:focus, .ssbp--theme-7 .ssbp-toggle-switch:focus, .ssbp--theme-8 .ssbp-toggle-switch:focus, .ssbp--theme-9 .ssbp-toggle-switch:focus {
1139
- background: #fff;
1140
- background: rgba(255, 255, 255, 0.9); }
1141
-
1142
- .ssbp--theme-2.ssbp--centred .ssbp-list, .ssbp--theme-3.ssbp--centred .ssbp-list, .ssbp--theme-5.ssbp--centred .ssbp-list, .ssbp--theme-7.ssbp--centred .ssbp-list, .ssbp--theme-8.ssbp--centred .ssbp-list, .ssbp--theme-9.ssbp--centred .ssbp-list, .ssbp--theme-10.ssbp--centred .ssbp-list, .ssbp--theme-11.ssbp--centred .ssbp-list {
1143
- display: table;
1144
- table-layout: fixed;
1145
- width: 100%; }
1146
-
1147
- .ssbp--theme-2.ssbp--centred .ssbp-list li, .ssbp--theme-3.ssbp--centred .ssbp-list li, .ssbp--theme-5.ssbp--centred .ssbp-list li, .ssbp--theme-7.ssbp--centred .ssbp-list li, .ssbp--theme-8.ssbp--centred .ssbp-list li, .ssbp--theme-9.ssbp--centred .ssbp-list li, .ssbp--theme-10.ssbp--centred .ssbp-list li, .ssbp--theme-11.ssbp--centred .ssbp-list li {
1148
- display: inline-block !important;
1149
- margin: 0 12px !important;
1150
- display: table-cell !important;
1151
- width: auto;
1152
- height: auto; }
1153
-
1154
- .ssbp--theme-2.ssbp--centred .ssbp-btn, .ssbp--theme-3.ssbp--centred .ssbp-btn, .ssbp--theme-5.ssbp--centred .ssbp-btn, .ssbp--theme-7.ssbp--centred .ssbp-btn, .ssbp--theme-8.ssbp--centred .ssbp-btn, .ssbp--theme-9.ssbp--centred .ssbp-btn, .ssbp--theme-10.ssbp--centred .ssbp-btn, .ssbp--theme-11.ssbp--centred .ssbp-btn {
1155
- display: block;
1156
- width: auto; }
1157
-
1158
- .ssbp--theme-4[class*="ssbp--fixed"] .ssbp-container {
1159
- background-color: rgba(255, 255, 255, 0.8);
1160
- padding: 8px; }
1161
-
1162
- .ssbp--theme-4 .ssbp-btn {
1163
- width: 3em;
1164
- height: 3em;
1165
- line-height: 3em;
1166
- border-radius: 7.5px;
1167
- color: #fff;
1168
- -webkit-transition: background-color .25s;
1169
- transition: background-color .25s;
1170
- box-shadow: inset 0 -1.5em 2em rgba(255, 255, 255, 0.1);
1171
- border-bottom: 0; }
1172
-
1173
- .ssbp--theme-4 .ssbp-btn:hover, .ssbp--theme-4 .ssbp-btn:focus, .ssbp--theme-4 .ssbp-btn:active {
1174
- box-shadow: inset 0 -1.5em 2em rgba(255, 255, 255, 0.1), inset 0 0 3.5em rgba(0, 0, 0, 0.33); }
1175
-
1176
- .ssbp--theme-4 .ssbp-btn:hover, .ssbp--theme-4 .ssbp-btn:focus, .ssbp--theme-4 .ssbp-btn:active, .ssbp--theme-4 .ssbp-btn:visited {
1177
- color: #fff; }
1178
-
1179
- .ssbp--theme-4 .ssbp-list li {
1180
- margin-left: 12px; }
1181
-
1182
- .ssbp--theme-4 .ssbp-buffer {
1183
- background-color: #272727; }
1184
-
1185
- .ssbp--theme-4 .ssbp-diggit {
1186
- background-color: #14589E; }
1187
-
1188
- .ssbp--theme-4 .ssbp-email {
1189
- background-color: #787878; }
1190
-
1191
- .ssbp--theme-4 .ssbp-ellipsis {
1192
- background-color: #4582EC; }
1193
-
1194
- .ssbp--theme-4 .ssbp-facebook {
1195
- background-color: #3b5998; }
1196
-
1197
- .ssbp--theme-4 .ssbp-facebook_save {
1198
- background-color: #3b5998; }
1199
-
1200
- .ssbp--theme-4 .ssbp-facebook-messenger {
1201
- background-color: #0084FF; }
1202
-
1203
- .ssbp--theme-4 .ssbp-flattr {
1204
- background-color: #f67C1A; }
1205
-
1206
- .ssbp--theme-4 .ssbp-google {
1207
- background-color: #DC4E41; }
1208
-
1209
- .ssbp--theme-4 .ssbp-linkedin {
1210
- background-color: #007bb6; }
1211
-
1212
- .ssbp--theme-4 .ssbp-pinterest {
1213
- background-color: #ce1a19; }
1214
-
1215
- .ssbp--theme-4 .ssbp-print {
1216
- background-color: #1F6B43; }
1217
-
1218
- .ssbp--theme-4 .ssbp-reddit {
1219
- background-color: #FF4500; }
1220
-
1221
- .ssbp--theme-4 .ssbp-simplesharebuttons {
1222
- background-color: #4582ec; }
1223
-
1224
- .ssbp--theme-4 .ssbp-stumbleupon {
1225
- background-color: #EB4924; }
1226
-
1227
- .ssbp--theme-4 .ssbp-tumblr {
1228
- background-color: #2C4762; }
1229
-
1230
- .ssbp--theme-4 .ssbp-twitter {
1231
- background-color: #00a9f1; }
1232
-
1233
- .ssbp--theme-4 .ssbp-vk {
1234
- background-color: #45668E; }
1235
-
1236
- .ssbp--theme-4 .ssbp-whatsapp {
1237
- background-color: #34AF23; }
1238
-
1239
- .ssbp--theme-4 .ssbp-yummly {
1240
- background-color: #E16120; }
1241
-
1242
- .ssbp--theme-4 .ssbp-xing {
1243
- background-color: #026466; }
1244
-
1245
- .ssbp--theme-4 .ssbp-each-share {
1246
- position: absolute;
1247
- bottom: 100%;
1248
- right: 0;
1249
- z-index: 11;
1250
- min-width: 1.25em;
1251
- margin-right: -6px;
1252
- margin-bottom: -8px;
1253
- padding: 2px 4px;
1254
- border-radius: 8px;
1255
- background-color: #F22121;
1256
- font-size: 10px;
1257
- color: #FFF;
1258
- text-align: center; }
1259
-
1260
- .ssbp--theme-4.ssbp--fixed-right .ssbp-each-share {
1261
- left: auto;
1262
- right: 100%;
1263
- margin-left: 0;
1264
- margin-right: -16px; }
1265
-
1266
- .ssbp--theme-2 .ssbp-toggle-switch, .ssbp--theme-3 .ssbp-toggle-switch, .ssbp--theme-10 .ssbp-toggle-switch, .ssbp--theme-11 .ssbp-toggle-switch {
1267
- background: #4C4C4C;
1268
- background: rgba(39, 39, 39, 0.8);
1269
- border-radius: 0;
1270
- color: #fff; }
1271
-
1272
- .ssbp--theme-2 .ssbp-toggle-switch:active, .ssbp--theme-3 .ssbp-toggle-switch:active, .ssbp--theme-10 .ssbp-toggle-switch:active, .ssbp--theme-11 .ssbp-toggle-switch:active, .ssbp--theme-2 .ssbp-toggle-switch:hover, .ssbp--theme-3 .ssbp-toggle-switch:hover, .ssbp--theme-10 .ssbp-toggle-switch:hover, .ssbp--theme-11 .ssbp-toggle-switch:hover, .ssbp--theme-2 .ssbp-toggle-switch:focus, .ssbp--theme-3 .ssbp-toggle-switch:focus, .ssbp--theme-10 .ssbp-toggle-switch:focus, .ssbp--theme-11 .ssbp-toggle-switch:focus {
1273
- background: #4C4C4C;
1274
- background: rgba(39, 39, 39, 0.9); }
1275
-
1276
- .ssbp--theme-1 .ssbp-toggle-switch, .ssbp--theme-4 .ssbp-toggle-switch, .ssbp--theme-5 .ssbp-toggle-switch, .ssbp--theme-6 .ssbp-toggle-switch, .ssbp--theme-7 .ssbp-toggle-switch, .ssbp--theme-8 .ssbp-toggle-switch, .ssbp--theme-9 .ssbp-toggle-switch {
1277
- background: #fff;
1278
- background: rgba(255, 255, 255, 0.8);
1279
- color: #272727;
1280
- border-radius: 0; }
1281
-
1282
- .ssbp--theme-1 .ssbp-toggle-switch:active, .ssbp--theme-4 .ssbp-toggle-switch:active, .ssbp--theme-5 .ssbp-toggle-switch:active, .ssbp--theme-6 .ssbp-toggle-switch:active, .ssbp--theme-7 .ssbp-toggle-switch:active, .ssbp--theme-8 .ssbp-toggle-switch:active, .ssbp--theme-9 .ssbp-toggle-switch:active, .ssbp--theme-1 .ssbp-toggle-switch:hover, .ssbp--theme-4 .ssbp-toggle-switch:hover, .ssbp--theme-5 .ssbp-toggle-switch:hover, .ssbp--theme-6 .ssbp-toggle-switch:hover, .ssbp--theme-7 .ssbp-toggle-switch:hover, .ssbp--theme-8 .ssbp-toggle-switch:hover, .ssbp--theme-9 .ssbp-toggle-switch:hover, .ssbp--theme-1 .ssbp-toggle-switch:focus, .ssbp--theme-4 .ssbp-toggle-switch:focus, .ssbp--theme-5 .ssbp-toggle-switch:focus, .ssbp--theme-6 .ssbp-toggle-switch:focus, .ssbp--theme-7 .ssbp-toggle-switch:focus, .ssbp--theme-8 .ssbp-toggle-switch:focus, .ssbp--theme-9 .ssbp-toggle-switch:focus {
1283
- background: #fff;
1284
- background: rgba(255, 255, 255, 0.9); }
1285
-
1286
- .ssbp--theme-2.ssbp--centred .ssbp-list, .ssbp--theme-3.ssbp--centred .ssbp-list, .ssbp--theme-5.ssbp--centred .ssbp-list, .ssbp--theme-7.ssbp--centred .ssbp-list, .ssbp--theme-8.ssbp--centred .ssbp-list, .ssbp--theme-9.ssbp--centred .ssbp-list, .ssbp--theme-10.ssbp--centred .ssbp-list, .ssbp--theme-11.ssbp--centred .ssbp-list {
1287
- display: table;
1288
- table-layout: fixed;
1289
- width: 100%; }
1290
-
1291
- .ssbp--theme-2.ssbp--centred .ssbp-list li, .ssbp--theme-3.ssbp--centred .ssbp-list li, .ssbp--theme-5.ssbp--centred .ssbp-list li, .ssbp--theme-7.ssbp--centred .ssbp-list li, .ssbp--theme-8.ssbp--centred .ssbp-list li, .ssbp--theme-9.ssbp--centred .ssbp-list li, .ssbp--theme-10.ssbp--centred .ssbp-list li, .ssbp--theme-11.ssbp--centred .ssbp-list li {
1292
- display: inline-block !important;
1293
- margin: 0 0 !important;
1294
- display: table-cell !important;
1295
- width: auto;
1296
- height: auto; }
1297
-
1298
- .ssbp--theme-2.ssbp--centred .ssbp-btn, .ssbp--theme-3.ssbp--centred .ssbp-btn, .ssbp--theme-5.ssbp--centred .ssbp-btn, .ssbp--theme-7.ssbp--centred .ssbp-btn, .ssbp--theme-8.ssbp--centred .ssbp-btn, .ssbp--theme-9.ssbp--centred .ssbp-btn, .ssbp--theme-10.ssbp--centred .ssbp-btn, .ssbp--theme-11.ssbp--centred .ssbp-btn {
1299
- display: block;
1300
- width: auto; }
1301
-
1302
- .ssbp--theme-5 .ssbp-btn {
1303
- width: 4em;
1304
- height: 3em;
1305
- line-height: 3em;
1306
- margin-bottom: 8px;
1307
- color: #fff;
1308
- -webkit-transition: .25s;
1309
- transition: .25s;
1310
- border-bottom: 0; }
1311
-
1312
- .ssbp--theme-5 .ssbp-btn:active {
1313
- -webkit-transform: translateY(4px);
1314
- transform: translateY(4px); }
1315
-
1316
- .ssbp--theme-5 .ssbp-btn:hover, .ssbp--theme-5 .ssbp-btn:focus, .ssbp--theme-5 .ssbp-btn:active, .ssbp--theme-5 .ssbp-btn:visited {
1317
- color: #fff; }
1318
-
1319
- .ssbp--theme-5.ssbp--stacked .ssbp-list li, .ssbp--theme-5.ssbp-wrap.ssbp--fixed-left .ssbp-list li, .ssbp--theme-5.ssbp-wrap.ssbp--fixed-right .ssbp-list li {
1320
- margin-top: 0; }
1321
-
1322
- .ssbp--theme-5 .ssbp-buffer {
1323
- background-color: #272727;
1324
- box-shadow: 0 8px 0 #0e0e0e, 0 10px 12px rgba(0, 0, 0, 0.33); }
1325
-
1326
- .ssbp--theme-5 .ssbp-buffer:active {
1327
- box-shadow: 0 4px 0 #0e0e0e, 0 5px 6px rgba(0, 0, 0, 0.33); }
1328
-
1329
- .ssbp--theme-5 .ssbp-diggit {
1330
- background-color: #14589E;
1331
- box-shadow: 0 8px 0 #0e3f71, 0 10px 12px rgba(0, 0, 0, 0.33); }
1332
-
1333
- .ssbp--theme-5 .ssbp-diggit:active {
1334
- box-shadow: 0 4px 0 #0e3f71, 0 5px 6px rgba(0, 0, 0, 0.33); }
1335
-
1336
- .ssbp--theme-5 .ssbp-email {
1337
- background-color: #787878;
1338
- box-shadow: 0 8px 0 #5f5f5f, 0 10px 12px rgba(0, 0, 0, 0.33); }
1339
-
1340
- .ssbp--theme-5 .ssbp-email:active {
1341
- box-shadow: 0 4px 0 #5f5f5f, 0 5px 6px rgba(0, 0, 0, 0.33); }
1342
-
1343
- .ssbp--theme-5 .ssbp-ellipsis {
1344
- background-color: #4582EC;
1345
- box-shadow: 0 8px 0 #1863e6, 0 10px 12px rgba(0, 0, 0, 0.33); }
1346
-
1347
- .ssbp--theme-5 .ssbp-ellipsis:active {
1348
- box-shadow: 0 4px 0 #1863e6, 0 5px 6px rgba(0, 0, 0, 0.33); }
1349
-
1350
- .ssbp--theme-5 .ssbp-facebook {
1351
- background-color: #3b5998;
1352
- box-shadow: 0 8px 0 #2d4373, 0 10px 12px rgba(0, 0, 0, 0.33); }
1353
-
1354
- .ssbp--theme-5 .ssbp-facebook:active {
1355
- box-shadow: 0 4px 0 #2d4373, 0 5px 6px rgba(0, 0, 0, 0.33); }
1356
-
1357
- .ssbp--theme-5 .ssbp-facebook_save {
1358
- background-color: #3b5998;
1359
- box-shadow: 0 8px 0 #2d4373, 0 10px 12px rgba(0, 0, 0, 0.33); }
1360
-
1361
- .ssbp--theme-5 .ssbp-facebook_save:active {
1362
- box-shadow: 0 4px 0 #2d4373, 0 5px 6px rgba(0, 0, 0, 0.33); }
1363
-
1364
- .ssbp--theme-5 .ssbp-facebook-messenger {
1365
- background-color: #0084FF;
1366
- box-shadow: 0 8px 0 #006acc, 0 10px 12px rgba(0, 0, 0, 0.33); }
1367
-
1368
- .ssbp--theme-5 .ssbp-facebook-messenger:active {
1369
- box-shadow: 0 4px 0 #006acc, 0 5px 6px rgba(0, 0, 0, 0.33); }
1370
-
1371
- .ssbp--theme-5 .ssbp-flattr {
1372
- background-color: #f67C1A;
1373
- box-shadow: 0 8px 0 #d56308, 0 10px 12px rgba(0, 0, 0, 0.33); }
1374
-
1375
- .ssbp--theme-5 .ssbp-flattr:active {
1376
- box-shadow: 0 4px 0 #d56308, 0 5px 6px rgba(0, 0, 0, 0.33); }
1377
-
1378
- .ssbp--theme-5 .ssbp-google {
1379
- background-color: #DC4E41;
1380
- box-shadow: 0 8px 0 #c63224, 0 10px 12px rgba(0, 0, 0, 0.33); }
1381
-
1382
- .ssbp--theme-5 .ssbp-google:active {
1383
- box-shadow: 0 4px 0 #c63224, 0 5px 6px rgba(0, 0, 0, 0.33); }
1384
-
1385
- .ssbp--theme-5 .ssbp-linkedin {
1386
- background-color: #007bb6;
1387
- box-shadow: 0 8px 0 #005983, 0 10px 12px rgba(0, 0, 0, 0.33); }
1388
-
1389
- .ssbp--theme-5 .ssbp-linkedin:active {
1390
- box-shadow: 0 4px 0 #005983, 0 5px 6px rgba(0, 0, 0, 0.33); }
1391
-
1392
- .ssbp--theme-5 .ssbp-pinterest {
1393
- background-color: #ce1a19;
1394
- box-shadow: 0 8px 0 #a11413, 0 10px 12px rgba(0, 0, 0, 0.33); }
1395
-
1396
- .ssbp--theme-5 .ssbp-pinterest:active {
1397
- box-shadow: 0 4px 0 #a11413, 0 5px 6px rgba(0, 0, 0, 0.33); }
1398
-
1399
- .ssbp--theme-5 .ssbp-print {
1400
- background-color: #1F6B43;
1401
- box-shadow: 0 8px 0 #14432a, 0 10px 12px rgba(0, 0, 0, 0.33); }
1402
-
1403
- .ssbp--theme-5 .ssbp-print:active {
1404
- box-shadow: 0 4px 0 #14432a, 0 5px 6px rgba(0, 0, 0, 0.33); }
1405
-
1406
- .ssbp--theme-5 .ssbp-reddit {
1407
- background-color: #FF4500;
1408
- box-shadow: 0 8px 0 #cc3700, 0 10px 12px rgba(0, 0, 0, 0.33); }
1409
-
1410
- .ssbp--theme-5 .ssbp-reddit:active {
1411
- box-shadow: 0 4px 0 #cc3700, 0 5px 6px rgba(0, 0, 0, 0.33); }
1412
-
1413
- .ssbp--theme-5 .ssbp-simplesharebuttons {
1414
- background-color: #4582ec;
1415
- box-shadow: 0 8px 0 #1863e6, 0 10px 12px rgba(0, 0, 0, 0.33); }
1416
-
1417
- .ssbp--theme-5 .ssbp-simplesharebuttons:active {
1418
- box-shadow: 0 4px 0 #1863e6, 0 5px 6px rgba(0, 0, 0, 0.33); }
1419
-
1420
- .ssbp--theme-5 .ssbp-stumbleupon {
1421
- background-color: #EB4924;
1422
- box-shadow: 0 8px 0 #ca3412, 0 10px 12px rgba(0, 0, 0, 0.33); }
1423
-
1424
- .ssbp--theme-5 .ssbp-stumbleupon:active {
1425
- box-shadow: 0 4px 0 #ca3412, 0 5px 6px rgba(0, 0, 0, 0.33); }
1426
-
1427
- .ssbp--theme-5 .ssbp-tumblr {
1428
- background-color: #2C4762;
1429
- box-shadow: 0 8px 0 #1c2e3f, 0 10px 12px rgba(0, 0, 0, 0.33); }
1430
-
1431
- .ssbp--theme-5 .ssbp-tumblr:active {
1432
- box-shadow: 0 4px 0 #1c2e3f, 0 5px 6px rgba(0, 0, 0, 0.33); }
1433
-
1434
- .ssbp--theme-5 .ssbp-twitter {
1435
- background-color: #00a9f1;
1436
- box-shadow: 0 8px 0 #0085be, 0 10px 12px rgba(0, 0, 0, 0.33); }
1437
-
1438
- .ssbp--theme-5 .ssbp-twitter:active {
1439
- box-shadow: 0 4px 0 #0085be, 0 5px 6px rgba(0, 0, 0, 0.33); }
1440
-
1441
- .ssbp--theme-5 .ssbp-vk {
1442
- background-color: #45668E;
1443
- box-shadow: 0 8px 0 #344d6c, 0 10px 12px rgba(0, 0, 0, 0.33); }
1444
-
1445
- .ssbp--theme-5 .ssbp-vk:active {
1446
- box-shadow: 0 4px 0 #344d6c, 0 5px 6px rgba(0, 0, 0, 0.33); }
1447
-
1448
- .ssbp--theme-5 .ssbp-whatsapp {
1449
- background-color: #34AF23;
1450
- box-shadow: 0 8px 0 #27851b, 0 10px 12px rgba(0, 0, 0, 0.33); }
1451
-
1452
- .ssbp--theme-5 .ssbp-whatsapp:active {
1453
- box-shadow: 0 4px 0 #27851b, 0 5px 6px rgba(0, 0, 0, 0.33); }
1454
-
1455
- .ssbp--theme-5 .ssbp-yummly {
1456
- background-color: #E16120;
1457
- box-shadow: 0 8px 0 #b64d18, 0 10px 12px rgba(0, 0, 0, 0.33); }
1458
-
1459
- .ssbp--theme-5 .ssbp-yummly:active {
1460
- box-shadow: 0 4px 0 #b64d18, 0 5px 6px rgba(0, 0, 0, 0.33); }
1461
-
1462
- .ssbp--theme-5 .ssbp-xing {
1463
- background-color: #026466;
1464
- box-shadow: 0 8px 0 #013334, 0 10px 12px rgba(0, 0, 0, 0.33); }
1465
-
1466
- .ssbp--theme-5 .ssbp-xing:active {
1467
- box-shadow: 0 4px 0 #013334, 0 5px 6px rgba(0, 0, 0, 0.33); }
1468
-
1469
- .ssbp--theme-5 .ssbp-each-share {
1470
- padding-top: 3px;
1471
- text-align: center;
1472
- font-size: 12px; }
1473
-
1474
- .ssbp--theme-2 .ssbp-toggle-switch, .ssbp--theme-3 .ssbp-toggle-switch, .ssbp--theme-10 .ssbp-toggle-switch, .ssbp--theme-11 .ssbp-toggle-switch {
1475
- background: #4C4C4C;
1476
- background: rgba(39, 39, 39, 0.8);
1477
- border-radius: 0;
1478
- color: #fff; }
1479
-
1480
- .ssbp--theme-2 .ssbp-toggle-switch:active, .ssbp--theme-3 .ssbp-toggle-switch:active, .ssbp--theme-10 .ssbp-toggle-switch:active, .ssbp--theme-11 .ssbp-toggle-switch:active, .ssbp--theme-2 .ssbp-toggle-switch:hover, .ssbp--theme-3 .ssbp-toggle-switch:hover, .ssbp--theme-10 .ssbp-toggle-switch:hover, .ssbp--theme-11 .ssbp-toggle-switch:hover, .ssbp--theme-2 .ssbp-toggle-switch:focus, .ssbp--theme-3 .ssbp-toggle-switch:focus, .ssbp--theme-10 .ssbp-toggle-switch:focus, .ssbp--theme-11 .ssbp-toggle-switch:focus {
1481
- background: #4C4C4C;
1482
- background: rgba(39, 39, 39, 0.9); }
1483
-
1484
- .ssbp--theme-1 .ssbp-toggle-switch, .ssbp--theme-4 .ssbp-toggle-switch, .ssbp--theme-5 .ssbp-toggle-switch, .ssbp--theme-6 .ssbp-toggle-switch, .ssbp--theme-7 .ssbp-toggle-switch, .ssbp--theme-8 .ssbp-toggle-switch, .ssbp--theme-9 .ssbp-toggle-switch {
1485
- background: #fff;
1486
- background: rgba(255, 255, 255, 0.8);
1487
- color: #272727;
1488
- border-radius: 0; }
1489
-
1490
- .ssbp--theme-1 .ssbp-toggle-switch:active, .ssbp--theme-4 .ssbp-toggle-switch:active, .ssbp--theme-5 .ssbp-toggle-switch:active, .ssbp--theme-6 .ssbp-toggle-switch:active, .ssbp--theme-7 .ssbp-toggle-switch:active, .ssbp--theme-8 .ssbp-toggle-switch:active, .ssbp--theme-9 .ssbp-toggle-switch:active, .ssbp--theme-1 .ssbp-toggle-switch:hover, .ssbp--theme-4 .ssbp-toggle-switch:hover, .ssbp--theme-5 .ssbp-toggle-switch:hover, .ssbp--theme-6 .ssbp-toggle-switch:hover, .ssbp--theme-7 .ssbp-toggle-switch:hover, .ssbp--theme-8 .ssbp-toggle-switch:hover, .ssbp--theme-9 .ssbp-toggle-switch:hover, .ssbp--theme-1 .ssbp-toggle-switch:focus, .ssbp--theme-4 .ssbp-toggle-switch:focus, .ssbp--theme-5 .ssbp-toggle-switch:focus, .ssbp--theme-6 .ssbp-toggle-switch:focus, .ssbp--theme-7 .ssbp-toggle-switch:focus, .ssbp--theme-8 .ssbp-toggle-switch:focus, .ssbp--theme-9 .ssbp-toggle-switch:focus {
1491
- background: #fff;
1492
- background: rgba(255, 255, 255, 0.9); }
1493
-
1494
- .ssbp--theme-2.ssbp--centred .ssbp-list, .ssbp--theme-3.ssbp--centred .ssbp-list, .ssbp--theme-5.ssbp--centred .ssbp-list, .ssbp--theme-7.ssbp--centred .ssbp-list, .ssbp--theme-8.ssbp--centred .ssbp-list, .ssbp--theme-9.ssbp--centred .ssbp-list, .ssbp--theme-10.ssbp--centred .ssbp-list, .ssbp--theme-11.ssbp--centred .ssbp-list {
1495
- display: table;
1496
- table-layout: fixed;
1497
- width: 100%; }
1498
-
1499
- .ssbp--theme-2.ssbp--centred .ssbp-list li, .ssbp--theme-3.ssbp--centred .ssbp-list li, .ssbp--theme-5.ssbp--centred .ssbp-list li, .ssbp--theme-7.ssbp--centred .ssbp-list li, .ssbp--theme-8.ssbp--centred .ssbp-list li, .ssbp--theme-9.ssbp--centred .ssbp-list li, .ssbp--theme-10.ssbp--centred .ssbp-list li, .ssbp--theme-11.ssbp--centred .ssbp-list li {
1500
- display: inline-block !important;
1501
- margin: 0 12px !important;
1502
- display: table-cell !important;
1503
- width: auto;
1504
- height: auto; }
1505
-
1506
- .ssbp--theme-2.ssbp--centred .ssbp-btn, .ssbp--theme-3.ssbp--centred .ssbp-btn, .ssbp--theme-5.ssbp--centred .ssbp-btn, .ssbp--theme-7.ssbp--centred .ssbp-btn, .ssbp--theme-8.ssbp--centred .ssbp-btn, .ssbp--theme-9.ssbp--centred .ssbp-btn, .ssbp--theme-10.ssbp--centred .ssbp-btn, .ssbp--theme-11.ssbp--centred .ssbp-btn {
1507
- display: block;
1508
- width: auto; }
1509
-
1510
- .ssbp--theme-6[class*="ssbp--fixed"] .ssbp-container {
1511
- background-color: rgba(255, 255, 255, 0.8);
1512
- padding: 6px; }
1513
-
1514
- .ssbp--theme-6 .ssbp-btn {
1515
- width: 3em;
1516
- height: 3em;
1517
- line-height: 3em;
1518
- border: 2px solid #fff;
1519
- border-radius: 50%;
1520
- background-color: #fff;
1521
- -webkit-transition: .25s;
1522
- transition: .25s; }
1523
-
1524
- .ssbp--theme-6 .ssbp-btn:hover, .ssbp--theme-6 .ssbp-btn:focus, .ssbp--theme-6 .ssbp-btn:active {
1525
- color: #fff; }
1526
-
1527
- .ssbp--theme-6 .ssbp-list li {
1528
- margin-left: 12px; }
1529
-
1530
- .ssbp--theme-6 .ssbp-buffer {
1531
- border-color: #272727;
1532
- color: #272727; }
1533
-
1534
- .ssbp--theme-6 .ssbp-buffer:hover, .ssbp--theme-6 .ssbp-buffer:focus, .ssbp--theme-6 .ssbp-buffer:active {
1535
- background-color: #272727; }
1536
-
1537
- .ssbp--theme-6 .ssbp-buffer + .ssbp-each-share {
1538
- color: #272727;
1539
- border-color: #272727; }
1540
-
1541
- .ssbp--theme-6 .ssbp-diggit {
1542
- border-color: #14589E;
1543
- color: #14589E; }
1544
-
1545
- .ssbp--theme-6 .ssbp-diggit:hover, .ssbp--theme-6 .ssbp-diggit:focus, .ssbp--theme-6 .ssbp-diggit:active {
1546
- background-color: #14589E; }
1547
-
1548
- .ssbp--theme-6 .ssbp-diggit + .ssbp-each-share {
1549
- color: #14589E;
1550
- border-color: #14589E; }
1551
-
1552
- .ssbp--theme-6 .ssbp-email {
1553
- border-color: #787878;
1554
- color: #787878; }
1555
-
1556
- .ssbp--theme-6 .ssbp-email:hover, .ssbp--theme-6 .ssbp-email:focus, .ssbp--theme-6 .ssbp-email:active {
1557
- background-color: #787878; }
1558
-
1559
- .ssbp--theme-6 .ssbp-email + .ssbp-each-share {
1560
- color: #787878;
1561
- border-color: #787878; }
1562
-
1563
- .ssbp--theme-6 .ssbp-ellipsis {
1564
- border-color: #4582EC;
1565
- color: #4582EC; }
1566
-
1567
- .ssbp--theme-6 .ssbp-ellipsis:hover, .ssbp--theme-6 .ssbp-ellipsis:focus, .ssbp--theme-6 .ssbp-ellipsis:active {
1568
- background-color: #4582EC; }
1569
-
1570
- .ssbp--theme-6 .ssbp-ellipsis + .ssbp-each-share {
1571
- color: #4582EC;
1572
- border-color: #4582EC; }
1573
-
1574
- .ssbp--theme-6 .ssbp-facebook {
1575
- border-color: #3b5998;
1576
- color: #3b5998; }
1577
-
1578
- .ssbp--theme-6 .ssbp-facebook:hover, .ssbp--theme-6 .ssbp-facebook:focus, .ssbp--theme-6 .ssbp-facebook:active {
1579
- background-color: #3b5998; }
1580
-
1581
- .ssbp--theme-6 .ssbp-facebook + .ssbp-each-share {
1582
- color: #3b5998;
1583
- border-color: #3b5998; }
1584
-
1585
- .ssbp--theme-6 .ssbp-facebook_save {
1586
- border-color: #3b5998;
1587
- color: #3b5998; }
1588
-
1589
- .ssbp--theme-6 .ssbp-facebook_save:hover, .ssbp--theme-6 .ssbp-facebook_save:focus, .ssbp--theme-6 .ssbp-facebook_save:active {
1590
- background-color: #3b5998; }
1591
-
1592
- .ssbp--theme-6 .ssbp-facebook_save + .ssbp-each-share {
1593
- color: #3b5998;
1594
- border-color: #3b5998; }
1595
-
1596
- .ssbp--theme-6 .ssbp-facebook-messenger {
1597
- border-color: #0084FF;
1598
- color: #0084FF; }
1599
-
1600
- .ssbp--theme-6 .ssbp-facebook-messenger:hover, .ssbp--theme-6 .ssbp-facebook-messenger:focus, .ssbp--theme-6 .ssbp-facebook-messenger:active {
1601
- background-color: #0084FF; }
1602
-
1603
- .ssbp--theme-6 .ssbp-facebook-messenger + .ssbp-each-share {
1604
- color: #0084FF;
1605
- border-color: #0084FF; }
1606
-
1607
- .ssbp--theme-6 .ssbp-flattr {
1608
- border-color: #f67C1A;
1609
- color: #f67C1A; }
1610
-
1611
- .ssbp--theme-6 .ssbp-flattr:hover, .ssbp--theme-6 .ssbp-flattr:focus, .ssbp--theme-6 .ssbp-flattr:active {
1612
- background-color: #f67C1A; }
1613
-
1614
- .ssbp--theme-6 .ssbp-flattr + .ssbp-each-share {
1615
- color: #f67C1A;
1616
- border-color: #f67C1A; }
1617
-
1618
- .ssbp--theme-6 .ssbp-google {
1619
- border-color: #DC4E41;
1620
- color: #DC4E41; }
1621
-
1622
- .ssbp--theme-6 .ssbp-google:hover, .ssbp--theme-6 .ssbp-google:focus, .ssbp--theme-6 .ssbp-google:active {
1623
- background-color: #DC4E41; }
1624
-
1625
- .ssbp--theme-6 .ssbp-google + .ssbp-each-share {
1626
- color: #DC4E41;
1627
- border-color: #DC4E41; }
1628
-
1629
- .ssbp--theme-6 .ssbp-linkedin {
1630
- border-color: #007bb6;
1631
- color: #007bb6; }
1632
-
1633
- .ssbp--theme-6 .ssbp-linkedin:hover, .ssbp--theme-6 .ssbp-linkedin:focus, .ssbp--theme-6 .ssbp-linkedin:active {
1634
- background-color: #007bb6; }
1635
-
1636
- .ssbp--theme-6 .ssbp-linkedin + .ssbp-each-share {
1637
- color: #007bb6;
1638
- border-color: #007bb6; }
1639
-
1640
- .ssbp--theme-6 .ssbp-pinterest {
1641
- border-color: #ce1a19;
1642
- color: #ce1a19; }
1643
-
1644
- .ssbp--theme-6 .ssbp-pinterest:hover, .ssbp--theme-6 .ssbp-pinterest:focus, .ssbp--theme-6 .ssbp-pinterest:active {
1645
- background-color: #ce1a19; }
1646
-
1647
- .ssbp--theme-6 .ssbp-pinterest + .ssbp-each-share {
1648
- color: #ce1a19;
1649
- border-color: #ce1a19; }
1650
-
1651
- .ssbp--theme-6 .ssbp-print {
1652
- border-color: #1F6B43;
1653
- color: #1F6B43; }
1654
-
1655
- .ssbp--theme-6 .ssbp-print:hover, .ssbp--theme-6 .ssbp-print:focus, .ssbp--theme-6 .ssbp-print:active {
1656
- background-color: #1F6B43; }
1657
-
1658
- .ssbp--theme-6 .ssbp-print + .ssbp-each-share {
1659
- color: #1F6B43;
1660
- border-color: #1F6B43; }
1661
-
1662
- .ssbp--theme-6 .ssbp-reddit {
1663
- border-color: #FF4500;
1664
- color: #FF4500; }
1665
-
1666
- .ssbp--theme-6 .ssbp-reddit:hover, .ssbp--theme-6 .ssbp-reddit:focus, .ssbp--theme-6 .ssbp-reddit:active {
1667
- background-color: #FF4500; }
1668
-
1669
- .ssbp--theme-6 .ssbp-reddit + .ssbp-each-share {
1670
- color: #FF4500;
1671
- border-color: #FF4500; }
1672
-
1673
- .ssbp--theme-6 .ssbp-simplesharebuttons {
1674
- border-color: #4582ec;
1675
- color: #4582ec; }
1676
-
1677
- .ssbp--theme-6 .ssbp-simplesharebuttons:hover, .ssbp--theme-6 .ssbp-simplesharebuttons:focus, .ssbp--theme-6 .ssbp-simplesharebuttons:active {
1678
- background-color: #4582ec; }
1679
-
1680
- .ssbp--theme-6 .ssbp-simplesharebuttons + .ssbp-each-share {
1681
- color: #4582ec;
1682
- border-color: #4582ec; }
1683
-
1684
- .ssbp--theme-6 .ssbp-stumbleupon {
1685
- border-color: #EB4924;
1686
- color: #EB4924; }
1687
-
1688
- .ssbp--theme-6 .ssbp-stumbleupon:hover, .ssbp--theme-6 .ssbp-stumbleupon:focus, .ssbp--theme-6 .ssbp-stumbleupon:active {
1689
- background-color: #EB4924; }
1690
-
1691
- .ssbp--theme-6 .ssbp-stumbleupon + .ssbp-each-share {
1692
- color: #EB4924;
1693
- border-color: #EB4924; }
1694
-
1695
- .ssbp--theme-6 .ssbp-tumblr {
1696
- border-color: #2C4762;
1697
- color: #2C4762; }
1698
-
1699
- .ssbp--theme-6 .ssbp-tumblr:hover, .ssbp--theme-6 .ssbp-tumblr:focus, .ssbp--theme-6 .ssbp-tumblr:active {
1700
- background-color: #2C4762; }
1701
-
1702
- .ssbp--theme-6 .ssbp-tumblr + .ssbp-each-share {
1703
- color: #2C4762;
1704
- border-color: #2C4762; }
1705
-
1706
- .ssbp--theme-6 .ssbp-twitter {
1707
- border-color: #00a9f1;
1708
- color: #00a9f1; }
1709
-
1710
- .ssbp--theme-6 .ssbp-twitter:hover, .ssbp--theme-6 .ssbp-twitter:focus, .ssbp--theme-6 .ssbp-twitter:active {
1711
- background-color: #00a9f1; }
1712
-
1713
- .ssbp--theme-6 .ssbp-twitter + .ssbp-each-share {
1714
- color: #00a9f1;
1715
- border-color: #00a9f1; }
1716
-
1717
- .ssbp--theme-6 .ssbp-vk {
1718
- border-color: #45668E;
1719
- color: #45668E; }
1720
-
1721
- .ssbp--theme-6 .ssbp-vk:hover, .ssbp--theme-6 .ssbp-vk:focus, .ssbp--theme-6 .ssbp-vk:active {
1722
- background-color: #45668E; }
1723
-
1724
- .ssbp--theme-6 .ssbp-vk + .ssbp-each-share {
1725
- color: #45668E;
1726
- border-color: #45668E; }
1727
-
1728
- .ssbp--theme-6 .ssbp-whatsapp {
1729
- border-color: #34AF23;
1730
- color: #34AF23; }
1731
-
1732
- .ssbp--theme-6 .ssbp-whatsapp:hover, .ssbp--theme-6 .ssbp-whatsapp:focus, .ssbp--theme-6 .ssbp-whatsapp:active {
1733
- background-color: #34AF23; }
1734
-
1735
- .ssbp--theme-6 .ssbp-whatsapp + .ssbp-each-share {
1736
- color: #34AF23;
1737
- border-color: #34AF23; }
1738
-
1739
- .ssbp--theme-6 .ssbp-yummly {
1740
- border-color: #E16120;
1741
- color: #E16120; }
1742
-
1743
- .ssbp--theme-6 .ssbp-yummly:hover, .ssbp--theme-6 .ssbp-yummly:focus, .ssbp--theme-6 .ssbp-yummly:active {
1744
- background-color: #E16120; }
1745
-
1746
- .ssbp--theme-6 .ssbp-yummly + .ssbp-each-share {
1747
- color: #E16120;
1748
- border-color: #E16120; }
1749
-
1750
- .ssbp--theme-6 .ssbp-xing {
1751
- border-color: #026466;
1752
- color: #026466; }
1753
-
1754
- .ssbp--theme-6 .ssbp-xing:hover, .ssbp--theme-6 .ssbp-xing:focus, .ssbp--theme-6 .ssbp-xing:active {
1755
- background-color: #026466; }
1756
-
1757
- .ssbp--theme-6 .ssbp-xing + .ssbp-each-share {
1758
- color: #026466;
1759
- border-color: #026466; }
1760
-
1761
- .ssbp--theme-6 .ssbp-each-share {
1762
- position: absolute;
1763
- top: 0;
1764
- left: 100%;
1765
- z-index: 11;
1766
- margin-left: -12px;
1767
- padding: 2px;
1768
- border: 1px solid #fff;
1769
- background-color: #fff;
1770
- border-radius: 6px;
1771
- font-size: 10px;
1772
- color: #FFF; }
1773
-
1774
- .ssbp--theme-6.ssbp--fixed-right .ssbp-each-share {
1775
- left: auto;
1776
- right: 100%;
1777
- margin-left: 0;
1778
- margin-right: -12px; }
1779
-
1780
- .ssbp--theme-2 .ssbp-toggle-switch, .ssbp--theme-3 .ssbp-toggle-switch, .ssbp--theme-10 .ssbp-toggle-switch, .ssbp--theme-11 .ssbp-toggle-switch {
1781
- background: #4C4C4C;
1782
- background: rgba(39, 39, 39, 0.8);
1783
- border-radius: 0;
1784
- color: #fff; }
1785
-
1786
- .ssbp--theme-2 .ssbp-toggle-switch:active, .ssbp--theme-3 .ssbp-toggle-switch:active, .ssbp--theme-10 .ssbp-toggle-switch:active, .ssbp--theme-11 .ssbp-toggle-switch:active, .ssbp--theme-2 .ssbp-toggle-switch:hover, .ssbp--theme-3 .ssbp-toggle-switch:hover, .ssbp--theme-10 .ssbp-toggle-switch:hover, .ssbp--theme-11 .ssbp-toggle-switch:hover, .ssbp--theme-2 .ssbp-toggle-switch:focus, .ssbp--theme-3 .ssbp-toggle-switch:focus, .ssbp--theme-10 .ssbp-toggle-switch:focus, .ssbp--theme-11 .ssbp-toggle-switch:focus {
1787
- background: #4C4C4C;
1788
- background: rgba(39, 39, 39, 0.9); }
1789
-
1790
- .ssbp--theme-1 .ssbp-toggle-switch, .ssbp--theme-4 .ssbp-toggle-switch, .ssbp--theme-5 .ssbp-toggle-switch, .ssbp--theme-6 .ssbp-toggle-switch, .ssbp--theme-7 .ssbp-toggle-switch, .ssbp--theme-8 .ssbp-toggle-switch, .ssbp--theme-9 .ssbp-toggle-switch {
1791
- background: #fff;
1792
- background: rgba(255, 255, 255, 0.8);
1793
- color: #272727;
1794
- border-radius: 0; }
1795
-
1796
- .ssbp--theme-1 .ssbp-toggle-switch:active, .ssbp--theme-4 .ssbp-toggle-switch:active, .ssbp--theme-5 .ssbp-toggle-switch:active, .ssbp--theme-6 .ssbp-toggle-switch:active, .ssbp--theme-7 .ssbp-toggle-switch:active, .ssbp--theme-8 .ssbp-toggle-switch:active, .ssbp--theme-9 .ssbp-toggle-switch:active, .ssbp--theme-1 .ssbp-toggle-switch:hover, .ssbp--theme-4 .ssbp-toggle-switch:hover, .ssbp--theme-5 .ssbp-toggle-switch:hover, .ssbp--theme-6 .ssbp-toggle-switch:hover, .ssbp--theme-7 .ssbp-toggle-switch:hover, .ssbp--theme-8 .ssbp-toggle-switch:hover, .ssbp--theme-9 .ssbp-toggle-switch:hover, .ssbp--theme-1 .ssbp-toggle-switch:focus, .ssbp--theme-4 .ssbp-toggle-switch:focus, .ssbp--theme-5 .ssbp-toggle-switch:focus, .ssbp--theme-6 .ssbp-toggle-switch:focus, .ssbp--theme-7 .ssbp-toggle-switch:focus, .ssbp--theme-8 .ssbp-toggle-switch:focus, .ssbp--theme-9 .ssbp-toggle-switch:focus {
1797
- background: #fff;
1798
- background: rgba(255, 255, 255, 0.9); }
1799
-
1800
- .ssbp--theme-2.ssbp--centred .ssbp-list, .ssbp--theme-3.ssbp--centred .ssbp-list, .ssbp--theme-5.ssbp--centred .ssbp-list, .ssbp--theme-7.ssbp--centred .ssbp-list, .ssbp--theme-8.ssbp--centred .ssbp-list, .ssbp--theme-9.ssbp--centred .ssbp-list, .ssbp--theme-10.ssbp--centred .ssbp-list, .ssbp--theme-11.ssbp--centred .ssbp-list {
1801
- display: table;
1802
- table-layout: fixed;
1803
- width: 100%; }
1804
-
1805
- .ssbp--theme-2.ssbp--centred .ssbp-list li, .ssbp--theme-3.ssbp--centred .ssbp-list li, .ssbp--theme-5.ssbp--centred .ssbp-list li, .ssbp--theme-7.ssbp--centred .ssbp-list li, .ssbp--theme-8.ssbp--centred .ssbp-list li, .ssbp--theme-9.ssbp--centred .ssbp-list li, .ssbp--theme-10.ssbp--centred .ssbp-list li, .ssbp--theme-11.ssbp--centred .ssbp-list li {
1806
- display: inline-block !important;
1807
- margin: 0 6px !important;
1808
- display: table-cell !important;
1809
- width: auto;
1810
- height: auto; }
1811
-
1812
- .ssbp--theme-2.ssbp--centred .ssbp-btn, .ssbp--theme-3.ssbp--centred .ssbp-btn, .ssbp--theme-5.ssbp--centred .ssbp-btn, .ssbp--theme-7.ssbp--centred .ssbp-btn, .ssbp--theme-8.ssbp--centred .ssbp-btn, .ssbp--theme-9.ssbp--centred .ssbp-btn, .ssbp--theme-10.ssbp--centred .ssbp-btn, .ssbp--theme-11.ssbp--centred .ssbp-btn {
1813
- display: block;
1814
- width: auto; }
1815
-
1816
- .ssbp--theme-7 .ssbp-list li {
1817
- margin-left: 6px;
1818
- margin-bottom: 1.5rem; }
1819
-
1820
- .ssbp--theme-7 .ssbp-text {
1821
- display: inline-block;
1822
- vertical-align: middle;
1823
- font-size: 12px;
1824
- margin-left: .5em; }
1825
-
1826
- .ssbp--theme-7 .ssbp-btn {
1827
- display: block;
1828
- padding: 0.5em 1em;
1829
- border: 2px solid #fff;
1830
- color: #fff;
1831
- background-color: #fff;
1832
- -webkit-transition: background-color .25s;
1833
- transition: background-color .25s; }
1834
-
1835
- .ssbp--theme-7 .ssbp-btn:before {
1836
- vertical-align: middle; }
1837
-
1838
- .ssbp--theme-7 .ssbp-buffer {
1839
- border-color: #272727;
1840
- color: #272727; }
1841
-
1842
- .ssbp--theme-7 .ssbp-buffer:visited {
1843
- color: #272727; }
1844
-
1845
- .ssbp--theme-7 .ssbp-buffer:hover, .ssbp--theme-7 .ssbp-buffer:focus, .ssbp--theme-7 .ssbp-buffer:active {
1846
- background-color: #272727;
1847
- border-bottom: 2px #272727 solid;
1848
- color: #fff; }
1849
-
1850
- .ssbp--theme-7 .ssbp-buffer + .ssbp-each-share {
1851
- color: #272727; }
1852
-
1853
- .ssbp--theme-7 .ssbp-diggit {
1854
- border-color: #14589E;
1855
- color: #14589E; }
1856
-
1857
- .ssbp--theme-7 .ssbp-diggit:visited {
1858
- color: #14589E; }
1859
-
1860
- .ssbp--theme-7 .ssbp-diggit:hover, .ssbp--theme-7 .ssbp-diggit:focus, .ssbp--theme-7 .ssbp-diggit:active {
1861
- background-color: #14589E;
1862
- border-bottom: 2px #14589E solid;
1863
- color: #fff; }
1864
-
1865
- .ssbp--theme-7 .ssbp-diggit + .ssbp-each-share {
1866
- color: #14589E; }
1867
-
1868
- .ssbp--theme-7 .ssbp-email {
1869
- border-color: #787878;
1870
- color: #787878; }
1871
-
1872
- .ssbp--theme-7 .ssbp-email:visited {
1873
- color: #787878; }
1874
-
1875
- .ssbp--theme-7 .ssbp-email:hover, .ssbp--theme-7 .ssbp-email:focus, .ssbp--theme-7 .ssbp-email:active {
1876
- background-color: #787878;
1877
- border-bottom: 2px #787878 solid;
1878
- color: #fff; }
1879
-
1880
- .ssbp--theme-7 .ssbp-email + .ssbp-each-share {
1881
- color: #787878; }
1882
-
1883
- .ssbp--theme-7 .ssbp-ellipsis {
1884
- border-color: #4582EC;
1885
- color: #4582EC; }
1886
-
1887
- .ssbp--theme-7 .ssbp-ellipsis:visited {
1888
- color: #4582EC; }
1889
-
1890
- .ssbp--theme-7 .ssbp-ellipsis:hover, .ssbp--theme-7 .ssbp-ellipsis:focus, .ssbp--theme-7 .ssbp-ellipsis:active {
1891
- background-color: #4582EC;
1892
- border-bottom: 2px #4582EC solid;
1893
- color: #fff; }
1894
-
1895
- .ssbp--theme-7 .ssbp-ellipsis + .ssbp-each-share {
1896
- color: #4582EC; }
1897
-
1898
- .ssbp--theme-7 .ssbp-facebook {
1899
- border-color: #3b5998;
1900
- color: #3b5998; }
1901
-
1902
- .ssbp--theme-7 .ssbp-facebook:visited {
1903
- color: #3b5998; }
1904
-
1905
- .ssbp--theme-7 .ssbp-facebook:hover, .ssbp--theme-7 .ssbp-facebook:focus, .ssbp--theme-7 .ssbp-facebook:active {
1906
- background-color: #3b5998;
1907
- border-bottom: 2px #3b5998 solid;
1908
- color: #fff; }
1909
-
1910
- .ssbp--theme-7 .ssbp-facebook + .ssbp-each-share {
1911
- color: #3b5998; }
1912
-
1913
- .ssbp--theme-7 .ssbp-facebook_save {
1914
- border-color: #3b5998;
1915
- color: #3b5998; }
1916
-
1917
- .ssbp--theme-7 .ssbp-facebook_save:visited {
1918
- color: #3b5998; }
1919
-
1920
- .ssbp--theme-7 .ssbp-facebook_save:hover, .ssbp--theme-7 .ssbp-facebook_save:focus, .ssbp--theme-7 .ssbp-facebook_save:active {
1921
- background-color: #3b5998;
1922
- border-bottom: 2px #3b5998 solid;
1923
- color: #fff; }
1924
-
1925
- .ssbp--theme-7 .ssbp-facebook_save + .ssbp-each-share {
1926
- color: #3b5998; }
1927
-
1928
- .ssbp--theme-7 .ssbp-facebook-messenger {
1929
- border-color: #0084FF;
1930
- color: #0084FF; }
1931
-
1932
- .ssbp--theme-7 .ssbp-facebook-messenger:visited {
1933
- color: #0084FF; }
1934
-
1935
- .ssbp--theme-7 .ssbp-facebook-messenger:hover, .ssbp--theme-7 .ssbp-facebook-messenger:focus, .ssbp--theme-7 .ssbp-facebook-messenger:active {
1936
- background-color: #0084FF;
1937
- border-bottom: 2px #0084FF solid;
1938
- color: #fff; }
1939
-
1940
- .ssbp--theme-7 .ssbp-facebook-messenger + .ssbp-each-share {
1941
- color: #0084FF; }
1942
-
1943
- .ssbp--theme-7 .ssbp-flattr {
1944
- border-color: #f67C1A;
1945
- color: #f67C1A; }
1946
-
1947
- .ssbp--theme-7 .ssbp-flattr:visited {
1948
- color: #f67C1A; }
1949
-
1950
- .ssbp--theme-7 .ssbp-flattr:hover, .ssbp--theme-7 .ssbp-flattr:focus, .ssbp--theme-7 .ssbp-flattr:active {
1951
- background-color: #f67C1A;
1952
- border-bottom: 2px #f67C1A solid;
1953
- color: #fff; }
1954
-
1955
- .ssbp--theme-7 .ssbp-flattr + .ssbp-each-share {
1956
- color: #f67C1A; }
1957
-
1958
- .ssbp--theme-7 .ssbp-google {
1959
- border-color: #DC4E41;
1960
- color: #DC4E41; }
1961
-
1962
- .ssbp--theme-7 .ssbp-google:visited {
1963
- color: #DC4E41; }
1964
-
1965
- .ssbp--theme-7 .ssbp-google:hover, .ssbp--theme-7 .ssbp-google:focus, .ssbp--theme-7 .ssbp-google:active {
1966
- background-color: #DC4E41;
1967
- border-bottom: 2px #DC4E41 solid;
1968
- color: #fff; }
1969
-
1970
- .ssbp--theme-7 .ssbp-google + .ssbp-each-share {
1971
- color: #DC4E41; }
1972
-
1973
- .ssbp--theme-7 .ssbp-linkedin {
1974
- border-color: #007bb6;
1975
- color: #007bb6; }
1976
-
1977
- .ssbp--theme-7 .ssbp-linkedin:visited {
1978
- color: #007bb6; }
1979
-
1980
- .ssbp--theme-7 .ssbp-linkedin:hover, .ssbp--theme-7 .ssbp-linkedin:focus, .ssbp--theme-7 .ssbp-linkedin:active {
1981
- background-color: #007bb6;
1982
- border-bottom: 2px #007bb6 solid;
1983
- color: #fff; }
1984
-
1985
- .ssbp--theme-7 .ssbp-linkedin + .ssbp-each-share {
1986
- color: #007bb6; }
1987
-
1988
- .ssbp--theme-7 .ssbp-pinterest {
1989
- border-color: #ce1a19;
1990
- color: #ce1a19; }
1991
-
1992
- .ssbp--theme-7 .ssbp-pinterest:visited {
1993
- color: #ce1a19; }
1994
-
1995
- .ssbp--theme-7 .ssbp-pinterest:hover, .ssbp--theme-7 .ssbp-pinterest:focus, .ssbp--theme-7 .ssbp-pinterest:active {
1996
- background-color: #ce1a19;
1997
- border-bottom: 2px #ce1a19 solid;
1998
- color: #fff; }
1999
-
2000
- .ssbp--theme-7 .ssbp-pinterest + .ssbp-each-share {
2001
- color: #ce1a19; }
2002
-
2003
- .ssbp--theme-7 .ssbp-print {
2004
- border-color: #1F6B43;
2005
- color: #1F6B43; }
2006
-
2007
- .ssbp--theme-7 .ssbp-print:visited {
2008
- color: #1F6B43; }
2009
-
2010
- .ssbp--theme-7 .ssbp-print:hover, .ssbp--theme-7 .ssbp-print:focus, .ssbp--theme-7 .ssbp-print:active {
2011
- background-color: #1F6B43;
2012
- border-bottom: 2px #1F6B43 solid;
2013
- color: #fff; }
2014
-
2015
- .ssbp--theme-7 .ssbp-print + .ssbp-each-share {
2016
- color: #1F6B43; }
2017
-
2018
- .ssbp--theme-7 .ssbp-reddit {
2019
- border-color: #FF4500;
2020
- color: #FF4500; }
2021
-
2022
- .ssbp--theme-7 .ssbp-reddit:visited {
2023
- color: #FF4500; }
2024
-
2025
- .ssbp--theme-7 .ssbp-reddit:hover, .ssbp--theme-7 .ssbp-reddit:focus, .ssbp--theme-7 .ssbp-reddit:active {
2026
- background-color: #FF4500;
2027
- border-bottom: 2px #FF4500 solid;
2028
- color: #fff; }
2029
-
2030
- .ssbp--theme-7 .ssbp-reddit + .ssbp-each-share {
2031
- color: #FF4500; }
2032
-
2033
- .ssbp--theme-7 .ssbp-simplesharebuttons {
2034
- border-color: #4582ec;
2035
- color: #4582ec; }
2036
-
2037
- .ssbp--theme-7 .ssbp-simplesharebuttons:visited {
2038
- color: #4582ec; }
2039
-
2040
- .ssbp--theme-7 .ssbp-simplesharebuttons:hover, .ssbp--theme-7 .ssbp-simplesharebuttons:focus, .ssbp--theme-7 .ssbp-simplesharebuttons:active {
2041
- background-color: #4582ec;
2042
- border-bottom: 2px #4582ec solid;
2043
- color: #fff; }
2044
-
2045
- .ssbp--theme-7 .ssbp-simplesharebuttons + .ssbp-each-share {
2046
- color: #4582ec; }
2047
-
2048
- .ssbp--theme-7 .ssbp-stumbleupon {
2049
- border-color: #EB4924;
2050
- color: #EB4924; }
2051
-
2052
- .ssbp--theme-7 .ssbp-stumbleupon:visited {
2053
- color: #EB4924; }
2054
-
2055
- .ssbp--theme-7 .ssbp-stumbleupon:hover, .ssbp--theme-7 .ssbp-stumbleupon:focus, .ssbp--theme-7 .ssbp-stumbleupon:active {
2056
- background-color: #EB4924;
2057
- border-bottom: 2px #EB4924 solid;
2058
- color: #fff; }
2059
-
2060
- .ssbp--theme-7 .ssbp-stumbleupon + .ssbp-each-share {
2061
- color: #EB4924; }
2062
-
2063
- .ssbp--theme-7 .ssbp-tumblr {
2064
- border-color: #2C4762;
2065
- color: #2C4762; }
2066
-
2067
- .ssbp--theme-7 .ssbp-tumblr:visited {
2068
- color: #2C4762; }
2069
-
2070
- .ssbp--theme-7 .ssbp-tumblr:hover, .ssbp--theme-7 .ssbp-tumblr:focus, .ssbp--theme-7 .ssbp-tumblr:active {
2071
- background-color: #2C4762;
2072
- border-bottom: 2px #2C4762 solid;
2073
- color: #fff; }
2074
-
2075
- .ssbp--theme-7 .ssbp-tumblr + .ssbp-each-share {
2076
- color: #2C4762; }
2077
-
2078
- .ssbp--theme-7 .ssbp-twitter {
2079
- border-color: #00a9f1;
2080
- color: #00a9f1; }
2081
-
2082
- .ssbp--theme-7 .ssbp-twitter:visited {
2083
- color: #00a9f1; }
2084
-
2085
- .ssbp--theme-7 .ssbp-twitter:hover, .ssbp--theme-7 .ssbp-twitter:focus, .ssbp--theme-7 .ssbp-twitter:active {
2086
- background-color: #00a9f1;
2087
- border-bottom: 2px #00a9f1 solid;
2088
- color: #fff; }
2089
-
2090
- .ssbp--theme-7 .ssbp-twitter + .ssbp-each-share {
2091
- color: #00a9f1; }
2092
-
2093
- .ssbp--theme-7 .ssbp-vk {
2094
- border-color: #45668E;
2095
- color: #45668E; }
2096
-
2097
- .ssbp--theme-7 .ssbp-vk:visited {
2098
- color: #45668E; }
2099
-
2100
- .ssbp--theme-7 .ssbp-vk:hover, .ssbp--theme-7 .ssbp-vk:focus, .ssbp--theme-7 .ssbp-vk:active {
2101
- background-color: #45668E;
2102
- border-bottom: 2px #45668E solid;
2103
- color: #fff; }
2104
-
2105
- .ssbp--theme-7 .ssbp-vk + .ssbp-each-share {
2106
- color: #45668E; }
2107
-
2108
- .ssbp--theme-7 .ssbp-whatsapp {
2109
- border-color: #34AF23;
2110
- color: #34AF23; }
2111
-
2112
- .ssbp--theme-7 .ssbp-whatsapp:visited {
2113
- color: #34AF23; }
2114
-
2115
- .ssbp--theme-7 .ssbp-whatsapp:hover, .ssbp--theme-7 .ssbp-whatsapp:focus, .ssbp--theme-7 .ssbp-whatsapp:active {
2116
- background-color: #34AF23;
2117
- border-bottom: 2px #34AF23 solid;
2118
- color: #fff; }
2119
-
2120
- .ssbp--theme-7 .ssbp-whatsapp + .ssbp-each-share {
2121
- color: #34AF23; }
2122
-
2123
- .ssbp--theme-7 .ssbp-yummly {
2124
- border-color: #E16120;
2125
- color: #E16120; }
2126
-
2127
- .ssbp--theme-7 .ssbp-yummly:visited {
2128
- color: #E16120; }
2129
-
2130
- .ssbp--theme-7 .ssbp-yummly:hover, .ssbp--theme-7 .ssbp-yummly:focus, .ssbp--theme-7 .ssbp-yummly:active {
2131
- background-color: #E16120;
2132
- border-bottom: 2px #E16120 solid;
2133
- color: #fff; }
2134
-
2135
- .ssbp--theme-7 .ssbp-yummly + .ssbp-each-share {
2136
- color: #E16120; }
2137
-
2138
- .ssbp--theme-7 .ssbp-xing {
2139
- border-color: #026466;
2140
- color: #026466; }
2141
-
2142
- .ssbp--theme-7 .ssbp-xing:visited {
2143
- color: #026466; }
2144
-
2145
- .ssbp--theme-7 .ssbp-xing:hover, .ssbp--theme-7 .ssbp-xing:focus, .ssbp--theme-7 .ssbp-xing:active {
2146
- background-color: #026466;
2147
- border-bottom: 2px #026466 solid;
2148
- color: #fff; }
2149
-
2150
- .ssbp--theme-7 .ssbp-xing + .ssbp-each-share {
2151
- color: #026466; }
2152
-
2153
- .ssbp--theme-7 .ssbp-each-share {
2154
- padding-top: 3px;
2155
- text-align: center;
2156
- font-size: 12px; }
2157
-
2158
- .ssbp--theme-2 .ssbp-toggle-switch, .ssbp--theme-3 .ssbp-toggle-switch, .ssbp--theme-10 .ssbp-toggle-switch, .ssbp--theme-11 .ssbp-toggle-switch {
2159
- background: #4C4C4C;
2160
- background: rgba(39, 39, 39, 0.8);
2161
- border-radius: 0;
2162
- color: #fff; }
2163
-
2164
- .ssbp--theme-2 .ssbp-toggle-switch:active, .ssbp--theme-3 .ssbp-toggle-switch:active, .ssbp--theme-10 .ssbp-toggle-switch:active, .ssbp--theme-11 .ssbp-toggle-switch:active, .ssbp--theme-2 .ssbp-toggle-switch:hover, .ssbp--theme-3 .ssbp-toggle-switch:hover, .ssbp--theme-10 .ssbp-toggle-switch:hover, .ssbp--theme-11 .ssbp-toggle-switch:hover, .ssbp--theme-2 .ssbp-toggle-switch:focus, .ssbp--theme-3 .ssbp-toggle-switch:focus, .ssbp--theme-10 .ssbp-toggle-switch:focus, .ssbp--theme-11 .ssbp-toggle-switch:focus {
2165
- background: #4C4C4C;
2166
- background: rgba(39, 39, 39, 0.9); }
2167
-
2168
- .ssbp--theme-1 .ssbp-toggle-switch, .ssbp--theme-4 .ssbp-toggle-switch, .ssbp--theme-5 .ssbp-toggle-switch, .ssbp--theme-6 .ssbp-toggle-switch, .ssbp--theme-7 .ssbp-toggle-switch, .ssbp--theme-8 .ssbp-toggle-switch, .ssbp--theme-9 .ssbp-toggle-switch {
2169
- background: #fff;
2170
- background: rgba(255, 255, 255, 0.8);
2171
- color: #272727;
2172
- border-radius: 0; }
2173
-
2174
- .ssbp--theme-1 .ssbp-toggle-switch:active, .ssbp--theme-4 .ssbp-toggle-switch:active, .ssbp--theme-5 .ssbp-toggle-switch:active, .ssbp--theme-6 .ssbp-toggle-switch:active, .ssbp--theme-7 .ssbp-toggle-switch:active, .ssbp--theme-8 .ssbp-toggle-switch:active, .ssbp--theme-9 .ssbp-toggle-switch:active, .ssbp--theme-1 .ssbp-toggle-switch:hover, .ssbp--theme-4 .ssbp-toggle-switch:hover, .ssbp--theme-5 .ssbp-toggle-switch:hover, .ssbp--theme-6 .ssbp-toggle-switch:hover, .ssbp--theme-7 .ssbp-toggle-switch:hover, .ssbp--theme-8 .ssbp-toggle-switch:hover, .ssbp--theme-9 .ssbp-toggle-switch:hover, .ssbp--theme-1 .ssbp-toggle-switch:focus, .ssbp--theme-4 .ssbp-toggle-switch:focus, .ssbp--theme-5 .ssbp-toggle-switch:focus, .ssbp--theme-6 .ssbp-toggle-switch:focus, .ssbp--theme-7 .ssbp-toggle-switch:focus, .ssbp--theme-8 .ssbp-toggle-switch:focus, .ssbp--theme-9 .ssbp-toggle-switch:focus {
2175
- background: #fff;
2176
- background: rgba(255, 255, 255, 0.9); }
2177
-
2178
- .ssbp--theme-2.ssbp--centred .ssbp-list, .ssbp--theme-3.ssbp--centred .ssbp-list, .ssbp--theme-5.ssbp--centred .ssbp-list, .ssbp--theme-7.ssbp--centred .ssbp-list, .ssbp--theme-8.ssbp--centred .ssbp-list, .ssbp--theme-9.ssbp--centred .ssbp-list, .ssbp--theme-10.ssbp--centred .ssbp-list, .ssbp--theme-11.ssbp--centred .ssbp-list {
2179
- display: table;
2180
- table-layout: fixed;
2181
- width: 100%; }
2182
-
2183
- .ssbp--theme-2.ssbp--centred .ssbp-list li, .ssbp--theme-3.ssbp--centred .ssbp-list li, .ssbp--theme-5.ssbp--centred .ssbp-list li, .ssbp--theme-7.ssbp--centred .ssbp-list li, .ssbp--theme-8.ssbp--centred .ssbp-list li, .ssbp--theme-9.ssbp--centred .ssbp-list li, .ssbp--theme-10.ssbp--centred .ssbp-list li, .ssbp--theme-11.ssbp--centred .ssbp-list li {
2184
- display: inline-block !important;
2185
- margin: 0 6px !important;
2186
- display: table-cell !important;
2187
- width: auto;
2188
- height: auto; }
2189
-
2190
- .ssbp--theme-2.ssbp--centred .ssbp-btn, .ssbp--theme-3.ssbp--centred .ssbp-btn, .ssbp--theme-5.ssbp--centred .ssbp-btn, .ssbp--theme-7.ssbp--centred .ssbp-btn, .ssbp--theme-8.ssbp--centred .ssbp-btn, .ssbp--theme-9.ssbp--centred .ssbp-btn, .ssbp--theme-10.ssbp--centred .ssbp-btn, .ssbp--theme-11.ssbp--centred .ssbp-btn {
2191
- display: block;
2192
- width: auto; }
2193
-
2194
- .ssbp--theme-8 .ssbp-list li {
2195
- margin-left: 6px; }
2196
-
2197
- .ssbp--theme-8 .ssbp-btn:hover, .ssbp--theme-8 .ssbp-btn:focus, .ssbp--theme-8 .ssbp-btn:active {
2198
- border-bottom: 3px solid #272727; }
2199
-
2200
- .ssbp--theme-8 .ssbp-btn, .ssbp--theme-8 .ssbp-btn:visited {
2201
- width: 4em;
2202
- height: 3em;
2203
- line-height: 3em;
2204
- position: relative;
2205
- border: 3px solid #272727;
2206
- background-color: #fff;
2207
- color: #272727;
2208
- -webkit-transition: .25s;
2209
- transition: .25s; }
2210
-
2211
- .ssbp--theme-8 .ssbp-btn:hover, .ssbp--theme-8 .ssbp-btn:focus, .ssbp--theme-8 .ssbp-btn:active, .ssbp--theme-8 .ssbp-btn:visited:hover, .ssbp--theme-8 .ssbp-btn:visited:focus, .ssbp--theme-8 .ssbp-btn:visited:active {
2212
- background-color: #272727;
2213
- color: #fff; }
2214
-
2215
- .ssbp--theme-8 .ssbp-each-share {
2216
- padding-top: 3px;
2217
- text-align: center;
2218
- font-size: 12px; }
2219
-
2220
- .ssbp--theme-2 .ssbp-toggle-switch, .ssbp--theme-3 .ssbp-toggle-switch, .ssbp--theme-10 .ssbp-toggle-switch, .ssbp--theme-11 .ssbp-toggle-switch {
2221
- background: #4C4C4C;
2222
- background: rgba(39, 39, 39, 0.8);
2223
- border-radius: 0;
2224
- color: #fff; }
2225
-
2226
- .ssbp--theme-2 .ssbp-toggle-switch:active, .ssbp--theme-3 .ssbp-toggle-switch:active, .ssbp--theme-10 .ssbp-toggle-switch:active, .ssbp--theme-11 .ssbp-toggle-switch:active, .ssbp--theme-2 .ssbp-toggle-switch:hover, .ssbp--theme-3 .ssbp-toggle-switch:hover, .ssbp--theme-10 .ssbp-toggle-switch:hover, .ssbp--theme-11 .ssbp-toggle-switch:hover, .ssbp--theme-2 .ssbp-toggle-switch:focus, .ssbp--theme-3 .ssbp-toggle-switch:focus, .ssbp--theme-10 .ssbp-toggle-switch:focus, .ssbp--theme-11 .ssbp-toggle-switch:focus {
2227
- background: #4C4C4C;
2228
- background: rgba(39, 39, 39, 0.9); }
2229
-
2230
- .ssbp--theme-1 .ssbp-toggle-switch, .ssbp--theme-4 .ssbp-toggle-switch, .ssbp--theme-5 .ssbp-toggle-switch, .ssbp--theme-6 .ssbp-toggle-switch, .ssbp--theme-7 .ssbp-toggle-switch, .ssbp--theme-8 .ssbp-toggle-switch, .ssbp--theme-9 .ssbp-toggle-switch {
2231
- background: #fff;
2232
- background: rgba(255, 255, 255, 0.8);
2233
- color: #272727;
2234
- border-radius: 0; }
2235
-
2236
- .ssbp--theme-1 .ssbp-toggle-switch:active, .ssbp--theme-4 .ssbp-toggle-switch:active, .ssbp--theme-5 .ssbp-toggle-switch:active, .ssbp--theme-6 .ssbp-toggle-switch:active, .ssbp--theme-7 .ssbp-toggle-switch:active, .ssbp--theme-8 .ssbp-toggle-switch:active, .ssbp--theme-9 .ssbp-toggle-switch:active, .ssbp--theme-1 .ssbp-toggle-switch:hover, .ssbp--theme-4 .ssbp-toggle-switch:hover, .ssbp--theme-5 .ssbp-toggle-switch:hover, .ssbp--theme-6 .ssbp-toggle-switch:hover, .ssbp--theme-7 .ssbp-toggle-switch:hover, .ssbp--theme-8 .ssbp-toggle-switch:hover, .ssbp--theme-9 .ssbp-toggle-switch:hover, .ssbp--theme-1 .ssbp-toggle-switch:focus, .ssbp--theme-4 .ssbp-toggle-switch:focus, .ssbp--theme-5 .ssbp-toggle-switch:focus, .ssbp--theme-6 .ssbp-toggle-switch:focus, .ssbp--theme-7 .ssbp-toggle-switch:focus, .ssbp--theme-8 .ssbp-toggle-switch:focus, .ssbp--theme-9 .ssbp-toggle-switch:focus {
2237
- background: #fff;
2238
- background: rgba(255, 255, 255, 0.9); }
2239
-
2240
- .ssbp--theme-2.ssbp--centred .ssbp-list, .ssbp--theme-3.ssbp--centred .ssbp-list, .ssbp--theme-5.ssbp--centred .ssbp-list, .ssbp--theme-7.ssbp--centred .ssbp-list, .ssbp--theme-8.ssbp--centred .ssbp-list, .ssbp--theme-9.ssbp--centred .ssbp-list, .ssbp--theme-10.ssbp--centred .ssbp-list, .ssbp--theme-11.ssbp--centred .ssbp-list {
2241
- display: table;
2242
- table-layout: fixed;
2243
- width: 100%; }
2244
-
2245
- .ssbp--theme-2.ssbp--centred .ssbp-list li, .ssbp--theme-3.ssbp--centred .ssbp-list li, .ssbp--theme-5.ssbp--centred .ssbp-list li, .ssbp--theme-7.ssbp--centred .ssbp-list li, .ssbp--theme-8.ssbp--centred .ssbp-list li, .ssbp--theme-9.ssbp--centred .ssbp-list li, .ssbp--theme-10.ssbp--centred .ssbp-list li, .ssbp--theme-11.ssbp--centred .ssbp-list li {
2246
- display: inline-block !important;
2247
- margin: 0 6px !important;
2248
- display: table-cell !important;
2249
- width: auto;
2250
- height: auto; }
2251
-
2252
- .ssbp--theme-2.ssbp--centred .ssbp-btn, .ssbp--theme-3.ssbp--centred .ssbp-btn, .ssbp--theme-5.ssbp--centred .ssbp-btn, .ssbp--theme-7.ssbp--centred .ssbp-btn, .ssbp--theme-8.ssbp--centred .ssbp-btn, .ssbp--theme-9.ssbp--centred .ssbp-btn, .ssbp--theme-10.ssbp--centred .ssbp-btn, .ssbp--theme-11.ssbp--centred .ssbp-btn {
2253
- display: block;
2254
- width: auto; }
2255
-
2256
- .ssbp--theme-9 .ssbp-list li {
2257
- margin-left: 6px; }
2258
-
2259
- .ssbp--theme-9 .ssbp-btn {
2260
- display: block;
2261
- padding: .5em 1em; }
2262
-
2263
- .ssbp--theme-9 .ssbp-btn:hover, .ssbp--theme-9 .ssbp-btn:focus, .ssbp--theme-9 .ssbp-btn:active {
2264
- opacity: .66; }
2265
-
2266
- .ssbp--theme-9 .ssbp-buffer {
2267
- border-bottom: 5px solid #272727;
2268
- color: #272727; }
2269
-
2270
- .ssbp--theme-9 .ssbp-buffer:hover, .ssbp--theme-9 .ssbp-buffer:focus, .ssbp--theme-9 .ssbp-buffer:active {
2271
- border-bottom: 5px solid #272727; }
2272
-
2273
- .ssbp--theme-9 .ssbp-buffer:hover, .ssbp--theme-9 .ssbp-buffer:focus, .ssbp--theme-9 .ssbp-buffer:active, .ssbp--theme-9 .ssbp-buffer:visited {
2274
- color: #272727; }
2275
-
2276
- .ssbp--theme-9 .ssbp-buffer + .ssbp-each-share {
2277
- color: #272727; }
2278
-
2279
- .ssbp--theme-9 .ssbp-diggit {
2280
- border-bottom: 5px solid #14589E;
2281
- color: #14589E; }
2282
-
2283
- .ssbp--theme-9 .ssbp-diggit:hover, .ssbp--theme-9 .ssbp-diggit:focus, .ssbp--theme-9 .ssbp-diggit:active {
2284
- border-bottom: 5px solid #14589E; }
2285
-
2286
- .ssbp--theme-9 .ssbp-diggit:hover, .ssbp--theme-9 .ssbp-diggit:focus, .ssbp--theme-9 .ssbp-diggit:active, .ssbp--theme-9 .ssbp-diggit:visited {
2287
- color: #14589E; }
2288
-
2289
- .ssbp--theme-9 .ssbp-diggit + .ssbp-each-share {
2290
- color: #14589E; }
2291
-
2292
- .ssbp--theme-9 .ssbp-email {
2293
- border-bottom: 5px solid #787878;
2294
- color: #787878; }
2295
-
2296
- .ssbp--theme-9 .ssbp-email:hover, .ssbp--theme-9 .ssbp-email:focus, .ssbp--theme-9 .ssbp-email:active {
2297
- border-bottom: 5px solid #787878; }
2298
-
2299
- .ssbp--theme-9 .ssbp-email:hover, .ssbp--theme-9 .ssbp-email:focus, .ssbp--theme-9 .ssbp-email:active, .ssbp--theme-9 .ssbp-email:visited {
2300
- color: #787878; }
2301
-
2302
- .ssbp--theme-9 .ssbp-email + .ssbp-each-share {
2303
- color: #787878; }
2304
-
2305
- .ssbp--theme-9 .ssbp-ellipsis {
2306
- border-bottom: 5px solid #4582EC;
2307
- color: #4582EC; }
2308
-
2309
- .ssbp--theme-9 .ssbp-ellipsis:hover, .ssbp--theme-9 .ssbp-ellipsis:focus, .ssbp--theme-9 .ssbp-ellipsis:active {
2310
- border-bottom: 5px solid #4582EC; }
2311
-
2312
- .ssbp--theme-9 .ssbp-ellipsis:hover, .ssbp--theme-9 .ssbp-ellipsis:focus, .ssbp--theme-9 .ssbp-ellipsis:active, .ssbp--theme-9 .ssbp-ellipsis:visited {
2313
- color: #4582EC; }
2314
-
2315
- .ssbp--theme-9 .ssbp-ellipsis + .ssbp-each-share {
2316
- color: #4582EC; }
2317
-
2318
- .ssbp--theme-9 .ssbp-facebook {
2319
- border-bottom: 5px solid #3b5998;
2320
- color: #3b5998; }
2321
-
2322
- .ssbp--theme-9 .ssbp-facebook:hover, .ssbp--theme-9 .ssbp-facebook:focus, .ssbp--theme-9 .ssbp-facebook:active {
2323
- border-bottom: 5px solid #3b5998; }
2324
-
2325
- .ssbp--theme-9 .ssbp-facebook:hover, .ssbp--theme-9 .ssbp-facebook:focus, .ssbp--theme-9 .ssbp-facebook:active, .ssbp--theme-9 .ssbp-facebook:visited {
2326
- color: #3b5998; }
2327
-
2328
- .ssbp--theme-9 .ssbp-facebook + .ssbp-each-share {
2329
- color: #3b5998; }
2330
-
2331
- .ssbp--theme-9 .ssbp-facebook_save {
2332
- border-bottom: 5px solid #3b5998;
2333
- color: #3b5998; }
2334
-
2335
- .ssbp--theme-9 .ssbp-facebook_save:hover, .ssbp--theme-9 .ssbp-facebook_save:focus, .ssbp--theme-9 .ssbp-facebook_save:active {
2336
- border-bottom: 5px solid #3b5998; }
2337
-
2338
- .ssbp--theme-9 .ssbp-facebook_save:hover, .ssbp--theme-9 .ssbp-facebook_save:focus, .ssbp--theme-9 .ssbp-facebook_save:active, .ssbp--theme-9 .ssbp-facebook_save:visited {
2339
- color: #3b5998; }
2340
-
2341
- .ssbp--theme-9 .ssbp-facebook_save + .ssbp-each-share {
2342
- color: #3b5998; }
2343
-
2344
- .ssbp--theme-9 .ssbp-facebook-messenger {
2345
- border-bottom: 5px solid #0084FF;
2346
- color: #0084FF; }
2347
-
2348
- .ssbp--theme-9 .ssbp-facebook-messenger:hover, .ssbp--theme-9 .ssbp-facebook-messenger:focus, .ssbp--theme-9 .ssbp-facebook-messenger:active {
2349
- border-bottom: 5px solid #0084FF; }
2350
-
2351
- .ssbp--theme-9 .ssbp-facebook-messenger:hover, .ssbp--theme-9 .ssbp-facebook-messenger:focus, .ssbp--theme-9 .ssbp-facebook-messenger:active, .ssbp--theme-9 .ssbp-facebook-messenger:visited {
2352
- color: #0084FF; }
2353
-
2354
- .ssbp--theme-9 .ssbp-facebook-messenger + .ssbp-each-share {
2355
- color: #0084FF; }
2356
-
2357
- .ssbp--theme-9 .ssbp-flattr {
2358
- border-bottom: 5px solid #f67C1A;
2359
- color: #f67C1A; }
2360
-
2361
- .ssbp--theme-9 .ssbp-flattr:hover, .ssbp--theme-9 .ssbp-flattr:focus, .ssbp--theme-9 .ssbp-flattr:active {
2362
- border-bottom: 5px solid #f67C1A; }
2363
-
2364
- .ssbp--theme-9 .ssbp-flattr:hover, .ssbp--theme-9 .ssbp-flattr:focus, .ssbp--theme-9 .ssbp-flattr:active, .ssbp--theme-9 .ssbp-flattr:visited {
2365
- color: #f67C1A; }
2366
-
2367
- .ssbp--theme-9 .ssbp-flattr + .ssbp-each-share {
2368
- color: #f67C1A; }
2369
-
2370
- .ssbp--theme-9 .ssbp-google {
2371
- border-bottom: 5px solid #DC4E41;
2372
- color: #DC4E41; }
2373
-
2374
- .ssbp--theme-9 .ssbp-google:hover, .ssbp--theme-9 .ssbp-google:focus, .ssbp--theme-9 .ssbp-google:active {
2375
- border-bottom: 5px solid #DC4E41; }
2376
-
2377
- .ssbp--theme-9 .ssbp-google:hover, .ssbp--theme-9 .ssbp-google:focus, .ssbp--theme-9 .ssbp-google:active, .ssbp--theme-9 .ssbp-google:visited {
2378
- color: #DC4E41; }
2379
-
2380
- .ssbp--theme-9 .ssbp-google + .ssbp-each-share {
2381
- color: #DC4E41; }
2382
-
2383
- .ssbp--theme-9 .ssbp-linkedin {
2384
- border-bottom: 5px solid #007bb6;
2385
- color: #007bb6; }
2386
-
2387
- .ssbp--theme-9 .ssbp-linkedin:hover, .ssbp--theme-9 .ssbp-linkedin:focus, .ssbp--theme-9 .ssbp-linkedin:active {
2388
- border-bottom: 5px solid #007bb6; }
2389
-
2390
- .ssbp--theme-9 .ssbp-linkedin:hover, .ssbp--theme-9 .ssbp-linkedin:focus, .ssbp--theme-9 .ssbp-linkedin:active, .ssbp--theme-9 .ssbp-linkedin:visited {
2391
- color: #007bb6; }
2392
-
2393
- .ssbp--theme-9 .ssbp-linkedin + .ssbp-each-share {
2394
- color: #007bb6; }
2395
-
2396
- .ssbp--theme-9 .ssbp-pinterest {
2397
- border-bottom: 5px solid #ce1a19;
2398
- color: #ce1a19; }
2399
-
2400
- .ssbp--theme-9 .ssbp-pinterest:hover, .ssbp--theme-9 .ssbp-pinterest:focus, .ssbp--theme-9 .ssbp-pinterest:active {
2401
- border-bottom: 5px solid #ce1a19; }
2402
-
2403
- .ssbp--theme-9 .ssbp-pinterest:hover, .ssbp--theme-9 .ssbp-pinterest:focus, .ssbp--theme-9 .ssbp-pinterest:active, .ssbp--theme-9 .ssbp-pinterest:visited {
2404
- color: #ce1a19; }
2405
-
2406
- .ssbp--theme-9 .ssbp-pinterest + .ssbp-each-share {
2407
- color: #ce1a19; }
2408
-
2409
- .ssbp--theme-9 .ssbp-print {
2410
- border-bottom: 5px solid #1F6B43;
2411
- color: #1F6B43; }
2412
-
2413
- .ssbp--theme-9 .ssbp-print:hover, .ssbp--theme-9 .ssbp-print:focus, .ssbp--theme-9 .ssbp-print:active {
2414
- border-bottom: 5px solid #1F6B43; }
2415
-
2416
- .ssbp--theme-9 .ssbp-print:hover, .ssbp--theme-9 .ssbp-print:focus, .ssbp--theme-9 .ssbp-print:active, .ssbp--theme-9 .ssbp-print:visited {
2417
- color: #1F6B43; }
2418
-
2419
- .ssbp--theme-9 .ssbp-print + .ssbp-each-share {
2420
- color: #1F6B43; }
2421
-
2422
- .ssbp--theme-9 .ssbp-reddit {
2423
- border-bottom: 5px solid #FF4500;
2424
- color: #FF4500; }
2425
-
2426
- .ssbp--theme-9 .ssbp-reddit:hover, .ssbp--theme-9 .ssbp-reddit:focus, .ssbp--theme-9 .ssbp-reddit:active {
2427
- border-bottom: 5px solid #FF4500; }
2428
-
2429
- .ssbp--theme-9 .ssbp-reddit:hover, .ssbp--theme-9 .ssbp-reddit:focus, .ssbp--theme-9 .ssbp-reddit:active, .ssbp--theme-9 .ssbp-reddit:visited {
2430
- color: #FF4500; }
2431
-
2432
- .ssbp--theme-9 .ssbp-reddit + .ssbp-each-share {
2433
- color: #FF4500; }
2434
-
2435
- .ssbp--theme-9 .ssbp-simplesharebuttons {
2436
- border-bottom: 5px solid #4582ec;
2437
- color: #4582ec; }
2438
-
2439
- .ssbp--theme-9 .ssbp-simplesharebuttons:hover, .ssbp--theme-9 .ssbp-simplesharebuttons:focus, .ssbp--theme-9 .ssbp-simplesharebuttons:active {
2440
- border-bottom: 5px solid #4582ec; }
2441
-
2442
- .ssbp--theme-9 .ssbp-simplesharebuttons:hover, .ssbp--theme-9 .ssbp-simplesharebuttons:focus, .ssbp--theme-9 .ssbp-simplesharebuttons:active, .ssbp--theme-9 .ssbp-simplesharebuttons:visited {
2443
- color: #4582ec; }
2444
-
2445
- .ssbp--theme-9 .ssbp-simplesharebuttons + .ssbp-each-share {
2446
- color: #4582ec; }
2447
-
2448
- .ssbp--theme-9 .ssbp-stumbleupon {
2449
- border-bottom: 5px solid #EB4924;
2450
- color: #EB4924; }
2451
-
2452
- .ssbp--theme-9 .ssbp-stumbleupon:hover, .ssbp--theme-9 .ssbp-stumbleupon:focus, .ssbp--theme-9 .ssbp-stumbleupon:active {
2453
- border-bottom: 5px solid #EB4924; }
2454
-
2455
- .ssbp--theme-9 .ssbp-stumbleupon:hover, .ssbp--theme-9 .ssbp-stumbleupon:focus, .ssbp--theme-9 .ssbp-stumbleupon:active, .ssbp--theme-9 .ssbp-stumbleupon:visited {
2456
- color: #EB4924; }
2457
-
2458
- .ssbp--theme-9 .ssbp-stumbleupon + .ssbp-each-share {
2459
- color: #EB4924; }
2460
-
2461
- .ssbp--theme-9 .ssbp-tumblr {
2462
- border-bottom: 5px solid #2C4762;
2463
- color: #2C4762; }
2464
-
2465
- .ssbp--theme-9 .ssbp-tumblr:hover, .ssbp--theme-9 .ssbp-tumblr:focus, .ssbp--theme-9 .ssbp-tumblr:active {
2466
- border-bottom: 5px solid #2C4762; }
2467
-
2468
- .ssbp--theme-9 .ssbp-tumblr:hover, .ssbp--theme-9 .ssbp-tumblr:focus, .ssbp--theme-9 .ssbp-tumblr:active, .ssbp--theme-9 .ssbp-tumblr:visited {
2469
- color: #2C4762; }
2470
-
2471
- .ssbp--theme-9 .ssbp-tumblr + .ssbp-each-share {
2472
- color: #2C4762; }
2473
-
2474
- .ssbp--theme-9 .ssbp-twitter {
2475
- border-bottom: 5px solid #00a9f1;
2476
- color: #00a9f1; }
2477
-
2478
- .ssbp--theme-9 .ssbp-twitter:hover, .ssbp--theme-9 .ssbp-twitter:focus, .ssbp--theme-9 .ssbp-twitter:active {
2479
- border-bottom: 5px solid #00a9f1; }
2480
-
2481
- .ssbp--theme-9 .ssbp-twitter:hover, .ssbp--theme-9 .ssbp-twitter:focus, .ssbp--theme-9 .ssbp-twitter:active, .ssbp--theme-9 .ssbp-twitter:visited {
2482
- color: #00a9f1; }
2483
-
2484
- .ssbp--theme-9 .ssbp-twitter + .ssbp-each-share {
2485
- color: #00a9f1; }
2486
-
2487
- .ssbp--theme-9 .ssbp-vk {
2488
- border-bottom: 5px solid #45668E;
2489
- color: #45668E; }
2490
-
2491
- .ssbp--theme-9 .ssbp-vk:hover, .ssbp--theme-9 .ssbp-vk:focus, .ssbp--theme-9 .ssbp-vk:active {
2492
- border-bottom: 5px solid #45668E; }
2493
-
2494
- .ssbp--theme-9 .ssbp-vk:hover, .ssbp--theme-9 .ssbp-vk:focus, .ssbp--theme-9 .ssbp-vk:active, .ssbp--theme-9 .ssbp-vk:visited {
2495
- color: #45668E; }
2496
-
2497
- .ssbp--theme-9 .ssbp-vk + .ssbp-each-share {
2498
- color: #45668E; }
2499
-
2500
- .ssbp--theme-9 .ssbp-whatsapp {
2501
- border-bottom: 5px solid #34AF23;
2502
- color: #34AF23; }
2503
-
2504
- .ssbp--theme-9 .ssbp-whatsapp:hover, .ssbp--theme-9 .ssbp-whatsapp:focus, .ssbp--theme-9 .ssbp-whatsapp:active {
2505
- border-bottom: 5px solid #34AF23; }
2506
-
2507
- .ssbp--theme-9 .ssbp-whatsapp:hover, .ssbp--theme-9 .ssbp-whatsapp:focus, .ssbp--theme-9 .ssbp-whatsapp:active, .ssbp--theme-9 .ssbp-whatsapp:visited {
2508
- color: #34AF23; }
2509
-
2510
- .ssbp--theme-9 .ssbp-whatsapp + .ssbp-each-share {
2511
- color: #34AF23; }
2512
-
2513
- .ssbp--theme-9 .ssbp-yummly {
2514
- border-bottom: 5px solid #E16120;
2515
- color: #E16120; }
2516
-
2517
- .ssbp--theme-9 .ssbp-yummly:hover, .ssbp--theme-9 .ssbp-yummly:focus, .ssbp--theme-9 .ssbp-yummly:active {
2518
- border-bottom: 5px solid #E16120; }
2519
-
2520
- .ssbp--theme-9 .ssbp-yummly:hover, .ssbp--theme-9 .ssbp-yummly:focus, .ssbp--theme-9 .ssbp-yummly:active, .ssbp--theme-9 .ssbp-yummly:visited {
2521
- color: #E16120; }
2522
-
2523
- .ssbp--theme-9 .ssbp-yummly + .ssbp-each-share {
2524
- color: #E16120; }
2525
-
2526
- .ssbp--theme-9 .ssbp-xing {
2527
- border-bottom: 5px solid #026466;
2528
- color: #026466; }
2529
-
2530
- .ssbp--theme-9 .ssbp-xing:hover, .ssbp--theme-9 .ssbp-xing:focus, .ssbp--theme-9 .ssbp-xing:active {
2531
- border-bottom: 5px solid #026466; }
2532
-
2533
- .ssbp--theme-9 .ssbp-xing:hover, .ssbp--theme-9 .ssbp-xing:focus, .ssbp--theme-9 .ssbp-xing:active, .ssbp--theme-9 .ssbp-xing:visited {
2534
- color: #026466; }
2535
-
2536
- .ssbp--theme-9 .ssbp-xing + .ssbp-each-share {
2537
- color: #026466; }
2538
-
2539
- .ssbp--theme-9 .ssbp-each-share {
2540
- padding-top: 3px;
2541
- text-align: center;
2542
- font-size: 12px; }
2543
-
2544
- .ssbp--theme-9 .ssbp-each-share:before {
2545
- content: "("; }
2546
-
2547
- .ssbp--theme-9 .ssbp-each-share:after {
2548
- content: ")"; }
2549
-
2550
- .ssbp--theme-2 .ssbp-toggle-switch, .ssbp--theme-3 .ssbp-toggle-switch, .ssbp--theme-10 .ssbp-toggle-switch, .ssbp--theme-11 .ssbp-toggle-switch {
2551
- background: #4C4C4C;
2552
- background: rgba(39, 39, 39, 0.8);
2553
- border-radius: 0;
2554
- color: #fff; }
2555
-
2556
- .ssbp--theme-2 .ssbp-toggle-switch:active, .ssbp--theme-3 .ssbp-toggle-switch:active, .ssbp--theme-10 .ssbp-toggle-switch:active, .ssbp--theme-11 .ssbp-toggle-switch:active, .ssbp--theme-2 .ssbp-toggle-switch:hover, .ssbp--theme-3 .ssbp-toggle-switch:hover, .ssbp--theme-10 .ssbp-toggle-switch:hover, .ssbp--theme-11 .ssbp-toggle-switch:hover, .ssbp--theme-2 .ssbp-toggle-switch:focus, .ssbp--theme-3 .ssbp-toggle-switch:focus, .ssbp--theme-10 .ssbp-toggle-switch:focus, .ssbp--theme-11 .ssbp-toggle-switch:focus {
2557
- background: #4C4C4C;
2558
- background: rgba(39, 39, 39, 0.9); }
2559
-
2560
- .ssbp--theme-1 .ssbp-toggle-switch, .ssbp--theme-4 .ssbp-toggle-switch, .ssbp--theme-5 .ssbp-toggle-switch, .ssbp--theme-6 .ssbp-toggle-switch, .ssbp--theme-7 .ssbp-toggle-switch, .ssbp--theme-8 .ssbp-toggle-switch, .ssbp--theme-9 .ssbp-toggle-switch {
2561
- background: #fff;
2562
- background: rgba(255, 255, 255, 0.8);
2563
- color: #272727;
2564
- border-radius: 0; }
2565
-
2566
- .ssbp--theme-1 .ssbp-toggle-switch:active, .ssbp--theme-4 .ssbp-toggle-switch:active, .ssbp--theme-5 .ssbp-toggle-switch:active, .ssbp--theme-6 .ssbp-toggle-switch:active, .ssbp--theme-7 .ssbp-toggle-switch:active, .ssbp--theme-8 .ssbp-toggle-switch:active, .ssbp--theme-9 .ssbp-toggle-switch:active, .ssbp--theme-1 .ssbp-toggle-switch:hover, .ssbp--theme-4 .ssbp-toggle-switch:hover, .ssbp--theme-5 .ssbp-toggle-switch:hover, .ssbp--theme-6 .ssbp-toggle-switch:hover, .ssbp--theme-7 .ssbp-toggle-switch:hover, .ssbp--theme-8 .ssbp-toggle-switch:hover, .ssbp--theme-9 .ssbp-toggle-switch:hover, .ssbp--theme-1 .ssbp-toggle-switch:focus, .ssbp--theme-4 .ssbp-toggle-switch:focus, .ssbp--theme-5 .ssbp-toggle-switch:focus, .ssbp--theme-6 .ssbp-toggle-switch:focus, .ssbp--theme-7 .ssbp-toggle-switch:focus, .ssbp--theme-8 .ssbp-toggle-switch:focus, .ssbp--theme-9 .ssbp-toggle-switch:focus {
2567
- background: #fff;
2568
- background: rgba(255, 255, 255, 0.9); }
2569
-
2570
- .ssbp--theme-2.ssbp--centred .ssbp-list, .ssbp--theme-3.ssbp--centred .ssbp-list, .ssbp--theme-5.ssbp--centred .ssbp-list, .ssbp--theme-7.ssbp--centred .ssbp-list, .ssbp--theme-8.ssbp--centred .ssbp-list, .ssbp--theme-9.ssbp--centred .ssbp-list, .ssbp--theme-10.ssbp--centred .ssbp-list, .ssbp--theme-11.ssbp--centred .ssbp-list {
2571
- display: table;
2572
- table-layout: fixed;
2573
- width: 100%; }
2574
-
2575
- .ssbp--theme-2.ssbp--centred .ssbp-list li, .ssbp--theme-3.ssbp--centred .ssbp-list li, .ssbp--theme-5.ssbp--centred .ssbp-list li, .ssbp--theme-7.ssbp--centred .ssbp-list li, .ssbp--theme-8.ssbp--centred .ssbp-list li, .ssbp--theme-9.ssbp--centred .ssbp-list li, .ssbp--theme-10.ssbp--centred .ssbp-list li, .ssbp--theme-11.ssbp--centred .ssbp-list li {
2576
- display: inline-block !important;
2577
- margin: 0 0 !important;
2578
- display: table-cell !important;
2579
- width: auto;
2580
- height: auto; }
2581
-
2582
- .ssbp--theme-2.ssbp--centred .ssbp-btn, .ssbp--theme-3.ssbp--centred .ssbp-btn, .ssbp--theme-5.ssbp--centred .ssbp-btn, .ssbp--theme-7.ssbp--centred .ssbp-btn, .ssbp--theme-8.ssbp--centred .ssbp-btn, .ssbp--theme-9.ssbp--centred .ssbp-btn, .ssbp--theme-10.ssbp--centred .ssbp-btn, .ssbp--theme-11.ssbp--centred .ssbp-btn {
2583
- display: block;
2584
- width: auto; }
2585
-
2586
- .ssbp--theme-10 {
2587
- overflow: hidden; }
2588
-
2589
- .ssbp--theme-10 .ssbp-list li {
2590
- margin: 0; }
2591
-
2592
- .ssbp--theme-10 .ssbp-btn {
2593
- display: block;
2594
- padding: 0.5em 1em;
2595
- color: #fff;
2596
- text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
2597
- -webkit-transition: background-color .25s;
2598
- transition: background-color .25s;
2599
- border-bottom: 0; }
2600
-
2601
- .ssbp--theme-10 .ssbp-btn:before {
2602
- vertical-align: middle; }
2603
-
2604
- .ssbp--theme-10 .ssbp-btn:active {
2605
- box-shadow: inset 0 0 0.5em rgba(0, 0, 0, 0.33); }
2606
-
2607
- .ssbp--theme-10 .ssbp-btn:hover, .ssbp--theme-10 .ssbp-btn:focus, .ssbp--theme-10 .ssbp-btn:active, .ssbp--theme-10 .ssbp-btn:visited {
2608
- color: #fff; }
2609
-
2610
- .ssbp--theme-10.ssbp--centred .ssbp-input-url-div {
2611
- position: relative;
2612
- display: block;
2613
- padding: 10px; }
2614
-
2615
- .ssbp--theme-10.ssbp--centred .ssbp-input-url {
2616
- width: 100%;
2617
- max-width: 200px;
2618
- border: 1px solid #DDD;
2619
- padding: 8px 8px 8px 8px;
2620
- font-size: 20px;
2621
- font-weight: 400;
2622
- line-height: 1;
2623
- color: #B3B3B3;
2624
- border-radius: 4px;
2625
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
2626
-
2627
- .ssbp--theme-10.ssbp--centred .ssbp-total-shares {
2628
- display: block;
2629
- line-height: 1; }
2630
-
2631
- .ssbp--theme-10.ssbp--centred .ssbp-total-shares b {
2632
- font-size: 70px;
2633
- color: #4582EC; }
2634
-
2635
- .ssbp--theme-10.ssbp--centred .ssbp-total-shares:after {
2636
- content: 'Shares';
2637
- display: block;
2638
- font-family: 'Lato',sans-serif;
2639
- font-weight: 700;
2640
- font-size: 30px;
2641
- text-transform: uppercase;
2642
- color: #B3B3B3; }
2643
-
2644
- @media only screen and (min-width: 481px) {
2645
- .ssbp--theme-10.ssbp--centred .ssbp-input-url-div {
2646
- float: right;
2647
- width: 50%;
2648
- padding: 35px 20px;
2649
- text-align: left; }
2650
- .ssbp--theme-10.ssbp--centred .ssbp-total-shares {
2651
- width: 50%;
2652
- text-align: right; } }
2653
-
2654
- .ssbp--theme-10 .ssbp-buffer {
2655
- background-color: #272727; }
2656
-
2657
- .ssbp--theme-10 .ssbp-buffer:hover, .ssbp--theme-10 .ssbp-buffer:focus, .ssbp--theme-10 .ssbp-buffer:active, .ssbp--theme-10 .ssbp-buffer + .ssbp-each-share {
2658
- background-color: #0e0e0e; }
2659
-
2660
- .ssbp--theme-10 .ssbp-diggit {
2661
- background-color: #14589E; }
2662
-
2663
- .ssbp--theme-10 .ssbp-diggit:hover, .ssbp--theme-10 .ssbp-diggit:focus, .ssbp--theme-10 .ssbp-diggit:active, .ssbp--theme-10 .ssbp-diggit + .ssbp-each-share {
2664
- background-color: #0e3f71; }
2665
-
2666
- .ssbp--theme-10 .ssbp-email {
2667
- background-color: #787878; }
2668
-
2669
- .ssbp--theme-10 .ssbp-email:hover, .ssbp--theme-10 .ssbp-email:focus, .ssbp--theme-10 .ssbp-email:active, .ssbp--theme-10 .ssbp-email + .ssbp-each-share {
2670
- background-color: #5f5f5f; }
2671
-
2672
- .ssbp--theme-10 .ssbp-ellipsis {
2673
- background-color: #4582EC; }
2674
-
2675
- .ssbp--theme-10 .ssbp-ellipsis:hover, .ssbp--theme-10 .ssbp-ellipsis:focus, .ssbp--theme-10 .ssbp-ellipsis:active, .ssbp--theme-10 .ssbp-ellipsis + .ssbp-each-share {
2676
- background-color: #1863e6; }
2677
-
2678
- .ssbp--theme-10 .ssbp-facebook {
2679
- background-color: #3b5998; }
2680
-
2681
- .ssbp--theme-10 .ssbp-facebook:hover, .ssbp--theme-10 .ssbp-facebook:focus, .ssbp--theme-10 .ssbp-facebook:active, .ssbp--theme-10 .ssbp-facebook + .ssbp-each-share {
2682
- background-color: #2d4373; }
2683
-
2684
- .ssbp--theme-10 .ssbp-facebook_save {
2685
- background-color: #3b5998; }
2686
-
2687
- .ssbp--theme-10 .ssbp-facebook_save:hover, .ssbp--theme-10 .ssbp-facebook_save:focus, .ssbp--theme-10 .ssbp-facebook_save:active, .ssbp--theme-10 .ssbp-facebook_save + .ssbp-each-share {
2688
- background-color: #2d4373; }
2689
-
2690
- .ssbp--theme-10 .ssbp-facebook-messenger {
2691
- background-color: #0084FF; }
2692
-
2693
- .ssbp--theme-10 .ssbp-facebook-messenger:hover, .ssbp--theme-10 .ssbp-facebook-messenger:focus, .ssbp--theme-10 .ssbp-facebook-messenger:active, .ssbp--theme-10 .ssbp-facebook-messenger + .ssbp-each-share {
2694
- background-color: #006acc; }
2695
-
2696
- .ssbp--theme-10 .ssbp-flattr {
2697
- background-color: #f67C1A; }
2698
-
2699
- .ssbp--theme-10 .ssbp-flattr:hover, .ssbp--theme-10 .ssbp-flattr:focus, .ssbp--theme-10 .ssbp-flattr:active, .ssbp--theme-10 .ssbp-flattr + .ssbp-each-share {
2700
- background-color: #d56308; }
2701
-
2702
- .ssbp--theme-10 .ssbp-google {
2703
- background-color: #DC4E41; }
2704
-
2705
- .ssbp--theme-10 .ssbp-google:hover, .ssbp--theme-10 .ssbp-google:focus, .ssbp--theme-10 .ssbp-google:active, .ssbp--theme-10 .ssbp-google + .ssbp-each-share {
2706
- background-color: #c63224; }
2707
-
2708
- .ssbp--theme-10 .ssbp-linkedin {
2709
- background-color: #007bb6; }
2710
-
2711
- .ssbp--theme-10 .ssbp-linkedin:hover, .ssbp--theme-10 .ssbp-linkedin:focus, .ssbp--theme-10 .ssbp-linkedin:active, .ssbp--theme-10 .ssbp-linkedin + .ssbp-each-share {
2712
- background-color: #005983; }
2713
-
2714
- .ssbp--theme-10 .ssbp-pinterest {
2715
- background-color: #ce1a19; }
2716
-
2717
- .ssbp--theme-10 .ssbp-pinterest:hover, .ssbp--theme-10 .ssbp-pinterest:focus, .ssbp--theme-10 .ssbp-pinterest:active, .ssbp--theme-10 .ssbp-pinterest + .ssbp-each-share {
2718
- background-color: #a11413; }
2719
-
2720
- .ssbp--theme-10 .ssbp-print {
2721
- background-color: #1F6B43; }
2722
-
2723
- .ssbp--theme-10 .ssbp-print:hover, .ssbp--theme-10 .ssbp-print:focus, .ssbp--theme-10 .ssbp-print:active, .ssbp--theme-10 .ssbp-print + .ssbp-each-share {
2724
- background-color: #14432a; }
2725
-
2726
- .ssbp--theme-10 .ssbp-reddit {
2727
- background-color: #FF4500; }
2728
-
2729
- .ssbp--theme-10 .ssbp-reddit:hover, .ssbp--theme-10 .ssbp-reddit:focus, .ssbp--theme-10 .ssbp-reddit:active, .ssbp--theme-10 .ssbp-reddit + .ssbp-each-share {
2730
- background-color: #cc3700; }
2731
-
2732
- .ssbp--theme-10 .ssbp-simplesharebuttons {
2733
- background-color: #4582ec; }
2734
-
2735
- .ssbp--theme-10 .ssbp-simplesharebuttons:hover, .ssbp--theme-10 .ssbp-simplesharebuttons:focus, .ssbp--theme-10 .ssbp-simplesharebuttons:active, .ssbp--theme-10 .ssbp-simplesharebuttons + .ssbp-each-share {
2736
- background-color: #1863e6; }
2737
-
2738
- .ssbp--theme-10 .ssbp-stumbleupon {
2739
- background-color: #EB4924; }
2740
-
2741
- .ssbp--theme-10 .ssbp-stumbleupon:hover, .ssbp--theme-10 .ssbp-stumbleupon:focus, .ssbp--theme-10 .ssbp-stumbleupon:active, .ssbp--theme-10 .ssbp-stumbleupon + .ssbp-each-share {
2742
- background-color: #ca3412; }
2743
-
2744
- .ssbp--theme-10 .ssbp-tumblr {
2745
- background-color: #2C4762; }
2746
-
2747
- .ssbp--theme-10 .ssbp-tumblr:hover, .ssbp--theme-10 .ssbp-tumblr:focus, .ssbp--theme-10 .ssbp-tumblr:active, .ssbp--theme-10 .ssbp-tumblr + .ssbp-each-share {
2748
- background-color: #1c2e3f; }
2749
-
2750
- .ssbp--theme-10 .ssbp-twitter {
2751
- background-color: #00a9f1; }
2752
-
2753
- .ssbp--theme-10 .ssbp-twitter:hover, .ssbp--theme-10 .ssbp-twitter:focus, .ssbp--theme-10 .ssbp-twitter:active, .ssbp--theme-10 .ssbp-twitter + .ssbp-each-share {
2754
- background-color: #0085be; }
2755
-
2756
- .ssbp--theme-10 .ssbp-vk {
2757
- background-color: #45668E; }
2758
-
2759
- .ssbp--theme-10 .ssbp-vk:hover, .ssbp--theme-10 .ssbp-vk:focus, .ssbp--theme-10 .ssbp-vk:active, .ssbp--theme-10 .ssbp-vk + .ssbp-each-share {
2760
- background-color: #344d6c; }
2761
-
2762
- .ssbp--theme-10 .ssbp-whatsapp {
2763
- background-color: #34AF23; }
2764
-
2765
- .ssbp--theme-10 .ssbp-whatsapp:hover, .ssbp--theme-10 .ssbp-whatsapp:focus, .ssbp--theme-10 .ssbp-whatsapp:active, .ssbp--theme-10 .ssbp-whatsapp + .ssbp-each-share {
2766
- background-color: #27851b; }
2767
-
2768
- .ssbp--theme-10 .ssbp-yummly {
2769
- background-color: #E16120; }
2770
-
2771
- .ssbp--theme-10 .ssbp-yummly:hover, .ssbp--theme-10 .ssbp-yummly:focus, .ssbp--theme-10 .ssbp-yummly:active, .ssbp--theme-10 .ssbp-yummly + .ssbp-each-share {
2772
- background-color: #b64d18; }
2773
-
2774
- .ssbp--theme-10 .ssbp-xing {
2775
- background-color: #026466; }
2776
-
2777
- .ssbp--theme-10 .ssbp-xing:hover, .ssbp--theme-10 .ssbp-xing:focus, .ssbp--theme-10 .ssbp-xing:active, .ssbp--theme-10 .ssbp-xing + .ssbp-each-share {
2778
- background-color: #013334; }
2779
-
2780
- .ssbp--theme-10 .ssbp-each-share {
2781
- padding: 2px;
2782
- font-size: 10px;
2783
- text-align: center;
2784
- color: #FFF; }
2785
-
2786
- .ssbp--theme-2 .ssbp-toggle-switch, .ssbp--theme-3 .ssbp-toggle-switch, .ssbp--theme-10 .ssbp-toggle-switch, .ssbp--theme-11 .ssbp-toggle-switch {
2787
- background: #4C4C4C;
2788
- background: rgba(39, 39, 39, 0.8);
2789
- border-radius: 0;
2790
- color: #fff; }
2791
-
2792
- .ssbp--theme-2 .ssbp-toggle-switch:active, .ssbp--theme-3 .ssbp-toggle-switch:active, .ssbp--theme-10 .ssbp-toggle-switch:active, .ssbp--theme-11 .ssbp-toggle-switch:active, .ssbp--theme-2 .ssbp-toggle-switch:hover, .ssbp--theme-3 .ssbp-toggle-switch:hover, .ssbp--theme-10 .ssbp-toggle-switch:hover, .ssbp--theme-11 .ssbp-toggle-switch:hover, .ssbp--theme-2 .ssbp-toggle-switch:focus, .ssbp--theme-3 .ssbp-toggle-switch:focus, .ssbp--theme-10 .ssbp-toggle-switch:focus, .ssbp--theme-11 .ssbp-toggle-switch:focus {
2793
- background: #4C4C4C;
2794
- background: rgba(39, 39, 39, 0.9); }
2795
-
2796
- .ssbp--theme-1 .ssbp-toggle-switch, .ssbp--theme-4 .ssbp-toggle-switch, .ssbp--theme-5 .ssbp-toggle-switch, .ssbp--theme-6 .ssbp-toggle-switch, .ssbp--theme-7 .ssbp-toggle-switch, .ssbp--theme-8 .ssbp-toggle-switch, .ssbp--theme-9 .ssbp-toggle-switch {
2797
- background: #fff;
2798
- background: rgba(255, 255, 255, 0.8);
2799
- color: #272727;
2800
- border-radius: 0; }
2801
-
2802
- .ssbp--theme-1 .ssbp-toggle-switch:active, .ssbp--theme-4 .ssbp-toggle-switch:active, .ssbp--theme-5 .ssbp-toggle-switch:active, .ssbp--theme-6 .ssbp-toggle-switch:active, .ssbp--theme-7 .ssbp-toggle-switch:active, .ssbp--theme-8 .ssbp-toggle-switch:active, .ssbp--theme-9 .ssbp-toggle-switch:active, .ssbp--theme-1 .ssbp-toggle-switch:hover, .ssbp--theme-4 .ssbp-toggle-switch:hover, .ssbp--theme-5 .ssbp-toggle-switch:hover, .ssbp--theme-6 .ssbp-toggle-switch:hover, .ssbp--theme-7 .ssbp-toggle-switch:hover, .ssbp--theme-8 .ssbp-toggle-switch:hover, .ssbp--theme-9 .ssbp-toggle-switch:hover, .ssbp--theme-1 .ssbp-toggle-switch:focus, .ssbp--theme-4 .ssbp-toggle-switch:focus, .ssbp--theme-5 .ssbp-toggle-switch:focus, .ssbp--theme-6 .ssbp-toggle-switch:focus, .ssbp--theme-7 .ssbp-toggle-switch:focus, .ssbp--theme-8 .ssbp-toggle-switch:focus, .ssbp--theme-9 .ssbp-toggle-switch:focus {
2803
- background: #fff;
2804
- background: rgba(255, 255, 255, 0.9); }
2805
-
2806
- .ssbp--theme-2.ssbp--centred .ssbp-list, .ssbp--theme-3.ssbp--centred .ssbp-list, .ssbp--theme-5.ssbp--centred .ssbp-list, .ssbp--theme-7.ssbp--centred .ssbp-list, .ssbp--theme-8.ssbp--centred .ssbp-list, .ssbp--theme-9.ssbp--centred .ssbp-list, .ssbp--theme-10.ssbp--centred .ssbp-list, .ssbp--theme-11.ssbp--centred .ssbp-list {
2807
- display: table;
2808
- table-layout: fixed;
2809
- width: 100%; }
2810
-
2811
- .ssbp--theme-2.ssbp--centred .ssbp-list li, .ssbp--theme-3.ssbp--centred .ssbp-list li, .ssbp--theme-5.ssbp--centred .ssbp-list li, .ssbp--theme-7.ssbp--centred .ssbp-list li, .ssbp--theme-8.ssbp--centred .ssbp-list li, .ssbp--theme-9.ssbp--centred .ssbp-list li, .ssbp--theme-10.ssbp--centred .ssbp-list li, .ssbp--theme-11.ssbp--centred .ssbp-list li {
2812
- display: inline-block !important;
2813
- margin: 0 0 !important;
2814
- display: table-cell !important;
2815
- width: auto;
2816
- height: auto; }
2817
-
2818
- .ssbp--theme-2.ssbp--centred .ssbp-btn, .ssbp--theme-3.ssbp--centred .ssbp-btn, .ssbp--theme-5.ssbp--centred .ssbp-btn, .ssbp--theme-7.ssbp--centred .ssbp-btn, .ssbp--theme-8.ssbp--centred .ssbp-btn, .ssbp--theme-9.ssbp--centred .ssbp-btn, .ssbp--theme-10.ssbp--centred .ssbp-btn, .ssbp--theme-11.ssbp--centred .ssbp-btn {
2819
- display: block;
2820
- width: auto; }
2821
-
2822
- .ssbp--theme-11 {
2823
- margin-left: -5px;
2824
- margin-right: -5px; }
2825
-
2826
- .ssbp--theme-11 .ssbp-list li {
2827
- margin: 0; }
2828
-
2829
- .ssbp--theme-11 .ssbp-text {
2830
- display: inline-block;
2831
- vertical-align: middle;
2832
- font-size: 12px;
2833
- line-height: 1.2;
2834
- font-size: 11px; }
2835
-
2836
- .ssbp--theme-11 .ssbp-btn {
2837
- width: auto !important;
2838
- height: auto !important;
2839
- display: block;
2840
- padding: 0.6em 1em;
2841
- margin: 5px;
2842
- text-transform: uppercase;
2843
- color: #fff;
2844
- font-size: 11px;
2845
- -webkit-transition: background-color .25s;
2846
- transition: background-color .25s;
2847
- border-bottom: 0;
2848
- border-radius: 5px; }
2849
-
2850
- .ssbp--theme-11 .ssbp-btn:before {
2851
- display: none; }
2852
-
2853
- .ssbp--theme-11 .ssbp-btn:active {
2854
- box-shadow: inset 0 0 0.5em rgba(0, 0, 0, 0.33); }
2855
-
2856
- .ssbp--theme-11 .ssbp-btn:hover, .ssbp--theme-11 .ssbp-btn:focus, .ssbp--theme-11 .ssbp-btn:active, .ssbp--theme-11 .ssbp-btn:visited {
2857
- color: #fff; }
2858
-
2859
- .ssbp--theme-11 .ssbp-buffer {
2860
- background-color: #272727; }
2861
-
2862
- .ssbp--theme-11 .ssbp-buffer:hover, .ssbp--theme-11 .ssbp-buffer:focus, .ssbp--theme-11 .ssbp-buffer:active, .ssbp--theme-11 .ssbp-buffer + .ssbp-each-share {
2863
- background-color: #0e0e0e; }
2864
-
2865
- .ssbp--theme-11 .ssbp-diggit {
2866
- background-color: #14589E; }
2867
-
2868
- .ssbp--theme-11 .ssbp-diggit:hover, .ssbp--theme-11 .ssbp-diggit:focus, .ssbp--theme-11 .ssbp-diggit:active, .ssbp--theme-11 .ssbp-diggit + .ssbp-each-share {
2869
- background-color: #0e3f71; }
2870
-
2871
- .ssbp--theme-11 .ssbp-email {
2872
- background-color: #787878; }
2873
-
2874
- .ssbp--theme-11 .ssbp-email:hover, .ssbp--theme-11 .ssbp-email:focus, .ssbp--theme-11 .ssbp-email:active, .ssbp--theme-11 .ssbp-email + .ssbp-each-share {
2875
- background-color: #5f5f5f; }
2876
-
2877
- .ssbp--theme-11 .ssbp-ellipsis {
2878
- background-color: #4582EC; }
2879
-
2880
- .ssbp--theme-11 .ssbp-ellipsis:hover, .ssbp--theme-11 .ssbp-ellipsis:focus, .ssbp--theme-11 .ssbp-ellipsis:active, .ssbp--theme-11 .ssbp-ellipsis + .ssbp-each-share {
2881
- background-color: #1863e6; }
2882
-
2883
- .ssbp--theme-11 .ssbp-facebook {
2884
- background-color: #3b5998; }
2885
-
2886
- .ssbp--theme-11 .ssbp-facebook:hover, .ssbp--theme-11 .ssbp-facebook:focus, .ssbp--theme-11 .ssbp-facebook:active, .ssbp--theme-11 .ssbp-facebook + .ssbp-each-share {
2887
- background-color: #2d4373; }
2888
-
2889
- .ssbp--theme-11 .ssbp-facebook_save {
2890
- background-color: #3b5998; }
2891
-
2892
- .ssbp--theme-11 .ssbp-facebook_save:hover, .ssbp--theme-11 .ssbp-facebook_save:focus, .ssbp--theme-11 .ssbp-facebook_save:active, .ssbp--theme-11 .ssbp-facebook_save + .ssbp-each-share {
2893
- background-color: #2d4373; }
2894
-
2895
- .ssbp--theme-11 .ssbp-facebook-messenger {
2896
- background-color: #0084FF; }
2897
-
2898
- .ssbp--theme-11 .ssbp-facebook-messenger:hover, .ssbp--theme-11 .ssbp-facebook-messenger:focus, .ssbp--theme-11 .ssbp-facebook-messenger:active, .ssbp--theme-11 .ssbp-facebook-messenger + .ssbp-each-share {
2899
- background-color: #006acc; }
2900
-
2901
- .ssbp--theme-11 .ssbp-flattr {
2902
- background-color: #f67C1A; }
2903
-
2904
- .ssbp--theme-11 .ssbp-flattr:hover, .ssbp--theme-11 .ssbp-flattr:focus, .ssbp--theme-11 .ssbp-flattr:active, .ssbp--theme-11 .ssbp-flattr + .ssbp-each-share {
2905
- background-color: #d56308; }
2906
-
2907
- .ssbp--theme-11 .ssbp-google {
2908
- background-color: #DC4E41; }
2909
-
2910
- .ssbp--theme-11 .ssbp-google:hover, .ssbp--theme-11 .ssbp-google:focus, .ssbp--theme-11 .ssbp-google:active, .ssbp--theme-11 .ssbp-google + .ssbp-each-share {
2911
- background-color: #c63224; }
2912
-
2913
- .ssbp--theme-11 .ssbp-linkedin {
2914
- background-color: #007bb6; }
2915
-
2916
- .ssbp--theme-11 .ssbp-linkedin:hover, .ssbp--theme-11 .ssbp-linkedin:focus, .ssbp--theme-11 .ssbp-linkedin:active, .ssbp--theme-11 .ssbp-linkedin + .ssbp-each-share {
2917
- background-color: #005983; }
2918
-
2919
- .ssbp--theme-11 .ssbp-pinterest {
2920
- background-color: #ce1a19; }
2921
-
2922
- .ssbp--theme-11 .ssbp-pinterest:hover, .ssbp--theme-11 .ssbp-pinterest:focus, .ssbp--theme-11 .ssbp-pinterest:active, .ssbp--theme-11 .ssbp-pinterest + .ssbp-each-share {
2923
- background-color: #a11413; }
2924
-
2925
- .ssbp--theme-11 .ssbp-print {
2926
- background-color: #1F6B43; }
2927
-
2928
- .ssbp--theme-11 .ssbp-print:hover, .ssbp--theme-11 .ssbp-print:focus, .ssbp--theme-11 .ssbp-print:active, .ssbp--theme-11 .ssbp-print + .ssbp-each-share {
2929
- background-color: #14432a; }
2930
-
2931
- .ssbp--theme-11 .ssbp-reddit {
2932
- background-color: #FF4500; }
2933
-
2934
- .ssbp--theme-11 .ssbp-reddit:hover, .ssbp--theme-11 .ssbp-reddit:focus, .ssbp--theme-11 .ssbp-reddit:active, .ssbp--theme-11 .ssbp-reddit + .ssbp-each-share {
2935
- background-color: #cc3700; }
2936
-
2937
- .ssbp--theme-11 .ssbp-simplesharebuttons {
2938
- background-color: #4582ec; }
2939
-
2940
- .ssbp--theme-11 .ssbp-simplesharebuttons:hover, .ssbp--theme-11 .ssbp-simplesharebuttons:focus, .ssbp--theme-11 .ssbp-simplesharebuttons:active, .ssbp--theme-11 .ssbp-simplesharebuttons + .ssbp-each-share {
2941
- background-color: #1863e6; }
2942
-
2943
- .ssbp--theme-11 .ssbp-stumbleupon {
2944
- background-color: #EB4924; }
2945
-
2946
- .ssbp--theme-11 .ssbp-stumbleupon:hover, .ssbp--theme-11 .ssbp-stumbleupon:focus, .ssbp--theme-11 .ssbp-stumbleupon:active, .ssbp--theme-11 .ssbp-stumbleupon + .ssbp-each-share {
2947
- background-color: #ca3412; }
2948
-
2949
- .ssbp--theme-11 .ssbp-tumblr {
2950
- background-color: #2C4762; }
2951
-
2952
- .ssbp--theme-11 .ssbp-tumblr:hover, .ssbp--theme-11 .ssbp-tumblr:focus, .ssbp--theme-11 .ssbp-tumblr:active, .ssbp--theme-11 .ssbp-tumblr + .ssbp-each-share {
2953
- background-color: #1c2e3f; }
2954
-
2955
- .ssbp--theme-11 .ssbp-twitter {
2956
- background-color: #00a9f1; }
2957
-
2958
- .ssbp--theme-11 .ssbp-twitter:hover, .ssbp--theme-11 .ssbp-twitter:focus, .ssbp--theme-11 .ssbp-twitter:active, .ssbp--theme-11 .ssbp-twitter + .ssbp-each-share {
2959
- background-color: #0085be; }
2960
-
2961
- .ssbp--theme-11 .ssbp-vk {
2962
- background-color: #45668E; }
2963
-
2964
- .ssbp--theme-11 .ssbp-vk:hover, .ssbp--theme-11 .ssbp-vk:focus, .ssbp--theme-11 .ssbp-vk:active, .ssbp--theme-11 .ssbp-vk + .ssbp-each-share {
2965
- background-color: #344d6c; }
2966
-
2967
- .ssbp--theme-11 .ssbp-whatsapp {
2968
- background-color: #34AF23; }
2969
-
2970
- .ssbp--theme-11 .ssbp-whatsapp:hover, .ssbp--theme-11 .ssbp-whatsapp:focus, .ssbp--theme-11 .ssbp-whatsapp:active, .ssbp--theme-11 .ssbp-whatsapp + .ssbp-each-share {
2971
- background-color: #27851b; }
2972
-
2973
- .ssbp--theme-11 .ssbp-yummly {
2974
- background-color: #E16120; }
2975
-
2976
- .ssbp--theme-11 .ssbp-yummly:hover, .ssbp--theme-11 .ssbp-yummly:focus, .ssbp--theme-11 .ssbp-yummly:active, .ssbp--theme-11 .ssbp-yummly + .ssbp-each-share {
2977
- background-color: #b64d18; }
2978
-
2979
- .ssbp--theme-11 .ssbp-xing {
2980
- background-color: #026466; }
2981
-
2982
- .ssbp--theme-11 .ssbp-xing:hover, .ssbp--theme-11 .ssbp-xing:focus, .ssbp--theme-11 .ssbp-xing:active, .ssbp--theme-11 .ssbp-xing + .ssbp-each-share {
2983
- background-color: #013334; }
2984
-
2985
- .ssbp--theme-11 .ssbp-each-share {
2986
- padding: 2px;
2987
- font-size: 10px;
2988
- margin-right: 5px;
2989
- margin-left: 5px;
2990
- text-align: center;
2991
- color: #FFF;
2992
- border-radius: 5px; }
2993
-
2994
- #ssba-bar-2.left {
2995
- position: fixed;
2996
- top: 25vh;
2997
- z-index: 10000; }
2998
-
2999
- #ssba-bar-2.right {
3000
- position: fixed;
3001
- right: 0;
3002
- top: 25vh;
3003
- z-index: 10000; }
3004
-
3005
- #ssba-bar-2.left .ssbp-bar-list {
3006
- max-width: 84px;
3007
- text-align: left;
3008
- min-width: auto;
3009
- margin: 0;
3010
- padding: 0;
3011
- list-style: none; }
3012
-
3013
- #ssba-bar-2.right .ssbp-bar-list {
3014
- max-width: 84px;
3015
- text-align: right;
3016
- min-width: auto;
3017
- margin: 0;
3018
- padding: 0;
3019
- list-style: none; }
3020
-
3021
- #ssba-bar-2 .ssbp-bar-list li {
3022
- margin: 0;
3023
- margin-left: 0;
3024
- margin-right: 0;
3025
- display: block;
3026
- position: relative; }
3027
-
3028
- #ssba-bar-2 ul li a {
3029
- max-width: 84px;
3030
- display: block; }
3031
-
3032
- .ssba-plus-2 {
3033
- width: 100%; }
3034
-
3035
- .ssba-classic-2 {
3036
- width: 100%; }
3037
-
3038
- .ssbp-each-share, #ssba-bar-2 li .ssbp-each-share {
3039
- display: block; }
3040
-
3041
- .right li .ssbp-each-share {
3042
- left: unset;
3043
- right: 100%;
3044
- margin-right: -12px;
3045
- margin-left: 0; }
3046
-
3047
- /* Facebook Save */
3048
- .ssbp-fb-save:before {
3049
- content: url("../images/facebook_save.svg");
3050
- left: 0;
3051
- padding: 5px 8px 0;
3052
- position: absolute;
3053
- top: 0;
3054
- width: 100%; }
3055
-
3056
- .ssbp--theme-8 .ssbp-fb-save:before {
3057
- content: url("../images/facebook_save-black.svg"); }
3058
-
3059
- .ssbp--theme-1 .ssbp-fb-save,
3060
- .ssbp--theme-2 .ssbp-fb-save,
3061
- .ssbp--theme-3 .ssbp-fb-save,
3062
- .ssbp--theme-4 .ssbp-fb-save,
3063
- .ssbp--theme-5 .ssbp-fb-save,
3064
- .ssbp--theme-10 .ssbp-fb-save:before,
3065
- .ssbp--theme-11 .ssbp-fb-save {
3066
- transition: background-color, .5s;
3067
- background-color: #e12828;
3068
- display: block; }
3069
-
3070
- .ssbp--theme-6 .ssbp-fb-save,
3071
- .ssbp--theme-7 .ssbp-fb-save {
3072
- border-color: #e12828;
3073
- display: block; }
3074
-
3075
- .ssbp--theme-8 .ssbp-fb-save,
3076
- .ssbp--theme-9 .ssbp-fb-save {
3077
- display: block; }
3078
-
3079
- .ssbp--theme-6 .ssbp-fb-save:before,
3080
- .ssbp--theme-7 .ssbp-fb-save:before,
3081
- .ssbp--theme-9 .ssbp-fb-save:before {
3082
- content: url("../images/facebook_save-hover.svg"); }
3083
-
3084
- .ssbp--theme-1 .ssbp-fb-save:before,
3085
- .ssbp--theme-2 .ssbp-fb-save:before,
3086
- .ssbp--theme-3 .ssbp-fb-save:before,
3087
- .ssbp--theme-4 .ssbp-fb-save:before,
3088
- .ssbp--theme-5 .ssbp-fb-save:before,
3089
- .ssbp--theme-6 .ssbp-fb-save:before,
3090
- .ssbp--theme-7 .ssbp-fb-save:before {
3091
- left: 50%;
3092
- position: absolute;
3093
- top: 50%;
3094
- padding-top: 0;
3095
- width: 100%;
3096
- height: 100%;
3097
- transform: translate(-50%, -37%); }
3098
-
3099
- .ssbp--theme-1 .ssbp-fb-save:hover,
3100
- .ssbp--theme-1 .ssbp-fb-save:focus,
3101
- .ssbp--theme-1 .ssbp-fb-save:active {
3102
- color: #e12828;
3103
- border-color: #e12828; }
3104
-
3105
- .ssbp--theme-6 .ssbp-fb-save:hover,
3106
- .ssbp--theme-6 .ssbp-fb-save:focus,
3107
- .ssbp--theme-6 .ssbp-fb-save:active,
3108
- .ssbp--theme-7 .ssbp-fb-save:hover,
3109
- .ssbp--theme-7 .ssbp-fb-save:focus,
3110
- .ssbp--theme-7 .ssbp-fb-save:active {
3111
- background-color: #e12828; }
3112
-
3113
- .ssbp--theme-2 .ssbp-fb-save:hover,
3114
- .ssbp--theme-2 .ssbp-fb-save:focus,
3115
- .ssbp--theme-2 .ssbp-fb-save:active,
3116
- .ssbp--theme-3 .ssbp-fb-save:hover,
3117
- .ssbp--theme-3 .ssbp-fb-save:focus,
3118
- .ssbp--theme-3 .ssbp-fb-save:active,
3119
- .ssbp--theme-10 .ssbp-fb-save:hover:before,
3120
- .ssbp--theme-10 .ssbp-fb-save:focus:before,
3121
- .ssbp--theme-10 .ssbp-fb-save:active:before,
3122
- .ssbp--theme-11 .ssbp-fb-save:hover,
3123
- .ssbp--theme-11 .ssbp-fb-save:focus,
3124
- .ssbp--theme-11 .ssbp-fb-save:active {
3125
- border-color: #850404;
3126
- background-color: #850404; }
3127
-
3128
- .ssbp--theme-1 .ssbp-fb-save:hover:before,
3129
- .ssbp--theme-1 .ssbp-fb-save:focus:before,
3130
- .ssbp--theme-1 .ssbp-fb-save:active:before {
3131
- content: url("../images/facebook_save-hover.svg");
3132
- left: 50%;
3133
- position: absolute;
3134
- top: 50%;
3135
- padding-top: 0;
3136
- width: 100%;
3137
- height: 100%;
3138
- transform: translate(-50%, -37%); }
3139
-
3140
- .ssbp--theme-6 .ssbp-fb-save:hover:before,
3141
- .ssbp--theme-6 .ssbp-fb-save:focus:before,
3142
- .ssbp--theme-6 .ssbp-fb-save:active:before,
3143
- .ssbp--theme-7 .ssbp-fb-save:hover:before,
3144
- .ssbp--theme-7 .ssbp-fb-save:focus:before,
3145
- .ssbp--theme-7 .ssbp-fb-save:active:before,
3146
- .ssbp--theme-8 .ssbp-fb-save:hover:before,
3147
- .ssbp--theme-8 .ssbp-fb-save:focus:before,
3148
- .ssbp--theme-8 .ssbp-fb-save:active:before {
3149
- content: url("../images/facebook_save.svg"); }
3150
-
3151
- .ssbp--theme-1 .ssbp-fb-save + .ssbp-each-share,
3152
- .ssbp--theme-2 .ssbp-fb-save + .ssbp-each-share,
3153
- .ssbp--theme-3 .ssbp-fb-save + .ssbp-each-share,
3154
- .ssbp--theme-4 .ssbp-fb-save + .ssbp-each-share,
3155
- .ssbp--theme-5 .ssbp-fb-save + .ssbp-each-share,
3156
- .ssbp--theme-6 .ssbp-fb-save + .ssbp-each-share,
3157
- .ssbp--theme-7 .ssbp-fb-save + .ssbp-each-share {
3158
- background-color: #e12828; }
3159
-
3160
- .ssbp--theme-2 .ssbp-btn.ssbp-fb-save:hover:before,
3161
- .ssbp--theme-2 .ssbp-btn.ssbp-fb-save:focus:before,
3162
- .ssbp--theme-2 .ssbp-btn.ssbp-fb-save:active:before,
3163
- .ssbp--theme-3 .ssbp-btn.ssbp-fb-save:hover:before,
3164
- .ssbp--theme-3 .ssbp-btn.ssbp-fb-save:focus:before,
3165
- .ssbp--theme-3 .ssbp-btn.ssbp-fb-save:active:before,
3166
- .ssbp--theme-4 .ssbp-btn.ssbp-fb-save:hover:before,
3167
- .ssbp--theme-4 .ssbp-btn.ssbp-fb-save:focus:before,
3168
- .ssbp--theme-4 .ssbp-btn.ssbp-fb-save:active:before,
3169
- .ssbp--theme-5 .ssbp-btn.ssbp-fb-save:hover:before,
3170
- .ssbp--theme-5 .ssbp-btn.ssbp-fb-save:focus:before,
3171
- .ssbp--theme-5 .ssbp-btn.ssbp-fb-save:active:before,
3172
- .ssbp--theme-6 .ssbp-btn.ssbp-fb-save:hover:before,
3173
- .ssbp--theme-6 .ssbp-btn.ssbp-fb-save:focus:before,
3174
- .ssbp--theme-6 .ssbp-btn.ssbp-fb-save:active:before,
3175
- .ssbp--theme-7 .ssbp-btn.ssbp-fb-save:hover:before,
3176
- .ssbp--theme-7 .ssbp-btn.ssbp-fb-save:focus:before,
3177
- .ssbp--theme-7 .ssbp-btn.ssbp-fb-save:active:before {
3178
- transform: translate(-50%, -37%) !important;
3179
- left: 50%;
3180
- position: absolute;
3181
- top: 50%;
3182
- padding-top: 0;
3183
- width: 100%;
3184
- height: 100%; }
3185
-
3186
- .ssbp--theme-5 .ssbp-fb-save {
3187
- background-color: #e12828;
3188
- box-shadow: 0 8px 0 #850404, 0 10px 12px rgba(0, 0, 0, 0.33); }
3189
-
3190
- .ssbp--theme-5 .ssbp-fb-save:active {
3191
- box-shadow: 0 4px 0 #e12828, 0 5px 6px rgba(0, 0, 0, 0.33); }
3192
-
3193
- .ssbp--theme-3 .ssbp-text,
3194
- .ssbp--theme-7 .ssbp-text {
3195
- display: inline-block;
3196
- vertical-align: middle;
3197
- font-size: 12.1px;
3198
- margin-left: 0;
3199
- text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
3200
- position: absolute;
3201
- bottom: -20px;
3202
- left: 50%;
3203
- transform: translate(-50%); }
3204
-
3205
- .ssbp--theme-7 .ssbp-li--fb-save .ssbp-text {
3206
- color: #e12828; }
3207
-
3208
- .ssbp--theme-7 .ssbp-li--fb-save:hover .ssbp-text {
3209
- color: #fff; }
3210
-
3211
- .ssbp--theme-9 .ssbp-li--fb-save {
3212
- border-bottom: 5px solid #e12828; }
3213
-
3214
- .ssbp--theme-9 .ssbp-fb-save {
3215
- height: 43px !important; }
3216
-
3217
- .ssbp--theme-9 .ssbp-li--fb-save:hover {
3218
- border-bottom: 5px solid rgba(225, 40, 40, 0.59); }
3219
-
3220
- .ssbp--theme-9 .ssbp-li--fb-save .ssbp-fb-save:before {
3221
- padding: 9px 14px 0; }
3222
-
3223
- .ssbp--theme-10 .ssbp-fb-save {
3224
- width: 40px !important; }
3225
-
3226
- .ssbp--theme-10 .ssbp-fb-save:before {
3227
- padding: 11px 8px 8px; }
3228
-
3229
- /* Flipboard */
3230
- .ssbp-flipboard:before {
3231
- content: url("../images/flipboard.svg");
3232
- left: 0;
3233
- padding: 5px 8px 0;
3234
- position: absolute;
3235
- top: 0;
3236
- width: 100%; }
3237
-
3238
- .ssbp--theme-8 .ssbp-flipboard:before {
3239
- content: url("../images/flipboard-black.svg"); }
3240
-
3241
- .ssbp--theme-1 .ssbp-flipboard,
3242
- .ssbp--theme-2 .ssbp-flipboard,
3243
- .ssbp--theme-3 .ssbp-flipboard,
3244
- .ssbp--theme-4 .ssbp-flipboard,
3245
- .ssbp--theme-5 .ssbp-flipboard,
3246
- .ssbp--theme-10 .ssbp-flipboard:before,
3247
- .ssbp--theme-11 .ssbp-flipboard {
3248
- transition: background-color, .5s;
3249
- background-color: #e12828;
3250
- display: block; }
3251
-
3252
- .ssbp--theme-6 .ssbp-flipboard,
3253
- .ssbp--theme-7 .ssbp-flipboard {
3254
- border-color: #e12828;
3255
- display: block; }
3256
-
3257
- .ssbp--theme-8 .ssbp-flipboard,
3258
- .ssbp--theme-9 .ssbp-flipboard {
3259
- display: block; }
3260
-
3261
- .ssbp--theme-6 .ssbp-flipboard:before,
3262
- .ssbp--theme-7 .ssbp-flipboard:before,
3263
- .ssbp--theme-9 .ssbp-flipboard:before {
3264
- content: url("../images/flipboard-hover.svg"); }
3265
-
3266
- .ssbp--theme-1 .ssbp-flipboard:before,
3267
- .ssbp--theme-2 .ssbp-flipboard:before,
3268
- .ssbp--theme-3 .ssbp-flipboard:before,
3269
- .ssbp--theme-4 .ssbp-flipboard:before,
3270
- .ssbp--theme-5 .ssbp-flipboard:before,
3271
- .ssbp--theme-6 .ssbp-flipboard:before,
3272
- .ssbp--theme-7 .ssbp-flipboard:before {
3273
- left: 50%;
3274
- position: absolute;
3275
- top: 50%;
3276
- padding-top: 0;
3277
- width: 100%;
3278
- height: 100%;
3279
- transform: translate(-50%, -37%); }
3280
-
3281
- .ssbp--theme-1 .ssbp-flipboard:hover,
3282
- .ssbp--theme-1 .ssbp-flipboard:focus,
3283
- .ssbp--theme-1 .ssbp-flipboard:active {
3284
- color: #e12828;
3285
- border-color: #e12828; }
3286
-
3287
- .ssbp--theme-6 .ssbp-flipboard:hover,
3288
- .ssbp--theme-6 .ssbp-flipboard:focus,
3289
- .ssbp--theme-6 .ssbp-flipboard:active,
3290
- .ssbp--theme-7 .ssbp-flipboard:hover,
3291
- .ssbp--theme-7 .ssbp-flipboard:focus,
3292
- .ssbp--theme-7 .ssbp-flipboard:active {
3293
- background-color: #e12828; }
3294
-
3295
- .ssbp--theme-2 .ssbp-flipboard:hover,
3296
- .ssbp--theme-2 .ssbp-flipboard:focus,
3297
- .ssbp--theme-2 .ssbp-flipboard:active,
3298
- .ssbp--theme-3 .ssbp-flipboard:hover,
3299
- .ssbp--theme-3 .ssbp-flipboard:focus,
3300
- .ssbp--theme-3 .ssbp-flipboard:active,
3301
- .ssbp--theme-10 .ssbp-flipboard:hover:before,
3302
- .ssbp--theme-10 .ssbp-flipboard:focus:before,
3303
- .ssbp--theme-10 .ssbp-flipboard:active:before,
3304
- .ssbp--theme-11 .ssbp-flipboard:hover,
3305
- .ssbp--theme-11 .ssbp-flipboard:focus,
3306
- .ssbp--theme-11 .ssbp-flipboard:active {
3307
- border-color: #850404;
3308
- background-color: #850404; }
3309
-
3310
- .ssbp--theme-1 .ssbp-flipboard:hover:before,
3311
- .ssbp--theme-1 .ssbp-flipboard:focus:before,
3312
- .ssbp--theme-1 .ssbp-flipboard:active:before {
3313
- content: url("../images/flipboard-hover.svg");
3314
- left: 50%;
3315
- position: absolute;
3316
- top: 50%;
3317
- padding-top: 0;
3318
- width: 100%;
3319
- height: 100%;
3320
- transform: translate(-50%, -37%); }
3321
-
3322
- .ssbp--theme-6 .ssbp-flipboard:hover:before,
3323
- .ssbp--theme-6 .ssbp-flipboard:focus:before,
3324
- .ssbp--theme-6 .ssbp-flipboard:active:before,
3325
- .ssbp--theme-7 .ssbp-flipboard:hover:before,
3326
- .ssbp--theme-7 .ssbp-flipboard:focus:before,
3327
- .ssbp--theme-7 .ssbp-flipboard:active:before,
3328
- .ssbp--theme-8 .ssbp-flipboard:hover:before,
3329
- .ssbp--theme-8 .ssbp-flipboard:focus:before,
3330
- .ssbp--theme-8 .ssbp-flipboard:active:before {
3331
- content: url("../images/flipboard.svg"); }
3332
-
3333
- .ssbp--theme-1 .ssbp-flipboard + .ssbp-each-share,
3334
- .ssbp--theme-2 .ssbp-flipboard + .ssbp-each-share,
3335
- .ssbp--theme-3 .ssbp-flipboard + .ssbp-each-share,
3336
- .ssbp--theme-4 .ssbp-flipboard + .ssbp-each-share,
3337
- .ssbp--theme-5 .ssbp-flipboard + .ssbp-each-share,
3338
- .ssbp--theme-6 .ssbp-flipboard + .ssbp-each-share,
3339
- .ssbp--theme-7 .ssbp-flipboard + .ssbp-each-share {
3340
- background-color: #e12828; }
3341
-
3342
- .ssbp--theme-2 .ssbp-btn.ssbp-flipboard:hover:before,
3343
- .ssbp--theme-2 .ssbp-btn.ssbp-flipboard:focus:before,
3344
- .ssbp--theme-2 .ssbp-btn.ssbp-flipboard:active:before,
3345
- .ssbp--theme-3 .ssbp-btn.ssbp-flipboard:hover:before,
3346
- .ssbp--theme-3 .ssbp-btn.ssbp-flipboard:focus:before,
3347
- .ssbp--theme-3 .ssbp-btn.ssbp-flipboard:active:before,
3348
- .ssbp--theme-4 .ssbp-btn.ssbp-flipboard:hover:before,
3349
- .ssbp--theme-4 .ssbp-btn.ssbp-flipboard:focus:before,
3350
- .ssbp--theme-4 .ssbp-btn.ssbp-flipboard:active:before,
3351
- .ssbp--theme-5 .ssbp-btn.ssbp-flipboard:hover:before,
3352
- .ssbp--theme-5 .ssbp-btn.ssbp-flipboard:focus:before,
3353
- .ssbp--theme-5 .ssbp-btn.ssbp-flipboard:active:before,
3354
- .ssbp--theme-6 .ssbp-btn.ssbp-flipboard:hover:before,
3355
- .ssbp--theme-6 .ssbp-btn.ssbp-flipboard:focus:before,
3356
- .ssbp--theme-6 .ssbp-btn.ssbp-flipboard:active:before,
3357
- .ssbp--theme-7 .ssbp-btn.ssbp-flipboard:hover:before,
3358
- .ssbp--theme-7 .ssbp-btn.ssbp-flipboard:focus:before,
3359
- .ssbp--theme-7 .ssbp-btn.ssbp-flipboard:active:before {
3360
- transform: translate(-50%, -37%) !important;
3361
- left: 50%;
3362
- position: absolute;
3363
- top: 50%;
3364
- padding-top: 0;
3365
- width: 100%;
3366
- height: 100%; }
3367
-
3368
- .ssbp--theme-5 .ssbp-flipboard {
3369
- background-color: #e12828;
3370
- box-shadow: 0 8px 0 #850404, 0 10px 12px rgba(0, 0, 0, 0.33); }
3371
-
3372
- .ssbp--theme-5 .ssbp-flipboard:active {
3373
- box-shadow: 0 4px 0 #e12828, 0 5px 6px rgba(0, 0, 0, 0.33); }
3374
-
3375
- .ssbp--theme-3 .ssbp-text,
3376
- .ssbp--theme-7 .ssbp-text {
3377
- display: inline-block;
3378
- vertical-align: middle;
3379
- font-size: 12.1px;
3380
- margin-left: 0;
3381
- text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
3382
- position: absolute;
3383
- bottom: -20px;
3384
- left: 50%;
3385
- transform: translate(-50%); }
3386
-
3387
- .ssbp--theme-7 .ssbp-li--flipboard .ssbp-text {
3388
- color: #e12828; }
3389
-
3390
- .ssbp--theme-7 .ssbp-li--flipboard:hover .ssbp-text {
3391
- color: #fff; }
3392
-
3393
- .ssbp--theme-9 .ssbp-li--flipboard {
3394
- border-bottom: 5px solid #e12828; }
3395
-
3396
- .ssbp--theme-9 .ssbp-flipboard {
3397
- height: 43px !important; }
3398
-
3399
- .ssbp--theme-9 .ssbp-li--flipboard:hover {
3400
- border-bottom: 5px solid rgba(225, 40, 40, 0.59); }
3401
-
3402
- .ssbp--theme-9 .ssbp-li--flipboard .ssbp-flipboard:before {
3403
- padding: 9px 14px 0; }
3404
-
3405
- .ssbp--theme-10 .ssbp-flipboard {
3406
- width: 40px !important; }
3407
-
3408
- .ssbp--theme-10 .ssbp-flipboard:before {
3409
- padding: 11px 8px 8px; }
3410
-
3411
- /* Line */
3412
- .ssbp-line:before {
3413
- content: url("../images/line.svg");
3414
- left: 0;
3415
- padding: 5px 8px 0;
3416
- position: absolute;
3417
- top: 0;
3418
- width: 100%; }
3419
-
3420
- .ssbp--theme-8 .ssbp-line:before {
3421
- content: url("../images/line-black.svg"); }
3422
-
3423
- .ssbp--theme-1 .ssbp-line,
3424
- .ssbp--theme-2 .ssbp-line,
3425
- .ssbp--theme-3 .ssbp-line,
3426
- .ssbp--theme-4 .ssbp-line,
3427
- .ssbp--theme-5 .ssbp-line,
3428
- .ssbp--theme-10 .ssbp-line:before,
3429
- .ssbp--theme-11 .ssbp-line {
3430
- transition: background-color, .5s;
3431
- background-color: #00c300;
3432
- display: block; }
3433
-
3434
- .ssbp--theme-6 .ssbp-line,
3435
- .ssbp--theme-7 .ssbp-line {
3436
- border-color: #00c300;
3437
- display: block; }
3438
-
3439
- .ssbp--theme-8 .ssbp-line,
3440
- .ssbp--theme-9 .ssbp-line {
3441
- display: block; }
3442
-
3443
- .ssbp--theme-6 .ssbp-line:before,
3444
- .ssbp--theme-7 .ssbp-line:before,
3445
- .ssbp--theme-9 .ssbp-line:before {
3446
- content: url("../images/line-hover.svg"); }
3447
-
3448
- .ssbp--theme-1 .ssbp-line:before,
3449
- .ssbp--theme-2 .ssbp-line:before,
3450
- .ssbp--theme-3 .ssbp-line:before,
3451
- .ssbp--theme-4 .ssbp-line:before,
3452
- .ssbp--theme-5 .ssbp-line:before,
3453
- .ssbp--theme-6 .ssbp-line:before,
3454
- .ssbp--theme-7 .ssbp-line:before {
3455
- left: 50%;
3456
- position: absolute;
3457
- top: 50%;
3458
- padding-top: 0;
3459
- width: 86%;
3460
- height: 100%;
3461
- transform: translate(-50%, -37%); }
3462
- .wp-admin .ssbp--theme-1 .ssbp-line:before, .wp-admin
3463
- .ssbp--theme-2 .ssbp-line:before, .wp-admin
3464
- .ssbp--theme-3 .ssbp-line:before, .wp-admin
3465
- .ssbp--theme-4 .ssbp-line:before, .wp-admin
3466
- .ssbp--theme-5 .ssbp-line:before, .wp-admin
3467
- .ssbp--theme-6 .ssbp-line:before, .wp-admin
3468
- .ssbp--theme-7 .ssbp-line:before {
3469
- top: 45%; }
3470
-
3471
- .ssbp--theme-1 .ssbp-line:hover,
3472
- .ssbp--theme-1 .ssbp-line:focus,
3473
- .ssbp--theme-1 .ssbp-line:active {
3474
- color: #00c300;
3475
- border-color: #00c300; }
3476
-
3477
- .ssbp--theme-6 .ssbp-line:hover,
3478
- .ssbp--theme-6 .ssbp-line:focus,
3479
- .ssbp--theme-6 .ssbp-line:active,
3480
- .ssbp--theme-7 .ssbp-line:hover,
3481
- .ssbp--theme-7 .ssbp-line:focus,
3482
- .ssbp--theme-7 .ssbp-line:active {
3483
- background-color: #00c300; }
3484
-
3485
- .ssbp--theme-2 .ssbp-line:hover,
3486
- .ssbp--theme-2 .ssbp-line:focus,
3487
- .ssbp--theme-2 .ssbp-line:active,
3488
- .ssbp--theme-3 .ssbp-line:hover,
3489
- .ssbp--theme-3 .ssbp-line:focus,
3490
- .ssbp--theme-3 .ssbp-line:active,
3491
- .ssbp--theme-10 .ssbp-line:hover:before,
3492
- .ssbp--theme-10 .ssbp-line:focus:before,
3493
- .ssbp--theme-10 .ssbp-line:active:before,
3494
- .ssbp--theme-11 .ssbp-line:hover,
3495
- .ssbp--theme-11 .ssbp-line:focus,
3496
- .ssbp--theme-11 .ssbp-line:active {
3497
- border-color: #008e00;
3498
- background-color: #008e00; }
3499
-
3500
- .ssbp--theme-1 .ssbp-line:hover:before,
3501
- .ssbp--theme-1 .ssbp-line:focus:before,
3502
- .ssbp--theme-1 .ssbp-line:active:before {
3503
- content: url("../images/line-hover.svg");
3504
- left: 50%;
3505
- position: absolute;
3506
- top: 50%;
3507
- padding-top: 0;
3508
- width: 86%;
3509
- height: 100%;
3510
- transform: translate(-50%, -37%); }
3511
- .wp-admin .ssbp--theme-1 .ssbp-line:hover:before, .wp-admin
3512
- .ssbp--theme-1 .ssbp-line:focus:before, .wp-admin
3513
- .ssbp--theme-1 .ssbp-line:active:before {
3514
- top: 45%; }
3515
-
3516
- .ssbp--theme-6 .ssbp-line:hover:before,
3517
- .ssbp--theme-6 .ssbp-line:focus:before,
3518
- .ssbp--theme-6 .ssbp-line:active:before,
3519
- .ssbp--theme-7 .ssbp-line:hover:before,
3520
- .ssbp--theme-7 .ssbp-line:focus:before,
3521
- .ssbp--theme-7 .ssbp-line:active:before,
3522
- .ssbp--theme-8 .ssbp-line:hover:before,
3523
- .ssbp--theme-8 .ssbp-line:focus:before,
3524
- .ssbp--theme-8 .ssbp-line:active:before {
3525
- content: url("../images/line.svg"); }
3526
-
3527
- .ssbp--theme-1 .ssbp-line + .ssbp-each-share,
3528
- .ssbp--theme-2 .ssbp-line + .ssbp-each-share,
3529
- .ssbp--theme-3 .ssbp-line + .ssbp-each-share,
3530
- .ssbp--theme-4 .ssbp-line + .ssbp-each-share,
3531
- .ssbp--theme-5 .ssbp-line + .ssbp-each-share,
3532
- .ssbp--theme-6 .ssbp-line + .ssbp-each-share,
3533
- .ssbp--theme-7 .ssbp-line + .ssbp-each-share {
3534
- background-color: #00c300; }
3535
-
3536
- .ssbp--theme-2 .ssbp-btn.ssbp-line:hover:before,
3537
- .ssbp--theme-2 .ssbp-btn.ssbp-line:focus:before,
3538
- .ssbp--theme-2 .ssbp-btn.ssbp-line:active:before,
3539
- .ssbp--theme-3 .ssbp-btn.ssbp-line:hover:before,
3540
- .ssbp--theme-3 .ssbp-btn.ssbp-line:focus:before,
3541
- .ssbp--theme-3 .ssbp-btn.ssbp-line:active:before,
3542
- .ssbp--theme-4 .ssbp-btn.ssbp-line:hover:before,
3543
- .ssbp--theme-4 .ssbp-btn.ssbp-line:focus:before,
3544
- .ssbp--theme-4 .ssbp-btn.ssbp-line:active:before,
3545
- .ssbp--theme-5 .ssbp-btn.ssbp-line:hover:before,
3546
- .ssbp--theme-5 .ssbp-btn.ssbp-line:focus:before,
3547
- .ssbp--theme-5 .ssbp-btn.ssbp-line:active:before,
3548
- .ssbp--theme-6 .ssbp-btn.ssbp-line:hover:before,
3549
- .ssbp--theme-6 .ssbp-btn.ssbp-line:focus:before,
3550
- .ssbp--theme-6 .ssbp-btn.ssbp-line:active:before,
3551
- .ssbp--theme-7 .ssbp-btn.ssbp-line:hover:before,
3552
- .ssbp--theme-7 .ssbp-btn.ssbp-line:focus:before,
3553
- .ssbp--theme-7 .ssbp-btn.ssbp-line:active:before {
3554
- transform: translate(-50%, -37%) !important;
3555
- left: 50%;
3556
- position: absolute;
3557
- top: 50%;
3558
- padding-top: 0;
3559
- width: 86%;
3560
- height: 100%; }
3561
- .wp-admin .ssbp--theme-2 .ssbp-btn.ssbp-line:hover:before, .wp-admin
3562
- .ssbp--theme-2 .ssbp-btn.ssbp-line:focus:before, .wp-admin
3563
- .ssbp--theme-2 .ssbp-btn.ssbp-line:active:before, .wp-admin
3564
- .ssbp--theme-3 .ssbp-btn.ssbp-line:hover:before, .wp-admin
3565
- .ssbp--theme-3 .ssbp-btn.ssbp-line:focus:before, .wp-admin
3566
- .ssbp--theme-3 .ssbp-btn.ssbp-line:active:before, .wp-admin
3567
- .ssbp--theme-4 .ssbp-btn.ssbp-line:hover:before, .wp-admin
3568
- .ssbp--theme-4 .ssbp-btn.ssbp-line:focus:before, .wp-admin
3569
- .ssbp--theme-4 .ssbp-btn.ssbp-line:active:before, .wp-admin
3570
- .ssbp--theme-5 .ssbp-btn.ssbp-line:hover:before, .wp-admin
3571
- .ssbp--theme-5 .ssbp-btn.ssbp-line:focus:before, .wp-admin
3572
- .ssbp--theme-5 .ssbp-btn.ssbp-line:active:before, .wp-admin
3573
- .ssbp--theme-6 .ssbp-btn.ssbp-line:hover:before, .wp-admin
3574
- .ssbp--theme-6 .ssbp-btn.ssbp-line:focus:before, .wp-admin
3575
- .ssbp--theme-6 .ssbp-btn.ssbp-line:active:before, .wp-admin
3576
- .ssbp--theme-7 .ssbp-btn.ssbp-line:hover:before, .wp-admin
3577
- .ssbp--theme-7 .ssbp-btn.ssbp-line:focus:before, .wp-admin
3578
- .ssbp--theme-7 .ssbp-btn.ssbp-line:active:before {
3579
- top: 45%; }
3580
-
3581
- .ssbp--theme-5 .ssbp-line {
3582
- background-color: #00c300;
3583
- box-shadow: 0 8px 0 #008e00, 0 10px 12px rgba(0, 0, 0, 0.33); }
3584
-
3585
- .ssbp--theme-5 .ssbp-line:active {
3586
- box-shadow: 0 4px 0 #008e00, 0 5px 6px rgba(0, 0, 0, 0.33); }
3587
-
3588
- .ssbp--theme-3 .ssbp-text,
3589
- .ssbp--theme-7 .ssbp-text {
3590
- display: inline-block;
3591
- vertical-align: middle;
3592
- font-size: 12.1px;
3593
- margin-left: 0;
3594
- text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
3595
- position: absolute;
3596
- bottom: -20px;
3597
- left: 50%;
3598
- transform: translate(-50%); }
3599
-
3600
- .ssbp--theme-7 .ssbp-li--line .ssbp-text {
3601
- color: #00c300; }
3602
-
3603
- .ssbp--theme-7 .ssbp-li--line:hover .ssbp-text {
3604
- color: #fff; }
3605
-
3606
- .ssbp--theme-9 .ssbp-li--line {
3607
- border-bottom: 5px solid #00c300; }
3608
-
3609
- .ssbp--theme-9 .ssbp-line {
3610
- height: 43px !important; }
3611
-
3612
- .ssbp--theme-9 .ssbp-li--line:hover {
3613
- border-bottom: 5px solid rgba(0, 195, 0, 0.59); }
3614
-
3615
- .ssbp--theme-9 .ssbp-li--line .ssbp-line:before {
3616
- padding: 9px 14px 0; }
3617
-
3618
- .ssbp--theme-10 .ssbp-line {
3619
- width: 40px !important; }
3620
-
3621
- .ssbp--theme-10 .ssbp-line:before {
3622
- padding: 11px 8px 8px; }
3623
-
3624
- /* Skype */
3625
- .ssbp-skype:before {
3626
- content: url("../images/skype.svg");
3627
- left: 0;
3628
- padding: 5px 8px 0;
3629
- position: absolute;
3630
- top: 0;
3631
- width: 100%; }
3632
-
3633
- .ssbp--theme-8 .ssbp-skype:before {
3634
- content: url("../images/skype-black.svg"); }
3635
-
3636
- .ssbp--theme-1 .ssbp-skype,
3637
- .ssbp--theme-2 .ssbp-skype,
3638
- .ssbp--theme-3 .ssbp-skype,
3639
- .ssbp--theme-4 .ssbp-skype,
3640
- .ssbp--theme-5 .ssbp-skype,
3641
- .ssbp--theme-10 .ssbp-skype:before,
3642
- .ssbp--theme-11 .ssbp-skype {
3643
- transition: background-color, .5s;
3644
- background-color: #00AFF0;
3645
- display: block; }
3646
-
3647
- .ssbp--theme-6 .ssbp-skype,
3648
- .ssbp--theme-7 .ssbp-skype {
3649
- border-color: #00AFF0;
3650
- display: block; }
3651
-
3652
- .ssbp--theme-8 .ssbp-skype,
3653
- .ssbp--theme-9 .ssbp-skype {
3654
- display: block; }
3655
-
3656
- .ssbp--theme-6 .ssbp-skype:before,
3657
- .ssbp--theme-7 .ssbp-skype:before,
3658
- .ssbp--theme-9 .ssbp-skype:before {
3659
- content: url("../images/skype-hover.svg"); }
3660
-
3661
- .ssbp--theme-1 .ssbp-skype:before,
3662
- .ssbp--theme-2 .ssbp-skype:before,
3663
- .ssbp--theme-3 .ssbp-skype:before,
3664
- .ssbp--theme-4 .ssbp-skype:before,
3665
- .ssbp--theme-5 .ssbp-skype:before,
3666
- .ssbp--theme-6 .ssbp-skype:before,
3667
- .ssbp--theme-7 .ssbp-skype:before {
3668
- left: 50%;
3669
- position: absolute;
3670
- top: 50%;
3671
- padding-top: 0;
3672
- width: 100%;
3673
- height: 100%;
3674
- transform: translate(-50%, -37%); }
3675
-
3676
- .ssbp--theme-1 .ssbp-skype:hover,
3677
- .ssbp--theme-1 .ssbp-skype:focus,
3678
- .ssbp--theme-1 .ssbp-skype:active {
3679
- color: #00AFF0;
3680
- border-color: #00AFF0; }
3681
-
3682
- .ssbp--theme-6 .ssbp-skype:hover,
3683
- .ssbp--theme-6 .ssbp-skype:focus,
3684
- .ssbp--theme-6 .ssbp-skype:active,
3685
- .ssbp--theme-7 .ssbp-skype:hover,
3686
- .ssbp--theme-7 .ssbp-skype:focus,
3687
- .ssbp--theme-7 .ssbp-skype:active {
3688
- background-color: #00AFF0; }
3689
-
3690
- .ssbp--theme-2 .ssbp-skype:hover,
3691
- .ssbp--theme-2 .ssbp-skype:focus,
3692
- .ssbp--theme-2 .ssbp-skype:active,
3693
- .ssbp--theme-3 .ssbp-skype:hover,
3694
- .ssbp--theme-3 .ssbp-skype:focus,
3695
- .ssbp--theme-3 .ssbp-skype:active,
3696
- .ssbp--theme-10 .ssbp-skype:hover:before,
3697
- .ssbp--theme-10 .ssbp-skype:focus:before,
3698
- .ssbp--theme-10 .ssbp-skype:active:before,
3699
- .ssbp--theme-11 .ssbp-skype:hover,
3700
- .ssbp--theme-11 .ssbp-skype:focus,
3701
- .ssbp--theme-11 .ssbp-skype:active {
3702
- border-color: #0081b1;
3703
- background-color: #0081b1; }
3704
-
3705
- .ssbp--theme-1 .ssbp-skype:hover:before,
3706
- .ssbp--theme-1 .ssbp-skype:focus:before,
3707
- .ssbp--theme-1 .ssbp-skype:active:before {
3708
- content: url("../images/skype-hover.svg");
3709
- left: 50%;
3710
- position: absolute;
3711
- top: 50%;
3712
- padding-top: 0;
3713
- width: 100%;
3714
- height: 100%;
3715
- transform: translate(-50%, -37%); }
3716
-
3717
- .ssbp--theme-6 .ssbp-skype:hover:before,
3718
- .ssbp--theme-6 .ssbp-skype:focus:before,
3719
- .ssbp--theme-6 .ssbp-skype:active:before,
3720
- .ssbp--theme-7 .ssbp-skype:hover:before,
3721
- .ssbp--theme-7 .ssbp-skype:focus:before,
3722
- .ssbp--theme-7 .ssbp-skype:active:before,
3723
- .ssbp--theme-8 .ssbp-skype:hover:before,
3724
- .ssbp--theme-8 .ssbp-skype:focus:before,
3725
- .ssbp--theme-8 .ssbp-skype:active:before {
3726
- content: url("../images/skype.svg"); }
3727
-
3728
- .ssbp--theme-1 .ssbp-skype + .ssbp-each-share,
3729
- .ssbp--theme-2 .ssbp-skype + .ssbp-each-share,
3730
- .ssbp--theme-3 .ssbp-skype + .ssbp-each-share,
3731
- .ssbp--theme-4 .ssbp-skype + .ssbp-each-share,
3732
- .ssbp--theme-5 .ssbp-skype + .ssbp-each-share,
3733
- .ssbp--theme-6 .ssbp-skype + .ssbp-each-share,
3734
- .ssbp--theme-7 .ssbp-skype + .ssbp-each-share {
3735
- background-color: #00AFF0; }
3736
-
3737
- .ssbp--theme-2 .ssbp-btn.ssbp-skype:hover:before,
3738
- .ssbp--theme-2 .ssbp-btn.ssbp-skype:focus:before,
3739
- .ssbp--theme-2 .ssbp-btn.ssbp-skype:active:before,
3740
- .ssbp--theme-3 .ssbp-btn.ssbp-skype:hover:before,
3741
- .ssbp--theme-3 .ssbp-btn.ssbp-skype:focus:before,
3742
- .ssbp--theme-3 .ssbp-btn.ssbp-skype:active:before,
3743
- .ssbp--theme-4 .ssbp-btn.ssbp-skype:hover:before,
3744
- .ssbp--theme-4 .ssbp-btn.ssbp-skype:focus:before,
3745
- .ssbp--theme-4 .ssbp-btn.ssbp-skype:active:before,
3746
- .ssbp--theme-5 .ssbp-btn.ssbp-skype:hover:before,
3747
- .ssbp--theme-5 .ssbp-btn.ssbp-skype:focus:before,
3748
- .ssbp--theme-5 .ssbp-btn.ssbp-skype:active:before,
3749
- .ssbp--theme-6 .ssbp-btn.ssbp-skype:hover:before,
3750
- .ssbp--theme-6 .ssbp-btn.ssbp-skype:focus:before,
3751
- .ssbp--theme-6 .ssbp-btn.ssbp-skype:active:before,
3752
- .ssbp--theme-7 .ssbp-btn.ssbp-skype:hover:before,
3753
- .ssbp--theme-7 .ssbp-btn.ssbp-skype:focus:before,
3754
- .ssbp--theme-7 .ssbp-btn.ssbp-skype:active:before {
3755
- transform: translate(-50%, -37%) !important;
3756
- left: 50%;
3757
- position: absolute;
3758
- top: 50%;
3759
- padding-top: 0;
3760
- width: 100%;
3761
- height: 100%; }
3762
-
3763
- .ssbp--theme-5 .ssbp-skype {
3764
- background-color: #00AFF0;
3765
- box-shadow: 0 8px 0 #0081b1, 0 10px 12px rgba(0, 0, 0, 0.33); }
3766
-
3767
- .ssbp--theme-5 .ssbp-skype:active {
3768
- box-shadow: 0 4px 0 #0081b1, 0 5px 6px rgba(0, 0, 0, 0.33); }
3769
-
3770
- .ssbp--theme-3 .ssbp-text,
3771
- .ssbp--theme-7 .ssbp-text {
3772
- display: inline-block;
3773
- vertical-align: middle;
3774
- font-size: 12.1px;
3775
- margin-left: 0;
3776
- text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
3777
- position: absolute;
3778
- bottom: -20px;
3779
- left: 50%;
3780
- transform: translate(-50%); }
3781
-
3782
- .ssbp--theme-7 .ssbp-li--skype .ssbp-text {
3783
- color: #00AFF0; }
3784
-
3785
- .ssbp--theme-7 .ssbp-li--skype:hover .ssbp-text {
3786
- color: #fff; }
3787
-
3788
- .ssbp--theme-9 .ssbp-li--skype {
3789
- border-bottom: 5px solid #00AFF0; }
3790
-
3791
- .ssbp--theme-9 .ssbp-skype {
3792
- height: 43px !important; }
3793
-
3794
- .ssbp--theme-9 .ssbp-li--skype:hover {
3795
- border-bottom: 5px solid rgba(0, 175, 240, 0.59); }
3796
-
3797
- .ssbp--theme-9 .ssbp-li--skype .ssbp-skype:before {
3798
- padding: 9px 14px 0; }
3799
-
3800
- .ssbp--theme-10 .ssbp-skype {
3801
- width: 40px !important; }
3802
-
3803
- .ssbp--theme-10 .ssbp-skype:before {
3804
- padding: 11px 8px 8px; }
3805
-
3806
- /* Snapchat */
3807
- .ssbp-snapchat:before {
3808
- content: url("../images/snapchat.svg");
3809
- left: 0;
3810
- padding: 5px 8px 0;
3811
- position: absolute;
3812
- top: 0;
3813
- width: 100%; }
3814
-
3815
- .ssbp--theme-8 .ssbp-snapchat:before {
3816
- content: url("../images/snapchat-black.svg"); }
3817
-
3818
- .ssbp--theme-1 .ssbp-snapchat,
3819
- .ssbp--theme-2 .ssbp-snapchat,
3820
- .ssbp--theme-3 .ssbp-snapchat,
3821
- .ssbp--theme-4 .ssbp-snapchat,
3822
- .ssbp--theme-5 .ssbp-snapchat,
3823
- .ssbp--theme-10 .ssbp-snapchat:before,
3824
- .ssbp--theme-11 .ssbp-snapchat {
3825
- transition: background-color, .5s;
3826
- background-color: #fffc00;
3827
- display: block; }
3828
-
3829
- .ssbp--theme-6 .ssbp-snapchat,
3830
- .ssbp--theme-7 .ssbp-snapchat {
3831
- border-color: #fffc00;
3832
- display: block; }
3833
-
3834
- .ssbp--theme-8 .ssbp-snapchat,
3835
- .ssbp--theme-9 .ssbp-snapchat {
3836
- display: block; }
3837
-
3838
- .ssbp--theme-6 .ssbp-snapchat:before,
3839
- .ssbp--theme-7 .ssbp-snapchat:before,
3840
- .ssbp--theme-9 .ssbp-snapchat:before {
3841
- content: url("../images/snapchat-hover.svg"); }
3842
-
3843
- .ssbp--theme-1 .ssbp-snapchat:before,
3844
- .ssbp--theme-2 .ssbp-snapchat:before,
3845
- .ssbp--theme-3 .ssbp-snapchat:before,
3846
- .ssbp--theme-4 .ssbp-snapchat:before,
3847
- .ssbp--theme-5 .ssbp-snapchat:before,
3848
- .ssbp--theme-6 .ssbp-snapchat:before,
3849
- .ssbp--theme-7 .ssbp-snapchat:before {
3850
- left: 50%;
3851
- position: absolute;
3852
- top: 50%;
3853
- padding-top: 0;
3854
- width: 100%;
3855
- height: 100%;
3856
- transform: translate(-50%, -37%); }
3857
-
3858
- .ssbp--theme-1 .ssbp-snapchat:hover,
3859
- .ssbp--theme-1 .ssbp-snapchat:focus,
3860
- .ssbp--theme-1 .ssbp-snapchat:active {
3861
- color: #fffc00;
3862
- border-color: #fffc00; }
3863
-
3864
- .ssbp--theme-6 .ssbp-snapchat:hover,
3865
- .ssbp--theme-6 .ssbp-snapchat:focus,
3866
- .ssbp--theme-6 .ssbp-snapchat:active,
3867
- .ssbp--theme-7 .ssbp-snapchat:hover,
3868
- .ssbp--theme-7 .ssbp-snapchat:focus,
3869
- .ssbp--theme-7 .ssbp-snapchat:active {
3870
- background-color: #fffc00; }
3871
-
3872
- .ssbp--theme-2 .ssbp-snapchat:hover,
3873
- .ssbp--theme-2 .ssbp-snapchat:focus,
3874
- .ssbp--theme-2 .ssbp-snapchat:active,
3875
- .ssbp--theme-3 .ssbp-snapchat:hover,
3876
- .ssbp--theme-3 .ssbp-snapchat:focus,
3877
- .ssbp--theme-3 .ssbp-snapchat:active,
3878
- .ssbp--theme-10 .ssbp-snapchat:hover:before,
3879
- .ssbp--theme-10 .ssbp-snapchat:focus:before,
3880
- .ssbp--theme-10 .ssbp-snapchat:active:before,
3881
- .ssbp--theme-11 .ssbp-snapchat:hover,
3882
- .ssbp--theme-11 .ssbp-snapchat:focus,
3883
- .ssbp--theme-11 .ssbp-snapchat:active {
3884
- border-color: #b5b320;
3885
- background-color: #b5b320; }
3886
-
3887
- .ssbp--theme-1 .ssbp-snapchat:hover:before,
3888
- .ssbp--theme-1 .ssbp-snapchat:focus:before,
3889
- .ssbp--theme-1 .ssbp-snapchat:active:before {
3890
- content: url("../images/snapchat-hover.svg");
3891
- left: 50%;
3892
- position: absolute;
3893
- top: 50%;
3894
- padding-top: 0;
3895
- width: 100%;
3896
- height: 100%;
3897
- transform: translate(-50%, -37%); }
3898
-
3899
- .ssbp--theme-6 .ssbp-snapchat:hover:before,
3900
- .ssbp--theme-6 .ssbp-snapchat:focus:before,
3901
- .ssbp--theme-6 .ssbp-snapchat:active:before,
3902
- .ssbp--theme-7 .ssbp-snapchat:hover:before,
3903
- .ssbp--theme-7 .ssbp-snapchat:focus:before,
3904
- .ssbp--theme-7 .ssbp-snapchat:active:before,
3905
- .ssbp--theme-8 .ssbp-snapchat:hover:before,
3906
- .ssbp--theme-8 .ssbp-snapchat:focus:before,
3907
- .ssbp--theme-8 .ssbp-snapchat:active:before {
3908
- content: url("../images/snapchat.svg"); }
3909
-
3910
- .ssbp--theme-1 .ssbp-snapchat + .ssbp-each-share,
3911
- .ssbp--theme-2 .ssbp-snapchat + .ssbp-each-share,
3912
- .ssbp--theme-3 .ssbp-snapchat + .ssbp-each-share,
3913
- .ssbp--theme-4 .ssbp-snapchat + .ssbp-each-share,
3914
- .ssbp--theme-5 .ssbp-snapchat + .ssbp-each-share,
3915
- .ssbp--theme-6 .ssbp-snapchat + .ssbp-each-share,
3916
- .ssbp--theme-7 .ssbp-snapchat + .ssbp-each-share {
3917
- background-color: #fffc00; }
3918
-
3919
- .ssbp--theme-2 .ssbp-btn.ssbp-snapchat:hover:before,
3920
- .ssbp--theme-2 .ssbp-btn.ssbp-snapchat:focus:before,
3921
- .ssbp--theme-2 .ssbp-btn.ssbp-snapchat:active:before,
3922
- .ssbp--theme-3 .ssbp-btn.ssbp-snapchat:hover:before,
3923
- .ssbp--theme-3 .ssbp-btn.ssbp-snapchat:focus:before,
3924
- .ssbp--theme-3 .ssbp-btn.ssbp-snapchat:active:before,
3925
- .ssbp--theme-4 .ssbp-btn.ssbp-snapchat:hover:before,
3926
- .ssbp--theme-4 .ssbp-btn.ssbp-snapchat:focus:before,
3927
- .ssbp--theme-4 .ssbp-btn.ssbp-snapchat:active:before,
3928
- .ssbp--theme-5 .ssbp-btn.ssbp-snapchat:hover:before,
3929
- .ssbp--theme-5 .ssbp-btn.ssbp-snapchat:focus:before,
3930
- .ssbp--theme-5 .ssbp-btn.ssbp-snapchat:active:before,
3931
- .ssbp--theme-6 .ssbp-btn.ssbp-snapchat:hover:before,
3932
- .ssbp--theme-6 .ssbp-btn.ssbp-snapchat:focus:before,
3933
- .ssbp--theme-6 .ssbp-btn.ssbp-snapchat:active:before,
3934
- .ssbp--theme-7 .ssbp-btn.ssbp-snapchat:hover:before,
3935
- .ssbp--theme-7 .ssbp-btn.ssbp-snapchat:focus:before,
3936
- .ssbp--theme-7 .ssbp-btn.ssbp-snapchat:active:before {
3937
- transform: translate(-50%, -37%) !important;
3938
- left: 50%;
3939
- position: absolute;
3940
- top: 50%;
3941
- padding-top: 0;
3942
- width: 100%;
3943
- height: 100%; }
3944
-
3945
- .ssbp--theme-5 .ssbp-snapchat {
3946
- background-color: #fffc00;
3947
- box-shadow: 0 8px 0 #b5b320, 0 10px 12px rgba(0, 0, 0, 0.33); }
3948
-
3949
- .ssbp--theme-5 .ssbp-snapchat:active {
3950
- box-shadow: 0 4px 0 #fffc00, 0 5px 6px rgba(0, 0, 0, 0.33); }
3951
-
3952
- .ssbp--theme-3 .ssbp-text,
3953
- .ssbp--theme-7 .ssbp-text {
3954
- display: inline-block;
3955
- vertical-align: middle;
3956
- font-size: 12.1px;
3957
- margin-left: 0;
3958
- text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
3959
- position: absolute;
3960
- bottom: -20px;
3961
- left: 50%;
3962
- transform: translate(-50%); }
3963
-
3964
- .ssbp--theme-7 .ssbp-li--snapchat .ssbp-text {
3965
- color: #fffc00; }
3966
-
3967
- .ssbp--theme-7 .ssbp-li--snapchat:hover .ssbp-text {
3968
- color: #fff; }
3969
-
3970
- .ssbp--theme-9 .ssbp-li--snapchat {
3971
- border-bottom: 5px solid #fffc00; }
3972
-
3973
- .ssbp--theme-9 .ssbp-snapchat {
3974
- height: 43px !important; }
3975
-
3976
- .ssbp--theme-9 .ssbp-li--snapchat:hover {
3977
- border-bottom: 5px solid rgba(255, 252, 40, 0.59); }
3978
-
3979
- .ssbp--theme-9 .ssbp-li--snapchat .ssbp-snapchat:before {
3980
- padding: 9px 14px 0; }
3981
-
3982
- .ssbp--theme-10 .ssbp-snapchat {
3983
- width: 40px !important; }
3984
-
3985
- .ssbp--theme-10 .ssbp-snapchat:before {
3986
- padding: 11px 8px 8px; }
3987
-
3988
- /* Telegram */
3989
- .ssbp-telegram:before {
3990
- content: url("../images/telegram.svg");
3991
- left: 0;
3992
- padding: 5px 8px 0;
3993
- position: absolute;
3994
- top: 0;
3995
- width: 100%; }
3996
-
3997
- .ssbp--theme-8 .ssbp-telegram:before {
3998
- content: url("../images/telegram-black.svg"); }
3999
-
4000
- .ssbp--theme-1 .ssbp-telegram,
4001
- .ssbp--theme-2 .ssbp-telegram,
4002
- .ssbp--theme-3 .ssbp-telegram,
4003
- .ssbp--theme-4 .ssbp-telegram,
4004
- .ssbp--theme-5 .ssbp-telegram,
4005
- .ssbp--theme-10 .ssbp-telegram:before,
4006
- .ssbp--theme-11 .ssbp-telegram {
4007
- transition: background-color, .5s;
4008
- background-color: #37aee2;
4009
- display: block; }
4010
-
4011
- .ssbp--theme-6 .ssbp-telegram,
4012
- .ssbp--theme-7 .ssbp-telegram {
4013
- border-color: #37aee2;
4014
- display: block; }
4015
-
4016
- .ssbp--theme-8 .ssbp-telegram,
4017
- .ssbp--theme-9 .ssbp-telegram {
4018
- display: block; }
4019
-
4020
- .ssbp--theme-6 .ssbp-telegram:before,
4021
- .ssbp--theme-7 .ssbp-telegram:before,
4022
- .ssbp--theme-9 .ssbp-telegram:before {
4023
- content: url("../images/telegram-hover.svg"); }
4024
-
4025
- .ssbp--theme-1 .ssbp-telegram:before,
4026
- .ssbp--theme-2 .ssbp-telegram:before,
4027
- .ssbp--theme-3 .ssbp-telegram:before,
4028
- .ssbp--theme-4 .ssbp-telegram:before,
4029
- .ssbp--theme-5 .ssbp-telegram:before,
4030
- .ssbp--theme-6 .ssbp-telegram:before,
4031
- .ssbp--theme-7 .ssbp-telegram:before {
4032
- left: 50%;
4033
- position: absolute;
4034
- top: 50%;
4035
- padding-top: 0;
4036
- width: 100%;
4037
- height: 100%;
4038
- transform: translate(-50%, -37%); }
4039
-
4040
- .ssbp--theme-1 .ssbp-telegram:hover,
4041
- .ssbp--theme-1 .ssbp-telegram:focus,
4042
- .ssbp--theme-1 .ssbp-telegram:active {
4043
- color: #37aee2;
4044
- border-color: #37aee2; }
4045
-
4046
- .ssbp--theme-6 .ssbp-telegram:hover,
4047
- .ssbp--theme-6 .ssbp-telegram:focus,
4048
- .ssbp--theme-6 .ssbp-telegram:active,
4049
- .ssbp--theme-7 .ssbp-telegram:hover,
4050
- .ssbp--theme-7 .ssbp-telegram:focus,
4051
- .ssbp--theme-7 .ssbp-telegram:active {
4052
- background-color: #37aee2; }
4053
-
4054
- .ssbp--theme-2 .ssbp-telegram:hover,
4055
- .ssbp--theme-2 .ssbp-telegram:focus,
4056
- .ssbp--theme-2 .ssbp-telegram:active,
4057
- .ssbp--theme-3 .ssbp-telegram:hover,
4058
- .ssbp--theme-3 .ssbp-telegram:focus,
4059
- .ssbp--theme-3 .ssbp-telegram:active,
4060
- .ssbp--theme-10 .ssbp-telegram:hover:before,
4061
- .ssbp--theme-10 .ssbp-telegram:focus:before,
4062
- .ssbp--theme-10 .ssbp-telegram:active:before,
4063
- .ssbp--theme-11 .ssbp-telegram:hover,
4064
- .ssbp--theme-11 .ssbp-telegram:focus,
4065
- .ssbp--theme-11 .ssbp-telegram:active {
4066
- border-color: #0674a4;
4067
- background-color: #0674a4; }
4068
-
4069
- .ssbp--theme-1 .ssbp-telegram:hover:before,
4070
- .ssbp--theme-1 .ssbp-telegram:focus:before,
4071
- .ssbp--theme-1 .ssbp-telegram:active:before {
4072
- content: url("../images/telegram-hover.svg");
4073
- left: 50%;
4074
- position: absolute;
4075
- top: 50%;
4076
- padding-top: 0;
4077
- width: 100%;
4078
- height: 100%;
4079
- transform: translate(-50%, -37%); }
4080
-
4081
- .ssbp--theme-6 .ssbp-telegram:hover:before,
4082
- .ssbp--theme-6 .ssbp-telegram:focus:before,
4083
- .ssbp--theme-6 .ssbp-telegram:active:before,
4084
- .ssbp--theme-7 .ssbp-telegram:hover:before,
4085
- .ssbp--theme-7 .ssbp-telegram:focus:before,
4086
- .ssbp--theme-7 .ssbp-telegram:active:before,
4087
- .ssbp--theme-8 .ssbp-telegram:hover:before,
4088
- .ssbp--theme-8 .ssbp-telegram:focus:before,
4089
- .ssbp--theme-8 .ssbp-telegram:active:before {
4090
- content: url("../images/telegram.svg"); }
4091
-
4092
- .ssbp--theme-1 .ssbp-telegram + .ssbp-each-share,
4093
- .ssbp--theme-2 .ssbp-telegram + .ssbp-each-share,
4094
- .ssbp--theme-3 .ssbp-telegram + .ssbp-each-share,
4095
- .ssbp--theme-4 .ssbp-telegram + .ssbp-each-share,
4096
- .ssbp--theme-5 .ssbp-telegram + .ssbp-each-share,
4097
- .ssbp--theme-6 .ssbp-telegram + .ssbp-each-share,
4098
- .ssbp--theme-7 .ssbp-telegram + .ssbp-each-share {
4099
- background-color: #37aee2; }
4100
-
4101
- .ssbp--theme-2 .ssbp-btn.ssbp-telegram:hover:before,
4102
- .ssbp--theme-2 .ssbp-btn.ssbp-telegram:focus:before,
4103
- .ssbp--theme-2 .ssbp-btn.ssbp-telegram:active:before,
4104
- .ssbp--theme-3 .ssbp-btn.ssbp-telegram:hover:before,
4105
- .ssbp--theme-3 .ssbp-btn.ssbp-telegram:focus:before,
4106
- .ssbp--theme-3 .ssbp-btn.ssbp-telegram:active:before,
4107
- .ssbp--theme-4 .ssbp-btn.ssbp-telegram:hover:before,
4108
- .ssbp--theme-4 .ssbp-btn.ssbp-telegram:focus:before,
4109
- .ssbp--theme-4 .ssbp-btn.ssbp-telegram:active:before,
4110
- .ssbp--theme-5 .ssbp-btn.ssbp-telegram:hover:before,
4111
- .ssbp--theme-5 .ssbp-btn.ssbp-telegram:focus:before,
4112
- .ssbp--theme-5 .ssbp-btn.ssbp-telegram:active:before,
4113
- .ssbp--theme-6 .ssbp-btn.ssbp-telegram:hover:before,
4114
- .ssbp--theme-6 .ssbp-btn.ssbp-telegram:focus:before,
4115
- .ssbp--theme-6 .ssbp-btn.ssbp-telegram:active:before,
4116
- .ssbp--theme-7 .ssbp-btn.ssbp-telegram:hover:before,
4117
- .ssbp--theme-7 .ssbp-btn.ssbp-telegram:focus:before,
4118
- .ssbp--theme-7 .ssbp-btn.ssbp-telegram:active:before {
4119
- transform: translate(-50%, -37%) !important;
4120
- left: 50%;
4121
- position: absolute;
4122
- top: 50%;
4123
- padding-top: 0;
4124
- width: 100%;
4125
- height: 100%; }
4126
-
4127
- .ssbp--theme-5 .ssbp-telegram {
4128
- background-color: #37aee2;
4129
- box-shadow: 0 8px 0 #0674a4, 0 10px 12px rgba(0, 0, 0, 0.33); }
4130
-
4131
- .ssbp--theme-5 .ssbp-telegram:active {
4132
- box-shadow: 0 4px 0 #37aee2, 0 5px 6px rgba(0, 0, 0, 0.33); }
4133
-
4134
- .ssbp--theme-3 .ssbp-text,
4135
- .ssbp--theme-7 .ssbp-text {
4136
- display: inline-block;
4137
- vertical-align: middle;
4138
- font-size: 12.1px;
4139
- margin-left: 0;
4140
- text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
4141
- position: absolute;
4142
- bottom: -20px;
4143
- left: 50%;
4144
- transform: translate(-50%); }
4145
-
4146
- .ssbp--theme-7 .ssbp-li--telegram .ssbp-text {
4147
- color: #37aee2; }
4148
-
4149
- .ssbp--theme-7 .ssbp-li--telegram:hover .ssbp-text {
4150
- color: #fff; }
4151
-
4152
- .ssbp--theme-9 .ssbp-li--telegram {
4153
- border-bottom: 5px solid #20779d; }
4154
-
4155
- .ssbp--theme-9 .ssbp-telegram {
4156
- height: 43px !important; }
4157
-
4158
- .ssbp--theme-9 .ssbp-li--telegram:hover {
4159
- border-bottom: 5px solid rgba(55, 174, 226, 0.59); }
4160
-
4161
- .ssbp--theme-9 .ssbp-li--telegram .ssbp-telegram:before {
4162
- padding: 9px 14px 0; }
4163
-
4164
- .ssbp--theme-10 .ssbp-telegram {
4165
- width: 40px !important; }
4166
-
4167
- .ssbp--theme-10 .ssbp-telegram:before {
4168
- padding: 11px 8px 8px; }
4169
-
4170
- /* Weibo */
4171
- .ssbp-weibo:before {
4172
- content: url("../images/weibo.svg");
4173
- left: 0;
4174
- padding: 5px 8px 0;
4175
- position: absolute;
4176
- top: 0;
4177
- width: 100%; }
4178
-
4179
- .ssbp--theme-8 .ssbp-weibo:before {
4180
- content: url("../images/weibo-black.svg"); }
4181
-
4182
- .ssbp--theme-1 .ssbp-weibo,
4183
- .ssbp--theme-2 .ssbp-weibo,
4184
- .ssbp--theme-3 .ssbp-weibo,
4185
- .ssbp--theme-4 .ssbp-weibo,
4186
- .ssbp--theme-5 .ssbp-weibo,
4187
- .ssbp--theme-10 .ssbp-weibo:before,
4188
- .ssbp--theme-11 .ssbp-weibo {
4189
- transition: background-color, .5s;
4190
- background-color: #df2029;
4191
- display: block; }
4192
-
4193
- .ssbp--theme-6 .ssbp-weibo,
4194
- .ssbp--theme-7 .ssbp-weibo {
4195
- border-color: #df2029;
4196
- display: block; }
4197
-
4198
- .ssbp--theme-8 .ssbp-weibo,
4199
- .ssbp--theme-9 .ssbp-weibo {
4200
- display: block; }
4201
-
4202
- .ssbp--theme-6 .ssbp-weibo:before,
4203
- .ssbp--theme-7 .ssbp-weibo:before,
4204
- .ssbp--theme-9 .ssbp-weibo:before {
4205
- content: url("../images/weibo-hover.svg"); }
4206
-
4207
- .ssbp--theme-1 .ssbp-weibo:before,
4208
- .ssbp--theme-2 .ssbp-weibo:before,
4209
- .ssbp--theme-3 .ssbp-weibo:before,
4210
- .ssbp--theme-4 .ssbp-weibo:before,
4211
- .ssbp--theme-5 .ssbp-weibo:before,
4212
- .ssbp--theme-6 .ssbp-weibo:before,
4213
- .ssbp--theme-7 .ssbp-weibo:before {
4214
- left: 50%;
4215
- position: absolute;
4216
- top: 50%;
4217
- padding-top: 0;
4218
- width: 100%;
4219
- height: 100%;
4220
- transform: translate(-50%, -37%); }
4221
-
4222
- .ssbp--theme-1 .ssbp-weibo:hover,
4223
- .ssbp--theme-1 .ssbp-weibo:focus,
4224
- .ssbp--theme-1 .ssbp-weibo:active {
4225
- color: #df2029;
4226
- border-color: #df2029; }
4227
-
4228
- .ssbp--theme-6 .ssbp-weibo:hover,
4229
- .ssbp--theme-6 .ssbp-weibo:focus,
4230
- .ssbp--theme-6 .ssbp-weibo:active,
4231
- .ssbp--theme-7 .ssbp-weibo:hover,
4232
- .ssbp--theme-7 .ssbp-weibo:focus,
4233
- .ssbp--theme-7 .ssbp-weibo:active {
4234
- background-color: #df2029; }
4235
-
4236
- .ssbp--theme-2 .ssbp-weibo:hover,
4237
- .ssbp--theme-2 .ssbp-weibo:focus,
4238
- .ssbp--theme-2 .ssbp-weibo:active,
4239
- .ssbp--theme-3 .ssbp-weibo:hover,
4240
- .ssbp--theme-3 .ssbp-weibo:focus,
4241
- .ssbp--theme-3 .ssbp-weibo:active,
4242
- .ssbp--theme-10 .ssbp-weibo:hover:before,
4243
- .ssbp--theme-10 .ssbp-weibo:focus:before,
4244
- .ssbp--theme-10 .ssbp-weibo:active:before,
4245
- .ssbp--theme-11 .ssbp-weibo:hover,
4246
- .ssbp--theme-11 .ssbp-weibo:focus,
4247
- .ssbp--theme-11 .ssbp-weibo:active {
4248
- border-color: #ad191f;
4249
- background-color: #ad191f; }
4250
-
4251
- .ssbp--theme-1 .ssbp-weibo:hover:before,
4252
- .ssbp--theme-1 .ssbp-weibo:focus:before,
4253
- .ssbp--theme-1 .ssbp-weibo:active:before {
4254
- content: url("../images/weibo-hover.svg");
4255
- left: 50%;
4256
- position: absolute;
4257
- top: 50%;
4258
- padding-top: 0;
4259
- width: 100%;
4260
- height: 100%;
4261
- transform: translate(-50%, -37%); }
4262
-
4263
- .ssbp--theme-6 .ssbp-weibo:hover:before,
4264
- .ssbp--theme-6 .ssbp-weibo:focus:before,
4265
- .ssbp--theme-6 .ssbp-weibo:active:before,
4266
- .ssbp--theme-7 .ssbp-weibo:hover:before,
4267
- .ssbp--theme-7 .ssbp-weibo:focus:before,
4268
- .ssbp--theme-7 .ssbp-weibo:active:before,
4269
- .ssbp--theme-8 .ssbp-weibo:hover:before,
4270
- .ssbp--theme-8 .ssbp-weibo:focus:before,
4271
- .ssbp--theme-8 .ssbp-weibo:active:before {
4272
- content: url("../images/weibo.svg"); }
4273
-
4274
- .ssbp--theme-1 .ssbp-weibo + .ssbp-each-share,
4275
- .ssbp--theme-2 .ssbp-weibo + .ssbp-each-share,
4276
- .ssbp--theme-3 .ssbp-weibo + .ssbp-each-share,
4277
- .ssbp--theme-4 .ssbp-weibo + .ssbp-each-share,
4278
- .ssbp--theme-5 .ssbp-weibo + .ssbp-each-share,
4279
- .ssbp--theme-6 .ssbp-weibo + .ssbp-each-share,
4280
- .ssbp--theme-7 .ssbp-weibo + .ssbp-each-share {
4281
- background-color: #df2029; }
4282
-
4283
- .ssbp--theme-2 .ssbp-btn.ssbp-weibo:hover:before,
4284
- .ssbp--theme-2 .ssbp-btn.ssbp-weibo:focus:before,
4285
- .ssbp--theme-2 .ssbp-btn.ssbp-weibo:active:before,
4286
- .ssbp--theme-3 .ssbp-btn.ssbp-weibo:hover:before,
4287
- .ssbp--theme-3 .ssbp-btn.ssbp-weibo:focus:before,
4288
- .ssbp--theme-3 .ssbp-btn.ssbp-weibo:active:before,
4289
- .ssbp--theme-4 .ssbp-btn.ssbp-weibo:hover:before,
4290
- .ssbp--theme-4 .ssbp-btn.ssbp-weibo:focus:before,
4291
- .ssbp--theme-4 .ssbp-btn.ssbp-weibo:active:before,
4292
- .ssbp--theme-5 .ssbp-btn.ssbp-weibo:hover:before,
4293
- .ssbp--theme-5 .ssbp-btn.ssbp-weibo:focus:before,
4294
- .ssbp--theme-5 .ssbp-btn.ssbp-weibo:active:before,
4295
- .ssbp--theme-6 .ssbp-btn.ssbp-weibo:hover:before,
4296
- .ssbp--theme-6 .ssbp-btn.ssbp-weibo:focus:before,
4297
- .ssbp--theme-6 .ssbp-btn.ssbp-weibo:active:before,
4298
- .ssbp--theme-7 .ssbp-btn.ssbp-weibo:hover:before,
4299
- .ssbp--theme-7 .ssbp-btn.ssbp-weibo:focus:before,
4300
- .ssbp--theme-7 .ssbp-btn.ssbp-weibo:active:before {
4301
- transform: translate(-50%, -37%) !important;
4302
- left: 50%;
4303
- position: absolute;
4304
- top: 50%;
4305
- padding-top: 0;
4306
- width: 100%;
4307
- height: 100%; }
4308
-
4309
- .ssbp--theme-5 .ssbp-weibo {
4310
- background-color: #df2029;
4311
- box-shadow: 0 8px 0 #ad191f, 0 10px 12px rgba(0, 0, 0, 0.33); }
4312
-
4313
- .ssbp--theme-5 .ssbp-weibo:active {
4314
- box-shadow: 0 4px 0 #ad191f, 0 5px 6px rgba(0, 0, 0, 0.33); }
4315
-
4316
- .ssbp--theme-3 .ssbp-text,
4317
- .ssbp--theme-7 .ssbp-text {
4318
- display: inline-block;
4319
- vertical-align: middle;
4320
- font-size: 12.1px;
4321
- margin-left: 0;
4322
- text-shadow: -1px -1px rgba(0, 0, 0, 0.2);
4323
- position: absolute;
4324
- bottom: -20px;
4325
- left: 50%;
4326
- transform: translate(-50%); }
4327
-
4328
- .ssbp--theme-7 .ssbp-li--weibo .ssbp-text {
4329
- color: #df2029; }
4330
-
4331
- .ssbp--theme-7 .ssbp-li--weibo:hover .ssbp-text {
4332
- color: #fff; }
4333
-
4334
- .ssbp--theme-9 .ssbp-li--weibo {
4335
- border-bottom: 5px solid #df2029; }
4336
-
4337
- .ssbp--theme-9 .ssbp-weibo {
4338
- height: 43px !important; }
4339
-
4340
- .ssbp--theme-9 .ssbp-li--weibo:hover {
4341
- border-bottom: 5px solid rgba(223, 32, 41, 0.61); }
4342
-
4343
- .ssbp--theme-9 .ssbp-li--weibo .ssbp-weibo:before {
4344
- padding: 9px 14px 0; }
4345
-
4346
- .ssbp--theme-10 .ssbp-weibo {
4347
- width: 40px !important; }
4348
-
4349
- .ssbp--theme-10 .ssbp-weibo:before {
4350
- padding: 11px 8px 8px; }
4351
-
4352
- /* Style Setting Helpers */
4353
- .ssbp-wrap {
4354
- width: 100%; }
1
+ .ssbp-line:before{content:url("../images/line.svg");left:0;padding:5px 8px 0;position:absolute;top:0;width:100%}
2
+ .ssbp--theme-1 .ssbp-line{background-color:#00c300;display:block}.ssbp--theme-1 .ssbp-line:before{left:50%;position:absolute;top:50%;padding-top:0;width:86%;height:100%;transform:translate(-50%,-37%)}
3
+ .ssbp--theme-1 .ssbp-line:hover,.ssbp--theme-1 .ssbp-line:focus,.ssbp--theme-1 .ssbp-line:active{color:#00c300;border-color:#00c300}
4
+ .ssbp--theme-1 .ssbp-line:hover:before,.ssbp--theme-1 .ssbp-line:focus:before,.ssbp--theme-1 .ssbp-line:active:before{content:url("../images/line-hover.svg");left:50%;position:absolute;top:50%;padding-top:0;width:86%;height:100%;transform:translate(-50%,-37%)}
5
+ .ssbp--theme-1 .ssbp-line+.ssbp-each-share{background-color:#00c300}.ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
6
+ .ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
7
+ .ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
8
+ .ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
9
+ .ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
10
+ .ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 12px !important;display:table-cell !important;width:auto;height:auto}
11
+ .ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
12
+ @-webkit-keyframes spin{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}
13
+ }@keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
14
+ }.ssbp-spinner:before{font-family:'ssbp';content:"\e614"}
15
+ .ssbp-spinner{-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block}
16
+ .ssbp-btn:before,.ssbp-toggle-switch:before{display:inline-block;font-family:'ssbp';speak:none;font-size:18px;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none}
17
+ .ssbp-arrow-right:before{content:"\e612"}.ssbp-arrow-left:before{content:"\e613"}
18
+ .ssbp-arrow-down:before{content:"\e619"}.ssbp-arrow-up:before{content:"\e61a"}
19
+ .ssbp-chevron-down:before,.ssbp-toggle-switch:before{content:"\e618"}
20
+ .ssbp-chevron-up:before,.ssbp--state-hidden .ssbp-toggle-switch:before{content:"\e615"}
21
+ .ssbp-chevron-right:before,.ssbp--fixed-right .ssbp-toggle-switch:before,.ssbp--state-hidden.ssbp--fixed-left .ssbp-toggle-switch:before{content:"\e616"}
22
+ .ssbp-chevron-left:before,.ssbp--fixed-left .ssbp-toggle-switch:before,.ssbp--state-hidden.ssbp--fixed-right .ssbp-toggle-switch:before{content:"\e617"}
23
+ .ssbp-simplesharebuttons:before{content:"\e611"}.ssbp-yummly:before{content:"\e60b"}
24
+ .ssbp-whatsapp:before{content:"\e60f"}.ssbp-diggit:before{content:"\e60c"}
25
+ .ssbp-buffer:before{content:"\e60d"}.ssbp-close:before{content:"\e614"}
26
+ .ssbp-twitter:before{content:"\e605"}.ssbp-reddit:before{content:"\e606"}
27
+ .ssbp-flattr:before{content:"\e607"}.ssbp-tumblr:before{content:"\e608"}
28
+ .ssbp-linkedin:before{content:"\e609"}.ssbp-google:before{content:"\e60a"}
29
+ .ssbp-xing:before{content:"\e610"}.ssbp-facebook:before{content:"\e60e"}
30
+ .ssbp-facebook_save:before{content:"\e900"}.ssbp-facebook-messenger:before{content:"\e611"}
31
+ .ssbp-vk:before{content:"\e600"}.ssbp-stumbleupon:before{content:"\e601"}
32
+ .ssbp-print:before{content:"\e602"}.ssbp-pinterest:before{content:"\e603"}
33
+ .ssbp-email:before{content:"\e604"}.ssbp-ellipsis:before{content:"\e612"}
34
+ .ssbp-x:before{content:"\e613"}@media print{.ssbp-wrap{display:none !important}
35
+ }.ssbp-wrap *,.ssbp-wrap *:before,.ssbp-wrap *:after{box-sizing:border-box}.ssbp-input-url-div,.ssbp-total-shares,.ssba-hide-button.ssbp-each-share,.ssbp-toggle-switch,.ssbp-text{display:none}
36
+ .ssbp-wrap{display:block;position:relative;padding:0;font-size:0;color:#272727}.ssbp-wrap.ssbp--centred{display:block;text-align:center}
37
+ .ssbp-wrap.ssbp--aligned-right{display:block;text-align:right}.ssbp-wrap.ssbp--aligned-right .ssbp-container{display:inline}
38
+ .ssbp-wrap .ssbp-container,.ssbp-wrap .ssbp-toggle-switch{font-size:16px}.ssbp-wrap .ssbp-list{list-style:none;display:inline-block;vertical-align:middle;margin:0;padding:0}
39
+ .ssbp-wrap .ssbp-list li{margin-top:1rem;position:relative;display:inline-block;vertical-align:top}
40
+ .ssbp-wrap .ssbp-list li:first-of-type{margin-left:0}.ssbp-wrap .ssbp-btn{display:inline-block;text-align:center;text-decoration:none;font-family:sans-serif}
41
+ .ssbp-wrap.ssbp--stacked .ssbp-list li,.ssbp-wrap.ssbp--fixed-left .ssbp-list li,.ssbp-wrap.ssbp--fixed-right .ssbp-list li{display:block;margin-top:6px;margin-left:0 !important;margin-right:0 !important}
42
+ .ssbp-wrap.ssbp--stacked .ssbp-list li:first-of-type,.ssbp-wrap.ssbp--fixed-left .ssbp-list li:first-of-type,.ssbp-wrap.ssbp--fixed-right .ssbp-list li:first-of-type{margin-top:0}
43
+ .ssbp-wrap[class*="ssbp--fixed"]{position:fixed;z-index:99999}.ssbp-wrap[class*="ssbp--fixed"] .ssbp-container{-webkit-transition:.25s;transition:.25s}
44
+ .ssbp-wrap.ssbp--fixed-top,.ssbp-wrap.ssbp--fixed-bottom{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
45
+ .ssbp-wrap.ssbp--fixed-left,.ssbp-wrap.ssbp--fixed-right{top:25%}.ssbp-wrap.ssbp--fixed-top{top:0}
46
+ .ssbp-wrap.ssbp--fixed-bottom{bottom:0}.ssbp-wrap.ssbp--fixed-left{left:0}.ssbp-wrap.ssbp--fixed-right{right:0}
47
+ .ssbp-wrap[data-ssbp-counts="true"] .ssbp-each-share{display:block;pointer-events:none}
48
+ .ssbp-wrap[data-ssbp-total-counts="true"] .ssbp-total-shares{display:inline-block;padding:0 .5em;text-align:center;font-size:14px;line-height:2}
49
+ .ssbp-wrap[data-ssbp-total-counts="true"].ssbp--fixed-left .ssbp-total-shares,.ssbp-wrap[data-ssbp-total-counts="true"].ssbp--fixed-right .ssbp-total-shares,.ssbp-wrap[data-ssbp-total-counts="true"].ssbp--stacked .ssbp-total-shares,.ssbp-wrap[data-ssbp-total-counts="true"].ssbp--fixed-left .ssbp-total-shares,.ssbp-wrap[data-ssbp-total-counts="true"].ssbp--fixed-right .ssbp-total-shares{display:block;padding:0}
50
+ .ssbp-toggle-switch{position:absolute;padding:0;border:0;background:transparent;text-align:center;cursor:pointer;-webkit-transition:.25s;transition:.25s;display:none}
51
+ .ssbp-toggle-switch:active,.ssbp-toggle-switch:hover,.ssbp-toggle-switch:focus{padding:0;border:0}
52
+ .ssbp--fixed-left .ssbp-toggle-switch,.ssbp--fixed-right .ssbp-toggle-switch{left:0;bottom:100%;width:100%}
53
+ .ssbp--fixed-top .ssbp-toggle-switch,.ssbp--fixed-bottom .ssbp-toggle-switch{left:100%;bottom:0;height:100%}
54
+ .ssbp--show-toggle.ssbp--fixed-top .ssbp-toggle-switch:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}
55
+ .ssbp--show-toggle.ssbp--fixed-bottom .ssbp-toggle-switch:before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}
56
+ .ssbp--show-toggle.ssbp--fixed-right .ssbp-toggle-switch:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
57
+ .ssbp--state-hidden .ssbp-each-share{opacity:0}.ssbp--state-hidden .ssbp-container{-webkit-transform:translateX(-100%);transform:translateX(-100%)}
58
+ .ssbp--state-hidden.ssbp--fixed-top .ssbp-container{-webkit-transform:translateY(-100%);transform:translateY(-100%)}
59
+ .ssbp--state-hidden.ssbp--fixed-bottom .ssbp-container{-webkit-transform:translateY(100%);transform:translateY(100%)}
60
+ .ssbp--state-hidden.ssbp--fixed-left .ssbp-container{-webkit-transform:translateX(-100%);transform:translateX(-100%)}
61
+ .ssbp--state-hidden.ssbp--fixed-right .ssbp-container{-webkit-transform:translateX(100%);transform:translateX(100%)}
62
+ .ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
63
+ .ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
64
+ .ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
65
+ .ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
66
+ .ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
67
+ .ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 12px !important;display:table-cell !important;width:auto;height:auto}
68
+ .ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
69
+ @-webkit-keyframes ripple-out{100%{visibility:visible;top:-1em;right:-1em;bottom:-1em;left:-1em;opacity:0}
70
+ }@keyframes ripple-out{100%{visibility:visible;top:-1em;right:-1em;bottom:-1em;left:-1em;opacity:0}
71
+ }.ssbp--theme-1 .ssbp-container{padding:6px}.ssbp--theme-1 .ssbp-list li{margin-left:12px}
72
+ .ssbp--theme-1 .ssbp-btn{width:3em;height:3em;line-height:3em;position:relative;border-radius:50%;color:#fff;-webkit-transition:.25s;transition:.25s}
73
+ .ssbp--theme-1 .ssbp-btn:hover,.ssbp--theme-1 .ssbp-btn:focus,.ssbp--theme-1 .ssbp-btn:active{background-color:#fff;z-index:10}
74
+ .ssbp--theme-1 .ssbp-btn:visited{color:#fff}.ssbp--theme-1 .ssbp-btn:before{-webkit-transition:-webkit-transform .25s;transition:transform .25s}
75
+ .ssbp--theme-1 .ssbp-btn:active:before{-webkit-transform:scale(1.2);transform:scale(1.2)}
76
+ .ssbp--theme-1 .ssbp-btn:after{content:'';visibility:hidden;position:absolute;border:1px solid #fff;border-radius:50%;top:-1px;right:-1px;bottom:-1px;left:-1px;pointer-events:none;-webkit-animation-duration:.5s;animation-duration:.5s}
77
+ .ssbp--theme-1 .ssbp-btn:hover:after{-webkit-animation-name:ripple-out;animation-name:ripple-out}
78
+ .ssbp--theme-1[data-ssbp-counts="true"] .ssbp-list li{margin-left:13.2px}
79
+ .ssbp--theme-1[data-ssbp-counts="true"] .ssbp-list li:first-of-type{margin-left:0}
80
+ .ssbp--theme-1 .ssbp-buffer{background-color:#272727}.ssbp--theme-1 .ssbp-buffer:hover,.ssbp--theme-1 .ssbp-buffer:focus,.ssbp--theme-1 .ssbp-buffer:active{color:#272727;border-color:#272727}
81
+ .ssbp--theme-1 .ssbp-buffer+.ssbp-each-share{background-color:#272727}.ssbp--theme-1 .ssbp-diggit{background-color:#14589e}
82
+ .ssbp--theme-1 .ssbp-diggit:hover,.ssbp--theme-1 .ssbp-diggit:focus,.ssbp--theme-1 .ssbp-diggit:active{color:#14589e;border-color:#14589e}
83
+ .ssbp--theme-1 .ssbp-diggit+.ssbp-each-share{background-color:#14589e}.ssbp--theme-1 .ssbp-email{background-color:#787878}
84
+ .ssbp--theme-1 .ssbp-email:hover,.ssbp--theme-1 .ssbp-email:focus,.ssbp--theme-1 .ssbp-email:active{color:#787878;border-color:#787878}
85
+ .ssbp--theme-1 .ssbp-email+.ssbp-each-share{background-color:#787878}.ssbp--theme-1 .ssbp-ellipsis{background-color:#4582ec}
86
+ .ssbp--theme-1 .ssbp-ellipsis:hover,.ssbp--theme-1 .ssbp-ellipsis:focus,.ssbp--theme-1 .ssbp-ellipsis:active{color:#4582ec;border-color:#4582ec}
87
+ .ssbp--theme-1 .ssbp-ellipsis+.ssbp-each-share{background-color:#4582ec}.ssbp--theme-1 .ssbp-facebook{background-color:#3b5998}
88
+ .ssbp--theme-1 .ssbp-facebook:hover,.ssbp--theme-1 .ssbp-facebook:focus,.ssbp--theme-1 .ssbp-facebook:active{color:#3b5998;border-color:#3b5998}
89
+ .ssbp--theme-1 .ssbp-facebook+.ssbp-each-share{background-color:#3b5998}.ssbp--theme-1 .ssbp-facebook_save{background-color:#3b5998}
90
+ .ssbp--theme-1 .ssbp-facebook_save:hover,.ssbp--theme-1 .ssbp-facebook_save:focus,.ssbp--theme-1 .ssbp-facebook_save:active{color:#3b5998;border-color:#3b5998}
91
+ .ssbp--theme-1 .ssbp-facebook_save+.ssbp-each-share{background-color:#3b5998}.ssbp--theme-1 .ssbp-facebook-messenger{background-color:#0084ff}
92
+ .ssbp--theme-1 .ssbp-facebook-messenger:hover,.ssbp--theme-1 .ssbp-facebook-messenger:focus,.ssbp--theme-1 .ssbp-facebook-messenger:active{color:#0084ff;border-color:#0084ff}
93
+ .ssbp--theme-1 .ssbp-facebook-messenger+.ssbp-each-share{background-color:#0084ff}
94
+ .ssbp--theme-1 .ssbp-flattr{background-color:#f67c1a}.ssbp--theme-1 .ssbp-flattr:hover,.ssbp--theme-1 .ssbp-flattr:focus,.ssbp--theme-1 .ssbp-flattr:active{color:#f67c1a;border-color:#f67c1a}
95
+ .ssbp--theme-1 .ssbp-flattr+.ssbp-each-share{background-color:#f67c1a}.ssbp--theme-1 .ssbp-google{background-color:#dc4e41}
96
+ .ssbp--theme-1 .ssbp-google:hover,.ssbp--theme-1 .ssbp-google:focus,.ssbp--theme-1 .ssbp-google:active{color:#dc4e41;border-color:#dc4e41}
97
+ .ssbp--theme-1 .ssbp-google+.ssbp-each-share{background-color:#dc4e41}.ssbp--theme-1 .ssbp-linkedin{background-color:#007bb6}
98
+ .ssbp--theme-1 .ssbp-linkedin:hover,.ssbp--theme-1 .ssbp-linkedin:focus,.ssbp--theme-1 .ssbp-linkedin:active{color:#007bb6;border-color:#007bb6}
99
+ .ssbp--theme-1 .ssbp-linkedin+.ssbp-each-share{background-color:#007bb6}.ssbp--theme-1 .ssbp-pinterest{background-color:#ce1a19}
100
+ .ssbp--theme-1 .ssbp-pinterest:hover,.ssbp--theme-1 .ssbp-pinterest:focus,.ssbp--theme-1 .ssbp-pinterest:active{color:#ce1a19;border-color:#ce1a19}
101
+ .ssbp--theme-1 .ssbp-pinterest+.ssbp-each-share{background-color:#ce1a19}.ssbp--theme-1 .ssbp-print{background-color:#1f6b43}
102
+ .ssbp--theme-1 .ssbp-print:hover,.ssbp--theme-1 .ssbp-print:focus,.ssbp--theme-1 .ssbp-print:active{color:#1f6b43;border-color:#1f6b43}
103
+ .ssbp--theme-1 .ssbp-print+.ssbp-each-share{background-color:#1f6b43}.ssbp--theme-1 .ssbp-reddit{background-color:#ff4500}
104
+ .ssbp--theme-1 .ssbp-reddit:hover,.ssbp--theme-1 .ssbp-reddit:focus,.ssbp--theme-1 .ssbp-reddit:active{color:#ff4500;border-color:#ff4500}
105
+ .ssbp--theme-1 .ssbp-reddit+.ssbp-each-share{background-color:#ff4500}.ssbp--theme-1 .ssbp-simplesharebuttons{background-color:#4582ec}
106
+ .ssbp--theme-1 .ssbp-simplesharebuttons:hover,.ssbp--theme-1 .ssbp-simplesharebuttons:focus,.ssbp--theme-1 .ssbp-simplesharebuttons:active{color:#4582ec;border-color:#4582ec}
107
+ .ssbp--theme-1 .ssbp-simplesharebuttons+.ssbp-each-share{background-color:#4582ec}
108
+ .ssbp--theme-1 .ssbp-stumbleupon{background-color:#eb4924}.ssbp--theme-1 .ssbp-stumbleupon:hover,.ssbp--theme-1 .ssbp-stumbleupon:focus,.ssbp--theme-1 .ssbp-stumbleupon:active{color:#eb4924;border-color:#eb4924}
109
+ .ssbp--theme-1 .ssbp-stumbleupon+.ssbp-each-share{background-color:#eb4924}.ssbp--theme-1 .ssbp-tumblr{background-color:#2c4762}
110
+ .ssbp--theme-1 .ssbp-tumblr:hover,.ssbp--theme-1 .ssbp-tumblr:focus,.ssbp--theme-1 .ssbp-tumblr:active{color:#2c4762;border-color:#2c4762}
111
+ .ssbp--theme-1 .ssbp-tumblr+.ssbp-each-share{background-color:#2c4762}.ssbp--theme-1 .ssbp-twitter{background-color:#00a9f1}
112
+ .ssbp--theme-1 .ssbp-twitter:hover,.ssbp--theme-1 .ssbp-twitter:focus,.ssbp--theme-1 .ssbp-twitter:active{color:#00a9f1;border-color:#00a9f1}
113
+ .ssbp--theme-1 .ssbp-twitter+.ssbp-each-share{background-color:#00a9f1}.ssbp--theme-1 .ssbp-vk{background-color:#45668e}
114
+ .ssbp--theme-1 .ssbp-vk:hover,.ssbp--theme-1 .ssbp-vk:focus,.ssbp--theme-1 .ssbp-vk:active{color:#45668e;border-color:#45668e}
115
+ .ssbp--theme-1 .ssbp-vk+.ssbp-each-share{background-color:#45668e}.ssbp--theme-1 .ssbp-whatsapp{background-color:#34af23}
116
+ .ssbp--theme-1 .ssbp-whatsapp:hover,.ssbp--theme-1 .ssbp-whatsapp:focus,.ssbp--theme-1 .ssbp-whatsapp:active{color:#34af23;border-color:#34af23}
117
+ .ssbp--theme-1 .ssbp-whatsapp+.ssbp-each-share{background-color:#34af23}.ssbp--theme-1 .ssbp-yummly{background-color:#e16120}
118
+ .ssbp--theme-1 .ssbp-yummly:hover,.ssbp--theme-1 .ssbp-yummly:focus,.ssbp--theme-1 .ssbp-yummly:active{color:#e16120;border-color:#e16120}
119
+ .ssbp--theme-1 .ssbp-yummly+.ssbp-each-share{background-color:#e16120}.ssbp--theme-1 .ssbp-xing{background-color:#026466}
120
+ .ssbp--theme-1 .ssbp-xing:hover,.ssbp--theme-1 .ssbp-xing:focus,.ssbp--theme-1 .ssbp-xing:active{color:#026466;border-color:#026466}
121
+ .ssbp--theme-1 .ssbp-xing+.ssbp-each-share{background-color:#026466}.ssbp--theme-1 .ssbp-each-share{position:absolute;top:0;left:100%;z-index:11;margin-left:-12px;padding:2px;border-radius:6px;font-size:10px;color:#FFF}
122
+ .ssbp--theme-1.ssbp--fixed-right .ssbp-each-share{left:auto;right:100%;margin-left:0;margin-right:-12px}
123
+ .ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
124
+ .ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
125
+ .ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
126
+ .ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
127
+ .ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
128
+ .ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centered .ssbp-list li{display:inline-block !important;margin:0 0 !important;display:table-cell !important;width:auto;height:auto}
129
+ .ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
130
+ .ssbp--theme-2 .ssbp-list li{overflow:hidden;margin:0}.ssbp--theme-2 .ssbp-btn{width:3em;height:3em;line-height:3em;position:relative;color:#fff;-webkit-transition:.25s;transition:.25s;border-bottom:0}
131
+ .ssbp--theme-2 .ssbp-btn:before{-webkit-transition:.25s;transition:.25s}.ssbp--theme-2 .ssbp-btn+.ssbp-each-share{position:absolute;z-index:10;bottom:0;left:0;right:0;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:.25s;transition:.25s}
132
+ .ssbp--theme-2 .ssbp-btn:hover,.ssbp--theme-2 .ssbp-btn:focus,.ssbp--theme-2 .ssbp-btn:active,.ssbp--theme-2 .ssbp-btn:visited{z-index:10;color:#fff}
133
+ .ssbp--theme-2 .ssbp-btn:hover:before,.ssbp--theme-2 .ssbp-btn:focus:before,.ssbp--theme-2 .ssbp-btn:active:before,.ssbp--theme-2 .ssbp-btn:visited:before{-webkit-transform:none !important;transform:none !important}
134
+ .ssbp--theme-2 .ssbp-btn:hover+.ssbp-each-share,.ssbp--theme-2 .ssbp-btn:focus+.ssbp-each-share,.ssbp--theme-2 .ssbp-btn:active+.ssbp-each-share,.ssbp--theme-2 .ssbp-btn:visited+.ssbp-each-share{-webkit-transform:translateY(100%);transform:translateY(100%)}
135
+ .ssbp--theme-2 .ssbp-btn:active{-webkit-transform:scale(1.2);transform:scale(1.2)}
136
+ .ssbp--theme-2[data-ssbp-counts="true"] .ssbp-btn:before{-webkit-transform:translateY(-0.25em) scale(0.75);transform:translateY(-0.25em) scale(0.75)}
137
+ .ssbp--theme-2 .ssbp-buffer{background-color:#272727}.ssbp--theme-2 .ssbp-buffer:hover,.ssbp--theme-2 .ssbp-buffer:focus,.ssbp--theme-2 .ssbp-buffer:active{background-color:#0e0e0e}
138
+ .ssbp--theme-2 .ssbp-diggit{background-color:#14589e}.ssbp--theme-2 .ssbp-diggit:hover,.ssbp--theme-2 .ssbp-diggit:focus,.ssbp--theme-2 .ssbp-diggit:active{background-color:#0e3f71}
139
+ .ssbp--theme-2 .ssbp-email{background-color:#787878}.ssbp--theme-2 .ssbp-email:hover,.ssbp--theme-2 .ssbp-email:focus,.ssbp--theme-2 .ssbp-email:active{background-color:#5f5f5f}
140
+ .ssbp--theme-2 .ssbp-ellipsis{background-color:#4582ec}.ssbp--theme-2 .ssbp-ellipsis:hover,.ssbp--theme-2 .ssbp-ellipsis:focus,.ssbp--theme-2 .ssbp-ellipsis:active{background-color:#1863e6}
141
+ .ssbp--theme-2 .ssbp-facebook{background-color:#3b5998}.ssbp--theme-2 .ssbp-facebook:hover,.ssbp--theme-2 .ssbp-facebook:focus,.ssbp--theme-2 .ssbp-facebook:active{background-color:#2d4373}
142
+ .ssbp--theme-2 .ssbp-facebook_save{background-color:#3b5998}.ssbp--theme-2 .ssbp-facebook_save:hover,.ssbp--theme-2 .ssbp-facebook_save:focus,.ssbp--theme-2 .ssbp-facebook_save:active{background-color:#2d4373}
143
+ .ssbp--theme-2 .ssbp-facebook-messenger{background-color:#0084ff}.ssbp--theme-2 .ssbp-facebook-messenger:hover,.ssbp--theme-2 .ssbp-facebook-messenger:focus,.ssbp--theme-2 .ssbp-facebook-messenger:active{background-color:#006acc}
144
+ .ssbp--theme-2 .ssbp-flattr{background-color:#f67c1a}.ssbp--theme-2 .ssbp-flattr:hover,.ssbp--theme-2 .ssbp-flattr:focus,.ssbp--theme-2 .ssbp-flattr:active{background-color:#d56308}
145
+ .ssbp--theme-2 .ssbp-google{background-color:#dc4e41}.ssbp--theme-2 .ssbp-google:hover,.ssbp--theme-2 .ssbp-google:focus,.ssbp--theme-2 .ssbp-google:active{background-color:#c63224}
146
+ .ssbp--theme-2 .ssbp-linkedin{background-color:#007bb6}.ssbp--theme-2 .ssbp-linkedin:hover,.ssbp--theme-2 .ssbp-linkedin:focus,.ssbp--theme-2 .ssbp-linkedin:active{background-color:#005983}
147
+ .ssbp--theme-2 .ssbp-pinterest{background-color:#ce1a19}.ssbp--theme-2 .ssbp-pinterest:hover,.ssbp--theme-2 .ssbp-pinterest:focus,.ssbp--theme-2 .ssbp-pinterest:active{background-color:#a11413}
148
+ .ssbp--theme-2 .ssbp-print{background-color:#1f6b43}.ssbp--theme-2 .ssbp-print:hover,.ssbp--theme-2 .ssbp-print:focus,.ssbp--theme-2 .ssbp-print:active{background-color:#14432a}
149
+ .ssbp--theme-2 .ssbp-reddit{background-color:#ff4500}.ssbp--theme-2 .ssbp-reddit:hover,.ssbp--theme-2 .ssbp-reddit:focus,.ssbp--theme-2 .ssbp-reddit:active{background-color:#cc3700}
150
+ .ssbp--theme-2 .ssbp-simplesharebuttons{background-color:#4582ec}.ssbp--theme-2 .ssbp-simplesharebuttons:hover,.ssbp--theme-2 .ssbp-simplesharebuttons:focus,.ssbp--theme-2 .ssbp-simplesharebuttons:active{background-color:#1863e6}
151
+ .ssbp--theme-2 .ssbp-stumbleupon{background-color:#eb4924}.ssbp--theme-2 .ssbp-stumbleupon:hover,.ssbp--theme-2 .ssbp-stumbleupon:focus,.ssbp--theme-2 .ssbp-stumbleupon:active{background-color:#ca3412}
152
+ .ssbp--theme-2 .ssbp-tumblr{background-color:#2c4762}.ssbp--theme-2 .ssbp-tumblr:hover,.ssbp--theme-2 .ssbp-tumblr:focus,.ssbp--theme-2 .ssbp-tumblr:active{background-color:#1c2e3f}
153
+ .ssbp--theme-2 .ssbp-twitter{background-color:#00a9f1}.ssbp--theme-2 .ssbp-twitter:hover,.ssbp--theme-2 .ssbp-twitter:focus,.ssbp--theme-2 .ssbp-twitter:active{background-color:#0085be}
154
+ .ssbp--theme-2 .ssbp-vk{background-color:#45668e}.ssbp--theme-2 .ssbp-vk:hover,.ssbp--theme-2 .ssbp-vk:focus,.ssbp--theme-2 .ssbp-vk:active{background-color:#344d6c}
155
+ .ssbp--theme-2 .ssbp-whatsapp{background-color:#34af23}.ssbp--theme-2 .ssbp-whatsapp:hover,.ssbp--theme-2 .ssbp-whatsapp:focus,.ssbp--theme-2 .ssbp-whatsapp:active{background-color:#27851b}
156
+ .ssbp--theme-2 .ssbp-yummly{background-color:#e16120}.ssbp--theme-2 .ssbp-yummly:hover,.ssbp--theme-2 .ssbp-yummly:focus,.ssbp--theme-2 .ssbp-yummly:active{background-color:#b64d18}
157
+ .ssbp--theme-2 .ssbp-xing{background-color:#026466}.ssbp--theme-2 .ssbp-xing:hover,.ssbp--theme-2 .ssbp-xing:focus,.ssbp--theme-2 .ssbp-xing:active{background-color:#013334}
158
+ .ssbp--theme-2 .ssbp-each-share{padding:2px;background-color:rgba(0,0,0,0.1);font-size:10px;text-align:center;color:#FFF}
159
+ .ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
160
+ .ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
161
+ .ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
162
+ .ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
163
+ .ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
164
+ .ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 0 !important;display:table-cell !important;width:auto;height:auto}
165
+ .ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
166
+ .ssbp--theme-3 .ssbp-list li{margin:0;margin-bottom:1rem}.ssbp--theme-3 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12px;margin-left:.5em;text-shadow:-1px -1px rgba(0,0,0,0.2)}
167
+ .ssbp--theme-3 .ssbp-btn{display:block;padding:.5em 1em;color:#fff;text-shadow:-1px -1px rgba(0,0,0,0.2);-webkit-transition:background-color .25s;transition:background-color .25s;border-bottom:0}
168
+ .ssbp--theme-3 .ssbp-btn:before{vertical-align:middle}.ssbp--theme-3 .ssbp-btn:active{box-shadow:inset 0 0 .5em rgba(0,0,0,0.33)}
169
+ .ssbp--theme-3 .ssbp-btn:hover,.ssbp--theme-3 .ssbp-btn:focus,.ssbp--theme-3 .ssbp-btn:active,.ssbp--theme-3 .ssbp-btn:visited{color:#fff}
170
+ .ssbp--theme-3 .ssbp-buffer{background-color:#272727}.ssbp--theme-3 .ssbp-buffer:hover,.ssbp--theme-3 .ssbp-buffer:focus,.ssbp--theme-3 .ssbp-buffer:active,.ssbp--theme-3 .ssbp-buffer+.ssbp-each-share{background-color:#0e0e0e}
171
+ .ssbp--theme-3 .ssbp-diggit{background-color:#14589e}.ssbp--theme-3 .ssbp-diggit:hover,.ssbp--theme-3 .ssbp-diggit:focus,.ssbp--theme-3 .ssbp-diggit:active,.ssbp--theme-3 .ssbp-diggit+.ssbp-each-share{background-color:#0e3f71}
172
+ .ssbp--theme-3 .ssbp-email{background-color:#787878}.ssbp--theme-3 .ssbp-email:hover,.ssbp--theme-3 .ssbp-email:focus,.ssbp--theme-3 .ssbp-email:active,.ssbp--theme-3 .ssbp-email+.ssbp-each-share{background-color:#5f5f5f}
173
+ .ssbp--theme-3 .ssbp-ellipsis{background-color:#4582ec}.ssbp--theme-3 .ssbp-ellipsis:hover,.ssbp--theme-3 .ssbp-ellipsis:focus,.ssbp--theme-3 .ssbp-ellipsis:active,.ssbp--theme-3 .ssbp-ellipsis+.ssbp-each-share{background-color:#1863e6}
174
+ .ssbp--theme-3 .ssbp-facebook{background-color:#3b5998}.ssbp--theme-3 .ssbp-facebook:hover,.ssbp--theme-3 .ssbp-facebook:focus,.ssbp--theme-3 .ssbp-facebook:active,.ssbp--theme-3 .ssbp-facebook+.ssbp-each-share{background-color:#2d4373}
175
+ .ssbp--theme-3 .ssbp-facebook_save{background-color:#3b5998}.ssbp--theme-3 .ssbp-facebook_save:hover,.ssbp--theme-3 .ssbp-facebook_save:focus,.ssbp--theme-3 .ssbp-facebook_save:active,.ssbp--theme-3 .ssbp-facebook_save+.ssbp-each-share{background-color:#2d4373}
176
+ .ssbp--theme-3 .ssbp-facebook-messenger{background-color:#0084ff}.ssbp--theme-3 .ssbp-facebook-messenger:hover,.ssbp--theme-3 .ssbp-facebook-messenger:focus,.ssbp--theme-3 .ssbp-facebook-messenger:active,.ssbp--theme-3 .ssbp-facebook-messenger+.ssbp-each-share{background-color:#006acc}
177
+ .ssbp--theme-3 .ssbp-flattr{background-color:#f67c1a}.ssbp--theme-3 .ssbp-flattr:hover,.ssbp--theme-3 .ssbp-flattr:focus,.ssbp--theme-3 .ssbp-flattr:active,.ssbp--theme-3 .ssbp-flattr+.ssbp-each-share{background-color:#d56308}
178
+ .ssbp--theme-3 .ssbp-google{background-color:#dc4e41}.ssbp--theme-3 .ssbp-google:hover,.ssbp--theme-3 .ssbp-google:focus,.ssbp--theme-3 .ssbp-google:active,.ssbp--theme-3 .ssbp-google+.ssbp-each-share{background-color:#c63224}
179
+ .ssbp--theme-3 .ssbp-linkedin{background-color:#007bb6}.ssbp--theme-3 .ssbp-linkedin:hover,.ssbp--theme-3 .ssbp-linkedin:focus,.ssbp--theme-3 .ssbp-linkedin:active,.ssbp--theme-3 .ssbp-linkedin+.ssbp-each-share{background-color:#005983}
180
+ .ssbp--theme-3 .ssbp-pinterest{background-color:#ce1a19}.ssbp--theme-3 .ssbp-pinterest:hover,.ssbp--theme-3 .ssbp-pinterest:focus,.ssbp--theme-3 .ssbp-pinterest:active,.ssbp--theme-3 .ssbp-pinterest+.ssbp-each-share{background-color:#a11413}
181
+ .ssbp--theme-3 .ssbp-print{background-color:#1f6b43}.ssbp--theme-3 .ssbp-print:hover,.ssbp--theme-3 .ssbp-print:focus,.ssbp--theme-3 .ssbp-print:active,.ssbp--theme-3 .ssbp-print+.ssbp-each-share{background-color:#14432a}
182
+ .ssbp--theme-3 .ssbp-reddit{background-color:#ff4500}.ssbp--theme-3 .ssbp-reddit:hover,.ssbp--theme-3 .ssbp-reddit:focus,.ssbp--theme-3 .ssbp-reddit:active,.ssbp--theme-3 .ssbp-reddit+.ssbp-each-share{background-color:#cc3700}
183
+ .ssbp--theme-3 .ssbp-simplesharebuttons{background-color:#4582ec}.ssbp--theme-3 .ssbp-simplesharebuttons:hover,.ssbp--theme-3 .ssbp-simplesharebuttons:focus,.ssbp--theme-3 .ssbp-simplesharebuttons:active,.ssbp--theme-3 .ssbp-simplesharebuttons+.ssbp-each-share{background-color:#1863e6}
184
+ .ssbp--theme-3 .ssbp-stumbleupon{background-color:#eb4924}.ssbp--theme-3 .ssbp-stumbleupon:hover,.ssbp--theme-3 .ssbp-stumbleupon:focus,.ssbp--theme-3 .ssbp-stumbleupon:active,.ssbp--theme-3 .ssbp-stumbleupon+.ssbp-each-share{background-color:#ca3412}
185
+ .ssbp--theme-3 .ssbp-tumblr{background-color:#2c4762}.ssbp--theme-3 .ssbp-tumblr:hover,.ssbp--theme-3 .ssbp-tumblr:focus,.ssbp--theme-3 .ssbp-tumblr:active,.ssbp--theme-3 .ssbp-tumblr+.ssbp-each-share{background-color:#1c2e3f}
186
+ .ssbp--theme-3 .ssbp-twitter{background-color:#00a9f1}.ssbp--theme-3 .ssbp-twitter:hover,.ssbp--theme-3 .ssbp-twitter:focus,.ssbp--theme-3 .ssbp-twitter:active,.ssbp--theme-3 .ssbp-twitter+.ssbp-each-share{background-color:#0085be}
187
+ .ssbp--theme-3 .ssbp-vk{background-color:#45668e}.ssbp--theme-3 .ssbp-vk:hover,.ssbp--theme-3 .ssbp-vk:focus,.ssbp--theme-3 .ssbp-vk:active,.ssbp--theme-3 .ssbp-vk+.ssbp-each-share{background-color:#344d6c}
188
+ .ssbp--theme-3 .ssbp-whatsapp{background-color:#34af23}.ssbp--theme-3 .ssbp-whatsapp:hover,.ssbp--theme-3 .ssbp-whatsapp:focus,.ssbp--theme-3 .ssbp-whatsapp:active,.ssbp--theme-3 .ssbp-whatsapp+.ssbp-each-share{background-color:#27851b}
189
+ .ssbp--theme-3 .ssbp-yummly{background-color:#e16120}.ssbp--theme-3 .ssbp-yummly:hover,.ssbp--theme-3 .ssbp-yummly:focus,.ssbp--theme-3 .ssbp-yummly:active,.ssbp--theme-3 .ssbp-yummly+.ssbp-each-share{background-color:#b64d18}
190
+ .ssbp--theme-3 .ssbp-xing{background-color:#026466}.ssbp--theme-3 .ssbp-xing:hover,.ssbp--theme-3 .ssbp-xing:focus,.ssbp--theme-3 .ssbp-xing:active,.ssbp--theme-3 .ssbp-xing+.ssbp-each-share{background-color:#013334}
191
+ .ssbp--theme-3 .ssbp-each-share{padding:2px;font-size:10px;text-align:center;color:#FFF}
192
+ .ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
193
+ .ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
194
+ .ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
195
+ .ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
196
+ .ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
197
+ .ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 12px !important;display:table-cell !important;width:auto;height:auto}
198
+ .ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
199
+ .ssbp--theme-4[class*="ssbp--fixed"] .ssbp-container{background-color:rgba(255,255,255,0.8);padding:8px}
200
+ .ssbp--theme-4 .ssbp-btn{width:3em;height:3em;line-height:3em;border-radius:7.5px;color:#fff;-webkit-transition:background-color .25s;transition:background-color .25s;box-shadow:inset 0 -1.5em 2em rgba(255,255,255,0.1);border-bottom:0}
201
+ .ssbp--theme-4 .ssbp-btn:hover,.ssbp--theme-4 .ssbp-btn:focus,.ssbp--theme-4 .ssbp-btn:active{box-shadow:inset 0 -1.5em 2em rgba(255,255,255,0.1),inset 0 0 3.5em rgba(0,0,0,0.33)}
202
+ .ssbp--theme-4 .ssbp-btn:hover,.ssbp--theme-4 .ssbp-btn:focus,.ssbp--theme-4 .ssbp-btn:active,.ssbp--theme-4 .ssbp-btn:visited{color:#fff}
203
+ .ssbp--theme-4 .ssbp-list li{margin-left:12px}.ssbp--theme-4 .ssbp-buffer{background-color:#272727}
204
+ .ssbp--theme-4 .ssbp-diggit{background-color:#14589e}.ssbp--theme-4 .ssbp-email{background-color:#787878}
205
+ .ssbp--theme-4 .ssbp-ellipsis{background-color:#4582ec}.ssbp--theme-4 .ssbp-facebook{background-color:#3b5998}
206
+ .ssbp--theme-4 .ssbp-facebook_save{background-color:#3b5998}.ssbp--theme-4 .ssbp-facebook-messenger{background-color:#0084ff}
207
+ .ssbp--theme-4 .ssbp-flattr{background-color:#f67c1a}.ssbp--theme-4 .ssbp-google{background-color:#dc4e41}
208
+ .ssbp--theme-4 .ssbp-linkedin{background-color:#007bb6}.ssbp--theme-4 .ssbp-pinterest{background-color:#ce1a19}
209
+ .ssbp--theme-4 .ssbp-print{background-color:#1f6b43}.ssbp--theme-4 .ssbp-reddit{background-color:#ff4500}
210
+ .ssbp--theme-4 .ssbp-simplesharebuttons{background-color:#4582ec}.ssbp--theme-4 .ssbp-stumbleupon{background-color:#eb4924}
211
+ .ssbp--theme-4 .ssbp-tumblr{background-color:#2c4762}.ssbp--theme-4 .ssbp-twitter{background-color:#00a9f1}
212
+ .ssbp--theme-4 .ssbp-vk{background-color:#45668e}.ssbp--theme-4 .ssbp-whatsapp{background-color:#34af23}
213
+ .ssbp--theme-4 .ssbp-yummly{background-color:#e16120}.ssbp--theme-4 .ssbp-xing{background-color:#026466}
214
+ .ssbp--theme-4 .ssbp-each-share{position:absolute;bottom:100%;right:0;z-index:11;min-width:1.25em;margin-right:-6px;margin-bottom:-8px;padding:2px 4px;border-radius:8px;background-color:#f22121;font-size:10px;color:#FFF;text-align:center}
215
+ .ssbp--theme-4.ssbp--fixed-right .ssbp-each-share{left:auto;right:100%;margin-left:0;margin-right:-16px}
216
+ .ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
217
+ .ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
218
+ .ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
219
+ .ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
220
+ .ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
221
+ .ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 0 !important;display:table-cell !important;width:auto;height:auto}
222
+ .ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
223
+ .ssbp--theme-5 .ssbp-btn{width:4em;height:3em;line-height:3em;margin-bottom:8px;color:#fff;-webkit-transition:.25s;transition:.25s;border-bottom:0}
224
+ .ssbp--theme-5 .ssbp-btn:active{-webkit-transform:translateY(4px);transform:translateY(4px)}
225
+ .ssbp--theme-5 .ssbp-btn:hover,.ssbp--theme-5 .ssbp-btn:focus,.ssbp--theme-5 .ssbp-btn:active,.ssbp--theme-5 .ssbp-btn:visited{color:#fff}
226
+ .ssbp--theme-5.ssbp--stacked .ssbp-list li,.ssbp--theme-5.ssbp-wrap.ssbp--fixed-left .ssbp-list li,.ssbp--theme-5.ssbp-wrap.ssbp--fixed-right .ssbp-list li{margin-top:0}
227
+ .ssbp--theme-5 .ssbp-buffer{background-color:#272727;box-shadow:0 8px 0 #0e0e0e,0 10px 12px rgba(0,0,0,0.33)}
228
+ .ssbp--theme-5 .ssbp-buffer:active{box-shadow:0 4px 0 #0e0e0e,0 5px 6px rgba(0,0,0,0.33)}
229
+ .ssbp--theme-5 .ssbp-diggit{background-color:#14589e;box-shadow:0 8px 0 #0e3f71,0 10px 12px rgba(0,0,0,0.33)}
230
+ .ssbp--theme-5 .ssbp-diggit:active{box-shadow:0 4px 0 #0e3f71,0 5px 6px rgba(0,0,0,0.33)}
231
+ .ssbp--theme-5 .ssbp-email{background-color:#787878;box-shadow:0 8px 0 #5f5f5f,0 10px 12px rgba(0,0,0,0.33)}
232
+ .ssbp--theme-5 .ssbp-email:active{box-shadow:0 4px 0 #5f5f5f,0 5px 6px rgba(0,0,0,0.33)}
233
+ .ssbp--theme-5 .ssbp-ellipsis{background-color:#4582ec;box-shadow:0 8px 0 #1863e6,0 10px 12px rgba(0,0,0,0.33)}
234
+ .ssbp--theme-5 .ssbp-ellipsis:active{box-shadow:0 4px 0 #1863e6,0 5px 6px rgba(0,0,0,0.33)}
235
+ .ssbp--theme-5 .ssbp-facebook{background-color:#3b5998;box-shadow:0 8px 0 #2d4373,0 10px 12px rgba(0,0,0,0.33)}
236
+ .ssbp--theme-5 .ssbp-facebook:active{box-shadow:0 4px 0 #2d4373,0 5px 6px rgba(0,0,0,0.33)}
237
+ .ssbp--theme-5 .ssbp-facebook_save{background-color:#3b5998;box-shadow:0 8px 0 #2d4373,0 10px 12px rgba(0,0,0,0.33)}
238
+ .ssbp--theme-5 .ssbp-facebook_save:active{box-shadow:0 4px 0 #2d4373,0 5px 6px rgba(0,0,0,0.33)}
239
+ .ssbp--theme-5 .ssbp-facebook-messenger{background-color:#0084ff;box-shadow:0 8px 0 #006acc,0 10px 12px rgba(0,0,0,0.33)}
240
+ .ssbp--theme-5 .ssbp-facebook-messenger:active{box-shadow:0 4px 0 #006acc,0 5px 6px rgba(0,0,0,0.33)}
241
+ .ssbp--theme-5 .ssbp-flattr{background-color:#f67c1a;box-shadow:0 8px 0 #d56308,0 10px 12px rgba(0,0,0,0.33)}
242
+ .ssbp--theme-5 .ssbp-flattr:active{box-shadow:0 4px 0 #d56308,0 5px 6px rgba(0,0,0,0.33)}
243
+ .ssbp--theme-5 .ssbp-google{background-color:#dc4e41;box-shadow:0 8px 0 #c63224,0 10px 12px rgba(0,0,0,0.33)}
244
+ .ssbp--theme-5 .ssbp-google:active{box-shadow:0 4px 0 #c63224,0 5px 6px rgba(0,0,0,0.33)}
245
+ .ssbp--theme-5 .ssbp-linkedin{background-color:#007bb6;box-shadow:0 8px 0 #005983,0 10px 12px rgba(0,0,0,0.33)}
246
+ .ssbp--theme-5 .ssbp-linkedin:active{box-shadow:0 4px 0 #005983,0 5px 6px rgba(0,0,0,0.33)}
247
+ .ssbp--theme-5 .ssbp-pinterest{background-color:#ce1a19;box-shadow:0 8px 0 #a11413,0 10px 12px rgba(0,0,0,0.33)}
248
+ .ssbp--theme-5 .ssbp-pinterest:active{box-shadow:0 4px 0 #a11413,0 5px 6px rgba(0,0,0,0.33)}
249
+ .ssbp--theme-5 .ssbp-print{background-color:#1f6b43;box-shadow:0 8px 0 #14432a,0 10px 12px rgba(0,0,0,0.33)}
250
+ .ssbp--theme-5 .ssbp-print:active{box-shadow:0 4px 0 #14432a,0 5px 6px rgba(0,0,0,0.33)}
251
+ .ssbp--theme-5 .ssbp-reddit{background-color:#ff4500;box-shadow:0 8px 0 #cc3700,0 10px 12px rgba(0,0,0,0.33)}
252
+ .ssbp--theme-5 .ssbp-reddit:active{box-shadow:0 4px 0 #cc3700,0 5px 6px rgba(0,0,0,0.33)}
253
+ .ssbp--theme-5 .ssbp-simplesharebuttons{background-color:#4582ec;box-shadow:0 8px 0 #1863e6,0 10px 12px rgba(0,0,0,0.33)}
254
+ .ssbp--theme-5 .ssbp-simplesharebuttons:active{box-shadow:0 4px 0 #1863e6,0 5px 6px rgba(0,0,0,0.33)}
255
+ .ssbp--theme-5 .ssbp-stumbleupon{background-color:#eb4924;box-shadow:0 8px 0 #ca3412,0 10px 12px rgba(0,0,0,0.33)}
256
+ .ssbp--theme-5 .ssbp-stumbleupon:active{box-shadow:0 4px 0 #ca3412,0 5px 6px rgba(0,0,0,0.33)}
257
+ .ssbp--theme-5 .ssbp-tumblr{background-color:#2c4762;box-shadow:0 8px 0 #1c2e3f,0 10px 12px rgba(0,0,0,0.33)}
258
+ .ssbp--theme-5 .ssbp-tumblr:active{box-shadow:0 4px 0 #1c2e3f,0 5px 6px rgba(0,0,0,0.33)}
259
+ .ssbp--theme-5 .ssbp-twitter{background-color:#00a9f1;box-shadow:0 8px 0 #0085be,0 10px 12px rgba(0,0,0,0.33)}
260
+ .ssbp--theme-5 .ssbp-twitter:active{box-shadow:0 4px 0 #0085be,0 5px 6px rgba(0,0,0,0.33)}
261
+ .ssbp--theme-5 .ssbp-vk{background-color:#45668e;box-shadow:0 8px 0 #344d6c,0 10px 12px rgba(0,0,0,0.33)}
262
+ .ssbp--theme-5 .ssbp-vk:active{box-shadow:0 4px 0 #344d6c,0 5px 6px rgba(0,0,0,0.33)}
263
+ .ssbp--theme-5 .ssbp-whatsapp{background-color:#34af23;box-shadow:0 8px 0 #27851b,0 10px 12px rgba(0,0,0,0.33)}
264
+ .ssbp--theme-5 .ssbp-whatsapp:active{box-shadow:0 4px 0 #27851b,0 5px 6px rgba(0,0,0,0.33)}
265
+ .ssbp--theme-5 .ssbp-yummly{background-color:#e16120;box-shadow:0 8px 0 #b64d18,0 10px 12px rgba(0,0,0,0.33)}
266
+ .ssbp--theme-5 .ssbp-yummly:active{box-shadow:0 4px 0 #b64d18,0 5px 6px rgba(0,0,0,0.33)}
267
+ .ssbp--theme-5 .ssbp-xing{background-color:#026466;box-shadow:0 8px 0 #013334,0 10px 12px rgba(0,0,0,0.33)}
268
+ .ssbp--theme-5 .ssbp-xing:active{box-shadow:0 4px 0 #013334,0 5px 6px rgba(0,0,0,0.33)}
269
+ .ssbp--theme-5 .ssbp-each-share{padding-top:3px;text-align:center;font-size:12px}
270
+ .ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
271
+ .ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
272
+ .ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
273
+ .ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
274
+ .ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
275
+ .ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 12px !important;display:table-cell !important;width:auto;height:auto}
276
+ .ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
277
+ .ssbp--theme-6[class*="ssbp--fixed"] .ssbp-container{background-color:rgba(255,255,255,0.8);padding:6px}
278
+ .ssbp--theme-6 .ssbp-btn{width:3em;height:3em;line-height:3em;border:2px solid #fff;border-radius:50%;background-color:#fff;-webkit-transition:.25s;transition:.25s}
279
+ .ssbp--theme-6 .ssbp-btn:hover,.ssbp--theme-6 .ssbp-btn:focus,.ssbp--theme-6 .ssbp-btn:active{color:#fff}
280
+ .ssbp--theme-6 .ssbp-list li{margin-left:12px}.ssbp--theme-6 .ssbp-buffer{border-color:#272727;color:#272727}
281
+ .ssbp--theme-6 .ssbp-buffer:hover,.ssbp--theme-6 .ssbp-buffer:focus,.ssbp--theme-6 .ssbp-buffer:active{background-color:#272727}
282
+ .ssbp--theme-6 .ssbp-buffer+.ssbp-each-share{color:#272727;border-color:#272727}.ssbp--theme-6 .ssbp-diggit{border-color:#14589e;color:#14589e}
283
+ .ssbp--theme-6 .ssbp-diggit:hover,.ssbp--theme-6 .ssbp-diggit:focus,.ssbp--theme-6 .ssbp-diggit:active{background-color:#14589e}
284
+ .ssbp--theme-6 .ssbp-diggit+.ssbp-each-share{color:#14589e;border-color:#14589e}.ssbp--theme-6 .ssbp-email{border-color:#787878;color:#787878}
285
+ .ssbp--theme-6 .ssbp-email:hover,.ssbp--theme-6 .ssbp-email:focus,.ssbp--theme-6 .ssbp-email:active{background-color:#787878}
286
+ .ssbp--theme-6 .ssbp-email+.ssbp-each-share{color:#787878;border-color:#787878}.ssbp--theme-6 .ssbp-ellipsis{border-color:#4582ec;color:#4582ec}
287
+ .ssbp--theme-6 .ssbp-ellipsis:hover,.ssbp--theme-6 .ssbp-ellipsis:focus,.ssbp--theme-6 .ssbp-ellipsis:active{background-color:#4582ec}
288
+ .ssbp--theme-6 .ssbp-ellipsis+.ssbp-each-share{color:#4582ec;border-color:#4582ec}
289
+ .ssbp--theme-6 .ssbp-facebook{border-color:#3b5998;color:#3b5998}.ssbp--theme-6 .ssbp-facebook:hover,.ssbp--theme-6 .ssbp-facebook:focus,.ssbp--theme-6 .ssbp-facebook:active{background-color:#3b5998}
290
+ .ssbp--theme-6 .ssbp-facebook+.ssbp-each-share{color:#3b5998;border-color:#3b5998}
291
+ .ssbp--theme-6 .ssbp-facebook_save{border-color:#3b5998;color:#3b5998}.ssbp--theme-6 .ssbp-facebook_save:hover,.ssbp--theme-6 .ssbp-facebook_save:focus,.ssbp--theme-6 .ssbp-facebook_save:active{background-color:#3b5998}
292
+ .ssbp--theme-6 .ssbp-facebook_save+.ssbp-each-share{color:#3b5998;border-color:#3b5998}
293
+ .ssbp--theme-6 .ssbp-facebook-messenger{border-color:#0084ff;color:#0084ff}.ssbp--theme-6 .ssbp-facebook-messenger:hover,.ssbp--theme-6 .ssbp-facebook-messenger:focus,.ssbp--theme-6 .ssbp-facebook-messenger:active{background-color:#0084ff}
294
+ .ssbp--theme-6 .ssbp-facebook-messenger+.ssbp-each-share{color:#0084ff;border-color:#0084ff}
295
+ .ssbp--theme-6 .ssbp-flattr{border-color:#f67c1a;color:#f67c1a}.ssbp--theme-6 .ssbp-flattr:hover,.ssbp--theme-6 .ssbp-flattr:focus,.ssbp--theme-6 .ssbp-flattr:active{background-color:#f67c1a}
296
+ .ssbp--theme-6 .ssbp-flattr+.ssbp-each-share{color:#f67c1a;border-color:#f67c1a}.ssbp--theme-6 .ssbp-google{border-color:#dc4e41;color:#dc4e41}
297
+ .ssbp--theme-6 .ssbp-google:hover,.ssbp--theme-6 .ssbp-google:focus,.ssbp--theme-6 .ssbp-google:active{background-color:#dc4e41}
298
+ .ssbp--theme-6 .ssbp-google+.ssbp-each-share{color:#dc4e41;border-color:#dc4e41}.ssbp--theme-6 .ssbp-linkedin{border-color:#007bb6;color:#007bb6}
299
+ .ssbp--theme-6 .ssbp-linkedin:hover,.ssbp--theme-6 .ssbp-linkedin:focus,.ssbp--theme-6 .ssbp-linkedin:active{background-color:#007bb6}
300
+ .ssbp--theme-6 .ssbp-linkedin+.ssbp-each-share{color:#007bb6;border-color:#007bb6}
301
+ .ssbp--theme-6 .ssbp-pinterest{border-color:#ce1a19;color:#ce1a19}.ssbp--theme-6 .ssbp-pinterest:hover,.ssbp--theme-6 .ssbp-pinterest:focus,.ssbp--theme-6 .ssbp-pinterest:active{background-color:#ce1a19}
302
+ .ssbp--theme-6 .ssbp-pinterest+.ssbp-each-share{color:#ce1a19;border-color:#ce1a19}
303
+ .ssbp--theme-6 .ssbp-print{border-color:#1f6b43;color:#1f6b43}.ssbp--theme-6 .ssbp-print:hover,.ssbp--theme-6 .ssbp-print:focus,.ssbp--theme-6 .ssbp-print:active{background-color:#1f6b43}
304
+ .ssbp--theme-6 .ssbp-print+.ssbp-each-share{color:#1f6b43;border-color:#1f6b43}.ssbp--theme-6 .ssbp-reddit{border-color:#ff4500;color:#ff4500}
305
+ .ssbp--theme-6 .ssbp-reddit:hover,.ssbp--theme-6 .ssbp-reddit:focus,.ssbp--theme-6 .ssbp-reddit:active{background-color:#ff4500}
306
+ .ssbp--theme-6 .ssbp-reddit+.ssbp-each-share{color:#ff4500;border-color:#ff4500}.ssbp--theme-6 .ssbp-simplesharebuttons{border-color:#4582ec;color:#4582ec}
307
+ .ssbp--theme-6 .ssbp-simplesharebuttons:hover,.ssbp--theme-6 .ssbp-simplesharebuttons:focus,.ssbp--theme-6 .ssbp-simplesharebuttons:active{background-color:#4582ec}
308
+ .ssbp--theme-6 .ssbp-simplesharebuttons+.ssbp-each-share{color:#4582ec;border-color:#4582ec}
309
+ .ssbp--theme-6 .ssbp-stumbleupon{border-color:#eb4924;color:#eb4924}.ssbp--theme-6 .ssbp-stumbleupon:hover,.ssbp--theme-6 .ssbp-stumbleupon:focus,.ssbp--theme-6 .ssbp-stumbleupon:active{background-color:#eb4924}
310
+ .ssbp--theme-6 .ssbp-stumbleupon+.ssbp-each-share{color:#eb4924;border-color:#eb4924}
311
+ .ssbp--theme-6 .ssbp-tumblr{border-color:#2c4762;color:#2c4762}.ssbp--theme-6 .ssbp-tumblr:hover,.ssbp--theme-6 .ssbp-tumblr:focus,.ssbp--theme-6 .ssbp-tumblr:active{background-color:#2c4762}
312
+ .ssbp--theme-6 .ssbp-tumblr+.ssbp-each-share{color:#2c4762;border-color:#2c4762}.ssbp--theme-6 .ssbp-twitter{border-color:#00a9f1;color:#00a9f1}
313
+ .ssbp--theme-6 .ssbp-twitter:hover,.ssbp--theme-6 .ssbp-twitter:focus,.ssbp--theme-6 .ssbp-twitter:active{background-color:#00a9f1}
314
+ .ssbp--theme-6 .ssbp-twitter+.ssbp-each-share{color:#00a9f1;border-color:#00a9f1}
315
+ .ssbp--theme-6 .ssbp-vk{border-color:#45668e;color:#45668e}.ssbp--theme-6 .ssbp-vk:hover,.ssbp--theme-6 .ssbp-vk:focus,.ssbp--theme-6 .ssbp-vk:active{background-color:#45668e}
316
+ .ssbp--theme-6 .ssbp-vk+.ssbp-each-share{color:#45668e;border-color:#45668e}.ssbp--theme-6 .ssbp-whatsapp{border-color:#34af23;color:#34af23}
317
+ .ssbp--theme-6 .ssbp-whatsapp:hover,.ssbp--theme-6 .ssbp-whatsapp:focus,.ssbp--theme-6 .ssbp-whatsapp:active{background-color:#34af23}
318
+ .ssbp--theme-6 .ssbp-whatsapp+.ssbp-each-share{color:#34af23;border-color:#34af23}
319
+ .ssbp--theme-6 .ssbp-yummly{border-color:#e16120;color:#e16120}.ssbp--theme-6 .ssbp-yummly:hover,.ssbp--theme-6 .ssbp-yummly:focus,.ssbp--theme-6 .ssbp-yummly:active{background-color:#e16120}
320
+ .ssbp--theme-6 .ssbp-yummly+.ssbp-each-share{color:#e16120;border-color:#e16120}.ssbp--theme-6 .ssbp-xing{border-color:#026466;color:#026466}
321
+ .ssbp--theme-6 .ssbp-xing:hover,.ssbp--theme-6 .ssbp-xing:focus,.ssbp--theme-6 .ssbp-xing:active{background-color:#026466}
322
+ .ssbp--theme-6 .ssbp-xing+.ssbp-each-share{color:#026466;border-color:#026466}.ssbp--theme-6 .ssbp-each-share{position:absolute;top:0;left:100%;z-index:11;margin-left:-12px;padding:2px;border:1px solid #fff;background-color:#fff;border-radius:6px;font-size:10px;color:#FFF}
323
+ .ssbp--theme-6.ssbp--fixed-right .ssbp-each-share{left:auto;right:100%;margin-left:0;margin-right:-12px}
324
+ .ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
325
+ .ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
326
+ .ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
327
+ .ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
328
+ .ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
329
+ .ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 6px !important;display:table-cell !important;width:auto;height:auto}
330
+ .ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
331
+ .ssbp--theme-7 .ssbp-list li{margin-left:6px;margin-bottom:1.5rem}.ssbp--theme-7 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12px;margin-left:.5em}
332
+ .ssbp--theme-7 .ssbp-btn{display:block;padding:.5em 1em;border:2px solid #fff;color:#fff;background-color:#fff;-webkit-transition:background-color .25s;transition:background-color .25s}
333
+ .ssbp--theme-7 .ssbp-btn:before{vertical-align:middle}.ssbp--theme-7 .ssbp-buffer{border-color:#272727;color:#272727}
334
+ .ssbp--theme-7 .ssbp-buffer:visited{color:#272727}.ssbp--theme-7 .ssbp-buffer:hover,.ssbp--theme-7 .ssbp-buffer:focus,.ssbp--theme-7 .ssbp-buffer:active{background-color:#272727;border-bottom:2px #272727 solid;color:#fff}
335
+ .ssbp--theme-7 .ssbp-buffer+.ssbp-each-share{color:#272727}.ssbp--theme-7 .ssbp-diggit{border-color:#14589e;color:#14589e}
336
+ .ssbp--theme-7 .ssbp-diggit:visited{color:#14589e}.ssbp--theme-7 .ssbp-diggit:hover,.ssbp--theme-7 .ssbp-diggit:focus,.ssbp--theme-7 .ssbp-diggit:active{background-color:#14589e;border-bottom:2px #14589e solid;color:#fff}
337
+ .ssbp--theme-7 .ssbp-diggit+.ssbp-each-share{color:#14589e}.ssbp--theme-7 .ssbp-email{border-color:#787878;color:#787878}
338
+ .ssbp--theme-7 .ssbp-email:visited{color:#787878}.ssbp--theme-7 .ssbp-email:hover,.ssbp--theme-7 .ssbp-email:focus,.ssbp--theme-7 .ssbp-email:active{background-color:#787878;border-bottom:2px #787878 solid;color:#fff}
339
+ .ssbp--theme-7 .ssbp-email+.ssbp-each-share{color:#787878}.ssbp--theme-7 .ssbp-ellipsis{border-color:#4582ec;color:#4582ec}
340
+ .ssbp--theme-7 .ssbp-ellipsis:visited{color:#4582ec}.ssbp--theme-7 .ssbp-ellipsis:hover,.ssbp--theme-7 .ssbp-ellipsis:focus,.ssbp--theme-7 .ssbp-ellipsis:active{background-color:#4582ec;border-bottom:2px #4582ec solid;color:#fff}
341
+ .ssbp--theme-7 .ssbp-ellipsis+.ssbp-each-share{color:#4582ec}.ssbp--theme-7 .ssbp-facebook{border-color:#3b5998;color:#3b5998}
342
+ .ssbp--theme-7 .ssbp-facebook:visited{color:#3b5998}.ssbp--theme-7 .ssbp-facebook:hover,.ssbp--theme-7 .ssbp-facebook:focus,.ssbp--theme-7 .ssbp-facebook:active{background-color:#3b5998;border-bottom:2px #3b5998 solid;color:#fff}
343
+ .ssbp--theme-7 .ssbp-facebook+.ssbp-each-share{color:#3b5998}.ssbp--theme-7 .ssbp-facebook_save{border-color:#3b5998;color:#3b5998}
344
+ .ssbp--theme-7 .ssbp-facebook_save:visited{color:#3b5998}.ssbp--theme-7 .ssbp-facebook_save:hover,.ssbp--theme-7 .ssbp-facebook_save:focus,.ssbp--theme-7 .ssbp-facebook_save:active{background-color:#3b5998;border-bottom:2px #3b5998 solid;color:#fff}
345
+ .ssbp--theme-7 .ssbp-facebook_save+.ssbp-each-share{color:#3b5998}.ssbp--theme-7 .ssbp-facebook-messenger{border-color:#0084ff;color:#0084ff}
346
+ .ssbp--theme-7 .ssbp-facebook-messenger:visited{color:#0084ff}.ssbp--theme-7 .ssbp-facebook-messenger:hover,.ssbp--theme-7 .ssbp-facebook-messenger:focus,.ssbp--theme-7 .ssbp-facebook-messenger:active{background-color:#0084ff;border-bottom:2px #0084ff solid;color:#fff}
347
+ .ssbp--theme-7 .ssbp-facebook-messenger+.ssbp-each-share{color:#0084ff}.ssbp--theme-7 .ssbp-flattr{border-color:#f67c1a;color:#f67c1a}
348
+ .ssbp--theme-7 .ssbp-flattr:visited{color:#f67c1a}.ssbp--theme-7 .ssbp-flattr:hover,.ssbp--theme-7 .ssbp-flattr:focus,.ssbp--theme-7 .ssbp-flattr:active{background-color:#f67c1a;border-bottom:2px #f67c1a solid;color:#fff}
349
+ .ssbp--theme-7 .ssbp-flattr+.ssbp-each-share{color:#f67c1a}.ssbp--theme-7 .ssbp-google{border-color:#dc4e41;color:#dc4e41}
350
+ .ssbp--theme-7 .ssbp-google:visited{color:#dc4e41}.ssbp--theme-7 .ssbp-google:hover,.ssbp--theme-7 .ssbp-google:focus,.ssbp--theme-7 .ssbp-google:active{background-color:#dc4e41;border-bottom:2px #dc4e41 solid;color:#fff}
351
+ .ssbp--theme-7 .ssbp-google+.ssbp-each-share{color:#dc4e41}.ssbp--theme-7 .ssbp-linkedin{border-color:#007bb6;color:#007bb6}
352
+ .ssbp--theme-7 .ssbp-linkedin:visited{color:#007bb6}.ssbp--theme-7 .ssbp-linkedin:hover,.ssbp--theme-7 .ssbp-linkedin:focus,.ssbp--theme-7 .ssbp-linkedin:active{background-color:#007bb6;border-bottom:2px #007bb6 solid;color:#fff}
353
+ .ssbp--theme-7 .ssbp-linkedin+.ssbp-each-share{color:#007bb6}.ssbp--theme-7 .ssbp-pinterest{border-color:#ce1a19;color:#ce1a19}
354
+ .ssbp--theme-7 .ssbp-pinterest:visited{color:#ce1a19}.ssbp--theme-7 .ssbp-pinterest:hover,.ssbp--theme-7 .ssbp-pinterest:focus,.ssbp--theme-7 .ssbp-pinterest:active{background-color:#ce1a19;border-bottom:2px #ce1a19 solid;color:#fff}
355
+ .ssbp--theme-7 .ssbp-pinterest+.ssbp-each-share{color:#ce1a19}.ssbp--theme-7 .ssbp-print{border-color:#1f6b43;color:#1f6b43}
356
+ .ssbp--theme-7 .ssbp-print:visited{color:#1f6b43}.ssbp--theme-7 .ssbp-print:hover,.ssbp--theme-7 .ssbp-print:focus,.ssbp--theme-7 .ssbp-print:active{background-color:#1f6b43;border-bottom:2px #1f6b43 solid;color:#fff}
357
+ .ssbp--theme-7 .ssbp-print+.ssbp-each-share{color:#1f6b43}.ssbp--theme-7 .ssbp-reddit{border-color:#ff4500;color:#ff4500}
358
+ .ssbp--theme-7 .ssbp-reddit:visited{color:#ff4500}.ssbp--theme-7 .ssbp-reddit:hover,.ssbp--theme-7 .ssbp-reddit:focus,.ssbp--theme-7 .ssbp-reddit:active{background-color:#ff4500;border-bottom:2px #ff4500 solid;color:#fff}
359
+ .ssbp--theme-7 .ssbp-reddit+.ssbp-each-share{color:#ff4500}.ssbp--theme-7 .ssbp-simplesharebuttons{border-color:#4582ec;color:#4582ec}
360
+ .ssbp--theme-7 .ssbp-simplesharebuttons:visited{color:#4582ec}.ssbp--theme-7 .ssbp-simplesharebuttons:hover,.ssbp--theme-7 .ssbp-simplesharebuttons:focus,.ssbp--theme-7 .ssbp-simplesharebuttons:active{background-color:#4582ec;border-bottom:2px #4582ec solid;color:#fff}
361
+ .ssbp--theme-7 .ssbp-simplesharebuttons+.ssbp-each-share{color:#4582ec}.ssbp--theme-7 .ssbp-stumbleupon{border-color:#eb4924;color:#eb4924}
362
+ .ssbp--theme-7 .ssbp-stumbleupon:visited{color:#eb4924}.ssbp--theme-7 .ssbp-stumbleupon:hover,.ssbp--theme-7 .ssbp-stumbleupon:focus,.ssbp--theme-7 .ssbp-stumbleupon:active{background-color:#eb4924;border-bottom:2px #eb4924 solid;color:#fff}
363
+ .ssbp--theme-7 .ssbp-stumbleupon+.ssbp-each-share{color:#eb4924}.ssbp--theme-7 .ssbp-tumblr{border-color:#2c4762;color:#2c4762}
364
+ .ssbp--theme-7 .ssbp-tumblr:visited{color:#2c4762}.ssbp--theme-7 .ssbp-tumblr:hover,.ssbp--theme-7 .ssbp-tumblr:focus,.ssbp--theme-7 .ssbp-tumblr:active{background-color:#2c4762;border-bottom:2px #2c4762 solid;color:#fff}
365
+ .ssbp--theme-7 .ssbp-tumblr+.ssbp-each-share{color:#2c4762}.ssbp--theme-7 .ssbp-twitter{border-color:#00a9f1;color:#00a9f1}
366
+ .ssbp--theme-7 .ssbp-twitter:visited{color:#00a9f1}.ssbp--theme-7 .ssbp-twitter:hover,.ssbp--theme-7 .ssbp-twitter:focus,.ssbp--theme-7 .ssbp-twitter:active{background-color:#00a9f1;border-bottom:2px #00a9f1 solid;color:#fff}
367
+ .ssbp--theme-7 .ssbp-twitter+.ssbp-each-share{color:#00a9f1}.ssbp--theme-7 .ssbp-vk{border-color:#45668e;color:#45668e}
368
+ .ssbp--theme-7 .ssbp-vk:visited{color:#45668e}.ssbp--theme-7 .ssbp-vk:hover,.ssbp--theme-7 .ssbp-vk:focus,.ssbp--theme-7 .ssbp-vk:active{background-color:#45668e;border-bottom:2px #45668e solid;color:#fff}
369
+ .ssbp--theme-7 .ssbp-vk+.ssbp-each-share{color:#45668e}.ssbp--theme-7 .ssbp-whatsapp{border-color:#34af23;color:#34af23}
370
+ .ssbp--theme-7 .ssbp-whatsapp:visited{color:#34af23}.ssbp--theme-7 .ssbp-whatsapp:hover,.ssbp--theme-7 .ssbp-whatsapp:focus,.ssbp--theme-7 .ssbp-whatsapp:active{background-color:#34af23;border-bottom:2px #34af23 solid;color:#fff}
371
+ .ssbp--theme-7 .ssbp-whatsapp+.ssbp-each-share{color:#34af23}.ssbp--theme-7 .ssbp-yummly{border-color:#e16120;color:#e16120}
372
+ .ssbp--theme-7 .ssbp-yummly:visited{color:#e16120}.ssbp--theme-7 .ssbp-yummly:hover,.ssbp--theme-7 .ssbp-yummly:focus,.ssbp--theme-7 .ssbp-yummly:active{background-color:#e16120;border-bottom:2px #e16120 solid;color:#fff}
373
+ .ssbp--theme-7 .ssbp-yummly+.ssbp-each-share{color:#e16120}.ssbp--theme-7 .ssbp-xing{border-color:#026466;color:#026466}
374
+ .ssbp--theme-7 .ssbp-xing:visited{color:#026466}.ssbp--theme-7 .ssbp-xing:hover,.ssbp--theme-7 .ssbp-xing:focus,.ssbp--theme-7 .ssbp-xing:active{background-color:#026466;border-bottom:2px #026466 solid;color:#fff}
375
+ .ssbp--theme-7 .ssbp-xing+.ssbp-each-share{color:#026466}.ssbp--theme-7 .ssbp-each-share{padding-top:3px;text-align:center;font-size:12px}
376
+ .ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
377
+ .ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
378
+ .ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
379
+ .ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
380
+ .ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
381
+ .ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 6px !important;display:table-cell !important;width:auto;height:auto}
382
+ .ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
383
+ .ssbp--theme-8 .ssbp-list li{margin-left:6px}.ssbp--theme-8 .ssbp-btn:hover,.ssbp--theme-8 .ssbp-btn:focus,.ssbp--theme-8 .ssbp-btn:active{border-bottom:3px solid #272727}
384
+ .ssbp--theme-8 .ssbp-btn,.ssbp--theme-8 .ssbp-btn:visited{width:4em;height:3em;line-height:3em;position:relative;border:3px solid #272727;background-color:#fff;color:#272727;-webkit-transition:.25s;transition:.25s}
385
+ .ssbp--theme-8 .ssbp-btn:hover,.ssbp--theme-8 .ssbp-btn:focus,.ssbp--theme-8 .ssbp-btn:active,.ssbp--theme-8 .ssbp-btn:visited:hover,.ssbp--theme-8 .ssbp-btn:visited:focus,.ssbp--theme-8 .ssbp-btn:visited:active{background-color:#272727;color:#fff}
386
+ .ssbp--theme-8 .ssbp-each-share{padding-top:3px;text-align:center;font-size:12px}
387
+ .ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
388
+ .ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
389
+ .ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
390
+ .ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
391
+ .ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
392
+ .ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 6px !important;display:table-cell !important;width:auto;height:auto}
393
+ .ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
394
+ .ssbp--theme-9 .ssbp-list li{margin-left:6px}.ssbp--theme-9 .ssbp-btn{display:block;padding:.5em 1em}
395
+ .ssbp--theme-9 .ssbp-btn:hover,.ssbp--theme-9 .ssbp-btn:focus,.ssbp--theme-9 .ssbp-btn:active{opacity:.66}
396
+ .ssbp--theme-9 .ssbp-buffer{border-bottom:5px solid #272727;color:#272727}.ssbp--theme-9 .ssbp-buffer:hover,.ssbp--theme-9 .ssbp-buffer:focus,.ssbp--theme-9 .ssbp-buffer:active{border-bottom:5px solid #272727}
397
+ .ssbp--theme-9 .ssbp-buffer:hover,.ssbp--theme-9 .ssbp-buffer:focus,.ssbp--theme-9 .ssbp-buffer:active,.ssbp--theme-9 .ssbp-buffer:visited{color:#272727}
398
+ .ssbp--theme-9 .ssbp-buffer+.ssbp-each-share{color:#272727}.ssbp--theme-9 .ssbp-diggit{border-bottom:5px solid #14589e;color:#14589e}
399
+ .ssbp--theme-9 .ssbp-diggit:hover,.ssbp--theme-9 .ssbp-diggit:focus,.ssbp--theme-9 .ssbp-diggit:active{border-bottom:5px solid #14589e}
400
+ .ssbp--theme-9 .ssbp-diggit:hover,.ssbp--theme-9 .ssbp-diggit:focus,.ssbp--theme-9 .ssbp-diggit:active,.ssbp--theme-9 .ssbp-diggit:visited{color:#14589e}
401
+ .ssbp--theme-9 .ssbp-diggit+.ssbp-each-share{color:#14589e}.ssbp--theme-9 .ssbp-email{border-bottom:5px solid #787878;color:#787878}
402
+ .ssbp--theme-9 .ssbp-email:hover,.ssbp--theme-9 .ssbp-email:focus,.ssbp--theme-9 .ssbp-email:active{border-bottom:5px solid #787878}
403
+ .ssbp--theme-9 .ssbp-email:hover,.ssbp--theme-9 .ssbp-email:focus,.ssbp--theme-9 .ssbp-email:active,.ssbp--theme-9 .ssbp-email:visited{color:#787878}
404
+ .ssbp--theme-9 .ssbp-email+.ssbp-each-share{color:#787878}.ssbp--theme-9 .ssbp-ellipsis{border-bottom:5px solid #4582ec;color:#4582ec}
405
+ .ssbp--theme-9 .ssbp-ellipsis:hover,.ssbp--theme-9 .ssbp-ellipsis:focus,.ssbp--theme-9 .ssbp-ellipsis:active{border-bottom:5px solid #4582ec}
406
+ .ssbp--theme-9 .ssbp-ellipsis:hover,.ssbp--theme-9 .ssbp-ellipsis:focus,.ssbp--theme-9 .ssbp-ellipsis:active,.ssbp--theme-9 .ssbp-ellipsis:visited{color:#4582ec}
407
+ .ssbp--theme-9 .ssbp-ellipsis+.ssbp-each-share{color:#4582ec}.ssbp--theme-9 .ssbp-facebook{border-bottom:5px solid #3b5998;color:#3b5998}
408
+ .ssbp--theme-9 .ssbp-facebook:hover,.ssbp--theme-9 .ssbp-facebook:focus,.ssbp--theme-9 .ssbp-facebook:active{border-bottom:5px solid #3b5998}
409
+ .ssbp--theme-9 .ssbp-facebook:hover,.ssbp--theme-9 .ssbp-facebook:focus,.ssbp--theme-9 .ssbp-facebook:active,.ssbp--theme-9 .ssbp-facebook:visited{color:#3b5998}
410
+ .ssbp--theme-9 .ssbp-facebook+.ssbp-each-share{color:#3b5998}.ssbp--theme-9 .ssbp-facebook_save{border-bottom:5px solid #3b5998;color:#3b5998}
411
+ .ssbp--theme-9 .ssbp-facebook_save:hover,.ssbp--theme-9 .ssbp-facebook_save:focus,.ssbp--theme-9 .ssbp-facebook_save:active{border-bottom:5px solid #3b5998}
412
+ .ssbp--theme-9 .ssbp-facebook_save:hover,.ssbp--theme-9 .ssbp-facebook_save:focus,.ssbp--theme-9 .ssbp-facebook_save:active,.ssbp--theme-9 .ssbp-facebook_save:visited{color:#3b5998}
413
+ .ssbp--theme-9 .ssbp-facebook_save+.ssbp-each-share{color:#3b5998}.ssbp--theme-9 .ssbp-facebook-messenger{border-bottom:5px solid #0084ff;color:#0084ff}
414
+ .ssbp--theme-9 .ssbp-facebook-messenger:hover,.ssbp--theme-9 .ssbp-facebook-messenger:focus,.ssbp--theme-9 .ssbp-facebook-messenger:active{border-bottom:5px solid #0084ff}
415
+ .ssbp--theme-9 .ssbp-facebook-messenger:hover,.ssbp--theme-9 .ssbp-facebook-messenger:focus,.ssbp--theme-9 .ssbp-facebook-messenger:active,.ssbp--theme-9 .ssbp-facebook-messenger:visited{color:#0084ff}
416
+ .ssbp--theme-9 .ssbp-facebook-messenger+.ssbp-each-share{color:#0084ff}.ssbp--theme-9 .ssbp-flattr{border-bottom:5px solid #f67c1a;color:#f67c1a}
417
+ .ssbp--theme-9 .ssbp-flattr:hover,.ssbp--theme-9 .ssbp-flattr:focus,.ssbp--theme-9 .ssbp-flattr:active{border-bottom:5px solid #f67c1a}
418
+ .ssbp--theme-9 .ssbp-flattr:hover,.ssbp--theme-9 .ssbp-flattr:focus,.ssbp--theme-9 .ssbp-flattr:active,.ssbp--theme-9 .ssbp-flattr:visited{color:#f67c1a}
419
+ .ssbp--theme-9 .ssbp-flattr+.ssbp-each-share{color:#f67c1a}.ssbp--theme-9 .ssbp-google{border-bottom:5px solid #dc4e41;color:#dc4e41}
420
+ .ssbp--theme-9 .ssbp-google:hover,.ssbp--theme-9 .ssbp-google:focus,.ssbp--theme-9 .ssbp-google:active{border-bottom:5px solid #dc4e41}
421
+ .ssbp--theme-9 .ssbp-google:hover,.ssbp--theme-9 .ssbp-google:focus,.ssbp--theme-9 .ssbp-google:active,.ssbp--theme-9 .ssbp-google:visited{color:#dc4e41}
422
+ .ssbp--theme-9 .ssbp-google+.ssbp-each-share{color:#dc4e41}.ssbp--theme-9 .ssbp-linkedin{border-bottom:5px solid #007bb6;color:#007bb6}
423
+ .ssbp--theme-9 .ssbp-linkedin:hover,.ssbp--theme-9 .ssbp-linkedin:focus,.ssbp--theme-9 .ssbp-linkedin:active{border-bottom:5px solid #007bb6}
424
+ .ssbp--theme-9 .ssbp-linkedin:hover,.ssbp--theme-9 .ssbp-linkedin:focus,.ssbp--theme-9 .ssbp-linkedin:active,.ssbp--theme-9 .ssbp-linkedin:visited{color:#007bb6}
425
+ .ssbp--theme-9 .ssbp-linkedin+.ssbp-each-share{color:#007bb6}.ssbp--theme-9 .ssbp-pinterest{border-bottom:5px solid #ce1a19;color:#ce1a19}
426
+ .ssbp--theme-9 .ssbp-pinterest:hover,.ssbp--theme-9 .ssbp-pinterest:focus,.ssbp--theme-9 .ssbp-pinterest:active{border-bottom:5px solid #ce1a19}
427
+ .ssbp--theme-9 .ssbp-pinterest:hover,.ssbp--theme-9 .ssbp-pinterest:focus,.ssbp--theme-9 .ssbp-pinterest:active,.ssbp--theme-9 .ssbp-pinterest:visited{color:#ce1a19}
428
+ .ssbp--theme-9 .ssbp-pinterest+.ssbp-each-share{color:#ce1a19}.ssbp--theme-9 .ssbp-print{border-bottom:5px solid #1f6b43;color:#1f6b43}
429
+ .ssbp--theme-9 .ssbp-print:hover,.ssbp--theme-9 .ssbp-print:focus,.ssbp--theme-9 .ssbp-print:active{border-bottom:5px solid #1f6b43}
430
+ .ssbp--theme-9 .ssbp-print:hover,.ssbp--theme-9 .ssbp-print:focus,.ssbp--theme-9 .ssbp-print:active,.ssbp--theme-9 .ssbp-print:visited{color:#1f6b43}
431
+ .ssbp--theme-9 .ssbp-print+.ssbp-each-share{color:#1f6b43}.ssbp--theme-9 .ssbp-reddit{border-bottom:5px solid #ff4500;color:#ff4500}
432
+ .ssbp--theme-9 .ssbp-reddit:hover,.ssbp--theme-9 .ssbp-reddit:focus,.ssbp--theme-9 .ssbp-reddit:active{border-bottom:5px solid #ff4500}
433
+ .ssbp--theme-9 .ssbp-reddit:hover,.ssbp--theme-9 .ssbp-reddit:focus,.ssbp--theme-9 .ssbp-reddit:active,.ssbp--theme-9 .ssbp-reddit:visited{color:#ff4500}
434
+ .ssbp--theme-9 .ssbp-reddit+.ssbp-each-share{color:#ff4500}.ssbp--theme-9 .ssbp-simplesharebuttons{border-bottom:5px solid #4582ec;color:#4582ec}
435
+ .ssbp--theme-9 .ssbp-simplesharebuttons:hover,.ssbp--theme-9 .ssbp-simplesharebuttons:focus,.ssbp--theme-9 .ssbp-simplesharebuttons:active{border-bottom:5px solid #4582ec}
436
+ .ssbp--theme-9 .ssbp-simplesharebuttons:hover,.ssbp--theme-9 .ssbp-simplesharebuttons:focus,.ssbp--theme-9 .ssbp-simplesharebuttons:active,.ssbp--theme-9 .ssbp-simplesharebuttons:visited{color:#4582ec}
437
+ .ssbp--theme-9 .ssbp-simplesharebuttons+.ssbp-each-share{color:#4582ec}.ssbp--theme-9 .ssbp-stumbleupon{border-bottom:5px solid #eb4924;color:#eb4924}
438
+ .ssbp--theme-9 .ssbp-stumbleupon:hover,.ssbp--theme-9 .ssbp-stumbleupon:focus,.ssbp--theme-9 .ssbp-stumbleupon:active{border-bottom:5px solid #eb4924}
439
+ .ssbp--theme-9 .ssbp-stumbleupon:hover,.ssbp--theme-9 .ssbp-stumbleupon:focus,.ssbp--theme-9 .ssbp-stumbleupon:active,.ssbp--theme-9 .ssbp-stumbleupon:visited{color:#eb4924}
440
+ .ssbp--theme-9 .ssbp-stumbleupon+.ssbp-each-share{color:#eb4924}.ssbp--theme-9 .ssbp-tumblr{border-bottom:5px solid #2c4762;color:#2c4762}
441
+ .ssbp--theme-9 .ssbp-tumblr:hover,.ssbp--theme-9 .ssbp-tumblr:focus,.ssbp--theme-9 .ssbp-tumblr:active{border-bottom:5px solid #2c4762}
442
+ .ssbp--theme-9 .ssbp-tumblr:hover,.ssbp--theme-9 .ssbp-tumblr:focus,.ssbp--theme-9 .ssbp-tumblr:active,.ssbp--theme-9 .ssbp-tumblr:visited{color:#2c4762}
443
+ .ssbp--theme-9 .ssbp-tumblr+.ssbp-each-share{color:#2c4762}.ssbp--theme-9 .ssbp-twitter{border-bottom:5px solid #00a9f1;color:#00a9f1}
444
+ .ssbp--theme-9 .ssbp-twitter:hover,.ssbp--theme-9 .ssbp-twitter:focus,.ssbp--theme-9 .ssbp-twitter:active{border-bottom:5px solid #00a9f1}
445
+ .ssbp--theme-9 .ssbp-twitter:hover,.ssbp--theme-9 .ssbp-twitter:focus,.ssbp--theme-9 .ssbp-twitter:active,.ssbp--theme-9 .ssbp-twitter:visited{color:#00a9f1}
446
+ .ssbp--theme-9 .ssbp-twitter+.ssbp-each-share{color:#00a9f1}.ssbp--theme-9 .ssbp-vk{border-bottom:5px solid #45668e;color:#45668e}
447
+ .ssbp--theme-9 .ssbp-vk:hover,.ssbp--theme-9 .ssbp-vk:focus,.ssbp--theme-9 .ssbp-vk:active{border-bottom:5px solid #45668e}
448
+ .ssbp--theme-9 .ssbp-vk:hover,.ssbp--theme-9 .ssbp-vk:focus,.ssbp--theme-9 .ssbp-vk:active,.ssbp--theme-9 .ssbp-vk:visited{color:#45668e}
449
+ .ssbp--theme-9 .ssbp-vk+.ssbp-each-share{color:#45668e}.ssbp--theme-9 .ssbp-whatsapp{border-bottom:5px solid #34af23;color:#34af23}
450
+ .ssbp--theme-9 .ssbp-whatsapp:hover,.ssbp--theme-9 .ssbp-whatsapp:focus,.ssbp--theme-9 .ssbp-whatsapp:active{border-bottom:5px solid #34af23}
451
+ .ssbp--theme-9 .ssbp-whatsapp:hover,.ssbp--theme-9 .ssbp-whatsapp:focus,.ssbp--theme-9 .ssbp-whatsapp:active,.ssbp--theme-9 .ssbp-whatsapp:visited{color:#34af23}
452
+ .ssbp--theme-9 .ssbp-whatsapp+.ssbp-each-share{color:#34af23}.ssbp--theme-9 .ssbp-yummly{border-bottom:5px solid #e16120;color:#e16120}
453
+ .ssbp--theme-9 .ssbp-yummly:hover,.ssbp--theme-9 .ssbp-yummly:focus,.ssbp--theme-9 .ssbp-yummly:active{border-bottom:5px solid #e16120}
454
+ .ssbp--theme-9 .ssbp-yummly:hover,.ssbp--theme-9 .ssbp-yummly:focus,.ssbp--theme-9 .ssbp-yummly:active,.ssbp--theme-9 .ssbp-yummly:visited{color:#e16120}
455
+ .ssbp--theme-9 .ssbp-yummly+.ssbp-each-share{color:#e16120}.ssbp--theme-9 .ssbp-xing{border-bottom:5px solid #026466;color:#026466}
456
+ .ssbp--theme-9 .ssbp-xing:hover,.ssbp--theme-9 .ssbp-xing:focus,.ssbp--theme-9 .ssbp-xing:active{border-bottom:5px solid #026466}
457
+ .ssbp--theme-9 .ssbp-xing:hover,.ssbp--theme-9 .ssbp-xing:focus,.ssbp--theme-9 .ssbp-xing:active,.ssbp--theme-9 .ssbp-xing:visited{color:#026466}
458
+ .ssbp--theme-9 .ssbp-xing+.ssbp-each-share{color:#026466}.ssbp--theme-9 .ssbp-each-share{padding-top:3px;text-align:center;font-size:12px}
459
+ .ssbp--theme-9 .ssbp-each-share:before{content:"("}.ssbp--theme-9 .ssbp-each-share:after{content:")"}
460
+ .ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
461
+ .ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
462
+ .ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
463
+ .ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
464
+ .ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
465
+ .ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 0 !important;display:table-cell !important;width:auto;height:auto}
466
+ .ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
467
+ .ssbp--theme-10{overflow:hidden}.ssbp--theme-10 .ssbp-list li{margin:0}.ssbp--theme-10 .ssbp-btn{display:block;padding:.5em 1em;color:#fff;text-shadow:-1px -1px rgba(0,0,0,0.2);-webkit-transition:background-color .25s;transition:background-color .25s;border-bottom:0}
468
+ .ssbp--theme-10 .ssbp-btn:before{vertical-align:middle}.ssbp--theme-10 .ssbp-btn:active{box-shadow:inset 0 0 .5em rgba(0,0,0,0.33)}
469
+ .ssbp--theme-10 .ssbp-btn:hover,.ssbp--theme-10 .ssbp-btn:focus,.ssbp--theme-10 .ssbp-btn:active,.ssbp--theme-10 .ssbp-btn:visited{color:#fff}
470
+ .ssbp--theme-10.ssbp--centred .ssbp-input-url-div{position:relative;display:block;padding:10px}
471
+ .ssbp--theme-10.ssbp--centred .ssbp-input-url{width:100%;max-width:200px;border:1px solid #DDD;padding:8px 8px 8px 8px;font-size:20px;font-weight:400;line-height:1;color:#b3b3b3;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}
472
+ .ssbp--theme-10.ssbp--centred .ssbp-total-shares{display:block;line-height:1}.ssbp--theme-10.ssbp--centred .ssbp-total-shares b{font-size:70px;color:#4582ec}
473
+ .ssbp--theme-10.ssbp--centred .ssbp-total-shares:after{content:'Shares';display:block;font-family:'Lato',sans-serif;font-weight:700;font-size:30px;text-transform:uppercase;color:#b3b3b3}
474
+ @media only screen and (min-width:481px){.ssbp--theme-10.ssbp--centred .ssbp-input-url-div{float:right;width:50%;padding:35px 20px;text-align:left}
475
+ .ssbp--theme-10.ssbp--centred .ssbp-total-shares{width:50%;text-align:right}}.ssbp--theme-10 .ssbp-buffer{background-color:#272727}
476
+ .ssbp--theme-10 .ssbp-buffer:hover,.ssbp--theme-10 .ssbp-buffer:focus,.ssbp--theme-10 .ssbp-buffer:active,.ssbp--theme-10 .ssbp-buffer+.ssbp-each-share{background-color:#0e0e0e}
477
+ .ssbp--theme-10 .ssbp-diggit{background-color:#14589e}.ssbp--theme-10 .ssbp-diggit:hover,.ssbp--theme-10 .ssbp-diggit:focus,.ssbp--theme-10 .ssbp-diggit:active,.ssbp--theme-10 .ssbp-diggit+.ssbp-each-share{background-color:#0e3f71}
478
+ .ssbp--theme-10 .ssbp-email{background-color:#787878}.ssbp--theme-10 .ssbp-email:hover,.ssbp--theme-10 .ssbp-email:focus,.ssbp--theme-10 .ssbp-email:active,.ssbp--theme-10 .ssbp-email+.ssbp-each-share{background-color:#5f5f5f}
479
+ .ssbp--theme-10 .ssbp-ellipsis{background-color:#4582ec}.ssbp--theme-10 .ssbp-ellipsis:hover,.ssbp--theme-10 .ssbp-ellipsis:focus,.ssbp--theme-10 .ssbp-ellipsis:active,.ssbp--theme-10 .ssbp-ellipsis+.ssbp-each-share{background-color:#1863e6}
480
+ .ssbp--theme-10 .ssbp-facebook{background-color:#3b5998}.ssbp--theme-10 .ssbp-facebook:hover,.ssbp--theme-10 .ssbp-facebook:focus,.ssbp--theme-10 .ssbp-facebook:active,.ssbp--theme-10 .ssbp-facebook+.ssbp-each-share{background-color:#2d4373}
481
+ .ssbp--theme-10 .ssbp-facebook_save{background-color:#3b5998}.ssbp--theme-10 .ssbp-facebook_save:hover,.ssbp--theme-10 .ssbp-facebook_save:focus,.ssbp--theme-10 .ssbp-facebook_save:active,.ssbp--theme-10 .ssbp-facebook_save+.ssbp-each-share{background-color:#2d4373}
482
+ .ssbp--theme-10 .ssbp-facebook-messenger{background-color:#0084ff}.ssbp--theme-10 .ssbp-facebook-messenger:hover,.ssbp--theme-10 .ssbp-facebook-messenger:focus,.ssbp--theme-10 .ssbp-facebook-messenger:active,.ssbp--theme-10 .ssbp-facebook-messenger+.ssbp-each-share{background-color:#006acc}
483
+ .ssbp--theme-10 .ssbp-flattr{background-color:#f67c1a}.ssbp--theme-10 .ssbp-flattr:hover,.ssbp--theme-10 .ssbp-flattr:focus,.ssbp--theme-10 .ssbp-flattr:active,.ssbp--theme-10 .ssbp-flattr+.ssbp-each-share{background-color:#d56308}
484
+ .ssbp--theme-10 .ssbp-google{background-color:#dc4e41}.ssbp--theme-10 .ssbp-google:hover,.ssbp--theme-10 .ssbp-google:focus,.ssbp--theme-10 .ssbp-google:active,.ssbp--theme-10 .ssbp-google+.ssbp-each-share{background-color:#c63224}
485
+ .ssbp--theme-10 .ssbp-linkedin{background-color:#007bb6}.ssbp--theme-10 .ssbp-linkedin:hover,.ssbp--theme-10 .ssbp-linkedin:focus,.ssbp--theme-10 .ssbp-linkedin:active,.ssbp--theme-10 .ssbp-linkedin+.ssbp-each-share{background-color:#005983}
486
+ .ssbp--theme-10 .ssbp-pinterest{background-color:#ce1a19}.ssbp--theme-10 .ssbp-pinterest:hover,.ssbp--theme-10 .ssbp-pinterest:focus,.ssbp--theme-10 .ssbp-pinterest:active,.ssbp--theme-10 .ssbp-pinterest+.ssbp-each-share{background-color:#a11413}
487
+ .ssbp--theme-10 .ssbp-print{background-color:#1f6b43}.ssbp--theme-10 .ssbp-print:hover,.ssbp--theme-10 .ssbp-print:focus,.ssbp--theme-10 .ssbp-print:active,.ssbp--theme-10 .ssbp-print+.ssbp-each-share{background-color:#14432a}
488
+ .ssbp--theme-10 .ssbp-reddit{background-color:#ff4500}.ssbp--theme-10 .ssbp-reddit:hover,.ssbp--theme-10 .ssbp-reddit:focus,.ssbp--theme-10 .ssbp-reddit:active,.ssbp--theme-10 .ssbp-reddit+.ssbp-each-share{background-color:#cc3700}
489
+ .ssbp--theme-10 .ssbp-simplesharebuttons{background-color:#4582ec}.ssbp--theme-10 .ssbp-simplesharebuttons:hover,.ssbp--theme-10 .ssbp-simplesharebuttons:focus,.ssbp--theme-10 .ssbp-simplesharebuttons:active,.ssbp--theme-10 .ssbp-simplesharebuttons+.ssbp-each-share{background-color:#1863e6}
490
+ .ssbp--theme-10 .ssbp-stumbleupon{background-color:#eb4924}.ssbp--theme-10 .ssbp-stumbleupon:hover,.ssbp--theme-10 .ssbp-stumbleupon:focus,.ssbp--theme-10 .ssbp-stumbleupon:active,.ssbp--theme-10 .ssbp-stumbleupon+.ssbp-each-share{background-color:#ca3412}
491
+ .ssbp--theme-10 .ssbp-tumblr{background-color:#2c4762}.ssbp--theme-10 .ssbp-tumblr:hover,.ssbp--theme-10 .ssbp-tumblr:focus,.ssbp--theme-10 .ssbp-tumblr:active,.ssbp--theme-10 .ssbp-tumblr+.ssbp-each-share{background-color:#1c2e3f}
492
+ .ssbp--theme-10 .ssbp-twitter{background-color:#00a9f1}.ssbp--theme-10 .ssbp-twitter:hover,.ssbp--theme-10 .ssbp-twitter:focus,.ssbp--theme-10 .ssbp-twitter:active,.ssbp--theme-10 .ssbp-twitter+.ssbp-each-share{background-color:#0085be}
493
+ .ssbp--theme-10 .ssbp-vk{background-color:#45668e}.ssbp--theme-10 .ssbp-vk:hover,.ssbp--theme-10 .ssbp-vk:focus,.ssbp--theme-10 .ssbp-vk:active,.ssbp--theme-10 .ssbp-vk+.ssbp-each-share{background-color:#344d6c}
494
+ .ssbp--theme-10 .ssbp-whatsapp{background-color:#34af23}.ssbp--theme-10 .ssbp-whatsapp:hover,.ssbp--theme-10 .ssbp-whatsapp:focus,.ssbp--theme-10 .ssbp-whatsapp:active,.ssbp--theme-10 .ssbp-whatsapp+.ssbp-each-share{background-color:#27851b}
495
+ .ssbp--theme-10 .ssbp-yummly{background-color:#e16120}.ssbp--theme-10 .ssbp-yummly:hover,.ssbp--theme-10 .ssbp-yummly:focus,.ssbp--theme-10 .ssbp-yummly:active,.ssbp--theme-10 .ssbp-yummly+.ssbp-each-share{background-color:#b64d18}
496
+ .ssbp--theme-10 .ssbp-xing{background-color:#026466}.ssbp--theme-10 .ssbp-xing:hover,.ssbp--theme-10 .ssbp-xing:focus,.ssbp--theme-10 .ssbp-xing:active,.ssbp--theme-10 .ssbp-xing+.ssbp-each-share{background-color:#013334}
497
+ .ssbp--theme-10 .ssbp-each-share{padding:2px;font-size:10px;text-align:center;color:#FFF}
498
+ .ssbp--theme-2 .ssbp-toggle-switch,.ssbp--theme-3 .ssbp-toggle-switch,.ssbp--theme-10 .ssbp-toggle-switch,.ssbp--theme-11 .ssbp-toggle-switch{background:#4c4c4c;background:rgba(39,39,39,0.8);border-radius:0;color:#fff}
499
+ .ssbp--theme-2 .ssbp-toggle-switch:active,.ssbp--theme-3 .ssbp-toggle-switch:active,.ssbp--theme-10 .ssbp-toggle-switch:active,.ssbp--theme-11 .ssbp-toggle-switch:active,.ssbp--theme-2 .ssbp-toggle-switch:hover,.ssbp--theme-3 .ssbp-toggle-switch:hover,.ssbp--theme-10 .ssbp-toggle-switch:hover,.ssbp--theme-11 .ssbp-toggle-switch:hover,.ssbp--theme-2 .ssbp-toggle-switch:focus,.ssbp--theme-3 .ssbp-toggle-switch:focus,.ssbp--theme-10 .ssbp-toggle-switch:focus,.ssbp--theme-11 .ssbp-toggle-switch:focus{background:#4c4c4c;background:rgba(39,39,39,0.9)}
500
+ .ssbp--theme-1 .ssbp-toggle-switch,.ssbp--theme-4 .ssbp-toggle-switch,.ssbp--theme-5 .ssbp-toggle-switch,.ssbp--theme-6 .ssbp-toggle-switch,.ssbp--theme-7 .ssbp-toggle-switch,.ssbp--theme-8 .ssbp-toggle-switch,.ssbp--theme-9 .ssbp-toggle-switch{background:#fff;background:rgba(255,255,255,0.8);color:#272727;border-radius:0}
501
+ .ssbp--theme-1 .ssbp-toggle-switch:active,.ssbp--theme-4 .ssbp-toggle-switch:active,.ssbp--theme-5 .ssbp-toggle-switch:active,.ssbp--theme-6 .ssbp-toggle-switch:active,.ssbp--theme-7 .ssbp-toggle-switch:active,.ssbp--theme-8 .ssbp-toggle-switch:active,.ssbp--theme-9 .ssbp-toggle-switch:active,.ssbp--theme-1 .ssbp-toggle-switch:hover,.ssbp--theme-4 .ssbp-toggle-switch:hover,.ssbp--theme-5 .ssbp-toggle-switch:hover,.ssbp--theme-6 .ssbp-toggle-switch:hover,.ssbp--theme-7 .ssbp-toggle-switch:hover,.ssbp--theme-8 .ssbp-toggle-switch:hover,.ssbp--theme-9 .ssbp-toggle-switch:hover,.ssbp--theme-1 .ssbp-toggle-switch:focus,.ssbp--theme-4 .ssbp-toggle-switch:focus,.ssbp--theme-5 .ssbp-toggle-switch:focus,.ssbp--theme-6 .ssbp-toggle-switch:focus,.ssbp--theme-7 .ssbp-toggle-switch:focus,.ssbp--theme-8 .ssbp-toggle-switch:focus,.ssbp--theme-9 .ssbp-toggle-switch:focus{background:#fff;background:rgba(255,255,255,0.9)}
502
+ .ssbp--theme-2.ssbp--centred .ssbp-list,.ssbp--theme-3.ssbp--centred .ssbp-list,.ssbp--theme-5.ssbp--centred .ssbp-list,.ssbp--theme-7.ssbp--centred .ssbp-list,.ssbp--theme-8.ssbp--centred .ssbp-list,.ssbp--theme-9.ssbp--centred .ssbp-list,.ssbp--theme-10.ssbp--centred .ssbp-list,.ssbp--theme-11.ssbp--centred .ssbp-list{display:table;table-layout:fixed;width:100%}
503
+ .ssbp--theme-2.ssbp--centred .ssbp-list li,.ssbp--theme-3.ssbp--centred .ssbp-list li,.ssbp--theme-5.ssbp--centred .ssbp-list li,.ssbp--theme-7.ssbp--centred .ssbp-list li,.ssbp--theme-8.ssbp--centred .ssbp-list li,.ssbp--theme-9.ssbp--centred .ssbp-list li,.ssbp--theme-10.ssbp--centred .ssbp-list li,.ssbp--theme-11.ssbp--centred .ssbp-list li{display:inline-block !important;margin:0 0 !important;display:table-cell !important;width:auto;height:auto}
504
+ .ssbp--theme-2.ssbp--centred .ssbp-btn,.ssbp--theme-3.ssbp--centred .ssbp-btn,.ssbp--theme-5.ssbp--centred .ssbp-btn,.ssbp--theme-7.ssbp--centred .ssbp-btn,.ssbp--theme-8.ssbp--centred .ssbp-btn,.ssbp--theme-9.ssbp--centred .ssbp-btn,.ssbp--theme-10.ssbp--centred .ssbp-btn,.ssbp--theme-11.ssbp--centred .ssbp-btn{display:block;width:auto}
505
+ .ssbp--theme-11{margin-left:-5px;margin-right:-5px}.ssbp--theme-11 .ssbp-list li{margin:0}
506
+ .ssbp--theme-11 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12px;line-height:1.2;font-size:11px}
507
+ .ssbp--theme-11 .ssbp-btn{width:auto !important;height:auto !important;display:block;padding:.6em 1em;margin:5px;text-transform:uppercase;color:#fff;font-size:11px;-webkit-transition:background-color .25s;transition:background-color .25s;border-bottom:0;border-radius:5px}
508
+ .ssbp--theme-11 .ssbp-btn:before{display:none}.ssbp--theme-11 .ssbp-btn:active{box-shadow:inset 0 0 .5em rgba(0,0,0,0.33)}
509
+ .ssbp--theme-11 .ssbp-btn:hover,.ssbp--theme-11 .ssbp-btn:focus,.ssbp--theme-11 .ssbp-btn:active,.ssbp--theme-11 .ssbp-btn:visited{color:#fff}
510
+ .ssbp--theme-11 .ssbp-buffer{background-color:#272727}.ssbp--theme-11 .ssbp-buffer:hover,.ssbp--theme-11 .ssbp-buffer:focus,.ssbp--theme-11 .ssbp-buffer:active,.ssbp--theme-11 .ssbp-buffer+.ssbp-each-share{background-color:#0e0e0e}
511
+ .ssbp--theme-11 .ssbp-diggit{background-color:#14589e}.ssbp--theme-11 .ssbp-diggit:hover,.ssbp--theme-11 .ssbp-diggit:focus,.ssbp--theme-11 .ssbp-diggit:active,.ssbp--theme-11 .ssbp-diggit+.ssbp-each-share{background-color:#0e3f71}
512
+ .ssbp--theme-11 .ssbp-email{background-color:#787878}.ssbp--theme-11 .ssbp-email:hover,.ssbp--theme-11 .ssbp-email:focus,.ssbp--theme-11 .ssbp-email:active,.ssbp--theme-11 .ssbp-email+.ssbp-each-share{background-color:#5f5f5f}
513
+ .ssbp--theme-11 .ssbp-ellipsis{background-color:#4582ec}.ssbp--theme-11 .ssbp-ellipsis:hover,.ssbp--theme-11 .ssbp-ellipsis:focus,.ssbp--theme-11 .ssbp-ellipsis:active,.ssbp--theme-11 .ssbp-ellipsis+.ssbp-each-share{background-color:#1863e6}
514
+ .ssbp--theme-11 .ssbp-facebook{background-color:#3b5998}.ssbp--theme-11 .ssbp-facebook:hover,.ssbp--theme-11 .ssbp-facebook:focus,.ssbp--theme-11 .ssbp-facebook:active,.ssbp--theme-11 .ssbp-facebook+.ssbp-each-share{background-color:#2d4373}
515
+ .ssbp--theme-11 .ssbp-facebook_save{background-color:#3b5998}.ssbp--theme-11 .ssbp-facebook_save:hover,.ssbp--theme-11 .ssbp-facebook_save:focus,.ssbp--theme-11 .ssbp-facebook_save:active,.ssbp--theme-11 .ssbp-facebook_save+.ssbp-each-share{background-color:#2d4373}
516
+ .ssbp--theme-11 .ssbp-facebook-messenger{background-color:#0084ff}.ssbp--theme-11 .ssbp-facebook-messenger:hover,.ssbp--theme-11 .ssbp-facebook-messenger:focus,.ssbp--theme-11 .ssbp-facebook-messenger:active,.ssbp--theme-11 .ssbp-facebook-messenger+.ssbp-each-share{background-color:#006acc}
517
+ .ssbp--theme-11 .ssbp-flattr{background-color:#f67c1a}.ssbp--theme-11 .ssbp-flattr:hover,.ssbp--theme-11 .ssbp-flattr:focus,.ssbp--theme-11 .ssbp-flattr:active,.ssbp--theme-11 .ssbp-flattr+.ssbp-each-share{background-color:#d56308}
518
+ .ssbp--theme-11 .ssbp-google{background-color:#dc4e41}.ssbp--theme-11 .ssbp-google:hover,.ssbp--theme-11 .ssbp-google:focus,.ssbp--theme-11 .ssbp-google:active,.ssbp--theme-11 .ssbp-google+.ssbp-each-share{background-color:#c63224}
519
+ .ssbp--theme-11 .ssbp-linkedin{background-color:#007bb6}.ssbp--theme-11 .ssbp-linkedin:hover,.ssbp--theme-11 .ssbp-linkedin:focus,.ssbp--theme-11 .ssbp-linkedin:active,.ssbp--theme-11 .ssbp-linkedin+.ssbp-each-share{background-color:#005983}
520
+ .ssbp--theme-11 .ssbp-pinterest{background-color:#ce1a19}.ssbp--theme-11 .ssbp-pinterest:hover,.ssbp--theme-11 .ssbp-pinterest:focus,.ssbp--theme-11 .ssbp-pinterest:active,.ssbp--theme-11 .ssbp-pinterest+.ssbp-each-share{background-color:#a11413}
521
+ .ssbp--theme-11 .ssbp-print{background-color:#1f6b43}.ssbp--theme-11 .ssbp-print:hover,.ssbp--theme-11 .ssbp-print:focus,.ssbp--theme-11 .ssbp-print:active,.ssbp--theme-11 .ssbp-print+.ssbp-each-share{background-color:#14432a}
522
+ .ssbp--theme-11 .ssbp-reddit{background-color:#ff4500}.ssbp--theme-11 .ssbp-reddit:hover,.ssbp--theme-11 .ssbp-reddit:focus,.ssbp--theme-11 .ssbp-reddit:active,.ssbp--theme-11 .ssbp-reddit+.ssbp-each-share{background-color:#cc3700}
523
+ .ssbp--theme-11 .ssbp-simplesharebuttons{background-color:#4582ec}.ssbp--theme-11 .ssbp-simplesharebuttons:hover,.ssbp--theme-11 .ssbp-simplesharebuttons:focus,.ssbp--theme-11 .ssbp-simplesharebuttons:active,.ssbp--theme-11 .ssbp-simplesharebuttons+.ssbp-each-share{background-color:#1863e6}
524
+ .ssbp--theme-11 .ssbp-stumbleupon{background-color:#eb4924}.ssbp--theme-11 .ssbp-stumbleupon:hover,.ssbp--theme-11 .ssbp-stumbleupon:focus,.ssbp--theme-11 .ssbp-stumbleupon:active,.ssbp--theme-11 .ssbp-stumbleupon+.ssbp-each-share{background-color:#ca3412}
525
+ .ssbp--theme-11 .ssbp-tumblr{background-color:#2c4762}.ssbp--theme-11 .ssbp-tumblr:hover,.ssbp--theme-11 .ssbp-tumblr:focus,.ssbp--theme-11 .ssbp-tumblr:active,.ssbp--theme-11 .ssbp-tumblr+.ssbp-each-share{background-color:#1c2e3f}
526
+ .ssbp--theme-11 .ssbp-twitter{background-color:#00a9f1}.ssbp--theme-11 .ssbp-twitter:hover,.ssbp--theme-11 .ssbp-twitter:focus,.ssbp--theme-11 .ssbp-twitter:active,.ssbp--theme-11 .ssbp-twitter+.ssbp-each-share{background-color:#0085be}
527
+ .ssbp--theme-11 .ssbp-vk{background-color:#45668e}.ssbp--theme-11 .ssbp-vk:hover,.ssbp--theme-11 .ssbp-vk:focus,.ssbp--theme-11 .ssbp-vk:active,.ssbp--theme-11 .ssbp-vk+.ssbp-each-share{background-color:#344d6c}
528
+ .ssbp--theme-11 .ssbp-whatsapp{background-color:#34af23}.ssbp--theme-11 .ssbp-whatsapp:hover,.ssbp--theme-11 .ssbp-whatsapp:focus,.ssbp--theme-11 .ssbp-whatsapp:active,.ssbp--theme-11 .ssbp-whatsapp+.ssbp-each-share{background-color:#27851b}
529
+ .ssbp--theme-11 .ssbp-yummly{background-color:#e16120}.ssbp--theme-11 .ssbp-yummly:hover,.ssbp--theme-11 .ssbp-yummly:focus,.ssbp--theme-11 .ssbp-yummly:active,.ssbp--theme-11 .ssbp-yummly+.ssbp-each-share{background-color:#b64d18}
530
+ .ssbp--theme-11 .ssbp-xing{background-color:#026466}.ssbp--theme-11 .ssbp-xing:hover,.ssbp--theme-11 .ssbp-xing:focus,.ssbp--theme-11 .ssbp-xing:active,.ssbp--theme-11 .ssbp-xing+.ssbp-each-share{background-color:#013334}
531
+ .ssbp--theme-11 .ssbp-each-share{padding:2px;font-size:10px;margin-right:5px;margin-left:5px;text-align:center;color:#FFF;border-radius:5px}
532
+ #ssba-bar-2.left{position:fixed;top:25vh;z-index:10000}#ssba-bar-2.right{position:fixed;right:0;top:25vh;z-index:10000}
533
+ #ssba-bar-2.left .ssbp-bar-list{max-width:84px;text-align:left;min-width:auto;margin:0;padding:0;list-style:none}
534
+ #ssba-bar-2.right .ssbp-bar-list{max-width:84px;text-align:right;min-width:auto;margin:0;padding:0;list-style:none}
535
+ #ssba-bar-2 .ssbp-bar-list li{margin:0;margin-left:0;margin-right:0;display:block;position:relative}
536
+ #ssba-bar-2 ul li a{max-width:84px;display:block}.ssba-plus-2{width:100%}.ssba-classic-2{width:100%}
537
+ .ssbp-each-share,#ssba-bar-2 li .ssbp-each-share{display:block}.right li .ssbp-each-share{left:unset;right:100%;margin-right:-12px;margin-left:0}
538
+ .ssbp-fb-save:before{content:url("../images/facebook_save.svg");left:0;padding:5px 8px 0;position:absolute;top:0;width:100%}
539
+ .ssbp--theme-8 .ssbp-fb-save:before{content:url("../images/facebook_save-black.svg")}.ssbp--theme-1 .ssbp-fb-save,.ssbp--theme-2 .ssbp-fb-save,.ssbp--theme-3 .ssbp-fb-save,.ssbp--theme-4 .ssbp-fb-save,.ssbp--theme-5 .ssbp-fb-save,.ssbp--theme-10 .ssbp-fb-save:before,.ssbp--theme-11 .ssbp-fb-save{transition:background-color,.5s;background-color:#e12828;display:block}
540
+ .ssbp--theme-6 .ssbp-fb-save,.ssbp--theme-7 .ssbp-fb-save{border-color:#e12828;display:block}
541
+ .ssbp--theme-8 .ssbp-fb-save,.ssbp--theme-9 .ssbp-fb-save{display:block}.ssbp--theme-6 .ssbp-fb-save:before,.ssbp--theme-7 .ssbp-fb-save:before,.ssbp--theme-9 .ssbp-fb-save:before{content:url("../images/facebook_save-hover.svg")}
542
+ .ssbp--theme-1 .ssbp-fb-save:before,.ssbp--theme-2 .ssbp-fb-save:before,.ssbp--theme-3 .ssbp-fb-save:before,.ssbp--theme-4 .ssbp-fb-save:before,.ssbp--theme-5 .ssbp-fb-save:before,.ssbp--theme-6 .ssbp-fb-save:before,.ssbp--theme-7 .ssbp-fb-save:before{left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
543
+ .ssbp--theme-1 .ssbp-fb-save:hover,.ssbp--theme-1 .ssbp-fb-save:focus,.ssbp--theme-1 .ssbp-fb-save:active{color:#e12828;border-color:#e12828}
544
+ .ssbp--theme-6 .ssbp-fb-save:hover,.ssbp--theme-6 .ssbp-fb-save:focus,.ssbp--theme-6 .ssbp-fb-save:active,.ssbp--theme-7 .ssbp-fb-save:hover,.ssbp--theme-7 .ssbp-fb-save:focus,.ssbp--theme-7 .ssbp-fb-save:active{background-color:#e12828}
545
+ .ssbp--theme-2 .ssbp-fb-save:hover,.ssbp--theme-2 .ssbp-fb-save:focus,.ssbp--theme-2 .ssbp-fb-save:active,.ssbp--theme-3 .ssbp-fb-save:hover,.ssbp--theme-3 .ssbp-fb-save:focus,.ssbp--theme-3 .ssbp-fb-save:active,.ssbp--theme-10 .ssbp-fb-save:hover:before,.ssbp--theme-10 .ssbp-fb-save:focus:before,.ssbp--theme-10 .ssbp-fb-save:active:before,.ssbp--theme-11 .ssbp-fb-save:hover,.ssbp--theme-11 .ssbp-fb-save:focus,.ssbp--theme-11 .ssbp-fb-save:active{border-color:#850404;background-color:#850404}
546
+ .ssbp--theme-1 .ssbp-fb-save:hover:before,.ssbp--theme-1 .ssbp-fb-save:focus:before,.ssbp--theme-1 .ssbp-fb-save:active:before{content:url("../images/facebook_save-hover.svg");left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
547
+ .ssbp--theme-6 .ssbp-fb-save:hover:before,.ssbp--theme-6 .ssbp-fb-save:focus:before,.ssbp--theme-6 .ssbp-fb-save:active:before,.ssbp--theme-7 .ssbp-fb-save:hover:before,.ssbp--theme-7 .ssbp-fb-save:focus:before,.ssbp--theme-7 .ssbp-fb-save:active:before,.ssbp--theme-8 .ssbp-fb-save:hover:before,.ssbp--theme-8 .ssbp-fb-save:focus:before,.ssbp--theme-8 .ssbp-fb-save:active:before{content:url("../images/facebook_save.svg")}
548
+ .ssbp--theme-1 .ssbp-fb-save+.ssbp-each-share,.ssbp--theme-2 .ssbp-fb-save+.ssbp-each-share,.ssbp--theme-3 .ssbp-fb-save+.ssbp-each-share,.ssbp--theme-4 .ssbp-fb-save+.ssbp-each-share,.ssbp--theme-5 .ssbp-fb-save+.ssbp-each-share,.ssbp--theme-6 .ssbp-fb-save+.ssbp-each-share,.ssbp--theme-7 .ssbp-fb-save+.ssbp-each-share{background-color:#e12828}
549
+ .ssbp--theme-2 .ssbp-btn.ssbp-fb-save:hover:before,.ssbp--theme-2 .ssbp-btn.ssbp-fb-save:focus:before,.ssbp--theme-2 .ssbp-btn.ssbp-fb-save:active:before,.ssbp--theme-3 .ssbp-btn.ssbp-fb-save:hover:before,.ssbp--theme-3 .ssbp-btn.ssbp-fb-save:focus:before,.ssbp--theme-3 .ssbp-btn.ssbp-fb-save:active:before,.ssbp--theme-4 .ssbp-btn.ssbp-fb-save:hover:before,.ssbp--theme-4 .ssbp-btn.ssbp-fb-save:focus:before,.ssbp--theme-4 .ssbp-btn.ssbp-fb-save:active:before,.ssbp--theme-5 .ssbp-btn.ssbp-fb-save:hover:before,.ssbp--theme-5 .ssbp-btn.ssbp-fb-save:focus:before,.ssbp--theme-5 .ssbp-btn.ssbp-fb-save:active:before,.ssbp--theme-6 .ssbp-btn.ssbp-fb-save:hover:before,.ssbp--theme-6 .ssbp-btn.ssbp-fb-save:focus:before,.ssbp--theme-6 .ssbp-btn.ssbp-fb-save:active:before,.ssbp--theme-7 .ssbp-btn.ssbp-fb-save:hover:before,.ssbp--theme-7 .ssbp-btn.ssbp-fb-save:focus:before,.ssbp--theme-7 .ssbp-btn.ssbp-fb-save:active:before{transform:translate(-50%,-37%) !important;left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%}
550
+ .ssbp--theme-5 .ssbp-fb-save{background-color:#e12828;box-shadow:0 8px 0 #850404,0 10px 12px rgba(0,0,0,0.33)}
551
+ .ssbp--theme-5 .ssbp-fb-save:active{box-shadow:0 4px 0 #e12828,0 5px 6px rgba(0,0,0,0.33)}
552
+ .ssbp--theme-3 .ssbp-text,.ssbp--theme-7 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12.1px;margin-left:0;text-shadow:-1px -1px rgba(0,0,0,0.2);position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}
553
+ .ssbp--theme-7 .ssbp-li--fb-save .ssbp-text{color:#e12828}.ssbp--theme-7 .ssbp-li--fb-save:hover .ssbp-text{color:#fff}
554
+ .ssbp--theme-9 .ssbp-li--fb-save{border-bottom:5px solid #e12828}.ssbp--theme-9 .ssbp-fb-save{height:43px !important}
555
+ .ssbp--theme-9 .ssbp-li--fb-save:hover{border-bottom:5px solid rgba(225,40,40,0.59)}
556
+ .ssbp--theme-9 .ssbp-li--fb-save .ssbp-fb-save:before{padding:9px 14px 0}.ssbp--theme-10 .ssbp-fb-save{width:40px !important}
557
+ .ssbp--theme-10 .ssbp-fb-save:before{padding:11px 8px 8px}.ssbp-flipboard:before{content:url("../images/flipboard.svg");left:0;padding:5px 8px 0;position:absolute;top:0;width:100%}
558
+ .ssbp--theme-8 .ssbp-flipboard:before{content:url("../images/flipboard-black.svg")}.ssbp--theme-1 .ssbp-flipboard,.ssbp--theme-2 .ssbp-flipboard,.ssbp--theme-3 .ssbp-flipboard,.ssbp--theme-4 .ssbp-flipboard,.ssbp--theme-5 .ssbp-flipboard,.ssbp--theme-10 .ssbp-flipboard:before,.ssbp--theme-11 .ssbp-flipboard{transition:background-color,.5s;background-color:#e12828;display:block}
559
+ .ssbp--theme-6 .ssbp-flipboard,.ssbp--theme-7 .ssbp-flipboard{border-color:#e12828;display:block}
560
+ .ssbp--theme-8 .ssbp-flipboard,.ssbp--theme-9 .ssbp-flipboard{display:block}.ssbp--theme-6 .ssbp-flipboard:before,.ssbp--theme-7 .ssbp-flipboard:before,.ssbp--theme-9 .ssbp-flipboard:before{content:url("../images/flipboard-hover.svg")}
561
+ .ssbp--theme-1 .ssbp-flipboard:before,.ssbp--theme-2 .ssbp-flipboard:before,.ssbp--theme-3 .ssbp-flipboard:before,.ssbp--theme-4 .ssbp-flipboard:before,.ssbp--theme-5 .ssbp-flipboard:before,.ssbp--theme-6 .ssbp-flipboard:before,.ssbp--theme-7 .ssbp-flipboard:before{left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
562
+ .ssbp--theme-1 .ssbp-flipboard:hover,.ssbp--theme-1 .ssbp-flipboard:focus,.ssbp--theme-1 .ssbp-flipboard:active{color:#e12828;border-color:#e12828}
563
+ .ssbp--theme-6 .ssbp-flipboard:hover,.ssbp--theme-6 .ssbp-flipboard:focus,.ssbp--theme-6 .ssbp-flipboard:active,.ssbp--theme-7 .ssbp-flipboard:hover,.ssbp--theme-7 .ssbp-flipboard:focus,.ssbp--theme-7 .ssbp-flipboard:active{background-color:#e12828}
564
+ .ssbp--theme-2 .ssbp-flipboard:hover,.ssbp--theme-2 .ssbp-flipboard:focus,.ssbp--theme-2 .ssbp-flipboard:active,.ssbp--theme-3 .ssbp-flipboard:hover,.ssbp--theme-3 .ssbp-flipboard:focus,.ssbp--theme-3 .ssbp-flipboard:active,.ssbp--theme-10 .ssbp-flipboard:hover:before,.ssbp--theme-10 .ssbp-flipboard:focus:before,.ssbp--theme-10 .ssbp-flipboard:active:before,.ssbp--theme-11 .ssbp-flipboard:hover,.ssbp--theme-11 .ssbp-flipboard:focus,.ssbp--theme-11 .ssbp-flipboard:active{border-color:#850404;background-color:#850404}
565
+ .ssbp--theme-1 .ssbp-flipboard:hover:before,.ssbp--theme-1 .ssbp-flipboard:focus:before,.ssbp--theme-1 .ssbp-flipboard:active:before{content:url("../images/flipboard-hover.svg");left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
566
+ .ssbp--theme-6 .ssbp-flipboard:hover:before,.ssbp--theme-6 .ssbp-flipboard:focus:before,.ssbp--theme-6 .ssbp-flipboard:active:before,.ssbp--theme-7 .ssbp-flipboard:hover:before,.ssbp--theme-7 .ssbp-flipboard:focus:before,.ssbp--theme-7 .ssbp-flipboard:active:before,.ssbp--theme-8 .ssbp-flipboard:hover:before,.ssbp--theme-8 .ssbp-flipboard:focus:before,.ssbp--theme-8 .ssbp-flipboard:active:before{content:url("../images/flipboard.svg")}
567
+ .ssbp--theme-1 .ssbp-flipboard+.ssbp-each-share,.ssbp--theme-2 .ssbp-flipboard+.ssbp-each-share,.ssbp--theme-3 .ssbp-flipboard+.ssbp-each-share,.ssbp--theme-4 .ssbp-flipboard+.ssbp-each-share,.ssbp--theme-5 .ssbp-flipboard+.ssbp-each-share,.ssbp--theme-6 .ssbp-flipboard+.ssbp-each-share,.ssbp--theme-7 .ssbp-flipboard+.ssbp-each-share{background-color:#e12828}
568
+ .ssbp--theme-2 .ssbp-btn.ssbp-flipboard:hover:before,.ssbp--theme-2 .ssbp-btn.ssbp-flipboard:focus:before,.ssbp--theme-2 .ssbp-btn.ssbp-flipboard:active:before,.ssbp--theme-3 .ssbp-btn.ssbp-flipboard:hover:before,.ssbp--theme-3 .ssbp-btn.ssbp-flipboard:focus:before,.ssbp--theme-3 .ssbp-btn.ssbp-flipboard:active:before,.ssbp--theme-4 .ssbp-btn.ssbp-flipboard:hover:before,.ssbp--theme-4 .ssbp-btn.ssbp-flipboard:focus:before,.ssbp--theme-4 .ssbp-btn.ssbp-flipboard:active:before,.ssbp--theme-5 .ssbp-btn.ssbp-flipboard:hover:before,.ssbp--theme-5 .ssbp-btn.ssbp-flipboard:focus:before,.ssbp--theme-5 .ssbp-btn.ssbp-flipboard:active:before,.ssbp--theme-6 .ssbp-btn.ssbp-flipboard:hover:before,.ssbp--theme-6 .ssbp-btn.ssbp-flipboard:focus:before,.ssbp--theme-6 .ssbp-btn.ssbp-flipboard:active:before,.ssbp--theme-7 .ssbp-btn.ssbp-flipboard:hover:before,.ssbp--theme-7 .ssbp-btn.ssbp-flipboard:focus:before,.ssbp--theme-7 .ssbp-btn.ssbp-flipboard:active:before{transform:translate(-50%,-37%) !important;left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%}
569
+ .ssbp--theme-5 .ssbp-flipboard{background-color:#e12828;box-shadow:0 8px 0 #850404,0 10px 12px rgba(0,0,0,0.33)}
570
+ .ssbp--theme-5 .ssbp-flipboard:active{box-shadow:0 4px 0 #e12828,0 5px 6px rgba(0,0,0,0.33)}
571
+ .ssbp--theme-3 .ssbp-text,.ssbp--theme-7 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12.1px;margin-left:0;text-shadow:-1px -1px rgba(0,0,0,0.2);position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}
572
+ .ssbp--theme-7 .ssbp-li--flipboard .ssbp-text{color:#e12828}.ssbp--theme-7 .ssbp-li--flipboard:hover .ssbp-text{color:#fff}
573
+ .ssbp--theme-9 .ssbp-li--flipboard{border-bottom:5px solid #e12828}.ssbp--theme-9 .ssbp-flipboard{height:43px !important}
574
+ .ssbp--theme-9 .ssbp-li--flipboard:hover{border-bottom:5px solid rgba(225,40,40,0.59)}
575
+ .ssbp--theme-9 .ssbp-li--flipboard .ssbp-flipboard:before{padding:9px 14px 0}.ssbp--theme-10 .ssbp-flipboard{width:40px !important}
576
+ .ssbp--theme-10 .ssbp-flipboard:before{padding:11px 8px 8px}.ssbp-line:before{content:url("../images/line.svg");left:0;padding:5px 8px 0;position:absolute;top:0;width:100%}
577
+ .ssbp--theme-8 .ssbp-line:before{content:url("../images/line-black.svg")}.ssbp--theme-1 .ssbp-line,.ssbp--theme-2 .ssbp-line,.ssbp--theme-3 .ssbp-line,.ssbp--theme-4 .ssbp-line,.ssbp--theme-5 .ssbp-line,.ssbp--theme-10 .ssbp-line:before,.ssbp--theme-11 .ssbp-line{transition:background-color,.5s;background-color:#00c300;display:block}
578
+ .ssbp--theme-6 .ssbp-line,.ssbp--theme-7 .ssbp-line{border-color:#00c300;display:block}
579
+ .ssbp--theme-8 .ssbp-line,.ssbp--theme-9 .ssbp-line{display:block}.ssbp--theme-6 .ssbp-line:before,.ssbp--theme-7 .ssbp-line:before,.ssbp--theme-9 .ssbp-line:before{content:url("../images/line-hover.svg")}
580
+ .ssbp--theme-1 .ssbp-line:before,.ssbp--theme-2 .ssbp-line:before,.ssbp--theme-3 .ssbp-line:before,.ssbp--theme-4 .ssbp-line:before,.ssbp--theme-5 .ssbp-line:before,.ssbp--theme-6 .ssbp-line:before,.ssbp--theme-7 .ssbp-line:before{left:50%;position:absolute;top:50%;padding-top:0;width:86%;height:100%;transform:translate(-50%,-37%)}
581
+ .wp-admin .ssbp--theme-1 .ssbp-line:before,.wp-admin .ssbp--theme-2 .ssbp-line:before,.wp-admin .ssbp--theme-3 .ssbp-line:before,.wp-admin .ssbp--theme-4 .ssbp-line:before,.wp-admin .ssbp--theme-5 .ssbp-line:before,.wp-admin .ssbp--theme-6 .ssbp-line:before,.wp-admin .ssbp--theme-7 .ssbp-line:before{top:45%}
582
+ .ssbp--theme-1 .ssbp-line:hover,.ssbp--theme-1 .ssbp-line:focus,.ssbp--theme-1 .ssbp-line:active{color:#00c300;border-color:#00c300}
583
+ .ssbp--theme-6 .ssbp-line:hover,.ssbp--theme-6 .ssbp-line:focus,.ssbp--theme-6 .ssbp-line:active,.ssbp--theme-7 .ssbp-line:hover,.ssbp--theme-7 .ssbp-line:focus,.ssbp--theme-7 .ssbp-line:active{background-color:#00c300}
584
+ .ssbp--theme-2 .ssbp-line:hover,.ssbp--theme-2 .ssbp-line:focus,.ssbp--theme-2 .ssbp-line:active,.ssbp--theme-3 .ssbp-line:hover,.ssbp--theme-3 .ssbp-line:focus,.ssbp--theme-3 .ssbp-line:active,.ssbp--theme-10 .ssbp-line:hover:before,.ssbp--theme-10 .ssbp-line:focus:before,.ssbp--theme-10 .ssbp-line:active:before,.ssbp--theme-11 .ssbp-line:hover,.ssbp--theme-11 .ssbp-line:focus,.ssbp--theme-11 .ssbp-line:active{border-color:#008e00;background-color:#008e00}
585
+ .ssbp--theme-1 .ssbp-line:hover:before,.ssbp--theme-1 .ssbp-line:focus:before,.ssbp--theme-1 .ssbp-line:active:before{content:url("../images/line-hover.svg");left:50%;position:absolute;top:50%;padding-top:0;width:86%;height:100%;transform:translate(-50%,-37%)}
586
+ .wp-admin .ssbp--theme-1 .ssbp-line:hover:before,.wp-admin .ssbp--theme-1 .ssbp-line:focus:before,.wp-admin .ssbp--theme-1 .ssbp-line:active:before{top:45%}
587
+ .ssbp--theme-6 .ssbp-line:hover:before,.ssbp--theme-6 .ssbp-line:focus:before,.ssbp--theme-6 .ssbp-line:active:before,.ssbp--theme-7 .ssbp-line:hover:before,.ssbp--theme-7 .ssbp-line:focus:before,.ssbp--theme-7 .ssbp-line:active:before,.ssbp--theme-8 .ssbp-line:hover:before,.ssbp--theme-8 .ssbp-line:focus:before,.ssbp--theme-8 .ssbp-line:active:before{content:url("../images/line.svg")}
588
+ .ssbp--theme-1 .ssbp-line+.ssbp-each-share,.ssbp--theme-2 .ssbp-line+.ssbp-each-share,.ssbp--theme-3 .ssbp-line+.ssbp-each-share,.ssbp--theme-4 .ssbp-line+.ssbp-each-share,.ssbp--theme-5 .ssbp-line+.ssbp-each-share,.ssbp--theme-6 .ssbp-line+.ssbp-each-share,.ssbp--theme-7 .ssbp-line+.ssbp-each-share{background-color:#00c300}
589
+ .ssbp--theme-2 .ssbp-btn.ssbp-line:hover:before,.ssbp--theme-2 .ssbp-btn.ssbp-line:focus:before,.ssbp--theme-2 .ssbp-btn.ssbp-line:active:before,.ssbp--theme-3 .ssbp-btn.ssbp-line:hover:before,.ssbp--theme-3 .ssbp-btn.ssbp-line:focus:before,.ssbp--theme-3 .ssbp-btn.ssbp-line:active:before,.ssbp--theme-4 .ssbp-btn.ssbp-line:hover:before,.ssbp--theme-4 .ssbp-btn.ssbp-line:focus:before,.ssbp--theme-4 .ssbp-btn.ssbp-line:active:before,.ssbp--theme-5 .ssbp-btn.ssbp-line:hover:before,.ssbp--theme-5 .ssbp-btn.ssbp-line:focus:before,.ssbp--theme-5 .ssbp-btn.ssbp-line:active:before,.ssbp--theme-6 .ssbp-btn.ssbp-line:hover:before,.ssbp--theme-6 .ssbp-btn.ssbp-line:focus:before,.ssbp--theme-6 .ssbp-btn.ssbp-line:active:before,.ssbp--theme-7 .ssbp-btn.ssbp-line:hover:before,.ssbp--theme-7 .ssbp-btn.ssbp-line:focus:before,.ssbp--theme-7 .ssbp-btn.ssbp-line:active:before{transform:translate(-50%,-37%) !important;left:50%;position:absolute;top:50%;padding-top:0;width:86%;height:100%}
590
+ .wp-admin .ssbp--theme-2 .ssbp-btn.ssbp-line:hover:before,.wp-admin .ssbp--theme-2 .ssbp-btn.ssbp-line:focus:before,.wp-admin .ssbp--theme-2 .ssbp-btn.ssbp-line:active:before,.wp-admin .ssbp--theme-3 .ssbp-btn.ssbp-line:hover:before,.wp-admin .ssbp--theme-3 .ssbp-btn.ssbp-line:focus:before,.wp-admin .ssbp--theme-3 .ssbp-btn.ssbp-line:active:before,.wp-admin .ssbp--theme-4 .ssbp-btn.ssbp-line:hover:before,.wp-admin .ssbp--theme-4 .ssbp-btn.ssbp-line:focus:before,.wp-admin .ssbp--theme-4 .ssbp-btn.ssbp-line:active:before,.wp-admin .ssbp--theme-5 .ssbp-btn.ssbp-line:hover:before,.wp-admin .ssbp--theme-5 .ssbp-btn.ssbp-line:focus:before,.wp-admin .ssbp--theme-5 .ssbp-btn.ssbp-line:active:before,.wp-admin .ssbp--theme-6 .ssbp-btn.ssbp-line:hover:before,.wp-admin .ssbp--theme-6 .ssbp-btn.ssbp-line:focus:before,.wp-admin .ssbp--theme-6 .ssbp-btn.ssbp-line:active:before,.wp-admin .ssbp--theme-7 .ssbp-btn.ssbp-line:hover:before,.wp-admin .ssbp--theme-7 .ssbp-btn.ssbp-line:focus:before,.wp-admin .ssbp--theme-7 .ssbp-btn.ssbp-line:active:before{top:45%}
591
+ .ssbp--theme-5 .ssbp-line{background-color:#00c300;box-shadow:0 8px 0 #008e00,0 10px 12px rgba(0,0,0,0.33)}
592
+ .ssbp--theme-5 .ssbp-line:active{box-shadow:0 4px 0 #008e00,0 5px 6px rgba(0,0,0,0.33)}
593
+ .ssbp--theme-3 .ssbp-text,.ssbp--theme-7 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12.1px;margin-left:0;text-shadow:-1px -1px rgba(0,0,0,0.2);position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}
594
+ .ssbp--theme-7 .ssbp-li--line .ssbp-text{color:#00c300}.ssbp--theme-7 .ssbp-li--line:hover .ssbp-text{color:#fff}
595
+ .ssbp--theme-9 .ssbp-li--line{border-bottom:5px solid #00c300}.ssbp--theme-9 .ssbp-line{height:43px !important}
596
+ .ssbp--theme-9 .ssbp-li--line:hover{border-bottom:5px solid rgba(0,195,0,0.59)}.ssbp--theme-9 .ssbp-li--line .ssbp-line:before{padding:9px 14px 0}
597
+ .ssbp--theme-10 .ssbp-line{width:40px !important}.ssbp--theme-10 .ssbp-line:before{padding:11px 8px 8px}
598
+ .ssbp-skype:before{content:url("../images/skype.svg");left:0;padding:5px 8px 0;position:absolute;top:0;width:100%}
599
+ .ssbp--theme-8 .ssbp-skype:before{content:url("../images/skype-black.svg")}.ssbp--theme-1 .ssbp-skype,.ssbp--theme-2 .ssbp-skype,.ssbp--theme-3 .ssbp-skype,.ssbp--theme-4 .ssbp-skype,.ssbp--theme-5 .ssbp-skype,.ssbp--theme-10 .ssbp-skype:before,.ssbp--theme-11 .ssbp-skype{transition:background-color,.5s;background-color:#00aff0;display:block}
600
+ .ssbp--theme-6 .ssbp-skype,.ssbp--theme-7 .ssbp-skype{border-color:#00aff0;display:block}
601
+ .ssbp--theme-8 .ssbp-skype,.ssbp--theme-9 .ssbp-skype{display:block}.ssbp--theme-6 .ssbp-skype:before,.ssbp--theme-7 .ssbp-skype:before,.ssbp--theme-9 .ssbp-skype:before{content:url("../images/skype-hover.svg")}
602
+ .ssbp--theme-1 .ssbp-skype:before,.ssbp--theme-2 .ssbp-skype:before,.ssbp--theme-3 .ssbp-skype:before,.ssbp--theme-4 .ssbp-skype:before,.ssbp--theme-5 .ssbp-skype:before,.ssbp--theme-6 .ssbp-skype:before,.ssbp--theme-7 .ssbp-skype:before{left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
603
+ .ssbp--theme-1 .ssbp-skype:hover,.ssbp--theme-1 .ssbp-skype:focus,.ssbp--theme-1 .ssbp-skype:active{color:#00aff0;border-color:#00aff0}
604
+ .ssbp--theme-6 .ssbp-skype:hover,.ssbp--theme-6 .ssbp-skype:focus,.ssbp--theme-6 .ssbp-skype:active,.ssbp--theme-7 .ssbp-skype:hover,.ssbp--theme-7 .ssbp-skype:focus,.ssbp--theme-7 .ssbp-skype:active{background-color:#00aff0}
605
+ .ssbp--theme-2 .ssbp-skype:hover,.ssbp--theme-2 .ssbp-skype:focus,.ssbp--theme-2 .ssbp-skype:active,.ssbp--theme-3 .ssbp-skype:hover,.ssbp--theme-3 .ssbp-skype:focus,.ssbp--theme-3 .ssbp-skype:active,.ssbp--theme-10 .ssbp-skype:hover:before,.ssbp--theme-10 .ssbp-skype:focus:before,.ssbp--theme-10 .ssbp-skype:active:before,.ssbp--theme-11 .ssbp-skype:hover,.ssbp--theme-11 .ssbp-skype:focus,.ssbp--theme-11 .ssbp-skype:active{border-color:#0081b1;background-color:#0081b1}
606
+ .ssbp--theme-1 .ssbp-skype:hover:before,.ssbp--theme-1 .ssbp-skype:focus:before,.ssbp--theme-1 .ssbp-skype:active:before{content:url("../images/skype-hover.svg");left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
607
+ .ssbp--theme-6 .ssbp-skype:hover:before,.ssbp--theme-6 .ssbp-skype:focus:before,.ssbp--theme-6 .ssbp-skype:active:before,.ssbp--theme-7 .ssbp-skype:hover:before,.ssbp--theme-7 .ssbp-skype:focus:before,.ssbp--theme-7 .ssbp-skype:active:before,.ssbp--theme-8 .ssbp-skype:hover:before,.ssbp--theme-8 .ssbp-skype:focus:before,.ssbp--theme-8 .ssbp-skype:active:before{content:url("../images/skype.svg")}
608
+ .ssbp--theme-1 .ssbp-skype+.ssbp-each-share,.ssbp--theme-2 .ssbp-skype+.ssbp-each-share,.ssbp--theme-3 .ssbp-skype+.ssbp-each-share,.ssbp--theme-4 .ssbp-skype+.ssbp-each-share,.ssbp--theme-5 .ssbp-skype+.ssbp-each-share,.ssbp--theme-6 .ssbp-skype+.ssbp-each-share,.ssbp--theme-7 .ssbp-skype+.ssbp-each-share{background-color:#00aff0}
609
+ .ssbp--theme-2 .ssbp-btn.ssbp-skype:hover:before,.ssbp--theme-2 .ssbp-btn.ssbp-skype:focus:before,.ssbp--theme-2 .ssbp-btn.ssbp-skype:active:before,.ssbp--theme-3 .ssbp-btn.ssbp-skype:hover:before,.ssbp--theme-3 .ssbp-btn.ssbp-skype:focus:before,.ssbp--theme-3 .ssbp-btn.ssbp-skype:active:before,.ssbp--theme-4 .ssbp-btn.ssbp-skype:hover:before,.ssbp--theme-4 .ssbp-btn.ssbp-skype:focus:before,.ssbp--theme-4 .ssbp-btn.ssbp-skype:active:before,.ssbp--theme-5 .ssbp-btn.ssbp-skype:hover:before,.ssbp--theme-5 .ssbp-btn.ssbp-skype:focus:before,.ssbp--theme-5 .ssbp-btn.ssbp-skype:active:before,.ssbp--theme-6 .ssbp-btn.ssbp-skype:hover:before,.ssbp--theme-6 .ssbp-btn.ssbp-skype:focus:before,.ssbp--theme-6 .ssbp-btn.ssbp-skype:active:before,.ssbp--theme-7 .ssbp-btn.ssbp-skype:hover:before,.ssbp--theme-7 .ssbp-btn.ssbp-skype:focus:before,.ssbp--theme-7 .ssbp-btn.ssbp-skype:active:before{transform:translate(-50%,-37%) !important;left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%}
610
+ .ssbp--theme-5 .ssbp-skype{background-color:#00aff0;box-shadow:0 8px 0 #0081b1,0 10px 12px rgba(0,0,0,0.33)}
611
+ .ssbp--theme-5 .ssbp-skype:active{box-shadow:0 4px 0 #0081b1,0 5px 6px rgba(0,0,0,0.33)}
612
+ .ssbp--theme-3 .ssbp-text,.ssbp--theme-7 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12.1px;margin-left:0;text-shadow:-1px -1px rgba(0,0,0,0.2);position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}
613
+ .ssbp--theme-7 .ssbp-li--skype .ssbp-text{color:#00aff0}.ssbp--theme-7 .ssbp-li--skype:hover .ssbp-text{color:#fff}
614
+ .ssbp--theme-9 .ssbp-li--skype{border-bottom:5px solid #00aff0}.ssbp--theme-9 .ssbp-skype{height:43px !important}
615
+ .ssbp--theme-9 .ssbp-li--skype:hover{border-bottom:5px solid rgba(0,175,240,0.59)}
616
+ .ssbp--theme-9 .ssbp-li--skype .ssbp-skype:before{padding:9px 14px 0}.ssbp--theme-10 .ssbp-skype{width:40px !important}
617
+ .ssbp--theme-10 .ssbp-skype:before{padding:11px 8px 8px}.ssbp-snapchat:before{content:url("../images/snapchat.svg");left:0;padding:5px 8px 0;position:absolute;top:0;width:100%}
618
+ .ssbp--theme-8 .ssbp-snapchat:before{content:url("../images/snapchat-black.svg")}.ssbp--theme-1 .ssbp-snapchat,.ssbp--theme-2 .ssbp-snapchat,.ssbp--theme-3 .ssbp-snapchat,.ssbp--theme-4 .ssbp-snapchat,.ssbp--theme-5 .ssbp-snapchat,.ssbp--theme-10 .ssbp-snapchat:before,.ssbp--theme-11 .ssbp-snapchat{transition:background-color,.5s;background-color:#fffc00;display:block}
619
+ .ssbp--theme-6 .ssbp-snapchat,.ssbp--theme-7 .ssbp-snapchat{border-color:#fffc00;display:block}
620
+ .ssbp--theme-8 .ssbp-snapchat,.ssbp--theme-9 .ssbp-snapchat{display:block}.ssbp--theme-6 .ssbp-snapchat:before,.ssbp--theme-7 .ssbp-snapchat:before,.ssbp--theme-9 .ssbp-snapchat:before{content:url("../images/snapchat-hover.svg")}
621
+ .ssbp--theme-1 .ssbp-snapchat:before,.ssbp--theme-2 .ssbp-snapchat:before,.ssbp--theme-3 .ssbp-snapchat:before,.ssbp--theme-4 .ssbp-snapchat:before,.ssbp--theme-5 .ssbp-snapchat:before,.ssbp--theme-6 .ssbp-snapchat:before,.ssbp--theme-7 .ssbp-snapchat:before{left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
622
+ .ssbp--theme-1 .ssbp-snapchat:hover,.ssbp--theme-1 .ssbp-snapchat:focus,.ssbp--theme-1 .ssbp-snapchat:active{color:#fffc00;border-color:#fffc00}
623
+ .ssbp--theme-6 .ssbp-snapchat:hover,.ssbp--theme-6 .ssbp-snapchat:focus,.ssbp--theme-6 .ssbp-snapchat:active,.ssbp--theme-7 .ssbp-snapchat:hover,.ssbp--theme-7 .ssbp-snapchat:focus,.ssbp--theme-7 .ssbp-snapchat:active{background-color:#fffc00}
624
+ .ssbp--theme-2 .ssbp-snapchat:hover,.ssbp--theme-2 .ssbp-snapchat:focus,.ssbp--theme-2 .ssbp-snapchat:active,.ssbp--theme-3 .ssbp-snapchat:hover,.ssbp--theme-3 .ssbp-snapchat:focus,.ssbp--theme-3 .ssbp-snapchat:active,.ssbp--theme-10 .ssbp-snapchat:hover:before,.ssbp--theme-10 .ssbp-snapchat:focus:before,.ssbp--theme-10 .ssbp-snapchat:active:before,.ssbp--theme-11 .ssbp-snapchat:hover,.ssbp--theme-11 .ssbp-snapchat:focus,.ssbp--theme-11 .ssbp-snapchat:active{border-color:#b5b320;background-color:#b5b320}
625
+ .ssbp--theme-1 .ssbp-snapchat:hover:before,.ssbp--theme-1 .ssbp-snapchat:focus:before,.ssbp--theme-1 .ssbp-snapchat:active:before{content:url("../images/snapchat-hover.svg");left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
626
+ .ssbp--theme-6 .ssbp-snapchat:hover:before,.ssbp--theme-6 .ssbp-snapchat:focus:before,.ssbp--theme-6 .ssbp-snapchat:active:before,.ssbp--theme-7 .ssbp-snapchat:hover:before,.ssbp--theme-7 .ssbp-snapchat:focus:before,.ssbp--theme-7 .ssbp-snapchat:active:before,.ssbp--theme-8 .ssbp-snapchat:hover:before,.ssbp--theme-8 .ssbp-snapchat:focus:before,.ssbp--theme-8 .ssbp-snapchat:active:before{content:url("../images/snapchat.svg")}
627
+ .ssbp--theme-1 .ssbp-snapchat+.ssbp-each-share,.ssbp--theme-2 .ssbp-snapchat+.ssbp-each-share,.ssbp--theme-3 .ssbp-snapchat+.ssbp-each-share,.ssbp--theme-4 .ssbp-snapchat+.ssbp-each-share,.ssbp--theme-5 .ssbp-snapchat+.ssbp-each-share,.ssbp--theme-6 .ssbp-snapchat+.ssbp-each-share,.ssbp--theme-7 .ssbp-snapchat+.ssbp-each-share{background-color:#fffc00}
628
+ .ssbp--theme-2 .ssbp-btn.ssbp-snapchat:hover:before,.ssbp--theme-2 .ssbp-btn.ssbp-snapchat:focus:before,.ssbp--theme-2 .ssbp-btn.ssbp-snapchat:active:before,.ssbp--theme-3 .ssbp-btn.ssbp-snapchat:hover:before,.ssbp--theme-3 .ssbp-btn.ssbp-snapchat:focus:before,.ssbp--theme-3 .ssbp-btn.ssbp-snapchat:active:before,.ssbp--theme-4 .ssbp-btn.ssbp-snapchat:hover:before,.ssbp--theme-4 .ssbp-btn.ssbp-snapchat:focus:before,.ssbp--theme-4 .ssbp-btn.ssbp-snapchat:active:before,.ssbp--theme-5 .ssbp-btn.ssbp-snapchat:hover:before,.ssbp--theme-5 .ssbp-btn.ssbp-snapchat:focus:before,.ssbp--theme-5 .ssbp-btn.ssbp-snapchat:active:before,.ssbp--theme-6 .ssbp-btn.ssbp-snapchat:hover:before,.ssbp--theme-6 .ssbp-btn.ssbp-snapchat:focus:before,.ssbp--theme-6 .ssbp-btn.ssbp-snapchat:active:before,.ssbp--theme-7 .ssbp-btn.ssbp-snapchat:hover:before,.ssbp--theme-7 .ssbp-btn.ssbp-snapchat:focus:before,.ssbp--theme-7 .ssbp-btn.ssbp-snapchat:active:before{transform:translate(-50%,-37%) !important;left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%}
629
+ .ssbp--theme-5 .ssbp-snapchat{background-color:#fffc00;box-shadow:0 8px 0 #b5b320,0 10px 12px rgba(0,0,0,0.33)}
630
+ .ssbp--theme-5 .ssbp-snapchat:active{box-shadow:0 4px 0 #fffc00,0 5px 6px rgba(0,0,0,0.33)}
631
+ .ssbp--theme-3 .ssbp-text,.ssbp--theme-7 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12.1px;margin-left:0;text-shadow:-1px -1px rgba(0,0,0,0.2);position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}
632
+ .ssbp--theme-7 .ssbp-li--snapchat .ssbp-text{color:#fffc00}.ssbp--theme-7 .ssbp-li--snapchat:hover .ssbp-text{color:#fff}
633
+ .ssbp--theme-9 .ssbp-li--snapchat{border-bottom:5px solid #fffc00}.ssbp--theme-9 .ssbp-snapchat{height:43px !important}
634
+ .ssbp--theme-9 .ssbp-li--snapchat:hover{border-bottom:5px solid rgba(255,252,40,0.59)}
635
+ .ssbp--theme-9 .ssbp-li--snapchat .ssbp-snapchat:before{padding:9px 14px 0}.ssbp--theme-10 .ssbp-snapchat{width:40px !important}
636
+ .ssbp--theme-10 .ssbp-snapchat:before{padding:11px 8px 8px}.ssbp-telegram:before{content:url("../images/telegram.svg");left:0;padding:5px 8px 0;position:absolute;top:0;width:100%}
637
+ .ssbp--theme-8 .ssbp-telegram:before{content:url("../images/telegram-black.svg")}.ssbp--theme-1 .ssbp-telegram,.ssbp--theme-2 .ssbp-telegram,.ssbp--theme-3 .ssbp-telegram,.ssbp--theme-4 .ssbp-telegram,.ssbp--theme-5 .ssbp-telegram,.ssbp--theme-10 .ssbp-telegram:before,.ssbp--theme-11 .ssbp-telegram{transition:background-color,.5s;background-color:#37aee2;display:block}
638
+ .ssbp--theme-6 .ssbp-telegram,.ssbp--theme-7 .ssbp-telegram{border-color:#37aee2;display:block}
639
+ .ssbp--theme-8 .ssbp-telegram,.ssbp--theme-9 .ssbp-telegram{display:block}.ssbp--theme-6 .ssbp-telegram:before,.ssbp--theme-7 .ssbp-telegram:before,.ssbp--theme-9 .ssbp-telegram:before{content:url("../images/telegram-hover.svg")}
640
+ .ssbp--theme-1 .ssbp-telegram:before,.ssbp--theme-2 .ssbp-telegram:before,.ssbp--theme-3 .ssbp-telegram:before,.ssbp--theme-4 .ssbp-telegram:before,.ssbp--theme-5 .ssbp-telegram:before,.ssbp--theme-6 .ssbp-telegram:before,.ssbp--theme-7 .ssbp-telegram:before{left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
641
+ .ssbp--theme-1 .ssbp-telegram:hover,.ssbp--theme-1 .ssbp-telegram:focus,.ssbp--theme-1 .ssbp-telegram:active{color:#37aee2;border-color:#37aee2}
642
+ .ssbp--theme-6 .ssbp-telegram:hover,.ssbp--theme-6 .ssbp-telegram:focus,.ssbp--theme-6 .ssbp-telegram:active,.ssbp--theme-7 .ssbp-telegram:hover,.ssbp--theme-7 .ssbp-telegram:focus,.ssbp--theme-7 .ssbp-telegram:active{background-color:#37aee2}
643
+ .ssbp--theme-2 .ssbp-telegram:hover,.ssbp--theme-2 .ssbp-telegram:focus,.ssbp--theme-2 .ssbp-telegram:active,.ssbp--theme-3 .ssbp-telegram:hover,.ssbp--theme-3 .ssbp-telegram:focus,.ssbp--theme-3 .ssbp-telegram:active,.ssbp--theme-10 .ssbp-telegram:hover:before,.ssbp--theme-10 .ssbp-telegram:focus:before,.ssbp--theme-10 .ssbp-telegram:active:before,.ssbp--theme-11 .ssbp-telegram:hover,.ssbp--theme-11 .ssbp-telegram:focus,.ssbp--theme-11 .ssbp-telegram:active{border-color:#0674a4;background-color:#0674a4}
644
+ .ssbp--theme-1 .ssbp-telegram:hover:before,.ssbp--theme-1 .ssbp-telegram:focus:before,.ssbp--theme-1 .ssbp-telegram:active:before{content:url("../images/telegram-hover.svg");left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
645
+ .ssbp--theme-6 .ssbp-telegram:hover:before,.ssbp--theme-6 .ssbp-telegram:focus:before,.ssbp--theme-6 .ssbp-telegram:active:before,.ssbp--theme-7 .ssbp-telegram:hover:before,.ssbp--theme-7 .ssbp-telegram:focus:before,.ssbp--theme-7 .ssbp-telegram:active:before,.ssbp--theme-8 .ssbp-telegram:hover:before,.ssbp--theme-8 .ssbp-telegram:focus:before,.ssbp--theme-8 .ssbp-telegram:active:before{content:url("../images/telegram.svg")}
646
+ .ssbp--theme-1 .ssbp-telegram+.ssbp-each-share,.ssbp--theme-2 .ssbp-telegram+.ssbp-each-share,.ssbp--theme-3 .ssbp-telegram+.ssbp-each-share,.ssbp--theme-4 .ssbp-telegram+.ssbp-each-share,.ssbp--theme-5 .ssbp-telegram+.ssbp-each-share,.ssbp--theme-6 .ssbp-telegram+.ssbp-each-share,.ssbp--theme-7 .ssbp-telegram+.ssbp-each-share{background-color:#37aee2}
647
+ .ssbp--theme-2 .ssbp-btn.ssbp-telegram:hover:before,.ssbp--theme-2 .ssbp-btn.ssbp-telegram:focus:before,.ssbp--theme-2 .ssbp-btn.ssbp-telegram:active:before,.ssbp--theme-3 .ssbp-btn.ssbp-telegram:hover:before,.ssbp--theme-3 .ssbp-btn.ssbp-telegram:focus:before,.ssbp--theme-3 .ssbp-btn.ssbp-telegram:active:before,.ssbp--theme-4 .ssbp-btn.ssbp-telegram:hover:before,.ssbp--theme-4 .ssbp-btn.ssbp-telegram:focus:before,.ssbp--theme-4 .ssbp-btn.ssbp-telegram:active:before,.ssbp--theme-5 .ssbp-btn.ssbp-telegram:hover:before,.ssbp--theme-5 .ssbp-btn.ssbp-telegram:focus:before,.ssbp--theme-5 .ssbp-btn.ssbp-telegram:active:before,.ssbp--theme-6 .ssbp-btn.ssbp-telegram:hover:before,.ssbp--theme-6 .ssbp-btn.ssbp-telegram:focus:before,.ssbp--theme-6 .ssbp-btn.ssbp-telegram:active:before,.ssbp--theme-7 .ssbp-btn.ssbp-telegram:hover:before,.ssbp--theme-7 .ssbp-btn.ssbp-telegram:focus:before,.ssbp--theme-7 .ssbp-btn.ssbp-telegram:active:before{transform:translate(-50%,-37%) !important;left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%}
648
+ .ssbp--theme-5 .ssbp-telegram{background-color:#37aee2;box-shadow:0 8px 0 #0674a4,0 10px 12px rgba(0,0,0,0.33)}
649
+ .ssbp--theme-5 .ssbp-telegram:active{box-shadow:0 4px 0 #37aee2,0 5px 6px rgba(0,0,0,0.33)}
650
+ .ssbp--theme-3 .ssbp-text,.ssbp--theme-7 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12.1px;margin-left:0;text-shadow:-1px -1px rgba(0,0,0,0.2);position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}
651
+ .ssbp--theme-7 .ssbp-li--telegram .ssbp-text{color:#37aee2}.ssbp--theme-7 .ssbp-li--telegram:hover .ssbp-text{color:#fff}
652
+ .ssbp--theme-9 .ssbp-li--telegram{border-bottom:5px solid #20779d}.ssbp--theme-9 .ssbp-telegram{height:43px !important}
653
+ .ssbp--theme-9 .ssbp-li--telegram:hover{border-bottom:5px solid rgba(55,174,226,0.59)}
654
+ .ssbp--theme-9 .ssbp-li--telegram .ssbp-telegram:before{padding:9px 14px 0}.ssbp--theme-10 .ssbp-telegram{width:40px !important}
655
+ .ssbp--theme-10 .ssbp-telegram:before{padding:11px 8px 8px}.ssbp-weibo:before{content:url("../images/weibo.svg");left:0;padding:5px 8px 0;position:absolute;top:0;width:100%}
656
+ .ssbp--theme-8 .ssbp-weibo:before{content:url("../images/weibo-black.svg")}.ssbp--theme-1 .ssbp-weibo,.ssbp--theme-2 .ssbp-weibo,.ssbp--theme-3 .ssbp-weibo,.ssbp--theme-4 .ssbp-weibo,.ssbp--theme-5 .ssbp-weibo,.ssbp--theme-10 .ssbp-weibo:before,.ssbp--theme-11 .ssbp-weibo{transition:background-color,.5s;background-color:#df2029;display:block}
657
+ .ssbp--theme-6 .ssbp-weibo,.ssbp--theme-7 .ssbp-weibo{border-color:#df2029;display:block}
658
+ .ssbp--theme-8 .ssbp-weibo,.ssbp--theme-9 .ssbp-weibo{display:block}.ssbp--theme-6 .ssbp-weibo:before,.ssbp--theme-7 .ssbp-weibo:before,.ssbp--theme-9 .ssbp-weibo:before{content:url("../images/weibo-hover.svg")}
659
+ .ssbp--theme-1 .ssbp-weibo:before,.ssbp--theme-2 .ssbp-weibo:before,.ssbp--theme-3 .ssbp-weibo:before,.ssbp--theme-4 .ssbp-weibo:before,.ssbp--theme-5 .ssbp-weibo:before,.ssbp--theme-6 .ssbp-weibo:before,.ssbp--theme-7 .ssbp-weibo:before{left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
660
+ .ssbp--theme-1 .ssbp-weibo:hover,.ssbp--theme-1 .ssbp-weibo:focus,.ssbp--theme-1 .ssbp-weibo:active{color:#df2029;border-color:#df2029}
661
+ .ssbp--theme-6 .ssbp-weibo:hover,.ssbp--theme-6 .ssbp-weibo:focus,.ssbp--theme-6 .ssbp-weibo:active,.ssbp--theme-7 .ssbp-weibo:hover,.ssbp--theme-7 .ssbp-weibo:focus,.ssbp--theme-7 .ssbp-weibo:active{background-color:#df2029}
662
+ .ssbp--theme-2 .ssbp-weibo:hover,.ssbp--theme-2 .ssbp-weibo:focus,.ssbp--theme-2 .ssbp-weibo:active,.ssbp--theme-3 .ssbp-weibo:hover,.ssbp--theme-3 .ssbp-weibo:focus,.ssbp--theme-3 .ssbp-weibo:active,.ssbp--theme-10 .ssbp-weibo:hover:before,.ssbp--theme-10 .ssbp-weibo:focus:before,.ssbp--theme-10 .ssbp-weibo:active:before,.ssbp--theme-11 .ssbp-weibo:hover,.ssbp--theme-11 .ssbp-weibo:focus,.ssbp--theme-11 .ssbp-weibo:active{border-color:#ad191f;background-color:#ad191f}
663
+ .ssbp--theme-1 .ssbp-weibo:hover:before,.ssbp--theme-1 .ssbp-weibo:focus:before,.ssbp--theme-1 .ssbp-weibo:active:before{content:url("../images/weibo-hover.svg");left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%;transform:translate(-50%,-37%)}
664
+ .ssbp--theme-6 .ssbp-weibo:hover:before,.ssbp--theme-6 .ssbp-weibo:focus:before,.ssbp--theme-6 .ssbp-weibo:active:before,.ssbp--theme-7 .ssbp-weibo:hover:before,.ssbp--theme-7 .ssbp-weibo:focus:before,.ssbp--theme-7 .ssbp-weibo:active:before,.ssbp--theme-8 .ssbp-weibo:hover:before,.ssbp--theme-8 .ssbp-weibo:focus:before,.ssbp--theme-8 .ssbp-weibo:active:before{content:url("../images/weibo.svg")}
665
+ .ssbp--theme-1 .ssbp-weibo+.ssbp-each-share,.ssbp--theme-2 .ssbp-weibo+.ssbp-each-share,.ssbp--theme-3 .ssbp-weibo+.ssbp-each-share,.ssbp--theme-4 .ssbp-weibo+.ssbp-each-share,.ssbp--theme-5 .ssbp-weibo+.ssbp-each-share,.ssbp--theme-6 .ssbp-weibo+.ssbp-each-share,.ssbp--theme-7 .ssbp-weibo+.ssbp-each-share{background-color:#df2029}
666
+ .ssbp--theme-2 .ssbp-btn.ssbp-weibo:hover:before,.ssbp--theme-2 .ssbp-btn.ssbp-weibo:focus:before,.ssbp--theme-2 .ssbp-btn.ssbp-weibo:active:before,.ssbp--theme-3 .ssbp-btn.ssbp-weibo:hover:before,.ssbp--theme-3 .ssbp-btn.ssbp-weibo:focus:before,.ssbp--theme-3 .ssbp-btn.ssbp-weibo:active:before,.ssbp--theme-4 .ssbp-btn.ssbp-weibo:hover:before,.ssbp--theme-4 .ssbp-btn.ssbp-weibo:focus:before,.ssbp--theme-4 .ssbp-btn.ssbp-weibo:active:before,.ssbp--theme-5 .ssbp-btn.ssbp-weibo:hover:before,.ssbp--theme-5 .ssbp-btn.ssbp-weibo:focus:before,.ssbp--theme-5 .ssbp-btn.ssbp-weibo:active:before,.ssbp--theme-6 .ssbp-btn.ssbp-weibo:hover:before,.ssbp--theme-6 .ssbp-btn.ssbp-weibo:focus:before,.ssbp--theme-6 .ssbp-btn.ssbp-weibo:active:before,.ssbp--theme-7 .ssbp-btn.ssbp-weibo:hover:before,.ssbp--theme-7 .ssbp-btn.ssbp-weibo:focus:before,.ssbp--theme-7 .ssbp-btn.ssbp-weibo:active:before{transform:translate(-50%,-37%) !important;left:50%;position:absolute;top:50%;padding-top:0;width:100%;height:100%}
667
+ .ssbp--theme-5 .ssbp-weibo{background-color:#df2029;box-shadow:0 8px 0 #ad191f,0 10px 12px rgba(0,0,0,0.33)}
668
+ .ssbp--theme-5 .ssbp-weibo:active{box-shadow:0 4px 0 #ad191f,0 5px 6px rgba(0,0,0,0.33)}
669
+ .ssbp--theme-3 .ssbp-text,.ssbp--theme-7 .ssbp-text{display:inline-block;vertical-align:middle;font-size:12.1px;margin-left:0;text-shadow:-1px -1px rgba(0,0,0,0.2);position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}
670
+ .ssbp--theme-7 .ssbp-li--weibo .ssbp-text{color:#df2029}.ssbp--theme-7 .ssbp-li--weibo:hover .ssbp-text{color:#fff}
671
+ .ssbp--theme-9 .ssbp-li--weibo{border-bottom:5px solid #df2029}.ssbp--theme-9 .ssbp-weibo{height:43px !important}
672
+ .ssbp--theme-9 .ssbp-li--weibo:hover{border-bottom:5px solid rgba(223,32,41,0.61)}
673
+ .ssbp--theme-9 .ssbp-li--weibo .ssbp-weibo:before{padding:9px 14px 0}.ssbp--theme-10 .ssbp-weibo{width:40px !important}
674
+ .ssbp--theme-10 .ssbp-weibo:before{padding:11px 8px 8px}.ssbp-wrap{width:100%}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
instance.php CHANGED
@@ -9,7 +9,7 @@ namespace SimpleShareButtonsAdder;
9
 
10
  define( 'SSBA_FILE', __FILE__ );
11
  define( 'SSBA_ROOT', dirname( __FILE__ ) );
12
- define( 'SSBA_VERSION', '8.2.2' );
13
 
14
  global $simple_share_buttons_adder_plugin;
15
 
9
 
10
  define( 'SSBA_FILE', __FILE__ );
11
  define( 'SSBA_ROOT', dirname( __FILE__ ) );
12
+ define( 'SSBA_VERSION', '8.2.3' );
13
 
14
  global $simple_share_buttons_adder_plugin;
15
 
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: sharethis, scottstorebloom, scottmweaver, surlyrightclick, DavidoffNeal
3
  Tags: share buttons, social buttons, facebook, twitter, google+, share, share links, stumble upon, linkedin, pinterest, yummly, vk, flattr
4
  Requires at least: 4.5
5
- Tested up to: 5.8.2
6
- Stable tag: 8.2.2
7
  License: GPLv2 or later
8
 
9
  A simple plugin that enables you to add share buttons to all of your posts and/or pages.
@@ -66,6 +66,10 @@ Please visit the <a href="https://wordpress.org/support/plugin/simple-share-butt
66
 
67
  == Changelog ==
68
 
 
 
 
 
69
  = 8.2.2 =
70
  * Fix: SimpleShare Blocks block category.
71
 
2
  Contributors: sharethis, scottstorebloom, scottmweaver, surlyrightclick, DavidoffNeal
3
  Tags: share buttons, social buttons, facebook, twitter, google+, share, share links, stumble upon, linkedin, pinterest, yummly, vk, flattr
4
  Requires at least: 4.5
5
+ Tested up to: 5.9
6
+ Stable tag: 8.2.3
7
  License: GPLv2 or later
8
 
9
  A simple plugin that enables you to add share buttons to all of your posts and/or pages.
66
 
67
  == Changelog ==
68
 
69
+ = 8.2.3 =
70
+ * Add: new media assets.
71
+ * Test with WordPress 5.9.
72
+
73
  = 8.2.2 =
74
  * Fix: SimpleShare Blocks block category.
75
 
simple-share-buttons-adder.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Simple Share Buttons Adder
4
  * Plugin URI: https://simplesharebuttons.com
5
  * Description: A simple plugin that enables you to add share buttons to all of your posts and/or pages.
6
- * Version: 8.2.2
7
  * Author: Simple Share Buttons
8
  * Author URI: https://simplesharebuttons.com
9
  * License: GPLv2
3
  * Plugin Name: Simple Share Buttons Adder
4
  * Plugin URI: https://simplesharebuttons.com
5
  * Description: A simple plugin that enables you to add share buttons to all of your posts and/or pages.
6
+ * Version: 8.2.3
7
  * Author: Simple Share Buttons
8
  * Author URI: https://simplesharebuttons.com
9
  * License: GPLv2