WordPress Social Sharing Plugin – Social Warfare - Version 2.3.5

Version Description

(12 JAN 2017) =

  • Changed the Twitter counter from 140 characters to 280 characters
  • Changed the WhatsApp button to also appear on desktop since their are now desktop apps for it.
  • Added a hook to change the location of the menu link in the dashboard.
  • Adjusted a filter to stop nonce's from being cached with certain caching plugins.
  • Add filter for adjusting the share recovery URL especially on development sites.
  • Refined the pin image hover button layout.
  • Adjust the radius on the "Leaf on the Wind" layout's CSS.
  • Force text-transform to none on icons so that the icons do not show up as text.
  • Only output the cache trigger on published posts.
  • Adjust the DOM loaded event to use native JS rather than jQuery.
  • Various CSS and minor bugfixes.
  • Update to block shortlinks on attachments
  • Change the counter error message on the CTT generator.
  • Fixed a CSS conflict with UI Tabs
Download this release

Release Info

Developer WarfarePlugins
Plugin Icon 128x128 WordPress Social Sharing Plugin – Social Warfare
Version 2.3.5
Comparing to
See all releases

Code changes from version 2.3.3 to 2.3.5

css/admin.css CHANGED
@@ -1,64 +1,3 @@
1
- .ui-tabs-nav {
2
- border-bottom: 1px solid #ccc;
3
- height: 27px;
4
- margin: 20px 0;
5
- padding: 0;
6
- }
7
-
8
- .ui-tabs-nav li {
9
- display: block;
10
- float: left;
11
- margin: 0;
12
- }
13
-
14
- .ui-tabs-nav li a {
15
- padding: 4px 20px 6px;
16
- font-weight: bold;
17
- }
18
-
19
- .ui-tabs-nav li a {
20
- border-style: solid;
21
- border-color: #CCC #CCC #F9F9F9;
22
- border-width: 1px 1px 0;
23
- color: #C1C1C1;
24
- text-shadow: rgba(255, 255, 255, 1) 0 1px 0;
25
- display: inline-block;
26
- padding: 4px 14px 6px;
27
- text-decoration: none;
28
- margin: 0 6px -1px 0;
29
- -moz-border-radius: 5px 5px 0 0;
30
- -webkit-border-top-left-radius: 5px;
31
- -webkit-border-top-right-radius: 5px;
32
- -khtml-border-top-left-radius: 5px;
33
- -khtml-border-top-right-radius: 5px;
34
- border-top-left-radius: 5px;
35
- border-top-right-radius: 5px;
36
- }
37
-
38
- .ui-tabs-nav li.ui-tabs-selected a,
39
- .ui-tabs-nav li.ui-state-active a {
40
- border-width: 1px;
41
- color: #464646;
42
- }
43
-
44
- .ui-tabs-panel {
45
- clear: both;
46
- }
47
-
48
- .ui-tabs-panel h3 {
49
- font: italic normal normal 24px/29px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
50
- margin: 0;
51
- padding: 0 0 5px;
52
- line-height: 35px;
53
- text-shadow: 0 1px 0 #fff;
54
- }
55
-
56
- .ui-tabs-panel h4 {
57
- font-size: 15px;
58
- font-weight: bold;
59
- margin: 1em 0;
60
- }
61
-
62
  .notAvailable {
63
  opacity: 0.3;
64
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  .notAvailable {
2
  opacity: 0.3;
3
  }
css/admin.min.css CHANGED
@@ -1 +1 @@
1
- .ui-tabs-nav{border-bottom:1px solid #ccc;height:27px;margin:20px 0;padding:0}.ui-tabs-nav li{display:block;float:left;margin:0}.ui-tabs-nav li a{font-weight:700;border-style:solid;border-color:#CCC #CCC #F9F9F9;border-width:1px 1px 0;color:#C1C1C1;text-shadow:rgba(255,255,255,1) 0 1px 0;display:inline-block;padding:4px 14px 6px;text-decoration:none;margin:0 6px -1px 0;-moz-border-radius:5px 5px 0 0;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-khtml-border-top-left-radius:5px;-khtml-border-top-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px}.ui-tabs-nav li.ui-state-active a,.ui-tabs-nav li.ui-tabs-selected a{border-width:1px;color:#464646}.ui-tabs-panel{clear:both}.ui-tabs-panel h3{font:italic normal normal 24px/29px Georgia,"Times New Roman","Bitstream Charter",Times,serif;margin:0;padding:0 0 5px;line-height:35px;text-shadow:0 1px 0 #fff}.ui-tabs-panel h4{font-size:15px;font-weight:700;margin:1em 0}.notAvailable{opacity:.3}.swp_CountDown{background-color:#CCC;display:inline-block;float:right;padding:5px 15px;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;color:#FFF;font-weight:700;margin-top:-27px}.swp_CountDown.swp_blue{background-color:#30394F}.swp_CountDown.swp_red{background-color:#EE464F}#socialWarfare textarea.large-text{width:100%}#socialWarfare ul.swpmb-media-list.ui-sortable{display:block;width:100%;-webkit-background-size:cover;background-size:cover;background-position-x:center;background-repeat:no-repeat;background-color:#ccc;-webkit-border-radius:4px;border-radius:4px;padding:0}#socialWarfare .nc_ogImageWrapper ul.swpmb-media-list{background-image:url(../images/img-placeholder-og.jpg)}#socialWarfare .nc_pinterestImageWrapper ul.swpmb-media-list{background-image:url(../images/img-placeholder-pin.jpg)}.swpmb-field.swpmb-textarea-wrapper.nc_customTweetWrapper,.swpmb-field.swpmb-textarea-wrapper.nc_ogDescriptionWrapper,.swpmb-field.swpmb-textarea-wrapper.nc_ogTitleWrapper,.swpmb-field.swpmb-textarea-wrapper.nc_pinterestDescriptionWrapper{width:63%;float:left}.swpmb-field.swpmb-select-wrapper.nc_floatLocationWrapper,.swpmb-field.swpmb-select-wrapper.nc_postLocationWrapper,.swpmb-field.swpmb-select-wrapper.swp_advanced_pinterest_imageWrapper,.swpmb-field.swpmb-select-wrapper.swp_advanced_pinterest_image_locationWrapper{width:32%;float:left;min-width:320px}.swpmb-field.swpmb-select-wrapper.nc_floatLocationWrapper select,.swpmb-field.swpmb-select-wrapper.nc_postLocationWrapper select,.swpmb-field.swpmb-select-wrapper.swp_advanced_pinterest_imageWrapper select,.swpmb-field.swpmb-select-wrapper.swp_advanced_pinterest_image_locationWrapper select{width:90%}.swpmb-field.swpmb-image_advanced-wrapper.nc_ogImageWrapper,.swpmb-field.swpmb-image_advanced-wrapper.nc_pinterestImageWrapper{width:30%;float:left;margin-right:3%}#socialWarfare .swpmb-input,#socialWarfare .swpmb-label{width:100%}#socialWarfare .swpmb-field{margin-top:10px}#socialWarfare .swpmb-image-item,#socialWarfare .swpmb-media-content .centered,#socialWarfare .swpmb-media-content img,#socialWarfare .swpmb-media-preview{width:100%;height:auto;max-height:none;-webkit-transform:none;-ms-transform:none;transform:none}.wp-core-ui #socialWarfare a.swpmb-add-media.button{display:block;background:#30394f;color:#fff;font-size:12px;line-height:1;text-align:center;vertical-align:middle;padding:15px 25px;margin:0;-webkit-box-shadow:none;box-shadow:none;border:none;height:auto}.wp-core-ui #socialWarfare a.swpmb-add-media.button:hover{background:#EE464F}#socialWarfare .swpmb-media-content img{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}#socialWarfare .swpmb-media-content{overflow:visible;position:inherit}#socialWarfare .swpmb-media-preview:before{padding-top:0}#socialWarfare .swpmb-divider-wrapper hr{border:none!important}#socialWarfare .swpmb-label label{font-weight:700;color:#30394f;font-size:18px}#socialWarfare .swpmb-divider-wrapper{max-height:1px;clear:both}#socialWarfare .swpmb-label{margin-bottom:10px}#socialWarfare h2.hndle span:before{content:'p';margin-right:10px;font-family:sw-icon-font;vertical-align:middle}#socialWarfare .dashicons,#socialWarfare .sw{vertical-align:middle;margin-right:10px;font-size:18px}#socialWarfare .sw-premium-blocker{position:absolute;width:100%;height:100%;top:0;left:0}#socialWarfare .sw-premium-blocker:not(.no-icon):before{font-family:sw-icon-font;content:'E';font-size:24px;float:right;margin:10px 40px 0 0}.ui-tooltip.sw-admin-hover-notice{background:#ee464f;color:#fff;-webkit-border-radius:2px;border-radius:2px;margin:15px 0;border:0;-webkit-box-shadow:none;box-shadow:none;max-width:none;padding:20px}.sw-admin-hover-notice i:before{font-family:sw-icon-font;font-size:26px;margin:0 15px 0 0;vertical-align:middle;content:'E';float:left;font-style:normal}
1
+ .notAvailable{opacity:.3}.swp_CountDown{background-color:#CCC;display:inline-block;float:right;padding:5px 15px;-webkit-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;color:#FFF;font-weight:700;margin-top:-27px}.swp_CountDown.swp_blue{background-color:#30394F}.swp_CountDown.swp_red{background-color:#EE464F}#socialWarfare textarea.large-text{width:100%}#socialWarfare ul.swpmb-media-list.ui-sortable{display:block;width:100%;-webkit-background-size:cover;background-size:cover;background-position-x:center;background-repeat:no-repeat;background-color:#ccc;-webkit-border-radius:4px;border-radius:4px;padding:0}#socialWarfare .nc_ogImageWrapper ul.swpmb-media-list{background-image:url(../images/img-placeholder-og.jpg)}#socialWarfare .nc_pinterestImageWrapper ul.swpmb-media-list{background-image:url(../images/img-placeholder-pin.jpg)}.swpmb-field.swpmb-textarea-wrapper.nc_customTweetWrapper,.swpmb-field.swpmb-textarea-wrapper.nc_ogDescriptionWrapper,.swpmb-field.swpmb-textarea-wrapper.nc_ogTitleWrapper,.swpmb-field.swpmb-textarea-wrapper.nc_pinterestDescriptionWrapper{width:63%;float:left}.swpmb-field.swpmb-select-wrapper.nc_floatLocationWrapper,.swpmb-field.swpmb-select-wrapper.nc_postLocationWrapper,.swpmb-field.swpmb-select-wrapper.swp_advanced_pinterest_imageWrapper,.swpmb-field.swpmb-select-wrapper.swp_advanced_pinterest_image_locationWrapper{width:32%;float:left;min-width:320px}.swpmb-field.swpmb-select-wrapper.nc_floatLocationWrapper select,.swpmb-field.swpmb-select-wrapper.nc_postLocationWrapper select,.swpmb-field.swpmb-select-wrapper.swp_advanced_pinterest_imageWrapper select,.swpmb-field.swpmb-select-wrapper.swp_advanced_pinterest_image_locationWrapper select{width:90%}.swpmb-field.swpmb-image_advanced-wrapper.nc_ogImageWrapper,.swpmb-field.swpmb-image_advanced-wrapper.nc_pinterestImageWrapper{width:30%;float:left;margin-right:3%}#socialWarfare .swpmb-input,#socialWarfare .swpmb-label{width:100%}#socialWarfare .swpmb-field{margin-top:10px}#socialWarfare .swpmb-image-item,#socialWarfare .swpmb-media-content .centered,#socialWarfare .swpmb-media-content img,#socialWarfare .swpmb-media-preview{width:100%;height:auto;max-height:none;-webkit-transform:none;-ms-transform:none;transform:none}.wp-core-ui #socialWarfare a.swpmb-add-media.button{display:block;background:#30394f;color:#fff;font-size:12px;line-height:1;text-align:center;vertical-align:middle;padding:15px 25px;margin:0;-webkit-box-shadow:none;box-shadow:none;border:none;height:auto}.wp-core-ui #socialWarfare a.swpmb-add-media.button:hover{background:#EE464F}#socialWarfare .swpmb-media-content img{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}#socialWarfare .swpmb-media-content{overflow:visible;position:inherit}#socialWarfare .swpmb-media-preview:before{padding-top:0}#socialWarfare .swpmb-divider-wrapper hr{border:none!important}#socialWarfare .swpmb-label label{font-weight:700;color:#30394f;font-size:18px}#socialWarfare .swpmb-divider-wrapper{max-height:1px;clear:both}#socialWarfare .swpmb-label{margin-bottom:10px}#socialWarfare h2.hndle span:before{content:'p';margin-right:10px;font-family:sw-icon-font;vertical-align:middle}#socialWarfare .dashicons,#socialWarfare .sw{vertical-align:middle;margin-right:10px;font-size:18px}#socialWarfare .sw-premium-blocker{position:absolute;width:100%;height:100%;top:0;left:0}#socialWarfare .sw-premium-blocker:not(.no-icon):before{font-family:sw-icon-font;content:'E';font-size:24px;float:right;margin:10px 40px 0 0}.ui-tooltip.sw-admin-hover-notice{background:#ee464f;color:#fff;-webkit-border-radius:2px;border-radius:2px;margin:15px 0;border:0;-webkit-box-shadow:none;box-shadow:none;max-width:none;padding:20px}.sw-admin-hover-notice i:before{font-family:sw-icon-font;font-size:26px;margin:0 15px 0 0;vertical-align:middle;content:'E';float:left;font-style:normal}
css/style.css CHANGED
@@ -1,1762 +1,1766 @@
1
- .nc_socialPanel {
2
- clear: both;
3
- display: -webkit-box;
4
- display: -webkit-flex;
5
- display: -moz-box;
6
- display: -ms-flexbox;
7
- display: flex;
8
- height: 34px;
9
- line-height: 1;
10
- margin-bottom: 20px!important;
11
- margin-top: 20px!important;
12
- overflow: hidden;
13
- padding: 0;
14
-
15
- -webkit-align-items: stretch;
16
- align-items: stretch;
17
- -webkit-box-align: stretch;
18
- -moz-box-align: stretch;
19
- -webkit-box-pack: justify;
20
- -moz-box-pack: justify;
21
- direction: ltr;
22
- -ms-flex-align: stretch;
23
- -ms-flex-line-pack: center;
24
- -ms-flex-pack: justify;
25
- -webkit-flex-wrap: wrap;
26
- -ms-flex-wrap: wrap;
27
- flex-wrap: wrap;
28
- -webkit-justify-content: space-between;
29
- justify-content: space-between;
30
- }
31
-
32
- .nc_socialPanel:not(.nc_floater):not(.nc_socialPanelSide) {
33
- width: 100%!important;
34
- }
35
-
36
- .nc_wrapper .nc_socialPanel {
37
- margin-bottom: 10px!important;
38
- margin-top: 10px!important;
39
- }
40
-
41
- div.nc_socialPanel .nc_tweetContainer {
42
- -webkit-border-radius: 2px;
43
- border-radius: 2px;
44
- cursor: pointer;
45
- float: left;
46
- font-family: Lato;
47
- height: 32px;
48
- margin: 0 5px 3px 5px;
49
- min-width: 34px;
50
- overflow: hidden;
51
- text-align: center;
52
- -webkit-transition: all 0.1s linear;
53
- transition: all 0.1s linear;
54
-
55
- border-size: 1px;
56
- }
57
-
58
- div.nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer {
59
- -webkit-box-flex: 1;
60
- -moz-box-flex: 1;
61
- -webkit-flex: 1;
62
- -ms-flex: 1;
63
- flex: 1;
64
- }
65
-
66
- .nc_socialPanel .nc_tweetContainer a.nc_tweet,
67
- .nc_socialPanel .totes .swp_count {
68
- display: block;
69
- display: -webkit-box;
70
- display: -webkit-flex;
71
- display: -moz-box;
72
- display: -ms-flexbox;
73
- display: flex;
74
- font-family: Lato, sans-serif;
75
- font-size: 18px!important;
76
- font-weight: bold;
77
- height: 30px;
78
- text-decoration: none;
79
- text-decoration: none!important;
80
- text-transform: none;
81
-
82
- -webkit-box-direction: normal;
83
- -moz-box-direction: normal;
84
- -webkit-box-orient: horizontal;
85
- -moz-box-orient: horizontal;
86
- -webkit-flex-flow: row wrap;
87
- -ms-flex-flow: row wrap;
88
- flex-flow: row wrap;
89
- }
90
-
91
- .nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer:nth-child(1) {
92
- margin-left: 0;
93
- }
94
-
95
- .nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer:nth-last-child(1) {
96
- margin-right: 0;
97
- }
98
-
99
- .nc_socialPanel a .swp_count:not(.swp_hide) {
100
- display: inline-block;
101
- line-height: 32px;
102
- margin: 0;
103
- padding: 0 5px;
104
-
105
- -webkit-box-flex: 1;
106
- -moz-box-flex: 1;
107
- -webkit-flex: 1;
108
- -ms-flex: 1;
109
- flex: 1;
110
- }
111
-
112
- .nc_socialPanel a .swp_count.swp_hide {
113
- margin: 0 auto;
114
- }
115
-
116
- .nc_socialPanel span:before {
117
- content: initial!important;
118
- }
119
-
120
- .nc_socialPanel .totes .swp_count {
121
- line-height: 30px;
122
- }
123
-
124
- .nc_socialPanel span.swp_count {
125
- font-size: 14px;
126
- }
127
-
128
- .nc_socialPanel span.iconFiller {
129
- font-size: 18px;
130
- margin: 0 auto;
131
- }
132
-
133
- .nc_socialPanel.notMobile .nc_tweetContainer:nth-child(1) {
134
- margin-left: 0;
135
- }
136
-
137
- .nc_socialPanel:not(.nc_socialPanelSide) {
138
- -webkit-transition: opacity 0.2s ease-in-out;
139
- transition: opacity 0.2s ease-in-out;
140
- }
141
-
142
- .nc_socialPanel:not(.nc_socialPanelSide) div.totes.totesalt:nth-child(1) {
143
- margin-left: 0;
144
- margin-right: 15px;
145
- padding-left: 0;
146
- }
147
-
148
- .nc_socialPanel:not(.nc_socialPanelSide) div.totes.totesalt:nth-last-child(1) {
149
- margin-right: 0;
150
- padding-right: 0;
151
- }
152
-
153
- a.swp_CTT {
154
- cursor: pointer;
155
- }
156
-
157
- span.swp_share {
158
- display: block;
159
- float: right;
160
- float: left;
161
- font-size: 14px;
162
- font-weight: normal;
163
- height: 30px;
164
- line-height: 30px;
165
- margin: 0 0 0 6px;
166
- max-width: none!important;
167
- vertical-align: middle;
168
- }
169
-
170
- .nc_socialPanelSide span.swp_share {
171
- margin: 0;
172
- }
173
-
174
- .nc_socialPanel .sw {
175
- float: left;
176
- height: 30px;
177
- line-height: 32px;
178
- margin: 0 5px;
179
- text-shadow: none!important;
180
- width: 20px;
181
- }
182
-
183
- .iconFiller {
184
- display: block;
185
- float: left;
186
- height: 30px;
187
- overflow: hidden;
188
- -webkit-transition: width 0.1s linear;
189
- transition: width 0.1s linear;
190
- }
191
-
192
- .nc_socialPanel .iconFiller {
193
- width: 30px;
194
- }
195
-
196
- span.spaceManWilly {
197
- display: block;
198
- width: 120px;
199
- }
200
-
201
- .nc_socialPanel .totes {
202
- background: #c4c4c4;
203
- border: 1px solid #e08a0f;
204
- -webkit-border-radius: 2px;
205
- border-radius: 2px;
206
- color: white;
207
- cursor: default;
208
- display: block;
209
- font-size: 19px;
210
- padding: 0 10px;
211
-
212
- -webkit-box-flex: 0!important;
213
- -moz-box-flex: 0!important;
214
- -webkit-flex: none!important;
215
- -ms-flex: none!important;
216
- flex: none!important;
217
- }
218
-
219
- .nc_socialPanel div.totes.totesalt,
220
- .nc_socialPanel:hover div.totes.totesalt:not(:nth-child(1)) {
221
- background: transparent!important;
222
- border: none;
223
- color: #474b4d;
224
- margin-left: 0!important;
225
- }
226
-
227
- div.nc_socialPanel:hover div.totes.totesalt:not(:nth-child(1)) {
228
- background: transparent;
229
- color: #474b4d;
230
- margin-left: 10px;
231
- }
232
-
233
- .nc_socialPanel .totes.totesalt .swp_label {
234
- color: #474b4d;
235
- font-size: 10px;
236
- letter-spacing: 0;
237
- min-width: 40px;
238
- vertical-align: middle;
239
- }
240
-
241
- .nc_socialPanel .totes .swp_label {
242
- font-size: 10px;
243
- vertical-align: middle;
244
- }
245
-
246
- .nc_socialPanel .totes.totesalt .swp_count {
247
- color: #474b4d;
248
- font-size: 24px;
249
- }
250
-
251
- .nc_socialPanel:hover .totes,
252
- .nc_socialPanel.swp_fullColor .totes,
253
- .nc_socialPanel.swp_fade .totes,
254
- .nc_socialPanel.swp_customFull:hover div.totes {
255
- background: #e08a0f;
256
- }
257
-
258
- .nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer.totes.totesalt:before {
259
- content: "o";
260
- display: inline-block;
261
- font-family: sw-icon-font;
262
- margin-top: 7px;
263
- vertical-align: top;
264
- }
265
-
266
- .nc_socialPanel:not(.nc_socialPanelSide) .totes.totesalt .swp_count {
267
- display: inline-block;
268
- line-height: 0;
269
- margin-left: 8px;
270
- margin-top: 12px;
271
- min-width: 45px;
272
- position: relative;
273
- vertical-align: middle;
274
- }
275
-
276
- span.swp_label {
277
- display: block;
278
- font-size: 9px!important;
279
- margin-top: 13px;
280
- position: absolute;
281
- text-align: center!important;
282
- text-transform: uppercase;
283
- }
284
-
285
- .nc_socialPanelSide span.swp_label {
286
- margin-top: 0;
287
- }
288
-
289
- .nc_socialPanel.swp_leaf .nc_tweetContainer {
290
- -webkit-border-radius: 15px 0;
291
- border-radius: 15px 0;
292
- border-width: 1px;
293
- }
294
-
295
- .nc_socialPanel.swp_pill .nc_tweetContainer {
296
- -webkit-border-radius: 50px;
297
- border-radius: 50px;
298
- border-width: 1px;
299
- }
300
-
301
- .nc_socialPanel.swp_shift .nc_tweetContainer:not(.totes) {
302
- border-width: 1px;
303
- -moz-transform: skew(-25deg);
304
- -o-transform: skew(-25deg);
305
- -webkit-transform: skew(-25deg);
306
- }
307
-
308
- .nc_socialPanel.swp_shift .nc_tweetContainer a {
309
- -moz-transform: skew(25deg);
310
- -o-transform: skew(25deg);
311
- -webkit-transform: skew(25deg);
312
- }
313
-
314
- .swp_connected .nc_tweetContainer,
315
- .swp_connected:hover .nc_tweetContainer,
316
- .swp_connected .nc_tweetContainer:hover {
317
- -webkit-border-radius: 0!important;
318
- border-radius: 0!important;
319
- border-width: 1px;
320
- margin: 0!important;
321
- }
322
-
323
- .nc_socialPanel.swp_flatFresh.swp_d_fullColor .googlePlus,
324
- html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .googlePlus:hover,
325
- body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .googlePlus:not(:hover) {
326
- border: 1px solid #df4b37;
327
- }
328
-
329
- .nc_socialPanel.swp_flatFresh.swp_d_fullColor .twitter,
330
- html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .twitter:hover,
331
- body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .twitter:not(:hover) {
332
- border: 1px solid #429cd6;
333
- }
334
-
335
- .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_fb,
336
- html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_fb:hover,
337
- body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_fb:not(:hover) {
338
- border: 1px solid #3a589e;
339
- }
340
-
341
- .nc_socialPanel.swp_flatFresh.swp_d_fullColor .nc_pinterest,
342
- html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .nc_pinterest:hover,
343
- body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .nc_pinterest:not(:hover) {
344
- border: 1px solid #cd2029;
345
- }
346
-
347
- .nc_socialPanel.swp_flatFresh.swp_d_fullColor .linkedIn,
348
- html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .linkedIn:hover,
349
- body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .linkedIn:not(:hover) {
350
- border: 1px solid #0d77b7;
351
- }
352
-
353
- .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_tumblr,
354
- html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_tumblr:hover,
355
- body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_tumblr:not(:hover) {
356
- border: 1px solid #39475d;
357
- }
358
-
359
- .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_stumbleupon,
360
- html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_stumbleupon:hover,
361
- body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_stumbleupon:not(:hover) {
362
- border: 1px solid #ef5025;
363
- }
364
-
365
- .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_yummly,
366
- html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_yummly:hover,
367
- body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_yummly:not(:hover) {
368
- border: 1px solid #e26426;
369
- }
370
-
371
- .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_reddit,
372
- html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_reddit:hover,
373
- body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_reddit:not(:hover) {
374
- border: 1px solid #f04b23;
375
- }
376
-
377
- .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_email,
378
- html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_email:hover,
379
- body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_email:not(:hover) {
380
- border: 1px solid #6bcce9;
381
- }
382
-
383
- .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_whatsapp,
384
- html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_whatsapp:hover,
385
- body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_whatsapp:not(:hover) {
386
- border: 1px solid #71c169;
387
- }
388
-
389
- .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_pocket,
390
- html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_pocket:hover,
391
- body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_pocket:not(:hover) {
392
- border: 1px solid #ef4056;
393
- }
394
-
395
- .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_buffer,
396
- html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_buffer:hover,
397
- body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_buffer:not(:hover) {
398
- border: 1px solid #323b43;
399
- }
400
-
401
- .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_hacker_news,
402
- html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_hacker_news:hover,
403
- body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_hacker_news:not(:hover) {
404
- border: 1px solid #d85623;
405
- }
406
-
407
- .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_flipboard,
408
- html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_flipboard:hover,
409
- body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_flipboard:not(:hover) {
410
- border: 1px solid #bf2626;
411
- }
412
-
413
- .nc_socialPanel.swp_d_fullColor .googlePlus,
414
- html body .nc_socialPanel.swp_i_fullColor .googlePlus:hover,
415
- body .nc_socialPanel.swp_o_fullColor:hover .googlePlus {
416
- background: #df4b37;
417
- border: 1px solid #c44133;
418
- }
419
-
420
- .nc_socialPanel.swp_d_fullColor .twitter,
421
- html body .nc_socialPanel.swp_i_fullColor .twitter:hover,
422
- body .nc_socialPanel.swp_o_fullColor:hover .twitter {
423
- background: #429cd6;
424
- border: 1px solid #3c87b2;
425
- }
426
-
427
- .nc_socialPanel.swp_d_fullColor .swp_fb,
428
- html body .nc_socialPanel.swp_i_fullColor .swp_fb:hover,
429
- body .nc_socialPanel.swp_o_fullColor:hover .swp_fb {
430
- background: #3a589e;
431
- border: 1px solid #2e4675;
432
- }
433
-
434
- .nc_socialPanel.swp_d_fullColor .nc_pinterest,
435
- html body .nc_socialPanel.swp_i_fullColor .nc_pinterest:hover,
436
- body .nc_socialPanel.swp_o_fullColor:hover .nc_pinterest {
437
- background: #cd2029;
438
- border: 1px solid #aa1b29;
439
- }
440
-
441
- .nc_socialPanel.swp_d_fullColor .linkedIn,
442
- html body .nc_socialPanel.swp_i_fullColor .linkedIn:hover,
443
- body .nc_socialPanel.swp_o_fullColor:hover .linkedIn {
444
- background: #0d77b7;
445
- border: 1px solid #0c6591;
446
- }
447
-
448
- .nc_socialPanel.swp_d_fullColor .swp_tumblr,
449
- html body .nc_socialPanel.swp_i_fullColor .swp_tumblr:hover,
450
- body .nc_socialPanel.swp_o_fullColor:hover .swp_tumblr {
451
- background: #39475d;
452
- border: 1px solid #27313f;
453
- }
454
-
455
- .nc_socialPanel.swp_d_fullColor .swp_stumbleupon,
456
- html body .nc_socialPanel.swp_i_fullColor .swp_stumbleupon:hover,
457
- body .nc_socialPanel.swp_o_fullColor:hover .swp_stumbleupon {
458
- background: #ef5025;
459
- border: 1px solid #d34427;
460
- }
461
-
462
- .nc_socialPanel.swp_d_fullColor .swp_yummly,
463
- html body .nc_socialPanel.swp_i_fullColor .swp_yummly:hover,
464
- body .nc_socialPanel.swp_o_fullColor:hover .swp_yummly {
465
- background: #e26426;
466
- border: 1px solid #b65027;
467
- }
468
-
469
- .nc_socialPanel.swp_d_fullColor .swp_reddit,
470
- html body .nc_socialPanel.swp_i_fullColor .swp_reddit:hover,
471
- body .nc_socialPanel.swp_o_fullColor:hover .swp_reddit {
472
- background: #f04b23;
473
- border: 1px solid #d33f27;
474
- }
475
-
476
- .nc_socialPanel.swp_d_fullColor .swp_email,
477
- html body .nc_socialPanel.swp_i_fullColor .swp_email:hover,
478
- body .nc_socialPanel.swp_o_fullColor:hover .swp_email {
479
- background: #6bcce9;
480
- border: 1px solid #61bace;
481
- }
482
-
483
- .nc_socialPanel.swp_d_fullColor .swp_whatsapp,
484
- html body .nc_socialPanel.swp_i_fullColor .swp_whatsapp:hover,
485
- body .nc_socialPanel.swp_o_fullColor:hover .swp_whatsapp {
486
- background: #71c169;
487
- border: 1px solid #28b04b;
488
- }
489
-
490
- .nc_socialPanel.swp_d_fullColor .swp_pocket,
491
- html body .nc_socialPanel.swp_i_fullColor .swp_pocket:hover,
492
- body .nc_socialPanel.swp_o_fullColor:hover .swp_pocket {
493
- background: #ef4056;
494
- border: 1px solid #ce3d55;
495
- }
496
-
497
- .nc_socialPanel.swp_d_fullColor .swp_buffer,
498
- html body .nc_socialPanel.swp_i_fullColor .swp_buffer:hover,
499
- body .nc_socialPanel.swp_o_fullColor:hover .swp_buffer {
500
- background: #323b43;
501
- border: 1px solid #000;
502
- }
503
-
504
- .nc_socialPanel.swp_d_fullColor .swp_hacker_news,
505
- html body .nc_socialPanel.swp_i_fullColor .swp_hacker_news:hover,
506
- body .nc_socialPanel.swp_o_fullColor:hover .swp_hacker_news {
507
- background: #f16522;
508
- border: 1px solid #d85623;
509
- }
510
-
511
- .nc_socialPanel.swp_d_fullColor .swp_flipboard,
512
- html body .nc_socialPanel.swp_i_fullColor .swp_flipboard:hover,
513
- body .nc_socialPanel.swp_o_fullColor:hover .swp_flipboard {
514
- background: #e02828;
515
- border: 1px solid #bf2626;
516
- }
517
-
518
- .nc_socialPanel.swp_threeDee.swp_d_fullColor .googlePlus,
519
- html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .googlePlus:hover,
520
- body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .googlePlus {
521
- border-bottom: 3px solid #c44133;
522
- }
523
-
524
- .nc_socialPanel.swp_threeDee.swp_d_fullColor .twitter,
525
- html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .twitter:hover,
526
- body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .twitter {
527
- border-bottom: 3px solid #5595bc;
528
- }
529
-
530
- .nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_fb,
531
- html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_fb:hover,
532
- body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_fb {
533
- border-bottom: 3px solid #2e4675;
534
- }
535
-
536
- .nc_socialPanel.swp_threeDee.swp_d_fullColor .nc_pinterest,
537
- html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .nc_pinterest:hover,
538
- body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .nc_pinterest {
539
- border-bottom: 3px solid #aa1b29;
540
- }
541
-
542
- .nc_socialPanel.swp_threeDee.swp_d_fullColor .linkedIn,
543
- html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .linkedIn:hover,
544
- body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .linkedIn {
545
- border-bottom: 3px solid #0c6591;
546
- }
547
-
548
- .nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_tumblr,
549
- html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_tumblr:hover,
550
- body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_tumblr {
551
- border-bottom: 3px solid #27313f;
552
- }
553
-
554
- .nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_stumbleupon,
555
- html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_stumbleupon:hover,
556
- body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_stumbleupon {
557
- border-bottom: 3px solid #d34427;
558
- }
559
-
560
- .nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_yummly,
561
- html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_yummly:hover,
562
- body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_yummly {
563
- border-bottom: 3px solid #b65027;
564
- }
565
-
566
- .nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_reddit,
567
- html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_reddit:hover,
568
- body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_reddit {
569
- border-bottom: 3px solid #d33f27;
570
- }
571
-
572
- .nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_email,
573
- html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_email:hover,
574
- body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_email {
575
- border-bottom: 3px solid #61bace;
576
- }
577
-
578
- .nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_whatsapp,
579
- html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_whatsapp:hover,
580
- body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_whatsapp {
581
- border-bottom: 3px solid #28b04b;
582
- }
583
-
584
- .nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_pocket,
585
- html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_pocket:hover,
586
- body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_pocket {
587
- border-bottom: 3px solid #ce3d55;
588
- }
589
-
590
- .nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_buffer,
591
- html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_buffer:hover,
592
- body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_buffer {
593
- border-bottom: 3px solid #000;
594
- }
595
-
596
- .nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_hacker_news,
597
- html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_hacker_news:hover,
598
- body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_hacker_news {
599
- border-bottom: 3px solid #d85623;
600
- }
601
-
602
- .nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_flipboard,
603
- html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_flipboard:hover,
604
- body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_flipboard {
605
- border-bottom: 3px solid #bf2626;
606
- }
607
-
608
- .nc_socialPanel.swp_d_lightGray .nc_tweetContainer,
609
- html body .nc_socialPanel.swp_i_lightGray .nc_tweetContainer:hover,
610
- body .nc_socialPanel.swp_o_lightGray:hover .nc_tweetContainer {
611
- background-color: #ccc;
612
- border: 1px solid #ccc;
613
- }
614
-
615
- .nc_socialPanel.swp_threeDee.swp_d_lightGray .nc_tweetContainer:not(.totesalt),
616
- html body .nc_socialPanel.swp_threeDee.swp_i_lightGray .nc_tweetContainer:not(.totesalt):hover,
617
- body .nc_socialPanel.swp_threeDee.swp_o_lightGray:hover .nc_tweetContainer:not(.totesalt) {
618
- border-bottom: 3px solid #999;
619
- }
620
-
621
- .nc_socialPanel.swp_d_mediumGray .nc_tweetContainer,
622
- html body .nc_socialPanel.swp_i_mediumGray .nc_tweetContainer:hover,
623
- body .nc_socialPanel.swp_o_mediumGray:hover .nc_tweetContainer {
624
- background-color: #999;
625
- border: 1px solid #999;
626
- }
627
-
628
- .nc_socialPanel.swp_threeDee.swp_d_mediumGray .nc_tweetContainer:not(.totesalt),
629
- html body .nc_socialPanel.swp_threeDee.swp_i_mediumGray .nc_tweetContainer:not(.totesalt):hover,
630
- body .nc_socialPanel.swp_threeDee.swp_o_mediumGray:hover .nc_tweetContainer:not(.totesalt) {
631
- border-bottom: 3px solid #444;
632
- }
633
-
634
- .nc_socialPanel.swp_d_darkGray .nc_tweetContainer,
635
- html body .nc_socialPanel.swp_i_darkGray .nc_tweetContainer:hover,
636
- body .nc_socialPanel.swp_o_darkGray:hover .nc_tweetContainer {
637
- background-color: #444;
638
- border: 1px solid #444;
639
- }
640
-
641
- .nc_socialPanel.swp_threeDee.swp_d_darkGray .nc_tweetContainer:not(.totesalt),
642
- html body .nc_socialPanel.swp_threeDee.swp_i_darkGray .nc_tweetContainer:not(.totesalt):hover,
643
- body .nc_socialPanel.swp_threeDee.swp_o_darkGray:hover .nc_tweetContainer:not(.totesalt) {
644
- border-bottom: 3px solid #222;
645
- }
646
-
647
- .nc_socialPanel.swp_d_lgOutlines a,
648
- html body .nc_socialPanel.swp_i_lgOutlines a:hover,
649
- body .nc_socialPanel.swp_o_lgOutlines:hover a {
650
- color: #ccc;
651
- }
652
-
653
- .nc_socialPanel.swp_d_lgOutlines .nc_tweetContainer,
654
- html body .nc_socialPanel.swp_i_lgOutlines .nc_tweetContainer:hover,
655
- body .nc_socialPanel.swp_o_lgOutlines:hover .nc_tweetContainer {
656
- background: transparent;
657
- border: 1px solid #ccc;
658
- }
659
-
660
- .nc_socialPanel.swp_d_mdOutlines a,
661
- html body .nc_socialPanel.swp_i_mdOutlines a:hover,
662
- body .nc_socialPanel.swp_o_mdOutlines:hover a {
663
- color: #999;
664
- }
665
-
666
- .nc_socialPanel.swp_d_mdOutlines .nc_tweetContainer,
667
- html body .nc_socialPanel.swp_i_mdOutlines .nc_tweetContainer:hover,
668
- body .nc_socialPanel.swp_o_mdOutlines:hover .nc_tweetContainer {
669
- background: transparent;
670
- border: 1px solid #999;
671
- }
672
-
673
- .nc_socialPanel.swp_d_dgOutlines a,
674
- html body .nc_socialPanel.swp_i_dgOutlines a:hover,
675
- body .nc_socialPanel.swp_o_dgOutlines:hover a {
676
- color: #444;
677
- }
678
-
679
- .nc_socialPanel.swp_d_dgOutlines .nc_tweetContainer,
680
- html body .nc_socialPanel.swp_i_dgOutlines .nc_tweetContainer:hover,
681
- body .nc_socialPanel.swp_o_dgOutlines:hover .nc_tweetContainer {
682
- background: transparent;
683
- border: 1px solid #444;
684
- }
685
-
686
- .nc_socialPanel.swp_d_colorOutlines .googlePlus a,
687
- html body .nc_socialPanel.swp_i_colorOutlines .googlePlus a:hover,
688
- body .nc_socialPanel.swp_o_colorOutlines:hover .googlePlus a {
689
- color: #df4b37;
690
- }
691
-
692
- .nc_socialPanel.swp_d_colorOutlines .swp_fb a,
693
- html body .nc_socialPanel.swp_i_colorOutlines .swp_fb a:hover,
694
- body .nc_socialPanel.swp_o_colorOutlines:hover .swp_fb a {
695
- color: #3a589e;
696
- }
697
-
698
- .nc_socialPanel.swp_d_colorOutlines .nc_pinterest a,
699
- html body .nc_socialPanel.swp_i_colorOutlines .nc_pinterest a:hover,
700
- body .nc_socialPanel.swp_o_colorOutlines:hover .nc_pinterest a {
701
- color: #cd2029;
702
- }
703
-
704
- .nc_socialPanel.swp_d_colorOutlines .linkedIn a,
705
- html body .nc_socialPanel.swp_i_colorOutlines .linkedIn a:hover,
706
- body .nc_socialPanel.swp_o_colorOutlines:hover .linkedIn a {
707
- color: #0d77b7;
708
- }
709
-
710
- .nc_socialPanel.swp_d_colorOutlines .swp_tumblr a,
711
- html body .nc_socialPanel.swp_i_colorOutlines .swp_tumblr a:hover,
712
- body .nc_socialPanel.swp_o_colorOutlines:hover .swp_tumblr a {
713
- color: #39475d;
714
- }
715
-
716
- .nc_socialPanel.swp_d_colorOutlines .swp_stumbleupon a,
717
- html body .nc_socialPanel.swp_i_colorOutlines .swp_stumbleupon a:hover,
718
- body .nc_socialPanel.swp_o_colorOutlines:hover .swp_stumbleupon a {
719
- color: #ef5025;
720
- }
721
-
722
- .nc_socialPanel.swp_d_colorOutlines .swp_yummly a,
723
- html body .nc_socialPanel.swp_i_colorOutlines .swp_yummly a:hover,
724
- body .nc_socialPanel.swp_o_colorOutlines:hover .swp_yummly a {
725
- color: #e26426;
726
- }
727
-
728
- .nc_socialPanel.swp_d_colorOutlines .swp_whatsapp a,
729
- html body .nc_socialPanel.swp_i_colorOutlines .swp_whatsapp a:hover,
730
- body .nc_socialPanel.swp_o_colorOutlines:hover .swp_whatsapp a {
731
- color: #71c169;
732
- }
733
-
734
- .nc_socialPanel.swp_d_colorOutlines .swp_pocket a,
735
- html body .nc_socialPanel.swp_i_colorOutlines .swp_pocket a:hover,
736
- body .nc_socialPanel.swp_o_colorOutlines:hover .swp_pocket a {
737
- color: #ef4056;
738
- }
739
-
740
- .nc_socialPanel.swp_d_colorOutlines .swp_reddit a,
741
- html body .nc_socialPanel.swp_i_colorOutlines .swp_reddit a:hover,
742
- body .nc_socialPanel.swp_o_colorOutlines:hover .swp_reddit a {
743
- color: #f04b23;
744
- }
745
-
746
- .nc_socialPanel.swp_d_colorOutlines .swp_email a,
747
- html body .nc_socialPanel.swp_i_colorOutlines .swp_email a:hover,
748
- body .nc_socialPanel.swp_o_colorOutlines:hover .swp_email a {
749
- color: #6bcce9;
750
- }
751
-
752
- .nc_socialPanel.swp_d_colorOutlines .swp_buffer a,
753
- html body .nc_socialPanel.swp_i_colorOutlines .swp_buffer a:hover,
754
- body .nc_socialPanel.swp_o_colorOutlines:hover .swp_buffer a {
755
- color: #323b43;
756
- }
757
-
758
- .nc_socialPanel.swp_d_colorOutlines .swp_hacker_news a,
759
- html body .nc_socialPanel.swp_i_colorOutlines .swp_hacker_news a:hover,
760
- body .nc_socialPanel.swp_o_colorOutlines:hover .swp_hacker_news a {
761
- color: #f16522;
762
- }
763
-
764
- .nc_socialPanel.swp_d_colorOutlines .swp_flipboard a,
765
- html body .nc_socialPanel.swp_i_colorOutlines .swp_flipboard a:hover,
766
- body .nc_socialPanel.swp_o_colorOutlines:hover .swp_flipboard a {
767
- color: #e02828;
768
- }
769
-
770
- .nc_socialPanel.swp_d_colorOutlines .googlePlus,
771
- html body .nc_socialPanel.swp_i_colorOutlines .googlePlus:hover,
772
- body .nc_socialPanel.swp_o_colorOutlines:hover .googlePlus {
773
- background: transparent;
774
- border: 1px solid #df4b37;
775
- }
776
-
777
- .nc_socialPanel.swp_d_colorOutlines .twitter,
778
- html body .nc_socialPanel.swp_i_colorOutlines .twitter:hover,
779
- body .nc_socialPanel.swp_o_colorOutlines:hover .twitter {
780
- background: transparent;
781
- border: 1px solid #429cd6;
782
- }
783
-
784
- .nc_socialPanel.swp_d_colorOutlines .swp_fb,
785
- html body .nc_socialPanel.swp_i_colorOutlines .swp_fb:hover,
786
- body .nc_socialPanel.swp_o_colorOutlines:hover .swp_fb {
787
- background: transparent;
788
- border: 1px solid #3a589e;
789
- }
790
-
791
- .nc_socialPanel.swp_d_colorOutlines .nc_pinterest,
792
- html body .nc_socialPanel.swp_i_colorOutlines .nc_pinterest:hover,
793
- body .nc_socialPanel.swp_o_colorOutlines:hover .nc_pinterest {
794
- background: transparent;
795
- border: 1px solid #cd2029;
796
- }
797
-
798
- .nc_socialPanel.swp_d_colorOutlines .linkedIn,
799
- html body .nc_socialPanel.swp_i_colorOutlines .linkedIn:hover,
800
- body .nc_socialPanel.swp_o_colorOutlines:hover .linkedIn {
801
- background: transparent;
802
- border: 1px solid #0d77b7;
803
- }
804
-
805
- .nc_socialPanel.swp_d_colorOutlines .swp_tumblr,
806
- html body .nc_socialPanel.swp_i_colorOutlines .swp_tumblr:hover,
807
- body .nc_socialPanel.swp_o_colorOutlines:hover .swp_tumblr {
808
- background: transparent;
809
- border: 1px solid #39475d;
810
- }
811
-
812
- .nc_socialPanel.swp_d_colorOutlines .swp_stumbleupon,
813
- html body .nc_socialPanel.swp_i_colorOutlines .swp_stumbleupon:hover,
814
- body .nc_socialPanel.swp_o_colorOutlines:hover .swp_stumbleupon {
815
- background: transparent;
816
- border: 1px solid #ef5025;
817
- }
818
-
819
- .nc_socialPanel.swp_d_colorOutlines .swp_yummly,
820
- html body .nc_socialPanel.swp_i_colorOutlines .swp_yummly:hover,
821
- body .nc_socialPanel.swp_o_colorOutlines:hover .swp_yummly {
822
- background: transparent;
823
- border: 1px solid #e26426;
824
- }
825
-
826
- .nc_socialPanel.swp_d_colorOutlines .swp_whatsapp,
827
- html body .nc_socialPanel.swp_i_colorOutlines .swp_whatsapp:hover,
828
- body .nc_socialPanel.swp_o_colorOutlines:hover .swp_whatsapp {
829
- background: transparent;
830
- border: 1px solid #71c169;
831
- }
832
-
833
- .nc_socialPanel.swp_d_colorOutlines .swp_reddit,
834
- html body .nc_socialPanel.swp_i_colorOutlines .swp_reddit:hover,
835
- body .nc_socialPanel.swp_o_colorOutlines:hover .swp_reddit {
836
- background: transparent;
837
- border: 1px solid #f04b23;
838
- }
839
-
840
- .nc_socialPanel.swp_d_colorOutlines .swp_email,
841
- html body .nc_socialPanel.swp_i_colorOutlines .swp_email:hover,
842
- body .nc_socialPanel.swp_o_colorOutlines:hover .swp_email {
843
- background: transparent;
844
- border: 1px solid #6bcce9;
845
- }
846
-
847
- .nc_socialPanel.swp_d_colorOutlines .swp_pocket,
848
- html body .nc_socialPanel.swp_i_colorOutlines .swp_pocket:hover,
849
- body .nc_socialPanel.swp_o_colorOutlines:hover .swp_pocket {
850
- background: transparent;
851
- border: 1px solid #ef4056;
852
- }
853
-
854
- .nc_socialPanel.swp_d_colorOutlines .swp_buffer,
855
- html body .nc_socialPanel.swp_i_colorOutlines .swp_buffer:hover,
856
- body .nc_socialPanel.swp_o_colorOutlines:hover .swp_buffer {
857
- background: transparent;
858
- border: 1px solid #323b43;
859
- }
860
-
861
- .nc_socialPanel.swp_d_colorOutlines .swp_hacker_news,
862
- html body .nc_socialPanel.swp_i_colorOutlines .swp_hacker_news:hover,
863
- body .nc_socialPanel.swp_o_colorOutlines:hover .swp_hacker_news {
864
- background: transparent;
865
- border: 1px solid #f16522;
866
- }
867
-
868
- .nc_socialPanel.swp_d_colorOutlines .swp_flipboard,
869
- html body .nc_socialPanel.swp_i_colorOutlines .swp_flipboard:hover,
870
- body .nc_socialPanel.swp_o_colorOutlines:hover .swp_flipboard {
871
- background: transparent;
872
- border: 1px solid #bf2626;
873
- }
874
-
875
- .nc_socialPanelSide {
876
- flex-direction: column;
877
- height: auto;
878
- overflow: visible;
879
- top: 200px;
880
- -webkit-transition: all 0.2s linear;
881
- transition: all 0.2s linear;
882
- width: 100px!important;
883
- z-index: 9999999;
884
-
885
- -webkit-box-direction: normal;
886
- -moz-box-direction: normal;
887
- -webkit-box-orient: vertical;
888
- -moz-box-orient: vertical;
889
- -webkit-flex-direction: column;
890
- -ms-flex-direction: column;
891
- }
892
-
893
- .nc_socialPanelSide.slide {
894
- position: fixed;
895
- left: -100px;
896
- -webkit-transition: all 0.2s linear;
897
- transition: all 0.2s linear;
898
- }
899
-
900
- .nc_socialPanelSide.fade {
901
- display: none;
902
- position: fixed;
903
- left: 5px;
904
- -webkit-transition: all 0.2s linear;
905
- transition: all 0.2s linear;
906
- }
907
-
908
- .nc_socialPanelSide .nc_tweetContainer {
909
- background: #dd4b38;
910
- -webkit-border-radius: 3px;
911
- border-radius: 3px;
912
- clear: both;
913
- display: block;
914
- font-family: Lato, sans-serif;
915
- height: 32px;
916
- margin: 3px 0!important;
917
- overflow: hidden;
918
- padding: 0;
919
- -webkit-transition: all 0.1s linear;
920
- transition: all 0.1s linear;
921
- vertical-align: top;
922
- width: 90px;
923
- }
924
-
925
- .nc_socialPanelSide .nc_tweetContainer .iconFiller {
926
- display: inline-block;
927
- height: 40px;
928
- margin: 0 6px;
929
- padding: 0;
930
- -webkit-transition: all 0.1s linear;
931
- transition: all 0.1s linear;
932
- vertical-align: middle;
933
- width: 21px;
934
- }
935
-
936
- .nc_socialPanelSide .nc_tweetContainer .swp_count {
937
- display: inline-block;
938
- font-size: 14px;
939
- height: 32px;
940
- line-height: 35px;
941
- margin: 0;
942
- overflow: hidden;
943
- padding: 0;
944
- text-align: right;
945
- -webkit-transition: all 0.1s linear;
946
- transition: all 0.1s linear;
947
- vertical-align: top;
948
- width: 0;
949
- }
950
-
951
- .nc_socialPanelSide .nc_tweetContainer a {
952
- cursor: pointer;
953
- display: block;
954
- font-weight: 500;
955
- height: 36px;
956
- margin: 0;
957
- padding: 0;
958
- text-decoration: none;
959
- -webkit-transition: all 0.1s linear;
960
- transition: all 0.1s linear;
961
- vertical-align: top;
962
- }
963
-
964
- .nc_socialPanelSide .nc_tweetContainer .sw,
965
- .nc_socialPanelSide .nc_tweetContainer .swp_share {
966
- float: left;
967
- line-height: 34px;
968
- }
969
-
970
- .nc_socialPanelSide.swp_default .nc_tweetContainer .sw {
971
- line-height: 32px;
972
- }
973
-
974
- .nc_socialPanelSide.swp_default .nc_tweetContainer .swp_share {
975
- line-height: 30px;
976
- }
977
-
978
- .nc_socialPanelSide .nc_tweetContainer .swp_share {
979
- font-size: 13px;
980
- }
981
-
982
- .nc_socialPanelSide .nc_tweetContainer:hover,
983
- .nc_socialPanelSide .nc_tweetContainer:hover .iconFiller,
984
- .nc_socialPanelSide .nc_tweetContainer:hover .swp_count {
985
- -webkit-transition: all 0.1s linear;
986
- transition: all 0.1s linear;
987
- }
988
-
989
- .nc_socialPanelSide.swp_boxed {
990
- -ms-transform: scale(0.9);
991
- -webkit-transform: scale(0.9);
992
- transform: scale(0.9);
993
- }
994
-
995
- .nc_socialPanelSide.swp_boxed .nc_tweetContainer {
996
- margin-bottom: 5px;
997
- }
998
-
999
- .nc_socialPanelSide.swp_boxed .nc_tweetContainer,
1000
- .nc_socialPanelSide.swp_boxed .nc_tweetContainer a {
1001
- height: 75px;
1002
- position: relative;
1003
- width: 75px;
1004
- }
1005
-
1006
- .nc_socialPanelSide.swp_boxed .nc_tweetContainer i.sw {
1007
- font-size: 27px;
1008
- height: 40px;
1009
- margin: 0;
1010
- padding-top: 10px;
1011
- text-align: center;
1012
- width: 100%;
1013
- }
1014
-
1015
- .nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) span.swp_share {
1016
- height: 35px;
1017
- opacity: 0;
1018
- position: absolute;
1019
- bottom: 0;
1020
- left: 0;
1021
- text-align: center;
1022
- width: 75px;
1023
- }
1024
-
1025
- .nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) span.swp_count {
1026
- height: 35px;
1027
- margin: 0;
1028
- padding: 0;
1029
- position: absolute;
1030
- bottom: 0;
1031
- left: 0;
1032
- text-align: center;
1033
- -webkit-transition: padding 0.1s linear;
1034
- transition: padding 0.1s linear;
1035
- width: 100%;
1036
- }
1037
-
1038
- .nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) span.swp_count.swp_hide,
1039
- .nc_socialPanelSide.swp_boxed .nc_tweetContainer span.swp_hide .iconFiller,
1040
- .nc_socialPanelSide.swp_boxed .nc_tweetContainer span.swp_hide .spaceManWilly {
1041
- height: 75px;
1042
- opacity: 1;
1043
- }
1044
-
1045
- .nc_socialPanelSide.swp_boxed .nc_tweetContainer span.iconFiller {
1046
- height: 40px;
1047
- width: 75px;
1048
- }
1049
-
1050
- .nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes):hover span.swp_count:not(.swp_hide) {
1051
- opacity: 0;
1052
- }
1053
-
1054
- .nc_socialPanelSide.swp_boxed .totes {
1055
- padding: 0;
1056
- width: 75px!important;
1057
- }
1058
-
1059
- .nc_socialPanelSide .nc_tweetContainer:not(.totes) {
1060
- line-height: 34px;
1061
- }
1062
-
1063
- .nc_socialPanelSide:not(.swp_boxed) .nc_tweetContainer:not(.totes) .iconFiller {
1064
- margin-left: 2px;
1065
- width: 30px;
1066
- }
1067
-
1068
- .nc_socialPanelSide .nc_tweetContainer:not(.totes) .swp_count {
1069
- padding: 0 8px;
1070
- width: 48px;
1071
- }
1072
-
1073
- .nc_socialPanelSide .nc_tweetContainer:not(.totes) .swp_count.swp_hide {
1074
- padding: 0;
1075
- width: 100%;
1076
- }
1077
-
1078
- .nc_socialPanelSide .nc_tweetContainer:not(.totes) .swp_hide .iconFiller {
1079
- display: block;
1080
- float: none;
1081
- margin: 0 auto;
1082
- }
1083
-
1084
- .nc_socialPanelSide:not(.swp_boxed) .nc_tweetContainer:not(.totes):hover {
1085
- width: 150px;
1086
- }
1087
-
1088
- .nc_socialPanelSide .nc_tweetContainer:not(.totes):hover .iconFiller,
1089
- .nc_socialPanelSide .nc_tweetContainer:not(.totes) .spaceManWilly {
1090
- width: 90px;
1091
- }
1092
-
1093
- .nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes):hover .iconFiller,
1094
- .nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) .spaceManWilly {
1095
- width: 100%;
1096
- }
1097
-
1098
- .nc_socialPanelSide .nc_tweetContainer.totes {
1099
- background: rgba(0, 0, 0, 0);
1100
- border: 0!important;
1101
- font-weight: 800;
1102
- height: 45px;
1103
- margin: 0;
1104
- padding: 0;
1105
- text-align: center;
1106
- width: 90px;
1107
- }
1108
-
1109
- .nc_socialPanelSide .nc_tweetContainer.totes .swp_count {
1110
- color: #444;
1111
- display: block;
1112
- font-family: Lato, sans-serif;
1113
- height: 28px;
1114
- text-align: center;
1115
- width: 100%;
1116
- }
1117
-
1118
- .nc_socialPanelSide .nc_tweetContainer.totes .swp_label {
1119
- color: #444;
1120
- display: block;
1121
- font-family: Lato, sans-serif;
1122
- font-size: 50%;
1123
- position: relative;
1124
- text-align: center;
1125
- width: 100%;
1126
- }
1127
-
1128
- .nc_wrapper {
1129
- background: white;
1130
- position: fixed;
1131
- -webkit-transition: top 0.5s bottom 0.5s;
1132
- transition: top 0.5s bottom 0.5s;
1133
- width: 100%;
1134
- z-index: 99999;
1135
- }
1136
-
1137
- .nc_wrapper.floatBottom {
1138
- bottom: 0;
1139
- left: 0;
1140
- }
1141
-
1142
- .nc_wrapper.floatTop {
1143
- top: 0;
1144
- left: 0;
1145
- }
1146
-
1147
- .nc_floater {
1148
- margin: 10px 0;
1149
- position: relative;
1150
- left: 304px;
1151
- width: 740px;
1152
- }
1153
-
1154
- .nc_socialPanelSide.hideCounts a {
1155
- text-align: center;
1156
- }
1157
-
1158
- .nc_socialPanelSide.hideCounts .iconFiller {
1159
- float: none;
1160
- text-align: left;
1161
- }
1162
-
1163
- .sw {
1164
- display: inline-block;
1165
- font-family: sw-icon-font!important;
1166
- font-size: inherit;
1167
- -moz-osx-font-smoothing: grayscale;
1168
- -webkit-font-smoothing: antialiased;
1169
- font-style: normal;
1170
- font-weight: normal;
1171
- text-rendering: auto;
1172
- -ms-transform: translate(0, 0);
1173
- -webkit-transform: translate(0, 0);
1174
- transform: translate(0, 0);
1175
- }
1176
-
1177
- .sw:before {
1178
- display: block!important;
1179
- }
1180
-
1181
- .wp-editor-container .sw:before {
1182
- font-size: 18px;
1183
- line-height: 22px;
1184
- }
1185
-
1186
- .wp-editor-container .sw-social-warfare:before {
1187
- color: #ee464f;
1188
- }
1189
-
1190
- .mce-container .sw-social-warfare {
1191
- color: #ee464f;
1192
- font-size: 20px;
1193
- margin-right: 15px;
1194
- vertical-align: middle;
1195
- }
1196
-
1197
- .sw-google-plus:before {
1198
- content: "h";
1199
- }
1200
-
1201
- .sw-pinterest:before {
1202
- content: "b";
1203
- }
1204
-
1205
- .sw-twitter:before {
1206
- content: "s";
1207
- }
1208
-
1209
- .sw-facebook:before {
1210
- content: "j";
1211
- }
1212
-
1213
- .sw-linkedin:before {
1214
- content: "f";
1215
- }
1216
-
1217
- .sw-tumblr:before {
1218
- content: "r";
1219
- }
1220
-
1221
- .sw-stumbleupon:before {
1222
- content: "q";
1223
- }
1224
-
1225
- .sw-reddit:before {
1226
- content: "a";
1227
- }
1228
-
1229
- .sw-email:before {
1230
- content: "k";
1231
- }
1232
-
1233
- .sw-yummly:before {
1234
- content: "x";
1235
- }
1236
-
1237
- .sw-whatsapp:before {
1238
- content: "y";
1239
- }
1240
-
1241
- .sw-pocket:before {
1242
- content: "B";
1243
- }
1244
-
1245
- .sw-buffer:before {
1246
- content: "z";
1247
- }
1248
-
1249
- .sw-hacker_news:before {
1250
- content: "D";
1251
- }
1252
-
1253
- .sw-flipboard:before {
1254
- content: "C";
1255
- }
1256
-
1257
- .sw-social-warfare:before {
1258
- content: "p";
1259
- }
1260
-
1261
- .swp_CTT {
1262
- text-decoration: none!important;
1263
- }
1264
-
1265
- .sw-tweet-clear {
1266
- zoom: 1;
1267
- }
1268
-
1269
- .sw-tweet-clear:after {
1270
- clear: both;
1271
- content: ".";
1272
- display: block;
1273
- height: 0;
1274
- visibility: hidden;
1275
- }
1276
-
1277
- .sw-click-to-tweet {
1278
- display: block;
1279
- margin: 15px 0;
1280
- padding: 15px 30px;
1281
- position: relative;
1282
- }
1283
-
1284
- .sw-click-to-tweet:after {
1285
- clear: both;
1286
- content: ".";
1287
- display: block;
1288
- height: 0;
1289
- line-height: 0;
1290
- visibility: hidden;
1291
- }
1292
-
1293
- .sw-click-to-tweet .sw-ctt-text {
1294
- margin: 0 0 10px;
1295
- padding: 0;
1296
- position: relative;
1297
- word-wrap: break-word;
1298
- }
1299
-
1300
- a .sw-click-to-tweet .sw-ctt-text {
1301
- display: block;
1302
- font-size: 24px;
1303
- font-weight: 500;
1304
- line-height: 140%;
1305
- margin: 0;
1306
- padding: 0;
1307
- position: relative;
1308
- text-decoration: none;
1309
- text-transform: none;
1310
- }
1311
-
1312
- .sw-click-to-tweet .sw-ctt-btn {
1313
- display: block;
1314
- float: right;
1315
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1316
- font-size: 12px;
1317
- font-weight: bold;
1318
- line-height: 100%;
1319
- margin: 10px 0 0;
1320
- padding: 3px 5px 3px 3px;
1321
- position: relative;
1322
- text-decoration: none;
1323
- text-transform: uppercase;
1324
- }
1325
-
1326
- .sw-click-to-tweet i.sw-twitter {
1327
- float: right;
1328
- font-size: 21px;
1329
- margin-left: 15px;
1330
- margin-top: 2px;
1331
- text-transform: none;
1332
- }
1333
-
1334
- a.swp_CTT.style1 .sw-click-to-tweet {
1335
- background-color: #fff;
1336
- border: 1px solid #ddd;
1337
- -webkit-border-radius: 4px;
1338
- border-radius: 4px;
1339
- }
1340
-
1341
- a.swp_CTT.style2 .sw-click-to-tweet {
1342
- background-color: #fff;
1343
- border: 4px double #ddd;
1344
- -webkit-border-radius: 0;
1345
- border-radius: 0;
1346
- }
1347
-
1348
- a.style2 .sw-click-to-tweet .sw-ctt-text {
1349
- color: #666;
1350
- font-style: italic;
1351
- text-decoration: none;
1352
- }
1353
-
1354
- a.swp_CTT.style3:hover .sw-click-to-tweet {
1355
- border-left: 10px solid #3c87b2;
1356
- padding-right: 20px;
1357
- -webkit-transition: all 0.25s linear;
1358
- transition: all 0.25s linear;
1359
- }
1360
-
1361
- a.swp_CTT.style3 .sw-click-to-tweet {
1362
- background-color: #429cd6;
1363
- border: none;
1364
- border-left: 10px solid #429cd6;
1365
- -webkit-border-radius: 0;
1366
- border-radius: 0;
1367
- padding-right: 20px;
1368
- -webkit-transition: all 0.25s linear;
1369
- transition: all 0.25s linear;
1370
- }
1371
-
1372
- a.style3 .sw-click-to-tweet .sw-ctt-text {
1373
- color: #fff;
1374
- font-style: italic;
1375
- text-decoration: none;
1376
- }
1377
-
1378
- a.swp_CTT.style4:hover .sw-click-to-tweet {
1379
- border-left: 10px solid #3c87b2;
1380
- -webkit-transition: all 0.25s linear;
1381
- transition: all 0.25s linear;
1382
- }
1383
-
1384
- a.swp_CTT.style4 .sw-click-to-tweet {
1385
- background-color: #333;
1386
- border-left: 10px solid #c33;
1387
- -webkit-border-radius: 0;
1388
- border-radius: 0;
1389
- -webkit-transition: all 0.25s linear;
1390
- transition: all 0.25s linear;
1391
- }
1392
-
1393
- a.swp_CTT.style5:hover .sw-click-to-tweet {
1394
- background-color: #d34250;
1395
- border-left: 10px solid #30394f;
1396
- -webkit-transition: all 0.25s linear;
1397
- transition: all 0.25s linear;
1398
- }
1399
-
1400
- a.swp_CTT.style5 .sw-click-to-tweet {
1401
- background-color: #30394f;
1402
- border-left: 10px solid #d34250;
1403
- -webkit-border-radius: 0;
1404
- border-radius: 0;
1405
- -webkit-transition: all 0.25s linear;
1406
- transition: all 0.25s linear;
1407
- }
1408
-
1409
- a.swp_CTT.style6:hover .sw-click-to-tweet {
1410
- background-color: #ced3dc;
1411
- border-left: 10px solid #d34250;
1412
- -webkit-transition: all 0.25s linear;
1413
- transition: all 0.25s linear;
1414
- }
1415
-
1416
- a.swp_CTT.style6 .sw-click-to-tweet {
1417
- background-color: #eee;
1418
- border-left: 10px solid #d34250;
1419
- -webkit-border-radius: 0;
1420
- border-radius: 0;
1421
- -webkit-transition: all 0.25s linear;
1422
- transition: all 0.25s linear;
1423
- }
1424
-
1425
- a.style6 .sw-click-to-tweet i.sw-twitter {
1426
- color: #30394f;
1427
- }
1428
-
1429
- .swp_pop_thumb {
1430
- -webkit-border-radius: 3px;
1431
- border-radius: 3px;
1432
- float: left;
1433
- height: 100px;
1434
- margin: 5px 25px 5px 0;
1435
- width: 100px;
1436
- }
1437
-
1438
- .swp_popular_post {
1439
- clear: both;
1440
- }
1441
-
1442
- .swp_clearfix:after {
1443
- clear: both;
1444
- content: " ";
1445
- display: block;
1446
- height: 0;
1447
- visibility: hidden;
1448
- }
1449
-
1450
- .swp_popular_post a.swp_popularity {
1451
- border: none;
1452
- display: block;
1453
- line-height: 1.5;
1454
- margin: 20px 0;
1455
- }
1456
-
1457
- span.swp_pop_count {
1458
- display: block;
1459
- font-size: 70%;
1460
- }
1461
-
1462
- .swp_widget_box {
1463
- -webkit-border-radius: 3px;
1464
- border-radius: 3px;
1465
- }
1466
-
1467
- div.sw-pinit {
1468
- display: table !important;
1469
- line-height: 0;
1470
- position: relative !important;
1471
- }
1472
-
1473
- div.sw-pinit a.sw-pinit-button,
1474
- div.sw-pinit a.sw-pinit-button:visited {
1475
- background: #cd2029;
1476
- border: 1px solid #aa1b29;
1477
- border: 0;
1478
- border-bottom: none;
1479
- -webkit-border-radius: 4px;
1480
- border-radius: 3px;
1481
- -webkit-box-shadow: none;
1482
- box-shadow: none;
1483
- color: #fff;
1484
- font-family: Lato,sans-serif;
1485
- font-size: 20px;
1486
- font-size: 15px;
1487
- height: 32px;
1488
- line-height: 32px;
1489
- opacity: 0;
1490
- padding: 0 30px;
1491
- position: absolute;
1492
- text-decoration: none;
1493
- text-decoration: none;
1494
- -webkit-transition: opacity 0.5s;
1495
- transition: opacity 0.5s;
1496
- z-index: 200;
1497
- }
1498
-
1499
- div.sw-pinit:hover a.sw-pinit-button,
1500
- div.sw-pinit:focus a.sw-pinit-button {
1501
- opacity: 1;
1502
- }
1503
-
1504
- div.sw-pinit a.sw-pinit-button::before {
1505
- color: #fff;
1506
- content: "b";
1507
- float: left;
1508
- font-family: sw-icon-font;
1509
- font-size: 20px;
1510
- font-weight: 400;
1511
- line-height: 36px;
1512
- margin-left: -5px;
1513
- margin-right: 10px;
1514
- }
1515
-
1516
- div.sw-pinit a.sw-pinit-button:hover::before {
1517
- content: "F";
1518
- }
1519
-
1520
- div.sw-pinit a.sw-pinit-button::hover,
1521
- div.sw-pinit a.sw-pinit-button::focus {
1522
- background: #aa1b29;
1523
- color: #fff;
1524
- text-decoration: none;
1525
- }
1526
-
1527
- div.sw-pinit .sw-pinit-left {
1528
- left: 30px;
1529
- }
1530
-
1531
- div.sw-pinit .sw-pinit-center {
1532
- margin-left: -60px;
1533
- left: 50%;
1534
- }
1535
-
1536
- div.sw-pinit .sw-pinit-right {
1537
- right: 30px;
1538
- }
1539
-
1540
- div.sw-pinit .sw-pinit-top {
1541
- top: 30px;
1542
- }
1543
-
1544
- div.sw-pinit .sw-pinit-middle {
1545
- margin-top: -25px;
1546
- top: 50%;
1547
- }
1548
-
1549
- div.sw-pinit .sw-pinit-bottom {
1550
- bottom: 30px;
1551
- }
1552
-
1553
- .nc_socialPanel.notMobile .nc_tweetContainer:nth-last-child(1),
1554
- .mobile .nc_tweetContainer:nth-last-child(2),
1555
- .nc_tweetContainer.totes:nth-last-child(1) {
1556
- margin-right: 0;
1557
- }
1558
-
1559
- .nc_socialPanel.swp_d_fullColor a,
1560
- html body .nc_socialPanel.swp_i_fullColor .nc_tweetContainer:hover a,
1561
- body .nc_socialPanel.swp_o_fullColor:hover a,
1562
- .nc_socialPanel.swp_d_lightGray a,
1563
- html body .nc_socialPanel.swp_i_lightGray .nc_tweetContainer:hover a,
1564
- body .nc_socialPanel.swp_o_lightGray:hover a,
1565
- .nc_socialPanel.swp_d_mediumGray a,
1566
- html body .nc_socialPanel.swp_i_mediumGray a:hover,
1567
- body .nc_socialPanel.swp_o_mediumGray:hover a,
1568
- .nc_socialPanel.swp_d_darkGray a,
1569
- html body .nc_socialPanel.swp_i_darkGray a:hover,
1570
- body .nc_socialPanel.swp_o_darkGray:hover a {
1571
- color: white;
1572
- }
1573
-
1574
- .nc_socialPanel.swp_d_colorOutlines .twitter a,
1575
- html body .nc_socialPanel.swp_i_colorOutlines .twitter a:hover,
1576
- body .nc_socialPanel.swp_o_colorOutlines:hover .twitter a,
1577
- .wp-editor-container .sw-twitter:before,
1578
- a.style1 .sw-click-to-tweet i.sw-twitter,
1579
- a.style2 .sw-click-to-tweet i.sw-twitter {
1580
- color: #429cd6;
1581
- }
1582
-
1583
- .nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) .swp_hide span.swp_share,
1584
- .nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes):hover span.swp_share:not(.swp_hide) {
1585
- opacity: 1;
1586
- }
1587
-
1588
- .nc_socialPanel.mobile .iconFiller ~ .swp_count,
1589
- .sw-content-locator {
1590
- display: none;
1591
- }
1592
-
1593
- a.style1 .sw-click-to-tweet .sw-ctt-text,
1594
- a.style1 .sw-click-to-tweet .sw-ctt-btn {
1595
- color: #999;
1596
- text-decoration: none;
1597
- }
1598
-
1599
- a.style1:hover .sw-click-to-tweet .sw-ctt-text,
1600
- a.style1:hover .sw-click-to-tweet .sw-ctt-btn,
1601
- a.style2:hover .sw-click-to-tweet .sw-ctt-text,
1602
- a.style2 .sw-click-to-tweet .sw-ctt-btn,
1603
- a.style2:hover .sw-click-to-tweet .sw-ctt-btn {
1604
- color: #666;
1605
- text-decoration: none;
1606
- }
1607
-
1608
- a.style3:hover .sw-click-to-tweet .sw-ctt-text,
1609
- a.style3 .sw-click-to-tweet .sw-ctt-btn,
1610
- a.style3:hover .sw-click-to-tweet .sw-ctt-btn,
1611
- a.style3 .sw-click-to-tweet i.sw-twitter,
1612
- a.style4 .sw-click-to-tweet .sw-ctt-text,
1613
- a.style4:hover .sw-click-to-tweet .sw-ctt-text,
1614
- a.style4 .sw-click-to-tweet .sw-ctt-btn,
1615
- a.style4:hover .sw-click-to-tweet .sw-ctt-btn,
1616
- a.style5 .sw-click-to-tweet .sw-ctt-text,
1617
- a.style5:hover .sw-click-to-tweet .sw-ctt-text,
1618
- a.style5 .sw-click-to-tweet .sw-ctt-btn,
1619
- a.style5:hover .sw-click-to-tweet .sw-ctt-btn {
1620
- color: #fff;
1621
- text-decoration: none;
1622
- }
1623
-
1624
- a.style4 .sw-click-to-tweet i.sw-twitter,
1625
- a.style5 .sw-click-to-tweet i.sw-twitter {
1626
- color: #fff;
1627
- }
1628
-
1629
- a.style6 .sw-click-to-tweet .sw-ctt-text,
1630
- a.style6 .sw-click-to-tweet .sw-ctt-btn {
1631
- color: #30394f;
1632
- text-decoration: none;
1633
- }
1634
-
1635
- a.style6:hover .sw-click-to-tweet .sw-ctt-text,
1636
- a.style6:hover .sw-click-to-tweet .sw-ctt-btn,
1637
- a.style6:hover .sw-click-to-tweet i.sw-twitter {
1638
- color: #2a2d34;
1639
- text-decoration: none;
1640
- }
1641
-
1642
- .scale-70 {
1643
- -ms-transform: scale(0.7);
1644
- -webkit-transform: scale(0.7);
1645
- transform: scale(0.7);
1646
- }
1647
-
1648
- .nc_socialPanel:not(.nc_floater).scale-70.scale-fullWidth {
1649
- width: 142.8571428571429%!important;
1650
- }
1651
-
1652
- .scale-80 {
1653
- -ms-transform: scale(0.8);
1654
- -webkit-transform: scale(0.8);
1655
- transform: scale(0.8);
1656
- }
1657
-
1658
- .nc_socialPanel:not(.nc_floater).scale-80.scale-fullWidth {
1659
- width: 125%!important;
1660
- }
1661
-
1662
- .scale-90 {
1663
- -ms-transform: scale(0.9);
1664
- -webkit-transform: scale(0.9);
1665
- transform: scale(0.9);
1666
- }
1667
-
1668
- .nc_socialPanel:not(.nc_floater).scale-90.scale-fullWidth {
1669
- width: 111.111111111111%!important;
1670
- }
1671
-
1672
- .scale-110 {
1673
- -ms-transform: scale(1.1);
1674
- -webkit-transform: scale(1.1);
1675
- transform: scale(1.1);
1676
- }
1677
-
1678
- .nc_socialPanel:not(.nc_floater).scale-110.scale-fullWidth {
1679
- width: 90.90909090909091%!important;
1680
- }
1681
-
1682
- .scale-120 {
1683
- -ms-transform: scale(1.2);
1684
- -webkit-transform: scale(1.2);
1685
- transform: scale(1.2);
1686
- }
1687
-
1688
- .nc_socialPanel:not(.nc_floater).scale-120.scale-fullWidth {
1689
- width: 83.33333333333333%!important;
1690
- }
1691
-
1692
- .scale-130 {
1693
- -ms-transform: scale(1.3);
1694
- -webkit-transform: scale(1.3);
1695
- transform: scale(1.3);
1696
- }
1697
-
1698
- .nc_socialPanel:not(.nc_floater).scale-130.scale-fullWidth {
1699
- width: 76.92307692307692%!important;
1700
- }
1701
-
1702
- .scale-140 {
1703
- -ms-transform: scale(1.4);
1704
- -webkit-transform: scale(1.4);
1705
- transform: scale(1.4);
1706
- }
1707
-
1708
- .nc_socialPanel:not(.nc_floater).scale-140.scale-fullWidth {
1709
- width: 71.42857142857143%!important;
1710
- }
1711
-
1712
- .scale-fullWidth,
1713
- .scale-left,
1714
- .nc_floater.scale-center,
1715
- .nc_floater.scale-right {
1716
- -ms-transform-origin: left;
1717
- -webkit-transform-origin: left;
1718
- transform-origin: left;
1719
- }
1720
-
1721
- .scale-right {
1722
- -ms-transform-origin: right;
1723
- -webkit-transform-origin: right;
1724
- transform-origin: right;
1725
- }
1726
-
1727
- .scale-center {
1728
- -ms-transform-origin: center;
1729
- -webkit-transform-origin: center;
1730
- transform-origin: center;
1731
- }
1732
-
1733
- div.nc_socialPanel .nc_tweetContainer.swp_emphasize {
1734
- -webkit-box-flex: 2;
1735
- -moz-box-flex: 2;
1736
- -webkit-flex: 2;
1737
- -ms-flex: 2;
1738
- flex: 2;
1739
- }
1740
-
1741
- div.nc_socialPanel .nc_tweetContainer.swp_whatsapp:not(.mobile) {
1742
- display: none;
1743
- }
1744
-
1745
- .sw-pinit.aligncenter {
1746
- margin: 0 auto;
1747
- }
1748
-
1749
- @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
1750
- div.sw-pinit {
1751
- display: inline-block!important;
1752
- max-width: 100%;
1753
- }
1754
- }
1755
-
1756
- .swp_hidden_pin_image {
1757
- height: 0;
1758
- opacity: 0;
1759
- position: absolute;
1760
- top: 0;
1761
- width: 0;
1762
- }
 
 
 
 
1
+ .nc_socialPanel {
2
+ clear: both;
3
+ display: -webkit-box;
4
+ display: -webkit-flex;
5
+ display: -moz-box;
6
+ display: -ms-flexbox;
7
+ display: flex;
8
+ height: 34px;
9
+ line-height: 1;
10
+ margin-bottom: 20px!important;
11
+ margin-top: 20px!important;
12
+ overflow: hidden;
13
+ padding: 0;
14
+
15
+ -webkit-align-items: stretch;
16
+ align-items: stretch;
17
+ -webkit-box-align: stretch;
18
+ -moz-box-align: stretch;
19
+ -webkit-box-pack: justify;
20
+ -moz-box-pack: justify;
21
+ direction: ltr;
22
+ -ms-flex-align: stretch;
23
+ -ms-flex-line-pack: center;
24
+ -ms-flex-pack: justify;
25
+ -webkit-flex-wrap: wrap;
26
+ -ms-flex-wrap: wrap;
27
+ flex-wrap: wrap;
28
+ -webkit-justify-content: space-between;
29
+ justify-content: space-between;
30
+ }
31
+
32
+ .nc_socialPanel:not(.nc_floater):not(.nc_socialPanelSide) {
33
+ width: 100%!important;
34
+ }
35
+
36
+ .nc_wrapper .nc_socialPanel {
37
+ margin-bottom: 10px!important;
38
+ margin-top: 10px!important;
39
+ }
40
+
41
+ div.nc_socialPanel .nc_tweetContainer {
42
+ -webkit-border-radius: 2px;
43
+ border-radius: 2px;
44
+ cursor: pointer;
45
+ float: left;
46
+ font-family: Lato;
47
+ height: 32px;
48
+ margin: 0 5px 3px 5px;
49
+ min-width: 34px;
50
+ overflow: hidden;
51
+ text-align: center;
52
+ -webkit-transition: all 0.1s linear;
53
+ transition: all 0.1s linear;
54
+
55
+ border-size: 1px;
56
+ }
57
+
58
+ div.nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer {
59
+ -webkit-box-flex: 1;
60
+ -moz-box-flex: 1;
61
+ -webkit-flex: 1;
62
+ -ms-flex: 1;
63
+ flex: 1;
64
+ }
65
+
66
+ .nc_socialPanel .nc_tweetContainer a.nc_tweet,
67
+ .nc_socialPanel .totes .swp_count {
68
+ display: block;
69
+ display: -webkit-box;
70
+ display: -webkit-flex;
71
+ display: -moz-box;
72
+ display: -ms-flexbox;
73
+ display: flex;
74
+ font-family: Lato, sans-serif;
75
+ font-size: 18px!important;
76
+ font-weight: bold;
77
+ height: 30px;
78
+ text-decoration: none;
79
+ text-decoration: none!important;
80
+ text-transform: none;
81
+
82
+ -webkit-box-direction: normal;
83
+ -moz-box-direction: normal;
84
+ -webkit-box-orient: horizontal;
85
+ -moz-box-orient: horizontal;
86
+ -webkit-flex-flow: row wrap;
87
+ -ms-flex-flow: row wrap;
88
+ flex-flow: row wrap;
89
+ }
90
+
91
+ .nc_socialPanel:not(.nc_floater):not(.nc_socialPanelSide).swp_shift {
92
+ padding:0 10px;
93
+ }
94
+
95
+ .nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer:nth-child(1) {
96
+ margin-left: 0;
97
+ }
98
+
99
+ .nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer:nth-last-child(1) {
100
+ margin-right: 0;
101
+ }
102
+
103
+ .nc_socialPanel a .swp_count:not(.swp_hide) {
104
+ display: inline-block;
105
+ line-height: 32px;
106
+ margin: 0;
107
+ padding: 0 5px;
108
+
109
+ -webkit-box-flex: 1;
110
+ -moz-box-flex: 1;
111
+ -webkit-flex: 1;
112
+ -ms-flex: 1;
113
+ flex: 1;
114
+ }
115
+
116
+ .nc_socialPanel a .swp_count.swp_hide {
117
+ margin: 0 auto;
118
+ }
119
+
120
+ .nc_socialPanel span:before {
121
+ content: initial!important;
122
+ }
123
+
124
+ .nc_socialPanel .totes .swp_count {
125
+ line-height: 30px;
126
+ }
127
+
128
+ .nc_socialPanel span.swp_count {
129
+ font-size: 14px;
130
+ }
131
+
132
+ .nc_socialPanel span.iconFiller {
133
+ font-size: 18px;
134
+ margin: 0 auto;
135
+ }
136
+
137
+ .nc_socialPanel.notMobile .nc_tweetContainer:nth-child(1) {
138
+ margin-left: 0;
139
+ }
140
+
141
+ .nc_socialPanel:not(.nc_socialPanelSide) {
142
+ -webkit-transition: opacity 0.2s ease-in-out;
143
+ transition: opacity 0.2s ease-in-out;
144
+ }
145
+
146
+ .nc_socialPanel:not(.nc_socialPanelSide) div.totes.totesalt:nth-child(1) {
147
+ margin-left: 0;
148
+ margin-right: 15px;
149
+ padding-left: 0;
150
+ }
151
+
152
+ .nc_socialPanel:not(.nc_socialPanelSide) div.totes.totesalt:nth-last-child(1) {
153
+ margin-right: 0;
154
+ padding-right: 0;
155
+ }
156
+
157
+ a.swp_CTT {
158
+ cursor: pointer;
159
+ }
160
+
161
+ span.swp_share {
162
+ display: block;
163
+ float: right;
164
+ float: left;
165
+ font-size: 14px;
166
+ font-weight: normal;
167
+ height: 30px;
168
+ line-height: 30px;
169
+ margin: 0 0 0 6px;
170
+ max-width: none!important;
171
+ vertical-align: middle;
172
+ }
173
+
174
+ .nc_socialPanelSide span.swp_share {
175
+ margin: 0;
176
+ }
177
+
178
+ .nc_socialPanel .sw {
179
+ float: left;
180
+ height: 30px;
181
+ line-height: 32px;
182
+ margin: 0 5px;
183
+ text-shadow: none!important;
184
+ width: 20px;
185
+ }
186
+
187
+ .iconFiller {
188
+ display: block;
189
+ float: left;
190
+ height: 30px;
191
+ overflow: hidden;
192
+ -webkit-transition: width 0.1s linear;
193
+ transition: width 0.1s linear;
194
+ }
195
+
196
+ .nc_socialPanel .iconFiller {
197
+ width: 30px;
198
+ }
199
+
200
+ span.spaceManWilly {
201
+ display: block;
202
+ width: 120px;
203
+ }
204
+
205
+ .nc_socialPanel .totes {
206
+ background: #c4c4c4;
207
+ border: 1px solid #e08a0f;
208
+ -webkit-border-radius: 2px;
209
+ border-radius: 2px;
210
+ color: white;
211
+ cursor: default;
212
+ display: block;
213
+ font-size: 19px;
214
+ padding: 0 10px;
215
+
216
+ -webkit-box-flex: 0!important;
217
+ -moz-box-flex: 0!important;
218
+ -webkit-flex: none!important;
219
+ -ms-flex: none!important;
220
+ flex: none!important;
221
+ }
222
+
223
+ .nc_socialPanel div.totes.totesalt,
224
+ .nc_socialPanel:hover div.totes.totesalt:not(:nth-child(1)) {
225
+ background: transparent!important;
226
+ border: none;
227
+ color: #474b4d;
228
+ margin-left: 0!important;
229
+ }
230
+
231
+ div.nc_socialPanel:hover div.totes.totesalt:not(:nth-child(1)) {
232
+ background: transparent;
233
+ color: #474b4d;
234
+ margin-left: 10px;
235
+ }
236
+
237
+ .nc_socialPanel .totes.totesalt .swp_label {
238
+ color: #474b4d;
239
+ font-size: 10px;
240
+ letter-spacing: 0;
241
+ min-width: 40px;
242
+ vertical-align: middle;
243
+ }
244
+
245
+ .nc_socialPanel .totes .swp_label {
246
+ font-size: 10px;
247
+ vertical-align: middle;
248
+ }
249
+
250
+ .nc_socialPanel .totes.totesalt .swp_count {
251
+ color: #474b4d;
252
+ font-size: 24px;
253
+ }
254
+
255
+ .nc_socialPanel:hover .totes,
256
+ .nc_socialPanel.swp_fullColor .totes,
257
+ .nc_socialPanel.swp_fade .totes,
258
+ .nc_socialPanel.swp_customFull:hover div.totes {
259
+ background: #e08a0f;
260
+ }
261
+
262
+ .nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer.totes.totesalt:before {
263
+ content: "o";
264
+ display: inline-block;
265
+ font-family: sw-icon-font;
266
+ margin-top: 7px;
267
+ vertical-align: top;
268
+ }
269
+
270
+ .nc_socialPanel:not(.nc_socialPanelSide) .totes.totesalt .swp_count {
271
+ display: inline-block;
272
+ line-height: 0;
273
+ margin-left: 8px;
274
+ margin-top: 12px;
275
+ min-width: 45px;
276
+ position: relative;
277
+ vertical-align: middle;
278
+ }
279
+
280
+ span.swp_label {
281
+ display: block;
282
+ font-size: 9px!important;
283
+ margin-top: 13px;
284
+ position: absolute;
285
+ text-align: center!important;
286
+ text-transform: uppercase;
287
+ }
288
+
289
+ .nc_socialPanelSide span.swp_label {
290
+ margin-top: 0;
291
+ }
292
+
293
+ .nc_socialPanel.swp_leaf .nc_tweetContainer {
294
+ -webkit-border-radius: 15px 0!important;
295
+ border-radius: 15px 0!important;
296
+ border-width: 1px;
297
+ }
298
+
299
+ .nc_socialPanel.swp_pill .nc_tweetContainer {
300
+ -webkit-border-radius: 50px;
301
+ border-radius: 50px;
302
+ border-width: 1px;
303
+ }
304
+
305
+ .nc_socialPanel.swp_shift .nc_tweetContainer:not(.totes) {
306
+ border-width: 1px;
307
+ -moz-transform: skew(-25deg);
308
+ -o-transform: skew(-25deg);
309
+ -webkit-transform: skew(-25deg);
310
+ }
311
+
312
+ .nc_socialPanel.swp_shift .nc_tweetContainer a {
313
+ -moz-transform: skew(25deg);
314
+ -o-transform: skew(25deg);
315
+ -webkit-transform: skew(25deg);
316
+ }
317
+
318
+ .swp_connected .nc_tweetContainer,
319
+ .swp_connected:hover .nc_tweetContainer,
320
+ .swp_connected .nc_tweetContainer:hover {
321
+ -webkit-border-radius: 0!important;
322
+ border-radius: 0!important;
323
+ border-width: 1px;
324
+ margin: 0!important;
325
+ }
326
+
327
+ .nc_socialPanel.swp_flatFresh.swp_d_fullColor .googlePlus,
328
+ html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .googlePlus:hover,
329
+ body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .googlePlus:not(:hover) {
330
+ border: 1px solid #df4b37;
331
+ }
332
+
333
+ .nc_socialPanel.swp_flatFresh.swp_d_fullColor .twitter,
334
+ html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .twitter:hover,
335
+ body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .twitter:not(:hover) {
336
+ border: 1px solid #429cd6;
337
+ }
338
+
339
+ .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_fb,
340
+ html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_fb:hover,
341
+ body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_fb:not(:hover) {
342
+ border: 1px solid #3a589e;
343
+ }
344
+
345
+ .nc_socialPanel.swp_flatFresh.swp_d_fullColor .nc_pinterest,
346
+ html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .nc_pinterest:hover,
347
+ body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .nc_pinterest:not(:hover) {
348
+ border: 1px solid #cd2029;
349
+ }
350
+
351
+ .nc_socialPanel.swp_flatFresh.swp_d_fullColor .linkedIn,
352
+ html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .linkedIn:hover,
353
+ body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .linkedIn:not(:hover) {
354
+ border: 1px solid #0d77b7;
355
+ }
356
+
357
+ .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_tumblr,
358
+ html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_tumblr:hover,
359
+ body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_tumblr:not(:hover) {
360
+ border: 1px solid #39475d;
361
+ }
362
+
363
+ .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_stumbleupon,
364
+ html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_stumbleupon:hover,
365
+ body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_stumbleupon:not(:hover) {
366
+ border: 1px solid #ef5025;
367
+ }
368
+
369
+ .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_yummly,
370
+ html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_yummly:hover,
371
+ body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_yummly:not(:hover) {
372
+ border: 1px solid #e26426;
373
+ }
374
+
375
+ .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_reddit,
376
+ html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_reddit:hover,
377
+ body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_reddit:not(:hover) {
378
+ border: 1px solid #f04b23;
379
+ }
380
+
381
+ .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_email,
382
+ html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_email:hover,
383
+ body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_email:not(:hover) {
384
+ border: 1px solid #6bcce9;
385
+ }
386
+
387
+ .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_whatsapp,
388
+ html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_whatsapp:hover,
389
+ body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_whatsapp:not(:hover) {
390
+ border: 1px solid #71c169;
391
+ }
392
+
393
+ .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_pocket,
394
+ html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_pocket:hover,
395
+ body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_pocket:not(:hover) {
396
+ border: 1px solid #ef4056;
397
+ }
398
+
399
+ .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_buffer,
400
+ html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_buffer:hover,
401
+ body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_buffer:not(:hover) {
402
+ border: 1px solid #323b43;
403
+ }
404
+
405
+ .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_hacker_news,
406
+ html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_hacker_news:hover,
407
+ body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_hacker_news:not(:hover) {
408
+ border: 1px solid #d85623;
409
+ }
410
+
411
+ .nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_flipboard,
412
+ html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_flipboard:hover,
413
+ body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_flipboard:not(:hover) {
414
+ border: 1px solid #bf2626;
415
+ }
416
+
417
+ .nc_socialPanel.swp_d_fullColor .googlePlus,
418
+ html body .nc_socialPanel.swp_i_fullColor .googlePlus:hover,
419
+ body .nc_socialPanel.swp_o_fullColor:hover .googlePlus {
420
+ background: #df4b37;
421
+ border: 1px solid #c44133;
422
+ }
423
+
424
+ .nc_socialPanel.swp_d_fullColor .twitter,
425
+ html body .nc_socialPanel.swp_i_fullColor .twitter:hover,
426
+ body .nc_socialPanel.swp_o_fullColor:hover .twitter {
427
+ background: #429cd6;
428
+ border: 1px solid #3c87b2;
429
+ }
430
+
431
+ .nc_socialPanel.swp_d_fullColor .swp_fb,
432
+ html body .nc_socialPanel.swp_i_fullColor .swp_fb:hover,
433
+ body .nc_socialPanel.swp_o_fullColor:hover .swp_fb {
434
+ background: #3a589e;
435
+ border: 1px solid #2e4675;
436
+ }
437
+
438
+ .nc_socialPanel.swp_d_fullColor .nc_pinterest,
439
+ html body .nc_socialPanel.swp_i_fullColor .nc_pinterest:hover,
440
+ body .nc_socialPanel.swp_o_fullColor:hover .nc_pinterest {
441
+ background: #cd2029;
442
+ border: 1px solid #aa1b29;
443
+ }
444
+
445
+ .nc_socialPanel.swp_d_fullColor .linkedIn,
446
+ html body .nc_socialPanel.swp_i_fullColor .linkedIn:hover,
447
+ body .nc_socialPanel.swp_o_fullColor:hover .linkedIn {
448
+ background: #0d77b7;
449
+ border: 1px solid #0c6591;
450
+ }
451
+
452
+ .nc_socialPanel.swp_d_fullColor .swp_tumblr,
453
+ html body .nc_socialPanel.swp_i_fullColor .swp_tumblr:hover,
454
+ body .nc_socialPanel.swp_o_fullColor:hover .swp_tumblr {
455
+ background: #39475d;
456
+ border: 1px solid #27313f;
457
+ }
458
+
459
+ .nc_socialPanel.swp_d_fullColor .swp_stumbleupon,
460
+ html body .nc_socialPanel.swp_i_fullColor .swp_stumbleupon:hover,
461
+ body .nc_socialPanel.swp_o_fullColor:hover .swp_stumbleupon {
462
+ background: #ef5025;
463
+ border: 1px solid #d34427;
464
+ }
465
+
466
+ .nc_socialPanel.swp_d_fullColor .swp_yummly,
467
+ html body .nc_socialPanel.swp_i_fullColor .swp_yummly:hover,
468
+ body .nc_socialPanel.swp_o_fullColor:hover .swp_yummly {
469
+ background: #e26426;
470
+ border: 1px solid #b65027;
471
+ }
472
+
473
+ .nc_socialPanel.swp_d_fullColor .swp_reddit,
474
+ html body .nc_socialPanel.swp_i_fullColor .swp_reddit:hover,
475
+ body .nc_socialPanel.swp_o_fullColor:hover .swp_reddit {
476
+ background: #f04b23;
477
+ border: 1px solid #d33f27;
478
+ }
479
+
480
+ .nc_socialPanel.swp_d_fullColor .swp_email,
481
+ html body .nc_socialPanel.swp_i_fullColor .swp_email:hover,
482
+ body .nc_socialPanel.swp_o_fullColor:hover .swp_email {
483
+ background: #6bcce9;
484
+ border: 1px solid #61bace;
485
+ }
486
+
487
+ .nc_socialPanel.swp_d_fullColor .swp_whatsapp,
488
+ html body .nc_socialPanel.swp_i_fullColor .swp_whatsapp:hover,
489
+ body .nc_socialPanel.swp_o_fullColor:hover .swp_whatsapp {
490
+ background: #71c169;
491
+ border: 1px solid #28b04b;
492
+ }
493
+
494
+ .nc_socialPanel.swp_d_fullColor .swp_pocket,
495
+ html body .nc_socialPanel.swp_i_fullColor .swp_pocket:hover,
496
+ body .nc_socialPanel.swp_o_fullColor:hover .swp_pocket {
497
+ background: #ef4056;
498
+ border: 1px solid #ce3d55;
499
+ }
500
+
501
+ .nc_socialPanel.swp_d_fullColor .swp_buffer,
502
+ html body .nc_socialPanel.swp_i_fullColor .swp_buffer:hover,
503
+ body .nc_socialPanel.swp_o_fullColor:hover .swp_buffer {
504
+ background: #323b43;
505
+ border: 1px solid #000;
506
+ }
507
+
508
+ .nc_socialPanel.swp_d_fullColor .swp_hacker_news,
509
+ html body .nc_socialPanel.swp_i_fullColor .swp_hacker_news:hover,
510
+ body .nc_socialPanel.swp_o_fullColor:hover .swp_hacker_news {
511
+ background: #f16522;
512
+ border: 1px solid #d85623;
513
+ }
514
+
515
+ .nc_socialPanel.swp_d_fullColor .swp_flipboard,
516
+ html body .nc_socialPanel.swp_i_fullColor .swp_flipboard:hover,
517
+ body .nc_socialPanel.swp_o_fullColor:hover .swp_flipboard {
518
+ background: #e02828;
519
+ border: 1px solid #bf2626;
520
+ }
521
+
522
+ .nc_socialPanel.swp_threeDee.swp_d_fullColor .googlePlus,
523
+ html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .googlePlus:hover,
524
+ body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .googlePlus {
525
+ border-bottom: 3px solid #c44133;
526
+ }
527
+
528
+ .nc_socialPanel.swp_threeDee.swp_d_fullColor .twitter,
529
+ html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .twitter:hover,
530
+ body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .twitter {
531
+ border-bottom: 3px solid #5595bc;
532
+ }
533
+
534
+ .nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_fb,
535
+ html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_fb:hover,
536
+ body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_fb {
537
+ border-bottom: 3px solid #2e4675;
538
+ }
539
+
540
+ .nc_socialPanel.swp_threeDee.swp_d_fullColor .nc_pinterest,
541
+ html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .nc_pinterest:hover,
542
+ body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .nc_pinterest {
543
+ border-bottom: 3px solid #aa1b29;
544
+ }
545
+
546
+ .nc_socialPanel.swp_threeDee.swp_d_fullColor .linkedIn,
547
+ html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .linkedIn:hover,
548
+ body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .linkedIn {
549
+ border-bottom: 3px solid #0c6591;
550
+ }
551
+
552
+ .nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_tumblr,
553
+ html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_tumblr:hover,
554
+ body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_tumblr {
555
+ border-bottom: 3px solid #27313f;
556
+ }
557
+
558
+ .nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_stumbleupon,
559
+ html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_stumbleupon:hover,
560
+ body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_stumbleupon {
561
+ border-bottom: 3px solid #d34427;
562
+ }
563
+
564
+ .nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_yummly,
565
+ html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_yummly:hover,
566
+ body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_yummly {
567
+ border-bottom: 3px solid #b65027;
568
+ }
569
+
570
+ .nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_reddit,
571
+ html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_reddit:hover,
572
+ body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_reddit {
573
+ border-bottom: 3px solid #d33f27;
574
+ }
575
+
576
+ .nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_email,
577
+ html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_email:hover,
578
+ body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_email {
579
+ border-bottom: 3px solid #61bace;
580
+ }
581
+
582
+ .nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_whatsapp,
583
+ html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_whatsapp:hover,
584
+ body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_whatsapp {
585
+ border-bottom: 3px solid #28b04b;
586
+ }
587
+
588
+ .nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_pocket,
589
+ html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_pocket:hover,
590
+ body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_pocket {
591
+ border-bottom: 3px solid #ce3d55;
592
+ }
593
+
594
+ .nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_buffer,
595
+ html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_buffer:hover,
596
+ body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_buffer {
597
+ border-bottom: 3px solid #000;
598
+ }
599
+
600
+ .nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_hacker_news,
601
+ html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_hacker_news:hover,
602
+ body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_hacker_news {
603
+ border-bottom: 3px solid #d85623;
604
+ }
605
+
606
+ .nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_flipboard,
607
+ html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_flipboard:hover,
608
+ body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_flipboard {
609
+ border-bottom: 3px solid #bf2626;
610
+ }
611
+
612
+ .nc_socialPanel.swp_d_lightGray .nc_tweetContainer,
613
+ html body .nc_socialPanel.swp_i_lightGray .nc_tweetContainer:hover,
614
+ body .nc_socialPanel.swp_o_lightGray:hover .nc_tweetContainer {
615
+ background-color: #ccc;
616
+ border: 1px solid #ccc;
617
+ }
618
+
619
+ .nc_socialPanel.swp_threeDee.swp_d_lightGray .nc_tweetContainer:not(.totesalt),
620
+ html body .nc_socialPanel.swp_threeDee.swp_i_lightGray .nc_tweetContainer:not(.totesalt):hover,
621
+ body .nc_socialPanel.swp_threeDee.swp_o_lightGray:hover .nc_tweetContainer:not(.totesalt) {
622
+ border-bottom: 3px solid #999;
623
+ }
624
+
625
+ .nc_socialPanel.swp_d_mediumGray .nc_tweetContainer,
626
+ html body .nc_socialPanel.swp_i_mediumGray .nc_tweetContainer:hover,
627
+ body .nc_socialPanel.swp_o_mediumGray:hover .nc_tweetContainer {
628
+ background-color: #999;
629
+ border: 1px solid #999;
630
+ }
631
+
632
+ .nc_socialPanel.swp_threeDee.swp_d_mediumGray .nc_tweetContainer:not(.totesalt),
633
+ html body .nc_socialPanel.swp_threeDee.swp_i_mediumGray .nc_tweetContainer:not(.totesalt):hover,
634
+ body .nc_socialPanel.swp_threeDee.swp_o_mediumGray:hover .nc_tweetContainer:not(.totesalt) {
635
+ border-bottom: 3px solid #444;
636
+ }
637
+
638
+ .nc_socialPanel.swp_d_darkGray .nc_tweetContainer,
639
+ html body .nc_socialPanel.swp_i_darkGray .nc_tweetContainer:hover,
640
+ body .nc_socialPanel.swp_o_darkGray:hover .nc_tweetContainer {
641
+ background-color: #444;
642
+ border: 1px solid #444;
643
+ }
644
+
645
+ .nc_socialPanel.swp_threeDee.swp_d_darkGray .nc_tweetContainer:not(.totesalt),
646
+ html body .nc_socialPanel.swp_threeDee.swp_i_darkGray .nc_tweetContainer:not(.totesalt):hover,
647
+ body .nc_socialPanel.swp_threeDee.swp_o_darkGray:hover .nc_tweetContainer:not(.totesalt) {
648
+ border-bottom: 3px solid #222;
649
+ }
650
+
651
+ .nc_socialPanel.swp_d_lgOutlines a,
652
+ html body .nc_socialPanel.swp_i_lgOutlines a:hover,
653
+ body .nc_socialPanel.swp_o_lgOutlines:hover a {
654
+ color: #ccc;
655
+ }
656
+
657
+ .nc_socialPanel.swp_d_lgOutlines .nc_tweetContainer,
658
+ html body .nc_socialPanel.swp_i_lgOutlines .nc_tweetContainer:hover,
659
+ body .nc_socialPanel.swp_o_lgOutlines:hover .nc_tweetContainer {
660
+ background: transparent;
661
+ border: 1px solid #ccc;
662
+ }
663
+
664
+ .nc_socialPanel.swp_d_mdOutlines a,
665
+ html body .nc_socialPanel.swp_i_mdOutlines a:hover,
666
+ body .nc_socialPanel.swp_o_mdOutlines:hover a {
667
+ color: #999;
668
+ }
669
+
670
+ .nc_socialPanel.swp_d_mdOutlines .nc_tweetContainer,
671
+ html body .nc_socialPanel.swp_i_mdOutlines .nc_tweetContainer:hover,
672
+ body .nc_socialPanel.swp_o_mdOutlines:hover .nc_tweetContainer {
673
+ background: transparent;
674
+ border: 1px solid #999;
675
+ }
676
+
677
+ .nc_socialPanel.swp_d_dgOutlines a,
678
+ html body .nc_socialPanel.swp_i_dgOutlines a:hover,
679
+ body .nc_socialPanel.swp_o_dgOutlines:hover a {
680
+ color: #444;
681
+ }
682
+
683
+ .nc_socialPanel.swp_d_dgOutlines .nc_tweetContainer,
684
+ html body .nc_socialPanel.swp_i_dgOutlines .nc_tweetContainer:hover,
685
+ body .nc_socialPanel.swp_o_dgOutlines:hover .nc_tweetContainer {
686
+ background: transparent;
687
+ border: 1px solid #444;
688
+ }
689
+
690
+ .nc_socialPanel.swp_d_colorOutlines .googlePlus a,
691
+ html body .nc_socialPanel.swp_i_colorOutlines .googlePlus a:hover,
692
+ body .nc_socialPanel.swp_o_colorOutlines:hover .googlePlus a {
693
+ color: #df4b37;
694
+ }
695
+
696
+ .nc_socialPanel.swp_d_colorOutlines .swp_fb a,
697
+ html body .nc_socialPanel.swp_i_colorOutlines .swp_fb a:hover,
698
+ body .nc_socialPanel.swp_o_colorOutlines:hover .swp_fb a {
699
+ color: #3a589e;
700
+ }
701
+
702
+ .nc_socialPanel.swp_d_colorOutlines .nc_pinterest a,
703
+ html body .nc_socialPanel.swp_i_colorOutlines .nc_pinterest a:hover,
704
+ body .nc_socialPanel.swp_o_colorOutlines:hover .nc_pinterest a {
705
+ color: #cd2029;
706
+ }
707
+
708
+ .nc_socialPanel.swp_d_colorOutlines .linkedIn a,
709
+ html body .nc_socialPanel.swp_i_colorOutlines .linkedIn a:hover,
710
+ body .nc_socialPanel.swp_o_colorOutlines:hover .linkedIn a {
711
+ color: #0d77b7;
712
+ }
713
+
714
+ .nc_socialPanel.swp_d_colorOutlines .swp_tumblr a,
715
+ html body .nc_socialPanel.swp_i_colorOutlines .swp_tumblr a:hover,
716
+ body .nc_socialPanel.swp_o_colorOutlines:hover .swp_tumblr a {
717
+ color: #39475d;
718
+ }
719
+
720
+ .nc_socialPanel.swp_d_colorOutlines .swp_stumbleupon a,
721
+ html body .nc_socialPanel.swp_i_colorOutlines .swp_stumbleupon a:hover,
722
+ body .nc_socialPanel.swp_o_colorOutlines:hover .swp_stumbleupon a {
723
+ color: #ef5025;
724
+ }
725
+
726
+ .nc_socialPanel.swp_d_colorOutlines .swp_yummly a,
727
+ html body .nc_socialPanel.swp_i_colorOutlines .swp_yummly a:hover,
728
+ body .nc_socialPanel.swp_o_colorOutlines:hover .swp_yummly a {
729
+ color: #e26426;
730
+ }
731
+
732
+ .nc_socialPanel.swp_d_colorOutlines .swp_whatsapp a,
733
+ html body .nc_socialPanel.swp_i_colorOutlines .swp_whatsapp a:hover,
734
+ body .nc_socialPanel.swp_o_colorOutlines:hover .swp_whatsapp a {
735
+ color: #71c169;
736
+ }
737
+
738
+ .nc_socialPanel.swp_d_colorOutlines .swp_pocket a,
739
+ html body .nc_socialPanel.swp_i_colorOutlines .swp_pocket a:hover,
740
+ body .nc_socialPanel.swp_o_colorOutlines:hover .swp_pocket a {
741
+ color: #ef4056;
742
+ }
743
+
744
+ .nc_socialPanel.swp_d_colorOutlines .swp_reddit a,
745
+ html body .nc_socialPanel.swp_i_colorOutlines .swp_reddit a:hover,
746
+ body .nc_socialPanel.swp_o_colorOutlines:hover .swp_reddit a {
747
+ color: #f04b23;
748
+ }
749
+
750
+ .nc_socialPanel.swp_d_colorOutlines .swp_email a,
751
+ html body .nc_socialPanel.swp_i_colorOutlines .swp_email a:hover,
752
+ body .nc_socialPanel.swp_o_colorOutlines:hover .swp_email a {
753
+ color: #6bcce9;
754
+ }
755
+
756
+ .nc_socialPanel.swp_d_colorOutlines .swp_buffer a,
757
+ html body .nc_socialPanel.swp_i_colorOutlines .swp_buffer a:hover,
758
+ body .nc_socialPanel.swp_o_colorOutlines:hover .swp_buffer a {
759
+ color: #323b43;
760
+ }
761
+
762
+ .nc_socialPanel.swp_d_colorOutlines .swp_hacker_news a,
763
+ html body .nc_socialPanel.swp_i_colorOutlines .swp_hacker_news a:hover,
764
+ body .nc_socialPanel.swp_o_colorOutlines:hover .swp_hacker_news a {
765
+ color: #f16522;
766
+ }
767
+
768
+ .nc_socialPanel.swp_d_colorOutlines .swp_flipboard a,
769
+ html body .nc_socialPanel.swp_i_colorOutlines .swp_flipboard a:hover,
770
+ body .nc_socialPanel.swp_o_colorOutlines:hover .swp_flipboard a {
771
+ color: #e02828;
772
+ }
773
+
774
+ .nc_socialPanel.swp_d_colorOutlines .googlePlus,
775
+ html body .nc_socialPanel.swp_i_colorOutlines .googlePlus:hover,
776
+ body .nc_socialPanel.swp_o_colorOutlines:hover .googlePlus {
777
+ background: transparent;
778
+ border: 1px solid #df4b37;
779
+ }
780
+
781
+ .nc_socialPanel.swp_d_colorOutlines .twitter,
782
+ html body .nc_socialPanel.swp_i_colorOutlines .twitter:hover,
783
+ body .nc_socialPanel.swp_o_colorOutlines:hover .twitter {
784
+ background: transparent;
785
+ border: 1px solid #429cd6;
786
+ }
787
+
788
+ .nc_socialPanel.swp_d_colorOutlines .swp_fb,
789
+ html body .nc_socialPanel.swp_i_colorOutlines .swp_fb:hover,
790
+ body .nc_socialPanel.swp_o_colorOutlines:hover .swp_fb {
791
+ background: transparent;
792
+ border: 1px solid #3a589e;
793
+ }
794
+
795
+ .nc_socialPanel.swp_d_colorOutlines .nc_pinterest,
796
+ html body .nc_socialPanel.swp_i_colorOutlines .nc_pinterest:hover,
797
+ body .nc_socialPanel.swp_o_colorOutlines:hover .nc_pinterest {
798
+ background: transparent;
799
+ border: 1px solid #cd2029;
800
+ }
801
+
802
+ .nc_socialPanel.swp_d_colorOutlines .linkedIn,
803
+ html body .nc_socialPanel.swp_i_colorOutlines .linkedIn:hover,
804
+ body .nc_socialPanel.swp_o_colorOutlines:hover .linkedIn {
805
+ background: transparent;
806
+ border: 1px solid #0d77b7;
807
+ }
808
+
809
+ .nc_socialPanel.swp_d_colorOutlines .swp_tumblr,
810
+ html body .nc_socialPanel.swp_i_colorOutlines .swp_tumblr:hover,
811
+ body .nc_socialPanel.swp_o_colorOutlines:hover .swp_tumblr {
812
+ background: transparent;
813
+ border: 1px solid #39475d;
814
+ }
815
+
816
+ .nc_socialPanel.swp_d_colorOutlines .swp_stumbleupon,
817
+ html body .nc_socialPanel.swp_i_colorOutlines .swp_stumbleupon:hover,
818
+ body .nc_socialPanel.swp_o_colorOutlines:hover .swp_stumbleupon {
819
+ background: transparent;
820
+ border: 1px solid #ef5025;
821
+ }
822
+
823
+ .nc_socialPanel.swp_d_colorOutlines .swp_yummly,
824
+ html body .nc_socialPanel.swp_i_colorOutlines .swp_yummly:hover,
825
+ body .nc_socialPanel.swp_o_colorOutlines:hover .swp_yummly {
826
+ background: transparent;
827
+ border: 1px solid #e26426;
828
+ }
829
+
830
+ .nc_socialPanel.swp_d_colorOutlines .swp_whatsapp,
831
+ html body .nc_socialPanel.swp_i_colorOutlines .swp_whatsapp:hover,
832
+ body .nc_socialPanel.swp_o_colorOutlines:hover .swp_whatsapp {
833
+ background: transparent;
834
+ border: 1px solid #71c169;
835
+ }
836
+
837
+ .nc_socialPanel.swp_d_colorOutlines .swp_reddit,
838
+ html body .nc_socialPanel.swp_i_colorOutlines .swp_reddit:hover,
839
+ body .nc_socialPanel.swp_o_colorOutlines:hover .swp_reddit {
840
+ background: transparent;
841
+ border: 1px solid #f04b23;
842
+ }
843
+
844
+ .nc_socialPanel.swp_d_colorOutlines .swp_email,
845
+ html body .nc_socialPanel.swp_i_colorOutlines .swp_email:hover,
846
+ body .nc_socialPanel.swp_o_colorOutlines:hover .swp_email {
847
+ background: transparent;
848
+ border: 1px solid #6bcce9;
849
+ }
850
+
851
+ .nc_socialPanel.swp_d_colorOutlines .swp_pocket,
852
+ html body .nc_socialPanel.swp_i_colorOutlines .swp_pocket:hover,
853
+ body .nc_socialPanel.swp_o_colorOutlines:hover .swp_pocket {
854
+ background: transparent;
855
+ border: 1px solid #ef4056;
856
+ }
857
+
858
+ .nc_socialPanel.swp_d_colorOutlines .swp_buffer,
859
+ html body .nc_socialPanel.swp_i_colorOutlines .swp_buffer:hover,
860
+ body .nc_socialPanel.swp_o_colorOutlines:hover .swp_buffer {
861
+ background: transparent;
862
+ border: 1px solid #323b43;
863
+ }
864
+
865
+ .nc_socialPanel.swp_d_colorOutlines .swp_hacker_news,
866
+ html body .nc_socialPanel.swp_i_colorOutlines .swp_hacker_news:hover,
867
+ body .nc_socialPanel.swp_o_colorOutlines:hover .swp_hacker_news {
868
+ background: transparent;
869
+ border: 1px solid #f16522;
870
+ }
871
+
872
+ .nc_socialPanel.swp_d_colorOutlines .swp_flipboard,
873
+ html body .nc_socialPanel.swp_i_colorOutlines .swp_flipboard:hover,
874
+ body .nc_socialPanel.swp_o_colorOutlines:hover .swp_flipboard {
875
+ background: transparent;
876
+ border: 1px solid #bf2626;
877
+ }
878
+
879
+ .nc_socialPanelSide {
880
+ flex-direction: column;
881
+ height: auto;
882
+ overflow: visible;
883
+ top: 200px;
884
+ -webkit-transition: all 0.2s linear;
885
+ transition: all 0.2s linear;
886
+ width: 100px!important;
887
+ z-index: 9999999;
888
+
889
+ -webkit-box-direction: normal;
890
+ -moz-box-direction: normal;
891
+ -webkit-box-orient: vertical;
892
+ -moz-box-orient: vertical;
893
+ -webkit-flex-direction: column;
894
+ -ms-flex-direction: column;
895
+ }
896
+
897
+ .nc_socialPanelSide.slide {
898
+ position: fixed;
899
+ left: -100px;
900
+ -webkit-transition: all 0.2s linear;
901
+ transition: all 0.2s linear;
902
+ }
903
+
904
+ .nc_socialPanelSide.fade {
905
+ display: none;
906
+ position: fixed;
907
+ left: 5px;
908
+ -webkit-transition: all 0.2s linear;
909
+ transition: all 0.2s linear;
910
+ }
911
+
912
+ .nc_socialPanelSide .nc_tweetContainer {
913
+ background: #dd4b38;
914
+ -webkit-border-radius: 3px;
915
+ border-radius: 3px;
916
+ clear: both;
917
+ display: block;
918
+ font-family: Lato, sans-serif;
919
+ height: 32px;
920
+ margin: 3px 0!important;
921
+ overflow: hidden;
922
+ padding: 0;
923
+ -webkit-transition: all 0.1s linear;
924
+ transition: all 0.1s linear;
925
+ vertical-align: top;
926
+ width: 90px;
927
+ }
928
+
929
+ .nc_socialPanelSide .nc_tweetContainer .iconFiller {
930
+ display: inline-block;
931
+ height: 40px;
932
+ margin: 0 6px;
933
+ padding: 0;
934
+ -webkit-transition: all 0.1s linear;
935
+ transition: all 0.1s linear;
936
+ vertical-align: middle;
937
+ width: 21px;
938
+ }
939
+
940
+ .nc_socialPanelSide .nc_tweetContainer .swp_count {
941
+ display: inline-block;
942
+ font-size: 14px;
943
+ height: 32px;
944
+ line-height: 35px;
945
+ margin: 0;
946
+ overflow: hidden;
947
+ padding: 0;
948
+ text-align: right;
949
+ -webkit-transition: all 0.1s linear;
950
+ transition: all 0.1s linear;
951
+ vertical-align: top;
952
+ width: 0;
953
+ }
954
+
955
+ .nc_socialPanelSide .nc_tweetContainer a {
956
+ cursor: pointer;
957
+ display: block;
958
+ font-weight: 500;
959
+ height: 36px;
960
+ margin: 0;
961
+ padding: 0;
962
+ text-decoration: none;
963
+ -webkit-transition: all 0.1s linear;
964
+ transition: all 0.1s linear;
965
+ vertical-align: top;
966
+ }
967
+
968
+ .nc_socialPanelSide .nc_tweetContainer .sw,
969
+ .nc_socialPanelSide .nc_tweetContainer .swp_share {
970
+ float: left;
971
+ line-height: 34px;
972
+ }
973
+
974
+ .nc_socialPanelSide.swp_default .nc_tweetContainer .sw {
975
+ line-height: 32px;
976
+ }
977
+
978
+ .nc_socialPanelSide.swp_default .nc_tweetContainer .swp_share {
979
+ line-height: 30px;
980
+ }
981
+
982
+ .nc_socialPanelSide .nc_tweetContainer .swp_share {
983
+ font-size: 13px;
984
+ }
985
+
986
+ .nc_socialPanelSide .nc_tweetContainer:hover,
987
+ .nc_socialPanelSide .nc_tweetContainer:hover .iconFiller,
988
+ .nc_socialPanelSide .nc_tweetContainer:hover .swp_count {
989
+ -webkit-transition: all 0.1s linear;
990
+ transition: all 0.1s linear;
991
+ }
992
+
993
+ .nc_socialPanelSide.swp_boxed {
994
+ -ms-transform: scale(0.9);
995
+ -webkit-transform: scale(0.9);
996
+ transform: scale(0.9);
997
+ }
998
+
999
+ .nc_socialPanelSide.swp_boxed .nc_tweetContainer {
1000
+ margin-bottom: 5px;
1001
+ }
1002
+
1003
+ .nc_socialPanelSide.swp_boxed .nc_tweetContainer,
1004
+ .nc_socialPanelSide.swp_boxed .nc_tweetContainer a {
1005
+ height: 75px;
1006
+ position: relative;
1007
+ width: 75px;
1008
+ }
1009
+
1010
+ .nc_socialPanelSide.swp_boxed .nc_tweetContainer i.sw {
1011
+ font-size: 27px;
1012
+ height: 40px;
1013
+ margin: 0;
1014
+ padding-top: 10px;
1015
+ text-align: center;
1016
+ width: 100%;
1017
+ }
1018
+
1019
+ .nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) span.swp_share {
1020
+ height: 35px;
1021
+ opacity: 0;
1022
+ position: absolute;
1023
+ bottom: 0;
1024
+ left: 0;
1025
+ text-align: center;
1026
+ width: 75px;
1027
+ }
1028
+
1029
+ .nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) span.swp_count {
1030
+ height: 35px;
1031
+ margin: 0;
1032
+ padding: 0;
1033
+ position: absolute;
1034
+ bottom: 0;
1035
+ left: 0;
1036
+ text-align: center;
1037
+ -webkit-transition: padding 0.1s linear;
1038
+ transition: padding 0.1s linear;
1039
+ width: 100%;
1040
+ }
1041
+
1042
+ .nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) span.swp_count.swp_hide,
1043
+ .nc_socialPanelSide.swp_boxed .nc_tweetContainer span.swp_hide .iconFiller,
1044
+ .nc_socialPanelSide.swp_boxed .nc_tweetContainer span.swp_hide .spaceManWilly {
1045
+ height: 75px;
1046
+ opacity: 1;
1047
+ }
1048
+
1049
+ .nc_socialPanelSide.swp_boxed .nc_tweetContainer span.iconFiller {
1050
+ height: 40px;
1051
+ width: 75px;
1052
+ }
1053
+
1054
+ .nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes):hover span.swp_count:not(.swp_hide) {
1055
+ opacity: 0;
1056
+ }
1057
+
1058
+ .nc_socialPanelSide.swp_boxed .totes {
1059
+ padding: 0;
1060
+ width: 75px!important;
1061
+ }
1062
+
1063
+ .nc_socialPanelSide .nc_tweetContainer:not(.totes) {
1064
+ line-height: 34px;
1065
+ }
1066
+
1067
+ .nc_socialPanelSide:not(.swp_boxed) .nc_tweetContainer:not(.totes) .iconFiller {
1068
+ margin-left: 2px;
1069
+ width: 30px;
1070
+ }
1071
+
1072
+ .nc_socialPanelSide .nc_tweetContainer:not(.totes) .swp_count {
1073
+ padding: 0 8px;
1074
+ width: 48px;
1075
+ }
1076
+
1077
+ .nc_socialPanelSide .nc_tweetContainer:not(.totes) .swp_count.swp_hide {
1078
+ padding: 0;
1079
+ width: 100%;
1080
+ }
1081
+
1082
+ .nc_socialPanelSide .nc_tweetContainer:not(.totes) .swp_hide .iconFiller {
1083
+ display: block;
1084
+ float: none;
1085
+ margin: 0 auto;
1086
+ }
1087
+
1088
+ .nc_socialPanelSide:not(.swp_boxed) .nc_tweetContainer:not(.totes):hover {
1089
+ width: 150px;
1090
+ }
1091
+
1092
+ .nc_socialPanelSide .nc_tweetContainer:not(.totes):hover .iconFiller,
1093
+ .nc_socialPanelSide .nc_tweetContainer:not(.totes) .spaceManWilly {
1094
+ width: 90px;
1095
+ }
1096
+
1097
+ .nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes):hover .iconFiller,
1098
+ .nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) .spaceManWilly {
1099
+ width: 100%;
1100
+ }
1101
+
1102
+ .nc_socialPanelSide .nc_tweetContainer.totes {
1103
+ background: rgba(0, 0, 0, 0);
1104
+ border: 0!important;
1105
+ font-weight: 800;
1106
+ height: 45px;
1107
+ margin: 0;
1108
+ padding: 0;
1109
+ text-align: center;
1110
+ width: 90px;
1111
+ }
1112
+
1113
+ .nc_socialPanelSide .nc_tweetContainer.totes .swp_count {
1114
+ color: #444;
1115
+ display: block;
1116
+ font-family: Lato, sans-serif;
1117
+ height: 28px;
1118
+ text-align: center;
1119
+ width: 100%;
1120
+ }
1121
+
1122
+ .nc_socialPanelSide .nc_tweetContainer.totes .swp_label {
1123
+ color: #444;
1124
+ display: block;
1125
+ font-family: Lato, sans-serif;
1126
+ font-size: 50%;
1127
+ position: relative;
1128
+ text-align: center;
1129
+ width: 100%;
1130
+ }
1131
+
1132
+ .nc_wrapper {
1133
+ background: white;
1134
+ position: fixed;
1135
+ -webkit-transition: top 0.5s bottom 0.5s;
1136
+ transition: top 0.5s bottom 0.5s;
1137
+ width: 100%;
1138
+ z-index: 99999;
1139
+ }
1140
+
1141
+ .nc_wrapper.floatBottom {
1142
+ bottom: 0;
1143
+ left: 0;
1144
+ }
1145
+
1146
+ .nc_wrapper.floatTop {
1147
+ top: 0;
1148
+ left: 0;
1149
+ }
1150
+
1151
+ .nc_floater {
1152
+ margin: 10px 0;
1153
+ position: relative;
1154
+ left: 304px;
1155
+ width: 740px;
1156
+ }
1157
+
1158
+ .nc_socialPanelSide.hideCounts a {
1159
+ text-align: center;
1160
+ }
1161
+
1162
+ .nc_socialPanelSide.hideCounts .iconFiller {
1163
+ float: none;
1164
+ text-align: left;
1165
+ }
1166
+
1167
+ .sw {
1168
+ display: inline-block;
1169
+ font-family: sw-icon-font!important;
1170
+ font-size: inherit;
1171
+ -moz-osx-font-smoothing: grayscale;
1172
+ -webkit-font-smoothing: antialiased;
1173
+ font-style: normal;
1174
+ font-weight: normal;
1175
+ text-rendering: auto;
1176
+ text-transform: none!important;
1177
+ -ms-transform: translate(0, 0);
1178
+ -webkit-transform: translate(0, 0);
1179
+ transform: translate(0, 0);
1180
+ }
1181
+
1182
+ .sw:before {
1183
+ display: block!important;
1184
+ }
1185
+
1186
+ .wp-editor-container .sw:before {
1187
+ font-size: 18px;
1188
+ line-height: 22px;
1189
+ }
1190
+
1191
+ .wp-editor-container .sw-social-warfare:before {
1192
+ color: #ee464f;
1193
+ }
1194
+
1195
+ .mce-container .sw-social-warfare {
1196
+ color: #ee464f;
1197
+ font-size: 20px;
1198
+ margin-right: 15px;
1199
+ vertical-align: middle;
1200
+ }
1201
+
1202
+ .sw-google-plus:before {
1203
+ content: "h";
1204
+ }
1205
+
1206
+ .sw-pinterest:before {
1207
+ content: "b";
1208
+ }
1209
+
1210
+ .sw-twitter:before {
1211
+ content: "s";
1212
+ }
1213
+
1214
+ .sw-facebook:before {
1215
+ content: "j";
1216
+ }
1217
+
1218
+ .sw-linkedin:before {
1219
+ content: "f";
1220
+ }
1221
+
1222
+ .sw-tumblr:before {
1223
+ content: "r";
1224
+ }
1225
+
1226
+ .sw-stumbleupon:before {
1227
+ content: "q";
1228
+ }
1229
+
1230
+ .sw-reddit:before {
1231
+ content: "a";
1232
+ }
1233
+
1234
+ .sw-email:before {
1235
+ content: "k";
1236
+ }
1237
+
1238
+ .sw-yummly:before {
1239
+ content: "x";
1240
+ }
1241
+
1242
+ .sw-whatsapp:before {
1243
+ content: "y";
1244
+ }
1245
+
1246
+ .sw-pocket:before {
1247
+ content: "B";
1248
+ }
1249
+
1250
+ .sw-buffer:before {
1251
+ content: "z";
1252
+ }
1253
+
1254
+ .sw-hacker_news:before {
1255
+ content: "D";
1256
+ }
1257
+
1258
+ .sw-flipboard:before {
1259
+ content: "C";
1260
+ }
1261
+
1262
+ .sw-social-warfare:before {
1263
+ content: "p";
1264
+ }
1265
+
1266
+ .swp_CTT {
1267
+ text-decoration: none!important;
1268
+ }
1269
+
1270
+ .sw-tweet-clear {
1271
+ zoom: 1;
1272
+ }
1273
+
1274
+ .sw-tweet-clear:after {
1275
+ clear: both;
1276
+ content: ".";
1277
+ display: block;
1278
+ height: 0;
1279
+ visibility: hidden;
1280
+ }
1281
+
1282
+ .sw-click-to-tweet {
1283
+ display: block;
1284
+ margin: 15px 0;
1285
+ padding: 15px 30px;
1286
+ position: relative;
1287
+ }
1288
+
1289
+ .sw-click-to-tweet:after {
1290
+ clear: both;
1291
+ content: ".";
1292
+ display: block;
1293
+ height: 0;
1294
+ line-height: 0;
1295
+ visibility: hidden;
1296
+ }
1297
+
1298
+ .sw-click-to-tweet .sw-ctt-text {
1299
+ margin: 0 0 10px;
1300
+ padding: 0;
1301
+ position: relative;
1302
+ word-wrap: break-word;
1303
+ }
1304
+
1305
+ a .sw-click-to-tweet .sw-ctt-text {
1306
+ display: block;
1307
+ font-size: 24px;
1308
+ font-weight: 500;
1309
+ line-height: 140%;
1310
+ margin: 0;
1311
+ padding: 0;
1312
+ position: relative;
1313
+ text-decoration: none;
1314
+ text-transform: none;
1315
+ }
1316
+
1317
+ .sw-click-to-tweet .sw-ctt-btn {
1318
+ display: block;
1319
+ float: right;
1320
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1321
+ font-size: 12px;
1322
+ font-weight: bold;
1323
+ line-height: 100%;
1324
+ margin: 10px 0 0;
1325
+ padding: 3px 5px 3px 3px;
1326
+ position: relative;
1327
+ text-decoration: none;
1328
+ text-transform: uppercase;
1329
+ }
1330
+
1331
+ .sw-click-to-tweet i.sw-twitter {
1332
+ float: right;
1333
+ font-size: 21px;
1334
+ margin-left: 15px;
1335
+ margin-top: 2px;
1336
+ text-transform: none;
1337
+ }
1338
+
1339
+ a.swp_CTT.style1 .sw-click-to-tweet {
1340
+ background-color: #fff;
1341
+ border: 1px solid #ddd;
1342
+ -webkit-border-radius: 4px;
1343
+ border-radius: 4px;
1344
+ }
1345
+
1346
+ a.swp_CTT.style2 .sw-click-to-tweet {
1347
+ background-color: #fff;
1348
+ border: 4px double #ddd;
1349
+ -webkit-border-radius: 0;
1350
+ border-radius: 0;
1351
+ }
1352
+
1353
+ a.style2 .sw-click-to-tweet .sw-ctt-text {
1354
+ color: #666;
1355
+ font-style: italic;
1356
+ text-decoration: none;
1357
+ }
1358
+
1359
+ a.swp_CTT.style3:hover .sw-click-to-tweet {
1360
+ border-left: 10px solid #3c87b2;
1361
+ padding-right: 20px;
1362
+ -webkit-transition: all 0.25s linear;
1363
+ transition: all 0.25s linear;
1364
+ }
1365
+
1366
+ a.swp_CTT.style3 .sw-click-to-tweet {
1367
+ background-color: #429cd6;
1368
+ border: none;
1369
+ border-left: 10px solid #429cd6;
1370
+ -webkit-border-radius: 0;
1371
+ border-radius: 0;
1372
+ padding-right: 20px;
1373
+ -webkit-transition: all 0.25s linear;
1374
+ transition: all 0.25s linear;
1375
+ }
1376
+
1377
+ a.style3 .sw-click-to-tweet .sw-ctt-text {
1378
+ color: #fff;
1379
+ font-style: italic;
1380
+ text-decoration: none;
1381
+ }
1382
+
1383
+ a.swp_CTT.style4:hover .sw-click-to-tweet {
1384
+ border-left: 10px solid #3c87b2;
1385
+ -webkit-transition: all 0.25s linear;
1386
+ transition: all 0.25s linear;
1387
+ }
1388
+
1389
+ a.swp_CTT.style4 .sw-click-to-tweet {
1390
+ background-color: #333;
1391
+ border-left: 10px solid #c33;
1392
+ -webkit-border-radius: 0;
1393
+ border-radius: 0;
1394
+ -webkit-transition: all 0.25s linear;
1395
+ transition: all 0.25s linear;
1396
+ }
1397
+
1398
+ a.swp_CTT.style5:hover .sw-click-to-tweet {
1399
+ background-color: #d34250;
1400
+ border-left: 10px solid #30394f;
1401
+ -webkit-transition: all 0.25s linear;
1402
+ transition: all 0.25s linear;
1403
+ }
1404
+
1405
+ a.swp_CTT.style5 .sw-click-to-tweet {
1406
+ background-color: #30394f;
1407
+ border-left: 10px solid #d34250;
1408
+ -webkit-border-radius: 0;
1409
+ border-radius: 0;
1410
+ -webkit-transition: all 0.25s linear;
1411
+ transition: all 0.25s linear;
1412
+ }
1413
+
1414
+ a.swp_CTT.style6:hover .sw-click-to-tweet {
1415
+ background-color: #ced3dc;
1416
+ border-left: 10px solid #d34250;
1417
+ -webkit-transition: all 0.25s linear;
1418
+ transition: all 0.25s linear;
1419
+ }
1420
+
1421
+ a.swp_CTT.style6 .sw-click-to-tweet {
1422
+ background-color: #eee;
1423
+ border-left: 10px solid #d34250;
1424
+ -webkit-border-radius: 0;
1425
+ border-radius: 0;
1426
+ -webkit-transition: all 0.25s linear;
1427
+ transition: all 0.25s linear;
1428
+ }
1429
+
1430
+ a.style6 .sw-click-to-tweet i.sw-twitter {
1431
+ color: #30394f;
1432
+ }
1433
+
1434
+ .swp_pop_thumb {
1435
+ -webkit-border-radius: 3px;
1436
+ border-radius: 3px;
1437
+ float: left;
1438
+ height: 100px;
1439
+ margin: 5px 25px 5px 0;
1440
+ width: 100px;
1441
+ }
1442
+
1443
+ .swp_popular_post {
1444
+ clear: both;
1445
+ }
1446
+
1447
+ .swp_clearfix:after {
1448
+ clear: both;
1449
+ content: " ";
1450
+ display: block;
1451
+ height: 0;
1452
+ visibility: hidden;
1453
+ }
1454
+
1455
+ .swp_popular_post a.swp_popularity {
1456
+ border: none;
1457
+ display: block;
1458
+ line-height: 1.5;
1459
+ margin: 20px 0;
1460
+ }
1461
+
1462
+ span.swp_pop_count {
1463
+ display: block;
1464
+ font-size: 70%;
1465
+ }
1466
+
1467
+ .swp_widget_box {
1468
+ -webkit-border-radius: 3px;
1469
+ border-radius: 3px;
1470
+ }
1471
+
1472
+ div.sw-pinit {
1473
+ display: table !important;
1474
+ line-height: 0;
1475
+ position: relative !important;
1476
+ }
1477
+
1478
+ div.sw-pinit a.sw-pinit-button,
1479
+ div.sw-pinit a.sw-pinit-button:visited {
1480
+ background: #cd2029;
1481
+ border: 1px solid #aa1b29;
1482
+ border: 0;
1483
+ border-bottom: none;
1484
+ -webkit-border-radius: 4px;
1485
+ border-radius: 3px;
1486
+ -webkit-box-shadow: none;
1487
+ box-shadow: none;
1488
+ color: #fff;
1489
+ font-family: Lato,sans-serif;
1490
+ font-size: 20px;
1491
+ font-size: 15px;
1492
+ height: 32px;
1493
+ line-height: 32px;
1494
+ opacity: 0;
1495
+ padding: 0 20px;
1496
+ position: absolute;
1497
+ text-decoration: none;
1498
+ text-decoration: none;
1499
+ -webkit-transition: opacity 0.5s;
1500
+ transition: opacity 0.5s;
1501
+ z-index: 200;
1502
+ }
1503
+
1504
+ div.sw-pinit:hover a.sw-pinit-button,
1505
+ div.sw-pinit:focus a.sw-pinit-button {
1506
+ opacity: 1;
1507
+ }
1508
+
1509
+ div.sw-pinit a.sw-pinit-button::before {
1510
+ color: #fff;
1511
+ content: "b";
1512
+ float: left;
1513
+ font-family: sw-icon-font;
1514
+ font-size: 20px;
1515
+ font-weight: 400;
1516
+ line-height: 36px;
1517
+ margin-left: -5px;
1518
+ margin-right: 10px;
1519
+ }
1520
+
1521
+ div.sw-pinit a.sw-pinit-button:hover::before {
1522
+ content: "F";
1523
+ }
1524
+
1525
+ div.sw-pinit a.sw-pinit-button::hover,
1526
+ div.sw-pinit a.sw-pinit-button::focus {
1527
+ background: #aa1b29;
1528
+ color: #fff;
1529
+ text-decoration: none;
1530
+ }
1531
+
1532
+ div.sw-pinit .sw-pinit-left {
1533
+ left: 30px;
1534
+ }
1535
+
1536
+ div.sw-pinit .sw-pinit-center {
1537
+ margin-left: -60px;
1538
+ left: 50%;
1539
+ }
1540
+
1541
+ div.sw-pinit .sw-pinit-right {
1542
+ right: 30px;
1543
+ }
1544
+
1545
+ div.sw-pinit .sw-pinit-top {
1546
+ top: 30px;
1547
+ }
1548
+
1549
+ div.sw-pinit .sw-pinit-middle {
1550
+ margin-top: -25px;
1551
+ top: 50%;
1552
+ }
1553
+
1554
+ div.sw-pinit .sw-pinit-bottom {
1555
+ bottom: 30px;
1556
+ }
1557
+
1558
+ .nc_socialPanel.notMobile .nc_tweetContainer:nth-last-child(1),
1559
+ .mobile .nc_tweetContainer:nth-last-child(2),
1560
+ .nc_tweetContainer.totes:nth-last-child(1) {
1561
+ margin-right: 0;
1562
+ }
1563
+
1564
+ .nc_socialPanel.swp_d_fullColor a,
1565
+ html body .nc_socialPanel.swp_i_fullColor .nc_tweetContainer:hover a,
1566
+ body .nc_socialPanel.swp_o_fullColor:hover a,
1567
+ .nc_socialPanel.swp_d_lightGray a,
1568
+ html body .nc_socialPanel.swp_i_lightGray .nc_tweetContainer:hover a,
1569
+ body .nc_socialPanel.swp_o_lightGray:hover a,
1570
+ .nc_socialPanel.swp_d_mediumGray a,
1571
+ html body .nc_socialPanel.swp_i_mediumGray a:hover,
1572
+ body .nc_socialPanel.swp_o_mediumGray:hover a,
1573
+ .nc_socialPanel.swp_d_darkGray a,
1574
+ html body .nc_socialPanel.swp_i_darkGray a:hover,
1575
+ body .nc_socialPanel.swp_o_darkGray:hover a {
1576
+ color: white;
1577
+ }
1578
+
1579
+ .nc_socialPanel.swp_d_colorOutlines .twitter a,
1580
+ html body .nc_socialPanel.swp_i_colorOutlines .twitter a:hover,
1581
+ body .nc_socialPanel.swp_o_colorOutlines:hover .twitter a,
1582
+ .wp-editor-container .sw-twitter:before,
1583
+ a.style1 .sw-click-to-tweet i.sw-twitter,
1584
+ a.style2 .sw-click-to-tweet i.sw-twitter {
1585
+ color: #429cd6;
1586
+ }
1587
+
1588
+ .nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) .swp_hide span.swp_share,
1589
+ .nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes):hover span.swp_share:not(.swp_hide) {
1590
+ opacity: 1;
1591
+ }
1592
+
1593
+ .nc_socialPanel.mobile .iconFiller ~ .swp_count,
1594
+ .sw-content-locator {
1595
+ display: none;
1596
+ }
1597
+
1598
+ a.style1 .sw-click-to-tweet .sw-ctt-text,
1599
+ a.style1 .sw-click-to-tweet .sw-ctt-btn {
1600
+ color: #999;
1601
+ text-decoration: none;
1602
+ }
1603
+
1604
+ a.style1:hover .sw-click-to-tweet .sw-ctt-text,
1605
+ a.style1:hover .sw-click-to-tweet .sw-ctt-btn,
1606
+ a.style2:hover .sw-click-to-tweet .sw-ctt-text,
1607
+ a.style2 .sw-click-to-tweet .sw-ctt-btn,
1608
+ a.style2:hover .sw-click-to-tweet .sw-ctt-btn {
1609
+ color: #666;
1610
+ text-decoration: none;
1611
+ }
1612
+
1613
+ a.style3:hover .sw-click-to-tweet .sw-ctt-text,
1614
+ a.style3 .sw-click-to-tweet .sw-ctt-btn,
1615
+ a.style3:hover .sw-click-to-tweet .sw-ctt-btn,
1616
+ a.style3 .sw-click-to-tweet i.sw-twitter,
1617
+ a.style4 .sw-click-to-tweet .sw-ctt-text,
1618
+ a.style4:hover .sw-click-to-tweet .sw-ctt-text,
1619
+ a.style4 .sw-click-to-tweet .sw-ctt-btn,
1620
+ a.style4:hover .sw-click-to-tweet .sw-ctt-btn,
1621
+ a.style5 .sw-click-to-tweet .sw-ctt-text,
1622
+ a.style5:hover .sw-click-to-tweet .sw-ctt-text,
1623
+ a.style5 .sw-click-to-tweet .sw-ctt-btn,
1624
+ a.style5:hover .sw-click-to-tweet .sw-ctt-btn {
1625
+ color: #fff;
1626
+ text-decoration: none;
1627
+ }
1628
+
1629
+ a.style4 .sw-click-to-tweet i.sw-twitter,
1630
+ a.style5 .sw-click-to-tweet i.sw-twitter {
1631
+ color: #fff;
1632
+ }
1633
+
1634
+ a.style6 .sw-click-to-tweet .sw-ctt-text,
1635
+ a.style6 .sw-click-to-tweet .sw-ctt-btn {
1636
+ color: #30394f;
1637
+ text-decoration: none;
1638
+ }
1639
+
1640
+ a.style6:hover .sw-click-to-tweet .sw-ctt-text,
1641
+ a.style6:hover .sw-click-to-tweet .sw-ctt-btn,
1642
+ a.style6:hover .sw-click-to-tweet i.sw-twitter {
1643
+ color: #2a2d34;
1644
+ text-decoration: none;
1645
+ }
1646
+
1647
+ .scale-70 {
1648
+ -ms-transform: scale(0.7);
1649
+ -webkit-transform: scale(0.7);
1650
+ transform: scale(0.7);
1651
+ }
1652
+
1653
+ .nc_socialPanel:not(.nc_floater).scale-70.scale-fullWidth {
1654
+ width: 142.8571428571429%!important;
1655
+ }
1656
+
1657
+ .scale-80 {
1658
+ -ms-transform: scale(0.8);
1659
+ -webkit-transform: scale(0.8);
1660
+ transform: scale(0.8);
1661
+ }
1662
+
1663
+ .nc_socialPanel:not(.nc_floater).scale-80.scale-fullWidth {
1664
+ width: 125%!important;
1665
+ }
1666
+
1667
+ .scale-90 {
1668
+ -ms-transform: scale(0.9);
1669
+ -webkit-transform: scale(0.9);
1670
+ transform: scale(0.9);
1671
+ }
1672
+
1673
+ .nc_socialPanel:not(.nc_floater).scale-90.scale-fullWidth {
1674
+ width: 111.111111111111%!important;
1675
+ }
1676
+
1677
+ .scale-110 {
1678
+ -ms-transform: scale(1.1);
1679
+ -webkit-transform: scale(1.1);
1680
+ transform: scale(1.1);
1681
+ }
1682
+
1683
+ .nc_socialPanel:not(.nc_floater).scale-110.scale-fullWidth {
1684
+ width: 90.90909090909091%!important;
1685
+ }
1686
+
1687
+ .scale-120 {
1688
+ -ms-transform: scale(1.2);
1689
+ -webkit-transform: scale(1.2);
1690
+ transform: scale(1.2);
1691
+ }
1692
+
1693
+ .nc_socialPanel:not(.nc_floater).scale-120.scale-fullWidth {
1694
+ width: 83.33333333333333%!important;
1695
+ }
1696
+
1697
+ .scale-130 {
1698
+ -ms-transform: scale(1.3);
1699
+ -webkit-transform: scale(1.3);
1700
+ transform: scale(1.3);
1701
+ }
1702
+
1703
+ .nc_socialPanel:not(.nc_floater).scale-130.scale-fullWidth {
1704
+ width: 76.92307692307692%!important;
1705
+ }
1706
+
1707
+ .scale-140 {
1708
+ -ms-transform: scale(1.4);
1709
+ -webkit-transform: scale(1.4);
1710
+ transform: scale(1.4);
1711
+ }
1712
+
1713
+ .nc_socialPanel:not(.nc_floater).scale-140.scale-fullWidth {
1714
+ width: 71.42857142857143%!important;
1715
+ }
1716
+
1717
+ .scale-fullWidth,
1718
+ .scale-left,
1719
+ .nc_floater.scale-center,
1720
+ .nc_floater.scale-right {
1721
+ -ms-transform-origin: left;
1722
+ -webkit-transform-origin: left;
1723
+ transform-origin: left;
1724
+ }
1725
+
1726
+ .scale-right {
1727
+ -ms-transform-origin: right;
1728
+ -webkit-transform-origin: right;
1729
+ transform-origin: right;
1730
+ }
1731
+
1732
+ .scale-center {
1733
+ -ms-transform-origin: center;
1734
+ -webkit-transform-origin: center;
1735
+ transform-origin: center;
1736
+ }
1737
+
1738
+ div.nc_socialPanel .nc_tweetContainer.swp_emphasize {
1739
+ -webkit-box-flex: 2;
1740
+ -moz-box-flex: 2;
1741
+ -webkit-flex: 2;
1742
+ -ms-flex: 2;
1743
+ flex: 2;
1744
+ }
1745
+
1746
+ .sw-pinit.aligncenter {
1747
+ margin: 0 auto;
1748
+ }
1749
+
1750
+ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
1751
+ div.sw-pinit {
1752
+ display: inline-block!important;
1753
+ max-width: 100%;
1754
+ }
1755
+ }
1756
+
1757
+ .swp_hidden_pin_image {
1758
+ height: 0;
1759
+ opacity: 0;
1760
+ position: absolute;
1761
+ top: 0;
1762
+ width: 0;
1763
+ }
1764
+ .fl-module-content .uabb-blog-posts .uabb-post-thumbnail .sw-pinit.lazyloaded {
1765
+ display: block !important;
1766
+ }
css/style.min.css CHANGED
@@ -1 +1 @@
1
- .nc_socialPanel{clear:both;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:34px;line-height:1;margin-bottom:20px!important;margin-top:20px!important;overflow:hidden;padding:0;-webkit-align-items:stretch;align-items:stretch;-webkit-box-align:stretch;-moz-box-align:stretch;-webkit-box-pack:justify;-moz-box-pack:justify;direction:ltr;-ms-flex-align:stretch;-ms-flex-line-pack:center;-ms-flex-pack:justify;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between}.nc_socialPanel:not(.nc_floater):not(.nc_socialPanelSide){width:100%!important}.nc_wrapper .nc_socialPanel{margin-bottom:10px!important;margin-top:10px!important}div.nc_socialPanel .nc_tweetContainer{-webkit-border-radius:2px;border-radius:2px;cursor:pointer;float:left;font-family:Lato;height:32px;margin:0 5px 3px;min-width:34px;overflow:hidden;text-align:center;-webkit-transition:all .1s linear;transition:all .1s linear;border-size:1px}div.nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.nc_socialPanel .nc_tweetContainer a.nc_tweet,.nc_socialPanel .totes .swp_count{display:block;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-family:Lato,sans-serif;font-size:18px!important;font-weight:700;height:30px;text-decoration:none;text-decoration:none!important;text-transform:none;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer:nth-child(1){margin-left:0}.nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer:nth-last-child(1){margin-right:0}.nc_socialPanel a .swp_count:not(.swp_hide){display:inline-block;line-height:32px;margin:0;padding:0 5px;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.nc_socialPanel .totes .swp_count,span.swp_share{line-height:30px}.nc_socialPanel a .swp_count.swp_hide{margin:0 auto}.nc_socialPanel span:before{content:initial!important}.nc_socialPanel span.swp_count{font-size:14px}.nc_socialPanel span.iconFiller{font-size:18px;margin:0 auto}.nc_socialPanel.notMobile .nc_tweetContainer:nth-child(1){margin-left:0}.nc_socialPanel:not(.nc_socialPanelSide){-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.nc_socialPanel:not(.nc_socialPanelSide) div.totes.totesalt:nth-child(1){margin-left:0;margin-right:15px;padding-left:0}.nc_socialPanel:not(.nc_socialPanelSide) div.totes.totesalt:nth-last-child(1){margin-right:0;padding-right:0}a.swp_CTT{cursor:pointer}span.swp_share{display:block;float:right;float:left;font-size:14px;font-weight:400;height:30px;margin:0 0 0 6px;max-width:none!important;vertical-align:middle}.nc_socialPanelSide span.swp_share{margin:0}.nc_socialPanel .sw{float:left;height:30px;line-height:32px;margin:0 5px;text-shadow:none!important;width:20px}.iconFiller{display:block;float:left;height:30px;overflow:hidden;-webkit-transition:width .1s linear;transition:width .1s linear}.nc_socialPanel .iconFiller{width:30px}span.spaceManWilly{display:block;width:120px}.nc_socialPanel .totes{background:#c4c4c4;border:1px solid #e08a0f;-webkit-border-radius:2px;border-radius:2px;color:#fff;cursor:default;display:block;font-size:19px;padding:0 10px;-webkit-box-flex:0!important;-moz-box-flex:0!important;-webkit-flex:none!important;-ms-flex:none!important;flex:none!important}.nc_socialPanel div.totes.totesalt,.nc_socialPanel:hover div.totes.totesalt:not(:nth-child(1)){background:0 0!important;border:none;color:#474b4d;margin-left:0!important}div.nc_socialPanel:hover div.totes.totesalt:not(:nth-child(1)){background:0 0;color:#474b4d;margin-left:10px}.nc_socialPanel .totes.totesalt .swp_label{color:#474b4d;font-size:10px;letter-spacing:0;min-width:40px;vertical-align:middle}.nc_socialPanel .totes .swp_label{font-size:10px;vertical-align:middle}.nc_socialPanel .totes.totesalt .swp_count{color:#474b4d;font-size:24px}.nc_socialPanel.swp_customFull:hover div.totes,.nc_socialPanel.swp_fade .totes,.nc_socialPanel.swp_fullColor .totes,.nc_socialPanel:hover .totes{background:#e08a0f}.nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer.totes.totesalt:before{content:"o";display:inline-block;font-family:sw-icon-font;margin-top:7px;vertical-align:top}.nc_socialPanel:not(.nc_socialPanelSide) .totes.totesalt .swp_count{display:inline-block;line-height:0;margin-left:8px;margin-top:12px;min-width:45px;position:relative;vertical-align:middle}span.swp_label{display:block;font-size:9px!important;margin-top:13px;position:absolute;text-align:center!important;text-transform:uppercase}.nc_socialPanelSide span.swp_label{margin-top:0}.nc_socialPanel.swp_leaf .nc_tweetContainer{-webkit-border-radius:15px 0;border-radius:15px 0;border-width:1px}.nc_socialPanel.swp_pill .nc_tweetContainer{-webkit-border-radius:50px;border-radius:50px;border-width:1px}.nc_socialPanel.swp_shift .nc_tweetContainer:not(.totes){border-width:1px;-moz-transform:skew(-25deg);-o-transform:skew(-25deg);-webkit-transform:skew(-25deg)}.nc_socialPanel.swp_shift .nc_tweetContainer a{-moz-transform:skew(25deg);-o-transform:skew(25deg);-webkit-transform:skew(25deg)}.swp_connected .nc_tweetContainer,.swp_connected .nc_tweetContainer:hover,.swp_connected:hover .nc_tweetContainer{-webkit-border-radius:0!important;border-radius:0!important;border-width:1px;margin:0!important}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .googlePlus,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .googlePlus:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .googlePlus:hover{border:1px solid #df4b37}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .twitter,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .twitter:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .twitter:hover{border:1px solid #429cd6}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_fb,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_fb:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_fb:hover{border:1px solid #3a589e}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .nc_pinterest,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .nc_pinterest:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .nc_pinterest:hover{border:1px solid #cd2029}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .linkedIn,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .linkedIn:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .linkedIn:hover{border:1px solid #0d77b7}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_tumblr,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_tumblr:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_tumblr:hover{border:1px solid #39475d}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_stumbleupon,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_stumbleupon:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_stumbleupon:hover{border:1px solid #ef5025}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_yummly,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_yummly:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_yummly:hover{border:1px solid #e26426}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_reddit,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_reddit:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_reddit:hover{border:1px solid #f04b23}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_email,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_email:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_email:hover{border:1px solid #6bcce9}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_whatsapp,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_whatsapp:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_whatsapp:hover{border:1px solid #71c169}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_pocket,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_pocket:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_pocket:hover{border:1px solid #ef4056}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_buffer,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_buffer:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_buffer:hover{border:1px solid #323b43}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_hacker_news,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_hacker_news:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_hacker_news:hover{border:1px solid #d85623}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_flipboard,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_flipboard:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_flipboard:hover{border:1px solid #bf2626}.nc_socialPanel.swp_d_fullColor .googlePlus,body .nc_socialPanel.swp_o_fullColor:hover .googlePlus,html body .nc_socialPanel.swp_i_fullColor .googlePlus:hover{background:#df4b37;border:1px solid #c44133}.nc_socialPanel.swp_d_fullColor .twitter,body .nc_socialPanel.swp_o_fullColor:hover .twitter,html body .nc_socialPanel.swp_i_fullColor .twitter:hover{background:#429cd6;border:1px solid #3c87b2}.nc_socialPanel.swp_d_fullColor .swp_fb,body .nc_socialPanel.swp_o_fullColor:hover .swp_fb,html body .nc_socialPanel.swp_i_fullColor .swp_fb:hover{background:#3a589e;border:1px solid #2e4675}.nc_socialPanel.swp_d_fullColor .nc_pinterest,body .nc_socialPanel.swp_o_fullColor:hover .nc_pinterest,html body .nc_socialPanel.swp_i_fullColor .nc_pinterest:hover{background:#cd2029;border:1px solid #aa1b29}.nc_socialPanel.swp_d_fullColor .linkedIn,body .nc_socialPanel.swp_o_fullColor:hover .linkedIn,html body .nc_socialPanel.swp_i_fullColor .linkedIn:hover{background:#0d77b7;border:1px solid #0c6591}.nc_socialPanel.swp_d_fullColor .swp_tumblr,body .nc_socialPanel.swp_o_fullColor:hover .swp_tumblr,html body .nc_socialPanel.swp_i_fullColor .swp_tumblr:hover{background:#39475d;border:1px solid #27313f}.nc_socialPanel.swp_d_fullColor .swp_stumbleupon,body .nc_socialPanel.swp_o_fullColor:hover .swp_stumbleupon,html body .nc_socialPanel.swp_i_fullColor .swp_stumbleupon:hover{background:#ef5025;border:1px solid #d34427}.nc_socialPanel.swp_d_fullColor .swp_yummly,body .nc_socialPanel.swp_o_fullColor:hover .swp_yummly,html body .nc_socialPanel.swp_i_fullColor .swp_yummly:hover{background:#e26426;border:1px solid #b65027}.nc_socialPanel.swp_d_fullColor .swp_reddit,body .nc_socialPanel.swp_o_fullColor:hover .swp_reddit,html body .nc_socialPanel.swp_i_fullColor .swp_reddit:hover{background:#f04b23;border:1px solid #d33f27}.nc_socialPanel.swp_d_fullColor .swp_email,body .nc_socialPanel.swp_o_fullColor:hover .swp_email,html body .nc_socialPanel.swp_i_fullColor .swp_email:hover{background:#6bcce9;border:1px solid #61bace}.nc_socialPanel.swp_d_fullColor .swp_whatsapp,body .nc_socialPanel.swp_o_fullColor:hover .swp_whatsapp,html body .nc_socialPanel.swp_i_fullColor .swp_whatsapp:hover{background:#71c169;border:1px solid #28b04b}.nc_socialPanel.swp_d_fullColor .swp_pocket,body .nc_socialPanel.swp_o_fullColor:hover .swp_pocket,html body .nc_socialPanel.swp_i_fullColor .swp_pocket:hover{background:#ef4056;border:1px solid #ce3d55}.nc_socialPanel.swp_d_fullColor .swp_buffer,body .nc_socialPanel.swp_o_fullColor:hover .swp_buffer,html body .nc_socialPanel.swp_i_fullColor .swp_buffer:hover{background:#323b43;border:1px solid #000}.nc_socialPanel.swp_d_fullColor .swp_hacker_news,body .nc_socialPanel.swp_o_fullColor:hover .swp_hacker_news,html body .nc_socialPanel.swp_i_fullColor .swp_hacker_news:hover{background:#f16522;border:1px solid #d85623}.nc_socialPanel.swp_d_fullColor .swp_flipboard,body .nc_socialPanel.swp_o_fullColor:hover .swp_flipboard,html body .nc_socialPanel.swp_i_fullColor .swp_flipboard:hover{background:#e02828;border:1px solid #bf2626}.nc_socialPanel.swp_threeDee.swp_d_fullColor .googlePlus,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .googlePlus,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .googlePlus:hover{border-bottom:3px solid #c44133}.nc_socialPanel.swp_threeDee.swp_d_fullColor .twitter,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .twitter,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .twitter:hover{border-bottom:3px solid #5595bc}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_fb,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_fb,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_fb:hover{border-bottom:3px solid #2e4675}.nc_socialPanel.swp_threeDee.swp_d_fullColor .nc_pinterest,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .nc_pinterest,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .nc_pinterest:hover{border-bottom:3px solid #aa1b29}.nc_socialPanel.swp_threeDee.swp_d_fullColor .linkedIn,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .linkedIn,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .linkedIn:hover{border-bottom:3px solid #0c6591}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_tumblr,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_tumblr,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_tumblr:hover{border-bottom:3px solid #27313f}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_stumbleupon,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_stumbleupon,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_stumbleupon:hover{border-bottom:3px solid #d34427}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_yummly,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_yummly,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_yummly:hover{border-bottom:3px solid #b65027}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_reddit,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_reddit,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_reddit:hover{border-bottom:3px solid #d33f27}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_email,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_email,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_email:hover{border-bottom:3px solid #61bace}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_whatsapp,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_whatsapp,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_whatsapp:hover{border-bottom:3px solid #28b04b}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_pocket,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_pocket,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_pocket:hover{border-bottom:3px solid #ce3d55}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_buffer,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_buffer,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_buffer:hover{border-bottom:3px solid #000}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_hacker_news,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_hacker_news,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_hacker_news:hover{border-bottom:3px solid #d85623}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_flipboard,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_flipboard,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_flipboard:hover{border-bottom:3px solid #bf2626}.nc_socialPanel.swp_d_lightGray .nc_tweetContainer,body .nc_socialPanel.swp_o_lightGray:hover .nc_tweetContainer,html body .nc_socialPanel.swp_i_lightGray .nc_tweetContainer:hover{background-color:#ccc;border:1px solid #ccc}.nc_socialPanel.swp_threeDee.swp_d_lightGray .nc_tweetContainer:not(.totesalt),body .nc_socialPanel.swp_threeDee.swp_o_lightGray:hover .nc_tweetContainer:not(.totesalt),html body .nc_socialPanel.swp_threeDee.swp_i_lightGray .nc_tweetContainer:not(.totesalt):hover{border-bottom:3px solid #999}.nc_socialPanel.swp_d_mediumGray .nc_tweetContainer,body .nc_socialPanel.swp_o_mediumGray:hover .nc_tweetContainer,html body .nc_socialPanel.swp_i_mediumGray .nc_tweetContainer:hover{background-color:#999;border:1px solid #999}.nc_socialPanel.swp_threeDee.swp_d_mediumGray .nc_tweetContainer:not(.totesalt),body .nc_socialPanel.swp_threeDee.swp_o_mediumGray:hover .nc_tweetContainer:not(.totesalt),html body .nc_socialPanel.swp_threeDee.swp_i_mediumGray .nc_tweetContainer:not(.totesalt):hover{border-bottom:3px solid #444}.nc_socialPanel.swp_d_darkGray .nc_tweetContainer,body .nc_socialPanel.swp_o_darkGray:hover .nc_tweetContainer,html body .nc_socialPanel.swp_i_darkGray .nc_tweetContainer:hover{background-color:#444;border:1px solid #444}.nc_socialPanel.swp_threeDee.swp_d_darkGray .nc_tweetContainer:not(.totesalt),body .nc_socialPanel.swp_threeDee.swp_o_darkGray:hover .nc_tweetContainer:not(.totesalt),html body .nc_socialPanel.swp_threeDee.swp_i_darkGray .nc_tweetContainer:not(.totesalt):hover{border-bottom:3px solid #222}.nc_socialPanel.swp_d_lgOutlines a,body .nc_socialPanel.swp_o_lgOutlines:hover a,html body .nc_socialPanel.swp_i_lgOutlines a:hover{color:#ccc}.nc_socialPanel.swp_d_lgOutlines .nc_tweetContainer,body .nc_socialPanel.swp_o_lgOutlines:hover .nc_tweetContainer,html body .nc_socialPanel.swp_i_lgOutlines .nc_tweetContainer:hover{background:0 0;border:1px solid #ccc}.nc_socialPanel.swp_d_mdOutlines a,body .nc_socialPanel.swp_o_mdOutlines:hover a,html body .nc_socialPanel.swp_i_mdOutlines a:hover{color:#999}.nc_socialPanel.swp_d_mdOutlines .nc_tweetContainer,body .nc_socialPanel.swp_o_mdOutlines:hover .nc_tweetContainer,html body .nc_socialPanel.swp_i_mdOutlines .nc_tweetContainer:hover{background:0 0;border:1px solid #999}.nc_socialPanel.swp_d_dgOutlines a,body .nc_socialPanel.swp_o_dgOutlines:hover a,html body .nc_socialPanel.swp_i_dgOutlines a:hover{color:#444}.nc_socialPanel.swp_d_dgOutlines .nc_tweetContainer,body .nc_socialPanel.swp_o_dgOutlines:hover .nc_tweetContainer,html body .nc_socialPanel.swp_i_dgOutlines .nc_tweetContainer:hover{background:0 0;border:1px solid #444}.nc_socialPanel.swp_d_colorOutlines .googlePlus a,body .nc_socialPanel.swp_o_colorOutlines:hover .googlePlus a,html body .nc_socialPanel.swp_i_colorOutlines .googlePlus a:hover{color:#df4b37}.nc_socialPanel.swp_d_colorOutlines .swp_fb a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_fb a,html body .nc_socialPanel.swp_i_colorOutlines .swp_fb a:hover{color:#3a589e}.nc_socialPanel.swp_d_colorOutlines .nc_pinterest a,body .nc_socialPanel.swp_o_colorOutlines:hover .nc_pinterest a,html body .nc_socialPanel.swp_i_colorOutlines .nc_pinterest a:hover{color:#cd2029}.nc_socialPanel.swp_d_colorOutlines .linkedIn a,body .nc_socialPanel.swp_o_colorOutlines:hover .linkedIn a,html body .nc_socialPanel.swp_i_colorOutlines .linkedIn a:hover{color:#0d77b7}.nc_socialPanel.swp_d_colorOutlines .swp_tumblr a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_tumblr a,html body .nc_socialPanel.swp_i_colorOutlines .swp_tumblr a:hover{color:#39475d}.nc_socialPanel.swp_d_colorOutlines .swp_stumbleupon a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_stumbleupon a,html body .nc_socialPanel.swp_i_colorOutlines .swp_stumbleupon a:hover{color:#ef5025}.nc_socialPanel.swp_d_colorOutlines .swp_yummly a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_yummly a,html body .nc_socialPanel.swp_i_colorOutlines .swp_yummly a:hover{color:#e26426}.nc_socialPanel.swp_d_colorOutlines .swp_whatsapp a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_whatsapp a,html body .nc_socialPanel.swp_i_colorOutlines .swp_whatsapp a:hover{color:#71c169}.nc_socialPanel.swp_d_colorOutlines .swp_pocket a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_pocket a,html body .nc_socialPanel.swp_i_colorOutlines .swp_pocket a:hover{color:#ef4056}.nc_socialPanel.swp_d_colorOutlines .swp_reddit a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_reddit a,html body .nc_socialPanel.swp_i_colorOutlines .swp_reddit a:hover{color:#f04b23}.nc_socialPanel.swp_d_colorOutlines .swp_email a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_email a,html body .nc_socialPanel.swp_i_colorOutlines .swp_email a:hover{color:#6bcce9}.nc_socialPanel.swp_d_colorOutlines .swp_buffer a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_buffer a,html body .nc_socialPanel.swp_i_colorOutlines .swp_buffer a:hover{color:#323b43}.nc_socialPanel.swp_d_colorOutlines .swp_hacker_news a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_hacker_news a,html body .nc_socialPanel.swp_i_colorOutlines .swp_hacker_news a:hover{color:#f16522}.nc_socialPanel.swp_d_colorOutlines .swp_flipboard a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_flipboard a,html body .nc_socialPanel.swp_i_colorOutlines .swp_flipboard a:hover{color:#e02828}.nc_socialPanel.swp_d_colorOutlines .googlePlus,body .nc_socialPanel.swp_o_colorOutlines:hover .googlePlus,html body .nc_socialPanel.swp_i_colorOutlines .googlePlus:hover{background:0 0;border:1px solid #df4b37}.nc_socialPanel.swp_d_colorOutlines .twitter,body .nc_socialPanel.swp_o_colorOutlines:hover .twitter,html body .nc_socialPanel.swp_i_colorOutlines .twitter:hover{background:0 0;border:1px solid #429cd6}.nc_socialPanel.swp_d_colorOutlines .swp_fb,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_fb,html body .nc_socialPanel.swp_i_colorOutlines .swp_fb:hover{background:0 0;border:1px solid #3a589e}.nc_socialPanel.swp_d_colorOutlines .nc_pinterest,body .nc_socialPanel.swp_o_colorOutlines:hover .nc_pinterest,html body .nc_socialPanel.swp_i_colorOutlines .nc_pinterest:hover{background:0 0;border:1px solid #cd2029}.nc_socialPanel.swp_d_colorOutlines .linkedIn,body .nc_socialPanel.swp_o_colorOutlines:hover .linkedIn,html body .nc_socialPanel.swp_i_colorOutlines .linkedIn:hover{background:0 0;border:1px solid #0d77b7}.nc_socialPanel.swp_d_colorOutlines .swp_tumblr,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_tumblr,html body .nc_socialPanel.swp_i_colorOutlines .swp_tumblr:hover{background:0 0;border:1px solid #39475d}.nc_socialPanel.swp_d_colorOutlines .swp_stumbleupon,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_stumbleupon,html body .nc_socialPanel.swp_i_colorOutlines .swp_stumbleupon:hover{background:0 0;border:1px solid #ef5025}.nc_socialPanel.swp_d_colorOutlines .swp_yummly,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_yummly,html body .nc_socialPanel.swp_i_colorOutlines .swp_yummly:hover{background:0 0;border:1px solid #e26426}.nc_socialPanel.swp_d_colorOutlines .swp_whatsapp,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_whatsapp,html body .nc_socialPanel.swp_i_colorOutlines .swp_whatsapp:hover{background:0 0;border:1px solid #71c169}.nc_socialPanel.swp_d_colorOutlines .swp_reddit,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_reddit,html body .nc_socialPanel.swp_i_colorOutlines .swp_reddit:hover{background:0 0;border:1px solid #f04b23}.nc_socialPanel.swp_d_colorOutlines .swp_email,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_email,html body .nc_socialPanel.swp_i_colorOutlines .swp_email:hover{background:0 0;border:1px solid #6bcce9}.nc_socialPanel.swp_d_colorOutlines .swp_pocket,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_pocket,html body .nc_socialPanel.swp_i_colorOutlines .swp_pocket:hover{background:0 0;border:1px solid #ef4056}.nc_socialPanel.swp_d_colorOutlines .swp_buffer,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_buffer,html body .nc_socialPanel.swp_i_colorOutlines .swp_buffer:hover{background:0 0;border:1px solid #323b43}.nc_socialPanel.swp_d_colorOutlines .swp_hacker_news,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_hacker_news,html body .nc_socialPanel.swp_i_colorOutlines .swp_hacker_news:hover{background:0 0;border:1px solid #f16522}.nc_socialPanel.swp_d_colorOutlines .swp_flipboard,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_flipboard,html body .nc_socialPanel.swp_i_colorOutlines .swp_flipboard:hover{background:0 0;border:1px solid #bf2626}.nc_socialPanelSide{flex-direction:column;height:auto;overflow:visible;top:200px;-webkit-transition:all .2s linear;transition:all .2s linear;width:100px!important;z-index:9999999;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column}.nc_socialPanelSide.slide{position:fixed;left:-100px;-webkit-transition:all .2s linear;transition:all .2s linear}.nc_socialPanelSide.fade{display:none;position:fixed;left:5px;-webkit-transition:all .2s linear;transition:all .2s linear}.nc_socialPanelSide .nc_tweetContainer{background:#dd4b38;-webkit-border-radius:3px;border-radius:3px;clear:both;display:block;font-family:Lato,sans-serif;height:32px;margin:3px 0!important;overflow:hidden;padding:0;-webkit-transition:all .1s linear;transition:all .1s linear;vertical-align:top;width:90px}.nc_socialPanelSide .nc_tweetContainer .iconFiller{display:inline-block;height:40px;margin:0 6px;padding:0;-webkit-transition:all .1s linear;transition:all .1s linear;vertical-align:middle;width:21px}.nc_socialPanelSide .nc_tweetContainer .swp_count{display:inline-block;font-size:14px;height:32px;line-height:35px;margin:0;overflow:hidden;padding:0;text-align:right;-webkit-transition:all .1s linear;transition:all .1s linear;vertical-align:top;width:0}.nc_socialPanelSide .nc_tweetContainer a{cursor:pointer;display:block;font-weight:500;height:36px;margin:0;padding:0;text-decoration:none;-webkit-transition:all .1s linear;transition:all .1s linear;vertical-align:top}.nc_socialPanelSide .nc_tweetContainer .sw,.nc_socialPanelSide .nc_tweetContainer .swp_share{float:left;line-height:34px}.nc_socialPanelSide.swp_default .nc_tweetContainer .sw{line-height:32px}.nc_socialPanelSide.swp_default .nc_tweetContainer .swp_share{line-height:30px}.nc_socialPanelSide .nc_tweetContainer .swp_share{font-size:13px}.nc_socialPanelSide .nc_tweetContainer:hover,.nc_socialPanelSide .nc_tweetContainer:hover .iconFiller,.nc_socialPanelSide .nc_tweetContainer:hover .swp_count{-webkit-transition:all .1s linear;transition:all .1s linear}.nc_socialPanelSide.swp_boxed{-ms-transform:scale(.9);-webkit-transform:scale(.9);transform:scale(.9)}.nc_socialPanelSide.swp_boxed .nc_tweetContainer{margin-bottom:5px}.nc_socialPanelSide.swp_boxed .nc_tweetContainer,.nc_socialPanelSide.swp_boxed .nc_tweetContainer a{height:75px;position:relative;width:75px}.nc_socialPanelSide.swp_boxed .nc_tweetContainer i.sw{font-size:27px;height:40px;margin:0;padding-top:10px;text-align:center;width:100%}.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) span.swp_share{height:35px;opacity:0;position:absolute;bottom:0;left:0;text-align:center;width:75px}.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) span.swp_count{height:35px;margin:0;padding:0;position:absolute;bottom:0;left:0;text-align:center;-webkit-transition:padding .1s linear;transition:padding .1s linear;width:100%}.nc_socialPanelSide.swp_boxed .nc_tweetContainer span.swp_hide .iconFiller,.nc_socialPanelSide.swp_boxed .nc_tweetContainer span.swp_hide .spaceManWilly,.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) span.swp_count.swp_hide{height:75px;opacity:1}.nc_socialPanelSide.swp_boxed .nc_tweetContainer span.iconFiller{height:40px;width:75px}.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes):hover span.swp_count:not(.swp_hide){opacity:0}.nc_socialPanelSide.swp_boxed .totes{padding:0;width:75px!important}.nc_socialPanelSide .nc_tweetContainer:not(.totes){line-height:34px}.nc_socialPanelSide:not(.swp_boxed) .nc_tweetContainer:not(.totes) .iconFiller{margin-left:2px;width:30px}.nc_socialPanelSide .nc_tweetContainer:not(.totes) .swp_count{padding:0 8px;width:48px}.nc_socialPanelSide .nc_tweetContainer:not(.totes) .swp_count.swp_hide{padding:0;width:100%}.nc_socialPanelSide .nc_tweetContainer:not(.totes) .swp_hide .iconFiller{display:block;float:none;margin:0 auto}.nc_socialPanelSide:not(.swp_boxed) .nc_tweetContainer:not(.totes):hover{width:150px}.nc_socialPanelSide .nc_tweetContainer:not(.totes) .spaceManWilly,.nc_socialPanelSide .nc_tweetContainer:not(.totes):hover .iconFiller{width:90px}.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) .spaceManWilly,.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes):hover .iconFiller{width:100%}.nc_socialPanelSide .nc_tweetContainer.totes{background:rgba(0,0,0,0);border:0!important;font-weight:800;height:45px;margin:0;padding:0;text-align:center;width:90px}.nc_socialPanelSide .nc_tweetContainer.totes .swp_count{color:#444;display:block;font-family:Lato,sans-serif;height:28px;text-align:center;width:100%}.nc_socialPanelSide .nc_tweetContainer.totes .swp_label{color:#444;display:block;font-family:Lato,sans-serif;font-size:50%;position:relative;text-align:center;width:100%}.nc_wrapper{background:#fff;position:fixed;-webkit-transition:top .5s bottom .5s;transition:top .5s bottom .5s;width:100%;z-index:99999}.nc_wrapper.floatBottom{bottom:0;left:0}.nc_wrapper.floatTop{top:0;left:0}.nc_floater{margin:10px 0;position:relative;left:304px;width:740px}.nc_socialPanelSide.hideCounts a{text-align:center}.nc_socialPanelSide.hideCounts .iconFiller{float:none;text-align:left}.sw{display:inline-block;font-family:sw-icon-font!important;font-size:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-style:normal;font-weight:400;text-rendering:auto;-ms-transform:translate(0,0);-webkit-transform:translate(0,0);transform:translate(0,0)}.sw:before{display:block!important}.wp-editor-container .sw:before{font-size:18px;line-height:22px}.wp-editor-container .sw-social-warfare:before{color:#ee464f}.mce-container .sw-social-warfare{color:#ee464f;font-size:20px;margin-right:15px;vertical-align:middle}.sw-google-plus:before{content:"h"}.sw-pinterest:before{content:"b"}.sw-twitter:before{content:"s"}.sw-facebook:before{content:"j"}.sw-linkedin:before{content:"f"}.sw-tumblr:before{content:"r"}.sw-stumbleupon:before{content:"q"}.sw-reddit:before{content:"a"}.sw-email:before{content:"k"}.sw-yummly:before{content:"x"}.sw-whatsapp:before{content:"y"}.sw-pocket:before{content:"B"}.sw-buffer:before{content:"z"}.sw-hacker_news:before{content:"D"}.sw-flipboard:before{content:"C"}.sw-social-warfare:before{content:"p"}.sw-click-to-tweet:after,.sw-tweet-clear:after{content:".";height:0;clear:both;visibility:hidden;display:block}.swp_CTT{text-decoration:none!important}.sw-tweet-clear{zoom:1}.sw-click-to-tweet{display:block;margin:15px 0;padding:15px 30px;position:relative}.sw-click-to-tweet:after{line-height:0}.sw-click-to-tweet .sw-ctt-text{margin:0 0 10px;padding:0;position:relative;word-wrap:break-word}a .sw-click-to-tweet .sw-ctt-text{display:block;font-size:24px;font-weight:500;line-height:140%;margin:0;padding:0;position:relative;text-decoration:none;text-transform:none}.sw-click-to-tweet .sw-ctt-btn{display:block;float:right;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:700;line-height:100%;margin:10px 0 0;padding:3px 5px 3px 3px;position:relative;text-decoration:none;text-transform:uppercase}.sw-click-to-tweet i.sw-twitter{float:right;font-size:21px;margin-left:15px;margin-top:2px;text-transform:none}a.swp_CTT.style1 .sw-click-to-tweet{background-color:#fff;border:1px solid #ddd;-webkit-border-radius:4px;border-radius:4px}a.swp_CTT.style2 .sw-click-to-tweet{background-color:#fff;border:4px double #ddd;-webkit-border-radius:0;border-radius:0}a.style2 .sw-click-to-tweet .sw-ctt-text{color:#666;font-style:italic;text-decoration:none}a.swp_CTT.style3:hover .sw-click-to-tweet{border-left:10px solid #3c87b2;padding-right:20px;-webkit-transition:all .25s linear;transition:all .25s linear}a.swp_CTT.style3 .sw-click-to-tweet{background-color:#429cd6;border:none;border-left:10px solid #429cd6;-webkit-border-radius:0;border-radius:0;padding-right:20px;-webkit-transition:all .25s linear;transition:all .25s linear}a.style3 .sw-click-to-tweet .sw-ctt-text{color:#fff;font-style:italic;text-decoration:none}a.swp_CTT.style4:hover .sw-click-to-tweet{border-left:10px solid #3c87b2;-webkit-transition:all .25s linear;transition:all .25s linear}a.swp_CTT.style4 .sw-click-to-tweet{background-color:#333;border-left:10px solid #c33;-webkit-border-radius:0;border-radius:0;-webkit-transition:all .25s linear;transition:all .25s linear}a.swp_CTT.style5:hover .sw-click-to-tweet{background-color:#d34250;border-left:10px solid #30394f;-webkit-transition:all .25s linear;transition:all .25s linear}a.swp_CTT.style5 .sw-click-to-tweet{background-color:#30394f;border-left:10px solid #d34250;-webkit-border-radius:0;border-radius:0;-webkit-transition:all .25s linear;transition:all .25s linear}a.swp_CTT.style6:hover .sw-click-to-tweet{background-color:#ced3dc;border-left:10px solid #d34250;-webkit-transition:all .25s linear;transition:all .25s linear}a.swp_CTT.style6 .sw-click-to-tweet{background-color:#eee;border-left:10px solid #d34250;-webkit-border-radius:0;border-radius:0;-webkit-transition:all .25s linear;transition:all .25s linear}a.style6 .sw-click-to-tweet i.sw-twitter{color:#30394f}.swp_pop_thumb{-webkit-border-radius:3px;border-radius:3px;float:left;height:100px;margin:5px 25px 5px 0;width:100px}.swp_popular_post{clear:both}.swp_clearfix:after{clear:both;content:" ";display:block;height:0;visibility:hidden}.swp_popular_post a.swp_popularity{border:none;display:block;line-height:1.5;margin:20px 0}span.swp_pop_count{display:block;font-size:70%}.swp_widget_box{-webkit-border-radius:3px;border-radius:3px}div.sw-pinit{display:table!important;line-height:0;position:relative!important}.nc_socialPanel.mobile .iconFiller~.swp_count,.sw-content-locator,div.nc_socialPanel .nc_tweetContainer.swp_whatsapp:not(.mobile){display:none}div.sw-pinit a.sw-pinit-button,div.sw-pinit a.sw-pinit-button:visited{background:#cd2029;border:1px solid #aa1b29;border:0;border-bottom:none;-webkit-border-radius:4px;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;color:#fff;font-family:Lato,sans-serif;font-size:20px;font-size:15px;height:32px;line-height:32px;opacity:0;padding:0 30px;position:absolute;text-decoration:none;-webkit-transition:opacity .5s;transition:opacity .5s;z-index:200}.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) .swp_hide span.swp_share,.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes):hover span.swp_share:not(.swp_hide),div.sw-pinit:focus a.sw-pinit-button,div.sw-pinit:hover a.sw-pinit-button{opacity:1}div.sw-pinit a.sw-pinit-button::before{color:#fff;content:"b";float:left;font-family:sw-icon-font;font-size:20px;font-weight:400;line-height:36px;margin-left:-5px;margin-right:10px}div.sw-pinit a.sw-pinit-button:hover::before{content:"F"}div.sw-pinit a.sw-pinit-button::focus,div.sw-pinit a.sw-pinit-button::hover{background:#aa1b29;color:#fff;text-decoration:none}div.sw-pinit .sw-pinit-left{left:30px}div.sw-pinit .sw-pinit-center{margin-left:-60px;left:50%}div.sw-pinit .sw-pinit-right{right:30px}div.sw-pinit .sw-pinit-top{top:30px}div.sw-pinit .sw-pinit-middle{margin-top:-25px;top:50%}div.sw-pinit .sw-pinit-bottom{bottom:30px}.mobile .nc_tweetContainer:nth-last-child(2),.nc_socialPanel.notMobile .nc_tweetContainer:nth-last-child(1),.nc_tweetContainer.totes:nth-last-child(1){margin-right:0}.nc_socialPanel.swp_d_darkGray a,.nc_socialPanel.swp_d_fullColor a,.nc_socialPanel.swp_d_lightGray a,.nc_socialPanel.swp_d_mediumGray a,body .nc_socialPanel.swp_o_darkGray:hover a,body .nc_socialPanel.swp_o_fullColor:hover a,body .nc_socialPanel.swp_o_lightGray:hover a,body .nc_socialPanel.swp_o_mediumGray:hover a,html body .nc_socialPanel.swp_i_darkGray a:hover,html body .nc_socialPanel.swp_i_fullColor .nc_tweetContainer:hover a,html body .nc_socialPanel.swp_i_lightGray .nc_tweetContainer:hover a,html body .nc_socialPanel.swp_i_mediumGray a:hover{color:#fff}.nc_socialPanel.swp_d_colorOutlines .twitter a,.wp-editor-container .sw-twitter:before,a.style1 .sw-click-to-tweet i.sw-twitter,a.style2 .sw-click-to-tweet i.sw-twitter,body .nc_socialPanel.swp_o_colorOutlines:hover .twitter a,html body .nc_socialPanel.swp_i_colorOutlines .twitter a:hover{color:#429cd6}a.style1 .sw-click-to-tweet .sw-ctt-btn,a.style1 .sw-click-to-tweet .sw-ctt-text{color:#999;text-decoration:none}a.style1:hover .sw-click-to-tweet .sw-ctt-btn,a.style1:hover .sw-click-to-tweet .sw-ctt-text,a.style2 .sw-click-to-tweet .sw-ctt-btn,a.style2:hover .sw-click-to-tweet .sw-ctt-btn,a.style2:hover .sw-click-to-tweet .sw-ctt-text{color:#666;text-decoration:none}a.style3 .sw-click-to-tweet .sw-ctt-btn,a.style3 .sw-click-to-tweet i.sw-twitter,a.style3:hover .sw-click-to-tweet .sw-ctt-btn,a.style3:hover .sw-click-to-tweet .sw-ctt-text,a.style4 .sw-click-to-tweet .sw-ctt-btn,a.style4 .sw-click-to-tweet .sw-ctt-text,a.style4:hover .sw-click-to-tweet .sw-ctt-btn,a.style4:hover .sw-click-to-tweet .sw-ctt-text,a.style5 .sw-click-to-tweet .sw-ctt-btn,a.style5 .sw-click-to-tweet .sw-ctt-text,a.style5:hover .sw-click-to-tweet .sw-ctt-btn,a.style5:hover .sw-click-to-tweet .sw-ctt-text{color:#fff;text-decoration:none}a.style4 .sw-click-to-tweet i.sw-twitter,a.style5 .sw-click-to-tweet i.sw-twitter{color:#fff}a.style6 .sw-click-to-tweet .sw-ctt-btn,a.style6 .sw-click-to-tweet .sw-ctt-text{color:#30394f;text-decoration:none}a.style6:hover .sw-click-to-tweet .sw-ctt-btn,a.style6:hover .sw-click-to-tweet .sw-ctt-text,a.style6:hover .sw-click-to-tweet i.sw-twitter{color:#2a2d34;text-decoration:none}.scale-70{-ms-transform:scale(.7);-webkit-transform:scale(.7);transform:scale(.7)}.nc_socialPanel:not(.nc_floater).scale-70.scale-fullWidth{width:142.8571428571429%!important}.scale-80{-ms-transform:scale(.8);-webkit-transform:scale(.8);transform:scale(.8)}.nc_socialPanel:not(.nc_floater).scale-80.scale-fullWidth{width:125%!important}.scale-90{-ms-transform:scale(.9);-webkit-transform:scale(.9);transform:scale(.9)}.nc_socialPanel:not(.nc_floater).scale-90.scale-fullWidth{width:111.111111111111%!important}.scale-110{-ms-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1)}.nc_socialPanel:not(.nc_floater).scale-110.scale-fullWidth{width:90.90909090909091%!important}.scale-120{-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2)}.nc_socialPanel:not(.nc_floater).scale-120.scale-fullWidth{width:83.33333333333333%!important}.scale-130{-ms-transform:scale(1.3);-webkit-transform:scale(1.3);transform:scale(1.3)}.nc_socialPanel:not(.nc_floater).scale-130.scale-fullWidth{width:76.92307692307692%!important}.scale-140{-ms-transform:scale(1.4);-webkit-transform:scale(1.4);transform:scale(1.4)}.nc_socialPanel:not(.nc_floater).scale-140.scale-fullWidth{width:71.42857142857143%!important}.nc_floater.scale-center,.nc_floater.scale-right,.scale-fullWidth,.scale-left{-ms-transform-origin:left;-webkit-transform-origin:left;transform-origin:left}.scale-right{-ms-transform-origin:right;-webkit-transform-origin:right;transform-origin:right}.scale-center{-ms-transform-origin:center;-webkit-transform-origin:center;transform-origin:center}div.nc_socialPanel .nc_tweetContainer.swp_emphasize{-webkit-box-flex:2;-moz-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2}.sw-pinit.aligncenter{margin:0 auto}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){div.sw-pinit{display:inline-block!important;max-width:100%}}.swp_hidden_pin_image{height:0;opacity:0;position:absolute;top:0;width:0}
1
+ .nc_socialPanel{clear:both;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:34px;line-height:1;margin-bottom:20px!important;margin-top:20px!important;overflow:hidden;padding:0;-webkit-align-items:stretch;align-items:stretch;-webkit-box-align:stretch;-moz-box-align:stretch;-webkit-box-pack:justify;-moz-box-pack:justify;direction:ltr;-ms-flex-align:stretch;-ms-flex-line-pack:center;-ms-flex-pack:justify;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between}.nc_socialPanel:not(.nc_floater):not(.nc_socialPanelSide){width:100%!important}.nc_wrapper .nc_socialPanel{margin-bottom:10px!important;margin-top:10px!important}div.nc_socialPanel .nc_tweetContainer{-webkit-border-radius:2px;border-radius:2px;cursor:pointer;float:left;font-family:Lato;height:32px;margin:0 5px 3px;min-width:34px;overflow:hidden;text-align:center;-webkit-transition:all .1s linear;transition:all .1s linear;border-size:1px}div.nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.nc_socialPanel .nc_tweetContainer a.nc_tweet,.nc_socialPanel .totes .swp_count{display:block;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-family:Lato,sans-serif;font-size:18px!important;font-weight:700;height:30px;text-decoration:none;text-decoration:none!important;text-transform:none;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.nc_socialPanel:not(.nc_floater):not(.nc_socialPanelSide).swp_shift{padding:0 10px}.nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer:nth-child(1){margin-left:0}.nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer:nth-last-child(1){margin-right:0}.nc_socialPanel a .swp_count:not(.swp_hide){display:inline-block;line-height:32px;margin:0;padding:0 5px;-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.nc_socialPanel .totes .swp_count,span.swp_share{line-height:30px}.nc_socialPanel a .swp_count.swp_hide{margin:0 auto}.nc_socialPanel span:before{content:initial!important}.nc_socialPanel span.swp_count{font-size:14px}.nc_socialPanel span.iconFiller{font-size:18px;margin:0 auto}.nc_socialPanel.notMobile .nc_tweetContainer:nth-child(1){margin-left:0}.nc_socialPanel:not(.nc_socialPanelSide){-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.nc_socialPanel:not(.nc_socialPanelSide) div.totes.totesalt:nth-child(1){margin-left:0;margin-right:15px;padding-left:0}.nc_socialPanel:not(.nc_socialPanelSide) div.totes.totesalt:nth-last-child(1){margin-right:0;padding-right:0}a.swp_CTT{cursor:pointer}span.swp_share{display:block;float:right;float:left;font-size:14px;font-weight:400;height:30px;margin:0 0 0 6px;max-width:none!important;vertical-align:middle}.nc_socialPanelSide span.swp_share{margin:0}.nc_socialPanel .sw{float:left;height:30px;line-height:32px;margin:0 5px;text-shadow:none!important;width:20px}.iconFiller{display:block;float:left;height:30px;overflow:hidden;-webkit-transition:width .1s linear;transition:width .1s linear}.nc_socialPanel .iconFiller{width:30px}span.spaceManWilly{display:block;width:120px}.nc_socialPanel .totes{background:#c4c4c4;border:1px solid #e08a0f;-webkit-border-radius:2px;border-radius:2px;color:#fff;cursor:default;display:block;font-size:19px;padding:0 10px;-webkit-box-flex:0!important;-moz-box-flex:0!important;-webkit-flex:none!important;-ms-flex:none!important;flex:none!important}.nc_socialPanel div.totes.totesalt,.nc_socialPanel:hover div.totes.totesalt:not(:nth-child(1)){background:0 0!important;border:none;color:#474b4d;margin-left:0!important}div.nc_socialPanel:hover div.totes.totesalt:not(:nth-child(1)){background:0 0;color:#474b4d;margin-left:10px}.nc_socialPanel .totes.totesalt .swp_label{color:#474b4d;font-size:10px;letter-spacing:0;min-width:40px;vertical-align:middle}.nc_socialPanel .totes .swp_label{font-size:10px;vertical-align:middle}.nc_socialPanel .totes.totesalt .swp_count{color:#474b4d;font-size:24px}.nc_socialPanel.swp_customFull:hover div.totes,.nc_socialPanel.swp_fade .totes,.nc_socialPanel.swp_fullColor .totes,.nc_socialPanel:hover .totes{background:#e08a0f}.nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer.totes.totesalt:before{content:"o";display:inline-block;font-family:sw-icon-font;margin-top:7px;vertical-align:top}.nc_socialPanel:not(.nc_socialPanelSide) .totes.totesalt .swp_count{display:inline-block;line-height:0;margin-left:8px;margin-top:12px;min-width:45px;position:relative;vertical-align:middle}span.swp_label{display:block;font-size:9px!important;margin-top:13px;position:absolute;text-align:center!important;text-transform:uppercase}.nc_socialPanelSide span.swp_label{margin-top:0}.nc_socialPanel.swp_leaf .nc_tweetContainer{-webkit-border-radius:15px 0!important;border-radius:15px 0!important;border-width:1px}.nc_socialPanel.swp_pill .nc_tweetContainer{-webkit-border-radius:50px;border-radius:50px;border-width:1px}.nc_socialPanel.swp_shift .nc_tweetContainer:not(.totes){border-width:1px;-moz-transform:skew(-25deg);-o-transform:skew(-25deg);-webkit-transform:skew(-25deg)}.nc_socialPanel.swp_shift .nc_tweetContainer a{-moz-transform:skew(25deg);-o-transform:skew(25deg);-webkit-transform:skew(25deg)}.swp_connected .nc_tweetContainer,.swp_connected .nc_tweetContainer:hover,.swp_connected:hover .nc_tweetContainer{-webkit-border-radius:0!important;border-radius:0!important;border-width:1px;margin:0!important}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .googlePlus,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .googlePlus:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .googlePlus:hover{border:1px solid #df4b37}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .twitter,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .twitter:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .twitter:hover{border:1px solid #429cd6}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_fb,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_fb:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_fb:hover{border:1px solid #3a589e}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .nc_pinterest,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .nc_pinterest:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .nc_pinterest:hover{border:1px solid #cd2029}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .linkedIn,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .linkedIn:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .linkedIn:hover{border:1px solid #0d77b7}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_tumblr,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_tumblr:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_tumblr:hover{border:1px solid #39475d}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_stumbleupon,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_stumbleupon:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_stumbleupon:hover{border:1px solid #ef5025}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_yummly,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_yummly:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_yummly:hover{border:1px solid #e26426}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_reddit,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_reddit:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_reddit:hover{border:1px solid #f04b23}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_email,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_email:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_email:hover{border:1px solid #6bcce9}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_whatsapp,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_whatsapp:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_whatsapp:hover{border:1px solid #71c169}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_pocket,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_pocket:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_pocket:hover{border:1px solid #ef4056}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_buffer,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_buffer:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_buffer:hover{border:1px solid #323b43}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_hacker_news,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_hacker_news:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_hacker_news:hover{border:1px solid #d85623}.nc_socialPanel.swp_flatFresh.swp_d_fullColor .swp_flipboard,body .nc_socialPanel.swp_flatFresh.swp_o_fullColor:hover .swp_flipboard:not(:hover),html body .nc_socialPanel.swp_flatFresh.swp_i_fullColor .swp_flipboard:hover{border:1px solid #bf2626}.nc_socialPanel.swp_d_fullColor .googlePlus,body .nc_socialPanel.swp_o_fullColor:hover .googlePlus,html body .nc_socialPanel.swp_i_fullColor .googlePlus:hover{background:#df4b37;border:1px solid #c44133}.nc_socialPanel.swp_d_fullColor .twitter,body .nc_socialPanel.swp_o_fullColor:hover .twitter,html body .nc_socialPanel.swp_i_fullColor .twitter:hover{background:#429cd6;border:1px solid #3c87b2}.nc_socialPanel.swp_d_fullColor .swp_fb,body .nc_socialPanel.swp_o_fullColor:hover .swp_fb,html body .nc_socialPanel.swp_i_fullColor .swp_fb:hover{background:#3a589e;border:1px solid #2e4675}.nc_socialPanel.swp_d_fullColor .nc_pinterest,body .nc_socialPanel.swp_o_fullColor:hover .nc_pinterest,html body .nc_socialPanel.swp_i_fullColor .nc_pinterest:hover{background:#cd2029;border:1px solid #aa1b29}.nc_socialPanel.swp_d_fullColor .linkedIn,body .nc_socialPanel.swp_o_fullColor:hover .linkedIn,html body .nc_socialPanel.swp_i_fullColor .linkedIn:hover{background:#0d77b7;border:1px solid #0c6591}.nc_socialPanel.swp_d_fullColor .swp_tumblr,body .nc_socialPanel.swp_o_fullColor:hover .swp_tumblr,html body .nc_socialPanel.swp_i_fullColor .swp_tumblr:hover{background:#39475d;border:1px solid #27313f}.nc_socialPanel.swp_d_fullColor .swp_stumbleupon,body .nc_socialPanel.swp_o_fullColor:hover .swp_stumbleupon,html body .nc_socialPanel.swp_i_fullColor .swp_stumbleupon:hover{background:#ef5025;border:1px solid #d34427}.nc_socialPanel.swp_d_fullColor .swp_yummly,body .nc_socialPanel.swp_o_fullColor:hover .swp_yummly,html body .nc_socialPanel.swp_i_fullColor .swp_yummly:hover{background:#e26426;border:1px solid #b65027}.nc_socialPanel.swp_d_fullColor .swp_reddit,body .nc_socialPanel.swp_o_fullColor:hover .swp_reddit,html body .nc_socialPanel.swp_i_fullColor .swp_reddit:hover{background:#f04b23;border:1px solid #d33f27}.nc_socialPanel.swp_d_fullColor .swp_email,body .nc_socialPanel.swp_o_fullColor:hover .swp_email,html body .nc_socialPanel.swp_i_fullColor .swp_email:hover{background:#6bcce9;border:1px solid #61bace}.nc_socialPanel.swp_d_fullColor .swp_whatsapp,body .nc_socialPanel.swp_o_fullColor:hover .swp_whatsapp,html body .nc_socialPanel.swp_i_fullColor .swp_whatsapp:hover{background:#71c169;border:1px solid #28b04b}.nc_socialPanel.swp_d_fullColor .swp_pocket,body .nc_socialPanel.swp_o_fullColor:hover .swp_pocket,html body .nc_socialPanel.swp_i_fullColor .swp_pocket:hover{background:#ef4056;border:1px solid #ce3d55}.nc_socialPanel.swp_d_fullColor .swp_buffer,body .nc_socialPanel.swp_o_fullColor:hover .swp_buffer,html body .nc_socialPanel.swp_i_fullColor .swp_buffer:hover{background:#323b43;border:1px solid #000}.nc_socialPanel.swp_d_fullColor .swp_hacker_news,body .nc_socialPanel.swp_o_fullColor:hover .swp_hacker_news,html body .nc_socialPanel.swp_i_fullColor .swp_hacker_news:hover{background:#f16522;border:1px solid #d85623}.nc_socialPanel.swp_d_fullColor .swp_flipboard,body .nc_socialPanel.swp_o_fullColor:hover .swp_flipboard,html body .nc_socialPanel.swp_i_fullColor .swp_flipboard:hover{background:#e02828;border:1px solid #bf2626}.nc_socialPanel.swp_threeDee.swp_d_fullColor .googlePlus,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .googlePlus,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .googlePlus:hover{border-bottom:3px solid #c44133}.nc_socialPanel.swp_threeDee.swp_d_fullColor .twitter,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .twitter,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .twitter:hover{border-bottom:3px solid #5595bc}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_fb,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_fb,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_fb:hover{border-bottom:3px solid #2e4675}.nc_socialPanel.swp_threeDee.swp_d_fullColor .nc_pinterest,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .nc_pinterest,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .nc_pinterest:hover{border-bottom:3px solid #aa1b29}.nc_socialPanel.swp_threeDee.swp_d_fullColor .linkedIn,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .linkedIn,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .linkedIn:hover{border-bottom:3px solid #0c6591}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_tumblr,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_tumblr,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_tumblr:hover{border-bottom:3px solid #27313f}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_stumbleupon,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_stumbleupon,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_stumbleupon:hover{border-bottom:3px solid #d34427}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_yummly,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_yummly,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_yummly:hover{border-bottom:3px solid #b65027}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_reddit,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_reddit,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_reddit:hover{border-bottom:3px solid #d33f27}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_email,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_email,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_email:hover{border-bottom:3px solid #61bace}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_whatsapp,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_whatsapp,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_whatsapp:hover{border-bottom:3px solid #28b04b}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_pocket,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_pocket,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_pocket:hover{border-bottom:3px solid #ce3d55}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_buffer,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_buffer,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_buffer:hover{border-bottom:3px solid #000}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_hacker_news,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_hacker_news,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_hacker_news:hover{border-bottom:3px solid #d85623}.nc_socialPanel.swp_threeDee.swp_d_fullColor .swp_flipboard,body .nc_socialPanel.swp_threeDee.swp_o_fullColor:hover .swp_flipboard,html body .nc_socialPanel.swp_threeDee.swp_i_fullColor .swp_flipboard:hover{border-bottom:3px solid #bf2626}.nc_socialPanel.swp_d_lightGray .nc_tweetContainer,body .nc_socialPanel.swp_o_lightGray:hover .nc_tweetContainer,html body .nc_socialPanel.swp_i_lightGray .nc_tweetContainer:hover{background-color:#ccc;border:1px solid #ccc}.nc_socialPanel.swp_threeDee.swp_d_lightGray .nc_tweetContainer:not(.totesalt),body .nc_socialPanel.swp_threeDee.swp_o_lightGray:hover .nc_tweetContainer:not(.totesalt),html body .nc_socialPanel.swp_threeDee.swp_i_lightGray .nc_tweetContainer:not(.totesalt):hover{border-bottom:3px solid #999}.nc_socialPanel.swp_d_mediumGray .nc_tweetContainer,body .nc_socialPanel.swp_o_mediumGray:hover .nc_tweetContainer,html body .nc_socialPanel.swp_i_mediumGray .nc_tweetContainer:hover{background-color:#999;border:1px solid #999}.nc_socialPanel.swp_threeDee.swp_d_mediumGray .nc_tweetContainer:not(.totesalt),body .nc_socialPanel.swp_threeDee.swp_o_mediumGray:hover .nc_tweetContainer:not(.totesalt),html body .nc_socialPanel.swp_threeDee.swp_i_mediumGray .nc_tweetContainer:not(.totesalt):hover{border-bottom:3px solid #444}.nc_socialPanel.swp_d_darkGray .nc_tweetContainer,body .nc_socialPanel.swp_o_darkGray:hover .nc_tweetContainer,html body .nc_socialPanel.swp_i_darkGray .nc_tweetContainer:hover{background-color:#444;border:1px solid #444}.nc_socialPanel.swp_threeDee.swp_d_darkGray .nc_tweetContainer:not(.totesalt),body .nc_socialPanel.swp_threeDee.swp_o_darkGray:hover .nc_tweetContainer:not(.totesalt),html body .nc_socialPanel.swp_threeDee.swp_i_darkGray .nc_tweetContainer:not(.totesalt):hover{border-bottom:3px solid #222}.nc_socialPanel.swp_d_lgOutlines a,body .nc_socialPanel.swp_o_lgOutlines:hover a,html body .nc_socialPanel.swp_i_lgOutlines a:hover{color:#ccc}.nc_socialPanel.swp_d_lgOutlines .nc_tweetContainer,body .nc_socialPanel.swp_o_lgOutlines:hover .nc_tweetContainer,html body .nc_socialPanel.swp_i_lgOutlines .nc_tweetContainer:hover{background:0 0;border:1px solid #ccc}.nc_socialPanel.swp_d_mdOutlines a,body .nc_socialPanel.swp_o_mdOutlines:hover a,html body .nc_socialPanel.swp_i_mdOutlines a:hover{color:#999}.nc_socialPanel.swp_d_mdOutlines .nc_tweetContainer,body .nc_socialPanel.swp_o_mdOutlines:hover .nc_tweetContainer,html body .nc_socialPanel.swp_i_mdOutlines .nc_tweetContainer:hover{background:0 0;border:1px solid #999}.nc_socialPanel.swp_d_dgOutlines a,body .nc_socialPanel.swp_o_dgOutlines:hover a,html body .nc_socialPanel.swp_i_dgOutlines a:hover{color:#444}.nc_socialPanel.swp_d_dgOutlines .nc_tweetContainer,body .nc_socialPanel.swp_o_dgOutlines:hover .nc_tweetContainer,html body .nc_socialPanel.swp_i_dgOutlines .nc_tweetContainer:hover{background:0 0;border:1px solid #444}.nc_socialPanel.swp_d_colorOutlines .googlePlus a,body .nc_socialPanel.swp_o_colorOutlines:hover .googlePlus a,html body .nc_socialPanel.swp_i_colorOutlines .googlePlus a:hover{color:#df4b37}.nc_socialPanel.swp_d_colorOutlines .swp_fb a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_fb a,html body .nc_socialPanel.swp_i_colorOutlines .swp_fb a:hover{color:#3a589e}.nc_socialPanel.swp_d_colorOutlines .nc_pinterest a,body .nc_socialPanel.swp_o_colorOutlines:hover .nc_pinterest a,html body .nc_socialPanel.swp_i_colorOutlines .nc_pinterest a:hover{color:#cd2029}.nc_socialPanel.swp_d_colorOutlines .linkedIn a,body .nc_socialPanel.swp_o_colorOutlines:hover .linkedIn a,html body .nc_socialPanel.swp_i_colorOutlines .linkedIn a:hover{color:#0d77b7}.nc_socialPanel.swp_d_colorOutlines .swp_tumblr a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_tumblr a,html body .nc_socialPanel.swp_i_colorOutlines .swp_tumblr a:hover{color:#39475d}.nc_socialPanel.swp_d_colorOutlines .swp_stumbleupon a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_stumbleupon a,html body .nc_socialPanel.swp_i_colorOutlines .swp_stumbleupon a:hover{color:#ef5025}.nc_socialPanel.swp_d_colorOutlines .swp_yummly a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_yummly a,html body .nc_socialPanel.swp_i_colorOutlines .swp_yummly a:hover{color:#e26426}.nc_socialPanel.swp_d_colorOutlines .swp_whatsapp a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_whatsapp a,html body .nc_socialPanel.swp_i_colorOutlines .swp_whatsapp a:hover{color:#71c169}.nc_socialPanel.swp_d_colorOutlines .swp_pocket a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_pocket a,html body .nc_socialPanel.swp_i_colorOutlines .swp_pocket a:hover{color:#ef4056}.nc_socialPanel.swp_d_colorOutlines .swp_reddit a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_reddit a,html body .nc_socialPanel.swp_i_colorOutlines .swp_reddit a:hover{color:#f04b23}.nc_socialPanel.swp_d_colorOutlines .swp_email a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_email a,html body .nc_socialPanel.swp_i_colorOutlines .swp_email a:hover{color:#6bcce9}.nc_socialPanel.swp_d_colorOutlines .swp_buffer a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_buffer a,html body .nc_socialPanel.swp_i_colorOutlines .swp_buffer a:hover{color:#323b43}.nc_socialPanel.swp_d_colorOutlines .swp_hacker_news a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_hacker_news a,html body .nc_socialPanel.swp_i_colorOutlines .swp_hacker_news a:hover{color:#f16522}.nc_socialPanel.swp_d_colorOutlines .swp_flipboard a,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_flipboard a,html body .nc_socialPanel.swp_i_colorOutlines .swp_flipboard a:hover{color:#e02828}.nc_socialPanel.swp_d_colorOutlines .googlePlus,body .nc_socialPanel.swp_o_colorOutlines:hover .googlePlus,html body .nc_socialPanel.swp_i_colorOutlines .googlePlus:hover{background:0 0;border:1px solid #df4b37}.nc_socialPanel.swp_d_colorOutlines .twitter,body .nc_socialPanel.swp_o_colorOutlines:hover .twitter,html body .nc_socialPanel.swp_i_colorOutlines .twitter:hover{background:0 0;border:1px solid #429cd6}.nc_socialPanel.swp_d_colorOutlines .swp_fb,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_fb,html body .nc_socialPanel.swp_i_colorOutlines .swp_fb:hover{background:0 0;border:1px solid #3a589e}.nc_socialPanel.swp_d_colorOutlines .nc_pinterest,body .nc_socialPanel.swp_o_colorOutlines:hover .nc_pinterest,html body .nc_socialPanel.swp_i_colorOutlines .nc_pinterest:hover{background:0 0;border:1px solid #cd2029}.nc_socialPanel.swp_d_colorOutlines .linkedIn,body .nc_socialPanel.swp_o_colorOutlines:hover .linkedIn,html body .nc_socialPanel.swp_i_colorOutlines .linkedIn:hover{background:0 0;border:1px solid #0d77b7}.nc_socialPanel.swp_d_colorOutlines .swp_tumblr,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_tumblr,html body .nc_socialPanel.swp_i_colorOutlines .swp_tumblr:hover{background:0 0;border:1px solid #39475d}.nc_socialPanel.swp_d_colorOutlines .swp_stumbleupon,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_stumbleupon,html body .nc_socialPanel.swp_i_colorOutlines .swp_stumbleupon:hover{background:0 0;border:1px solid #ef5025}.nc_socialPanel.swp_d_colorOutlines .swp_yummly,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_yummly,html body .nc_socialPanel.swp_i_colorOutlines .swp_yummly:hover{background:0 0;border:1px solid #e26426}.nc_socialPanel.swp_d_colorOutlines .swp_whatsapp,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_whatsapp,html body .nc_socialPanel.swp_i_colorOutlines .swp_whatsapp:hover{background:0 0;border:1px solid #71c169}.nc_socialPanel.swp_d_colorOutlines .swp_reddit,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_reddit,html body .nc_socialPanel.swp_i_colorOutlines .swp_reddit:hover{background:0 0;border:1px solid #f04b23}.nc_socialPanel.swp_d_colorOutlines .swp_email,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_email,html body .nc_socialPanel.swp_i_colorOutlines .swp_email:hover{background:0 0;border:1px solid #6bcce9}.nc_socialPanel.swp_d_colorOutlines .swp_pocket,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_pocket,html body .nc_socialPanel.swp_i_colorOutlines .swp_pocket:hover{background:0 0;border:1px solid #ef4056}.nc_socialPanel.swp_d_colorOutlines .swp_buffer,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_buffer,html body .nc_socialPanel.swp_i_colorOutlines .swp_buffer:hover{background:0 0;border:1px solid #323b43}.nc_socialPanel.swp_d_colorOutlines .swp_hacker_news,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_hacker_news,html body .nc_socialPanel.swp_i_colorOutlines .swp_hacker_news:hover{background:0 0;border:1px solid #f16522}.nc_socialPanel.swp_d_colorOutlines .swp_flipboard,body .nc_socialPanel.swp_o_colorOutlines:hover .swp_flipboard,html body .nc_socialPanel.swp_i_colorOutlines .swp_flipboard:hover{background:0 0;border:1px solid #bf2626}.nc_socialPanelSide{flex-direction:column;height:auto;overflow:visible;top:200px;-webkit-transition:all .2s linear;transition:all .2s linear;width:100px!important;z-index:9999999;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column}.nc_socialPanelSide.slide{position:fixed;left:-100px;-webkit-transition:all .2s linear;transition:all .2s linear}.nc_socialPanelSide.fade{display:none;position:fixed;left:5px;-webkit-transition:all .2s linear;transition:all .2s linear}.nc_socialPanelSide .nc_tweetContainer{background:#dd4b38;-webkit-border-radius:3px;border-radius:3px;clear:both;display:block;font-family:Lato,sans-serif;height:32px;margin:3px 0!important;overflow:hidden;padding:0;-webkit-transition:all .1s linear;transition:all .1s linear;vertical-align:top;width:90px}.nc_socialPanelSide .nc_tweetContainer .iconFiller{display:inline-block;height:40px;margin:0 6px;padding:0;-webkit-transition:all .1s linear;transition:all .1s linear;vertical-align:middle;width:21px}.nc_socialPanelSide .nc_tweetContainer .swp_count{display:inline-block;font-size:14px;height:32px;line-height:35px;margin:0;overflow:hidden;padding:0;text-align:right;-webkit-transition:all .1s linear;transition:all .1s linear;vertical-align:top;width:0}.nc_socialPanelSide .nc_tweetContainer a{cursor:pointer;display:block;font-weight:500;height:36px;margin:0;padding:0;text-decoration:none;-webkit-transition:all .1s linear;transition:all .1s linear;vertical-align:top}.nc_socialPanelSide .nc_tweetContainer .sw,.nc_socialPanelSide .nc_tweetContainer .swp_share{float:left;line-height:34px}.nc_socialPanelSide.swp_default .nc_tweetContainer .sw{line-height:32px}.nc_socialPanelSide.swp_default .nc_tweetContainer .swp_share{line-height:30px}.nc_socialPanelSide .nc_tweetContainer .swp_share{font-size:13px}.nc_socialPanelSide .nc_tweetContainer:hover,.nc_socialPanelSide .nc_tweetContainer:hover .iconFiller,.nc_socialPanelSide .nc_tweetContainer:hover .swp_count{-webkit-transition:all .1s linear;transition:all .1s linear}.nc_socialPanelSide.swp_boxed{-ms-transform:scale(.9);-webkit-transform:scale(.9);transform:scale(.9)}.nc_socialPanelSide.swp_boxed .nc_tweetContainer{margin-bottom:5px}.nc_socialPanelSide.swp_boxed .nc_tweetContainer,.nc_socialPanelSide.swp_boxed .nc_tweetContainer a{height:75px;position:relative;width:75px}.nc_socialPanelSide.swp_boxed .nc_tweetContainer i.sw{font-size:27px;height:40px;margin:0;padding-top:10px;text-align:center;width:100%}.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) span.swp_share{height:35px;opacity:0;position:absolute;bottom:0;left:0;text-align:center;width:75px}.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) span.swp_count{height:35px;margin:0;padding:0;position:absolute;bottom:0;left:0;text-align:center;-webkit-transition:padding .1s linear;transition:padding .1s linear;width:100%}.nc_socialPanelSide.swp_boxed .nc_tweetContainer span.swp_hide .iconFiller,.nc_socialPanelSide.swp_boxed .nc_tweetContainer span.swp_hide .spaceManWilly,.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) span.swp_count.swp_hide{height:75px;opacity:1}.nc_socialPanelSide.swp_boxed .nc_tweetContainer span.iconFiller{height:40px;width:75px}.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes):hover span.swp_count:not(.swp_hide){opacity:0}.nc_socialPanelSide.swp_boxed .totes{padding:0;width:75px!important}.nc_socialPanelSide .nc_tweetContainer:not(.totes){line-height:34px}.nc_socialPanelSide:not(.swp_boxed) .nc_tweetContainer:not(.totes) .iconFiller{margin-left:2px;width:30px}.nc_socialPanelSide .nc_tweetContainer:not(.totes) .swp_count{padding:0 8px;width:48px}.nc_socialPanelSide .nc_tweetContainer:not(.totes) .swp_count.swp_hide{padding:0;width:100%}.nc_socialPanelSide .nc_tweetContainer:not(.totes) .swp_hide .iconFiller{display:block;float:none;margin:0 auto}.nc_socialPanelSide:not(.swp_boxed) .nc_tweetContainer:not(.totes):hover{width:150px}.nc_socialPanelSide .nc_tweetContainer:not(.totes) .spaceManWilly,.nc_socialPanelSide .nc_tweetContainer:not(.totes):hover .iconFiller{width:90px}.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) .spaceManWilly,.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes):hover .iconFiller{width:100%}.nc_socialPanelSide .nc_tweetContainer.totes{background:rgba(0,0,0,0);border:0!important;font-weight:800;height:45px;margin:0;padding:0;text-align:center;width:90px}.nc_socialPanelSide .nc_tweetContainer.totes .swp_count{color:#444;display:block;font-family:Lato,sans-serif;height:28px;text-align:center;width:100%}.nc_socialPanelSide .nc_tweetContainer.totes .swp_label{color:#444;display:block;font-family:Lato,sans-serif;font-size:50%;position:relative;text-align:center;width:100%}.nc_wrapper{background:#fff;position:fixed;-webkit-transition:top .5s bottom .5s;transition:top .5s bottom .5s;width:100%;z-index:99999}.nc_wrapper.floatBottom{bottom:0;left:0}.nc_wrapper.floatTop{top:0;left:0}.nc_floater{margin:10px 0;position:relative;left:304px;width:740px}.nc_socialPanelSide.hideCounts a{text-align:center}.nc_socialPanelSide.hideCounts .iconFiller{float:none;text-align:left}.sw{display:inline-block;font-family:sw-icon-font!important;font-size:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-style:normal;font-weight:400;text-rendering:auto;text-transform:none!important;-ms-transform:translate(0,0);-webkit-transform:translate(0,0);transform:translate(0,0)}.sw:before{display:block!important}.wp-editor-container .sw:before{font-size:18px;line-height:22px}.wp-editor-container .sw-social-warfare:before{color:#ee464f}.mce-container .sw-social-warfare{color:#ee464f;font-size:20px;margin-right:15px;vertical-align:middle}.sw-google-plus:before{content:"h"}.sw-pinterest:before{content:"b"}.sw-twitter:before{content:"s"}.sw-facebook:before{content:"j"}.sw-linkedin:before{content:"f"}.sw-tumblr:before{content:"r"}.sw-stumbleupon:before{content:"q"}.sw-reddit:before{content:"a"}.sw-email:before{content:"k"}.sw-yummly:before{content:"x"}.sw-whatsapp:before{content:"y"}.sw-pocket:before{content:"B"}.sw-buffer:before{content:"z"}.sw-hacker_news:before{content:"D"}.sw-flipboard:before{content:"C"}.sw-social-warfare:before{content:"p"}.sw-click-to-tweet:after,.sw-tweet-clear:after{content:".";height:0;clear:both;visibility:hidden;display:block}.swp_CTT{text-decoration:none!important}.sw-tweet-clear{zoom:1}.sw-click-to-tweet{display:block;margin:15px 0;padding:15px 30px;position:relative}.sw-click-to-tweet:after{line-height:0}.sw-click-to-tweet .sw-ctt-text{margin:0 0 10px;padding:0;position:relative;word-wrap:break-word}a .sw-click-to-tweet .sw-ctt-text{display:block;font-size:24px;font-weight:500;line-height:140%;margin:0;padding:0;position:relative;text-decoration:none;text-transform:none}.sw-click-to-tweet .sw-ctt-btn{display:block;float:right;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:700;line-height:100%;margin:10px 0 0;padding:3px 5px 3px 3px;position:relative;text-decoration:none;text-transform:uppercase}.sw-click-to-tweet i.sw-twitter{float:right;font-size:21px;margin-left:15px;margin-top:2px;text-transform:none}a.swp_CTT.style1 .sw-click-to-tweet{background-color:#fff;border:1px solid #ddd;-webkit-border-radius:4px;border-radius:4px}a.swp_CTT.style2 .sw-click-to-tweet{background-color:#fff;border:4px double #ddd;-webkit-border-radius:0;border-radius:0}a.style2 .sw-click-to-tweet .sw-ctt-text{color:#666;font-style:italic;text-decoration:none}a.swp_CTT.style3:hover .sw-click-to-tweet{border-left:10px solid #3c87b2;padding-right:20px;-webkit-transition:all .25s linear;transition:all .25s linear}a.swp_CTT.style3 .sw-click-to-tweet{background-color:#429cd6;border:none;border-left:10px solid #429cd6;-webkit-border-radius:0;border-radius:0;padding-right:20px;-webkit-transition:all .25s linear;transition:all .25s linear}a.style3 .sw-click-to-tweet .sw-ctt-text{color:#fff;font-style:italic;text-decoration:none}a.swp_CTT.style4:hover .sw-click-to-tweet{border-left:10px solid #3c87b2;-webkit-transition:all .25s linear;transition:all .25s linear}a.swp_CTT.style4 .sw-click-to-tweet{background-color:#333;border-left:10px solid #c33;-webkit-border-radius:0;border-radius:0;-webkit-transition:all .25s linear;transition:all .25s linear}a.swp_CTT.style5:hover .sw-click-to-tweet{background-color:#d34250;border-left:10px solid #30394f;-webkit-transition:all .25s linear;transition:all .25s linear}a.swp_CTT.style5 .sw-click-to-tweet{background-color:#30394f;border-left:10px solid #d34250;-webkit-border-radius:0;border-radius:0;-webkit-transition:all .25s linear;transition:all .25s linear}a.swp_CTT.style6:hover .sw-click-to-tweet{background-color:#ced3dc;border-left:10px solid #d34250;-webkit-transition:all .25s linear;transition:all .25s linear}a.swp_CTT.style6 .sw-click-to-tweet{background-color:#eee;border-left:10px solid #d34250;-webkit-border-radius:0;border-radius:0;-webkit-transition:all .25s linear;transition:all .25s linear}a.style6 .sw-click-to-tweet i.sw-twitter{color:#30394f}.swp_pop_thumb{-webkit-border-radius:3px;border-radius:3px;float:left;height:100px;margin:5px 25px 5px 0;width:100px}.swp_popular_post{clear:both}.swp_clearfix:after{clear:both;content:" ";display:block;height:0;visibility:hidden}.swp_popular_post a.swp_popularity{border:none;display:block;line-height:1.5;margin:20px 0}span.swp_pop_count{display:block;font-size:70%}.swp_widget_box{-webkit-border-radius:3px;border-radius:3px}div.sw-pinit{display:table!important;line-height:0;position:relative!important}div.sw-pinit a.sw-pinit-button,div.sw-pinit a.sw-pinit-button:visited{background:#cd2029;border:1px solid #aa1b29;border:0;border-bottom:none;-webkit-border-radius:4px;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;color:#fff;font-family:Lato,sans-serif;font-size:20px;font-size:15px;height:32px;line-height:32px;opacity:0;padding:0 20px;position:absolute;text-decoration:none;-webkit-transition:opacity .5s;transition:opacity .5s;z-index:200}.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes) .swp_hide span.swp_share,.nc_socialPanelSide.swp_boxed .nc_tweetContainer:not(.totes):hover span.swp_share:not(.swp_hide),div.sw-pinit:focus a.sw-pinit-button,div.sw-pinit:hover a.sw-pinit-button{opacity:1}div.sw-pinit a.sw-pinit-button::before{color:#fff;content:"b";float:left;font-family:sw-icon-font;font-size:20px;font-weight:400;line-height:36px;margin-left:-5px;margin-right:10px}div.sw-pinit a.sw-pinit-button:hover::before{content:"F"}div.sw-pinit a.sw-pinit-button::focus,div.sw-pinit a.sw-pinit-button::hover{background:#aa1b29;color:#fff;text-decoration:none}div.sw-pinit .sw-pinit-left{left:30px}div.sw-pinit .sw-pinit-center{margin-left:-60px;left:50%}div.sw-pinit .sw-pinit-right{right:30px}div.sw-pinit .sw-pinit-top{top:30px}div.sw-pinit .sw-pinit-middle{margin-top:-25px;top:50%}div.sw-pinit .sw-pinit-bottom{bottom:30px}.mobile .nc_tweetContainer:nth-last-child(2),.nc_socialPanel.notMobile .nc_tweetContainer:nth-last-child(1),.nc_tweetContainer.totes:nth-last-child(1){margin-right:0}.nc_socialPanel.swp_d_darkGray a,.nc_socialPanel.swp_d_fullColor a,.nc_socialPanel.swp_d_lightGray a,.nc_socialPanel.swp_d_mediumGray a,body .nc_socialPanel.swp_o_darkGray:hover a,body .nc_socialPanel.swp_o_fullColor:hover a,body .nc_socialPanel.swp_o_lightGray:hover a,body .nc_socialPanel.swp_o_mediumGray:hover a,html body .nc_socialPanel.swp_i_darkGray a:hover,html body .nc_socialPanel.swp_i_fullColor .nc_tweetContainer:hover a,html body .nc_socialPanel.swp_i_lightGray .nc_tweetContainer:hover a,html body .nc_socialPanel.swp_i_mediumGray a:hover{color:#fff}.nc_socialPanel.swp_d_colorOutlines .twitter a,.wp-editor-container .sw-twitter:before,a.style1 .sw-click-to-tweet i.sw-twitter,a.style2 .sw-click-to-tweet i.sw-twitter,body .nc_socialPanel.swp_o_colorOutlines:hover .twitter a,html body .nc_socialPanel.swp_i_colorOutlines .twitter a:hover{color:#429cd6}.nc_socialPanel.mobile .iconFiller~.swp_count,.sw-content-locator{display:none}a.style1 .sw-click-to-tweet .sw-ctt-btn,a.style1 .sw-click-to-tweet .sw-ctt-text{color:#999;text-decoration:none}a.style1:hover .sw-click-to-tweet .sw-ctt-btn,a.style1:hover .sw-click-to-tweet .sw-ctt-text,a.style2 .sw-click-to-tweet .sw-ctt-btn,a.style2:hover .sw-click-to-tweet .sw-ctt-btn,a.style2:hover .sw-click-to-tweet .sw-ctt-text{color:#666;text-decoration:none}a.style3 .sw-click-to-tweet .sw-ctt-btn,a.style3 .sw-click-to-tweet i.sw-twitter,a.style3:hover .sw-click-to-tweet .sw-ctt-btn,a.style3:hover .sw-click-to-tweet .sw-ctt-text,a.style4 .sw-click-to-tweet .sw-ctt-btn,a.style4 .sw-click-to-tweet .sw-ctt-text,a.style4:hover .sw-click-to-tweet .sw-ctt-btn,a.style4:hover .sw-click-to-tweet .sw-ctt-text,a.style5 .sw-click-to-tweet .sw-ctt-btn,a.style5 .sw-click-to-tweet .sw-ctt-text,a.style5:hover .sw-click-to-tweet .sw-ctt-btn,a.style5:hover .sw-click-to-tweet .sw-ctt-text{color:#fff;text-decoration:none}a.style4 .sw-click-to-tweet i.sw-twitter,a.style5 .sw-click-to-tweet i.sw-twitter{color:#fff}a.style6 .sw-click-to-tweet .sw-ctt-btn,a.style6 .sw-click-to-tweet .sw-ctt-text{color:#30394f;text-decoration:none}a.style6:hover .sw-click-to-tweet .sw-ctt-btn,a.style6:hover .sw-click-to-tweet .sw-ctt-text,a.style6:hover .sw-click-to-tweet i.sw-twitter{color:#2a2d34;text-decoration:none}.scale-70{-ms-transform:scale(.7);-webkit-transform:scale(.7);transform:scale(.7)}.nc_socialPanel:not(.nc_floater).scale-70.scale-fullWidth{width:142.8571428571429%!important}.scale-80{-ms-transform:scale(.8);-webkit-transform:scale(.8);transform:scale(.8)}.nc_socialPanel:not(.nc_floater).scale-80.scale-fullWidth{width:125%!important}.scale-90{-ms-transform:scale(.9);-webkit-transform:scale(.9);transform:scale(.9)}.nc_socialPanel:not(.nc_floater).scale-90.scale-fullWidth{width:111.111111111111%!important}.scale-110{-ms-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1)}.nc_socialPanel:not(.nc_floater).scale-110.scale-fullWidth{width:90.90909090909091%!important}.scale-120{-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2)}.nc_socialPanel:not(.nc_floater).scale-120.scale-fullWidth{width:83.33333333333333%!important}.scale-130{-ms-transform:scale(1.3);-webkit-transform:scale(1.3);transform:scale(1.3)}.nc_socialPanel:not(.nc_floater).scale-130.scale-fullWidth{width:76.92307692307692%!important}.scale-140{-ms-transform:scale(1.4);-webkit-transform:scale(1.4);transform:scale(1.4)}.nc_socialPanel:not(.nc_floater).scale-140.scale-fullWidth{width:71.42857142857143%!important}.nc_floater.scale-center,.nc_floater.scale-right,.scale-fullWidth,.scale-left{-ms-transform-origin:left;-webkit-transform-origin:left;transform-origin:left}.scale-right{-ms-transform-origin:right;-webkit-transform-origin:right;transform-origin:right}.scale-center{-ms-transform-origin:center;-webkit-transform-origin:center;transform-origin:center}div.nc_socialPanel .nc_tweetContainer.swp_emphasize{-webkit-box-flex:2;-moz-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2}.sw-pinit.aligncenter{margin:0 auto}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){div.sw-pinit{display:inline-block!important;max-width:100%}}.swp_hidden_pin_image{height:0;opacity:0;position:absolute;top:0;width:0}.fl-module-content .uabb-blog-posts .uabb-post-thumbnail .sw-pinit.lazyloaded{display:block!important}
functions/admin/options-array.php CHANGED
@@ -386,6 +386,32 @@ function swp_options_advanced($swp_options) {
386
  return $swp_options;
387
  };
388
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
389
  /**
390
  * Queue up the options filter functions
391
  * @since 2.0.0
@@ -396,6 +422,11 @@ add_filter('swp_options', 'swp_options_styles' , 2 );
396
  add_filter('swp_options', 'swp_options_social_identity' , 3 );
397
  add_filter('swp_options', 'swp_options_advanced' , 4 );
398
 
 
 
 
 
 
399
  /**
400
  * swp_add_network_option A function for easily adding networks to the avialable options
401
  * @since 2.0.0
386
  return $swp_options;
387
  };
388
 
389
+ /**
390
+ * swp_options_registration An array of options for the registration tab of the options page
391
+ * @since 2.0.0
392
+ * @since 2.3.5 | DEC 18, 2017 | Moved this function into core so all premium addons can activate and use the Registration tab
393
+ * @param array $swp_options The array of options
394
+ * @return array $swp_options The modified array of options
395
+ */
396
+
397
+ function swp_options_registration_tab($swp_options) {
398
+
399
+ // Declare the Display Settings tab and tab name
400
+ $swp_options['tabs']['links']['swp_registration'] = __( 'Registration' , 'social-warfare' );
401
+
402
+ // The registration section/data will be filled dynamically via a hook
403
+ $swp_options['options']['swp_registration']['plugin_registration'] = array(
404
+ 'type' => 'plugin_registration'
405
+ );
406
+ $swp_options['options']['swp_registration']['registration_divider'] = array(
407
+ 'type' => 'divider',
408
+ 'premium' => true
409
+ );
410
+
411
+ return $swp_options;
412
+
413
+ }
414
+
415
  /**
416
  * Queue up the options filter functions
417
  * @since 2.0.0
422
  add_filter('swp_options', 'swp_options_social_identity' , 3 );
423
  add_filter('swp_options', 'swp_options_advanced' , 4 );
424
 
425
+ // SWP_ACTIVATE_REGISTRATION_TAB - Only queue the registration tab if a plugin has defined this constant
426
+ if( defined( 'SWP_ACTIVATE_REGISTRATION_TAB' ) ) {
427
+ add_filter('swp_options', 'swp_options_registration_tab' , 5 );
428
+ }
429
+
430
  /**
431
  * swp_add_network_option A function for easily adding networks to the avialable options
432
  * @since 2.0.0
functions/admin/options-page.php CHANGED
@@ -17,15 +17,35 @@
17
  add_action( 'admin_menu', 'swp_admin_options_page' );
18
  function swp_admin_options_page() {
19
 
20
- // Declare the menu link
21
- $swp_menu = add_menu_page(
22
- 'Social Warfare',
23
- 'Social Warfare',
24
- 'manage_options',
25
- 'social-warfare',
26
- 'swp_plugin_options',
27
- SWP_PLUGIN_URL . '/images/admin-options-page/socialwarfare-20x20.png'
28
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
 
30
  // Hook into the CSS and Javascript Enqueue process for this specific page
31
  add_action( 'admin_print_styles-' . $swp_menu, 'swp_admin_options_css' );
17
  add_action( 'admin_menu', 'swp_admin_options_page' );
18
  function swp_admin_options_page() {
19
 
20
+ $swp_top_level_menu = true;
21
+ $swp_top_level_menu = apply_filters( 'swp_top_level_menu' , $swp_top_level_menu );
22
+
23
+ // Make the menu item top level
24
+ if ( (bool) apply_filters( 'swp_top_level_menu', true ) ) {
25
+
26
+ // Declare the menu link
27
+ $swp_menu = add_menu_page(
28
+ 'Social Warfare',
29
+ 'Social Warfare',
30
+ 'manage_options',
31
+ 'social-warfare',
32
+ 'swp_plugin_options',
33
+ SWP_PLUGIN_URL . '/images/admin-options-page/socialwarfare-20x20.png'
34
+ );
35
+
36
+ // Make the menu a submenu page of the settings menu
37
+ } else {
38
+
39
+ // Declare the menu link
40
+ $swp_menu = add_submenu_page(
41
+ 'options-general.php',
42
+ 'Social Warfare',
43
+ 'Social Warfare',
44
+ 'manage_options',
45
+ 'social-warfare',
46
+ 'swp_plugin_options'
47
+ );
48
+ }
49
 
50
  // Hook into the CSS and Javascript Enqueue process for this specific page
51
  add_action( 'admin_print_styles-' . $swp_menu, 'swp_admin_options_css' );
functions/click-to-tweet/assets/js/clickToTweet.js CHANGED
@@ -28,9 +28,9 @@
28
  };
29
 
30
  if (typeof handle === 'undefined') {
31
- var remaining = 140 - socialWarfareAdmin.linkLength( value ) - linkSpace;
32
  } else {
33
- var remaining = 140 - socialWarfareAdmin.linkLength( value ) - linkSpace - handle.length - 6;
34
  }
35
  if (remaining > 1 || remaining == 0) {
36
  jQuery( '.tweetCounter' ).css( {'color':'green'} ).text( remaining + ' characters' );
@@ -57,13 +57,16 @@
57
  };
58
 
59
  if (typeof handle === 'undefined') {
60
- var remaining = 140 - socialWarfareAdmin.linkLength( value ) - linkSpace;
61
  } else {
62
- var remaining = 140 - socialWarfareAdmin.linkLength( value ) - linkSpace - handle.length - 6;
63
  }
64
-
65
- this.getEl().innerHTML =
66
- '<span style="float:right;">You have <span class="tweetCounter" style="color:green">' + remaining + ' characters</span> remaining.</span>';},
 
 
 
67
  text: ''},
68
  {
69
  type: 'textbox',
@@ -94,9 +97,23 @@
94
  },
95
  ],
96
  onsubmit: function( e ) {
 
97
  var value = jQuery( '.mce-first textarea' ).val();
98
  var strLength = value.length;
99
- var remaining = 117 - strLength;
 
 
 
 
 
 
 
 
 
 
 
 
 
100
  if (e.data.tweet === '' || e.data.quote === '') {
101
  editor.windowManager.alert( 'Please, fill in both fields.' );
102
  return false;
28
  };
29
 
30
  if (typeof handle === 'undefined') {
31
+ var remaining = 280 - socialWarfareAdmin.linkLength( value ) - linkSpace;
32
  } else {
33
+ var remaining = 280 - socialWarfareAdmin.linkLength( value ) - linkSpace - handle.length - 6;
34
  }
35
  if (remaining > 1 || remaining == 0) {
36
  jQuery( '.tweetCounter' ).css( {'color':'green'} ).text( remaining + ' characters' );
57
  };
58
 
59
  if (typeof handle === 'undefined') {
60
+ var remaining = 280 - socialWarfareAdmin.linkLength( value ) - linkSpace;
61
  } else {
62
+ var remaining = 280 - socialWarfareAdmin.linkLength( value ) - linkSpace - handle.length - 6;
63
  }
64
+ if ( 'undefined' === typeof handle ) {
65
+ this.getEl().innerHTML = '<span style="float:right;">Based on a link being added and the current content above, you have <span class="tweetCounter" style="color:green">' + remaining + ' characters</span> remaining.</span>';
66
+ } else {
67
+ this.getEl().innerHTML = '<span style="float:right;">Based on your username (' + handle + '), a link being added, and the current content above, you have <span class="tweetCounter" style="color:green">' + remaining + ' characters</span> remaining.</span>';
68
+ }
69
+ },
70
  text: ''},
71
  {
72
  type: 'textbox',
97
  },
98
  ],
99
  onsubmit: function( e ) {
100
+
101
  var value = jQuery( '.mce-first textarea' ).val();
102
  var strLength = value.length;
103
+ var handle = jQuery( '#socialWarfare .twitterIDWrapper label' ).html();
104
+
105
+ if (value.indexOf( 'http' ) > -1 || value.indexOf( 'https' ) > -1) {
106
+ linkSpace = 0;
107
+ } else {
108
+ linkSpace = 23;
109
+ };
110
+
111
+ if (typeof handle === 'undefined') {
112
+ var remaining = 280 - socialWarfareAdmin.linkLength( value ) - linkSpace;
113
+ } else {
114
+ var remaining = 280 - socialWarfareAdmin.linkLength( value ) - linkSpace - handle.length - 6;
115
+ }
116
+
117
  if (e.data.tweet === '' || e.data.quote === '') {
118
  editor.windowManager.alert( 'Please, fill in both fields.' );
119
  return false;
functions/frontend-output/display.php CHANGED
@@ -52,6 +52,7 @@ add_action('template_redirect', 'swp_activate_buttons');
52
  function social_warfare_wrapper( $content ) {
53
 
54
  // Fetch our global variables to ensure we haven't already processed this post
 
55
  global $post, $swp_already_print;
56
  $post_id = $post->ID;
57
 
@@ -70,8 +71,8 @@ function social_warfare_wrapper( $content ) {
70
  $content = social_warfare_buttons( $array );
71
 
72
  // Add an invisible div to the content so the image hover pin button finds the content container area
73
- if( false === is_admin() && false == is_feed() ):
74
- $content .= '<div class="swp-content-locator"></div>';
75
  endif;
76
 
77
  return $content;
@@ -87,8 +88,8 @@ function social_warfare_wrapper( $content ) {
87
  function social_warfare( $array = array() ) {
88
  $array['devs'] = true;
89
  $content = social_warfare_buttons( $array );
90
- if( false === is_admin() ):
91
- $content .= '<div class="swp-content-locator"></div>';
92
  endif;
93
  return $content;
94
  }
52
  function social_warfare_wrapper( $content ) {
53
 
54
  // Fetch our global variables to ensure we haven't already processed this post
55
+ global $swp_user_options;
56
  global $post, $swp_already_print;
57
  $post_id = $post->ID;
58
 
71
  $content = social_warfare_buttons( $array );
72
 
73
  // Add an invisible div to the content so the image hover pin button finds the content container area
74
+ if( false === is_admin() && false == is_feed() && isset($swp_user_options['pinit_toggle']) && true == $swp_user_options['pinit_toggle'] ):
75
+ $content .= '<p class="swp-content-locator"></p>';
76
  endif;
77
 
78
  return $content;
88
  function social_warfare( $array = array() ) {
89
  $array['devs'] = true;
90
  $content = social_warfare_buttons( $array );
91
+ if( false === is_admin() && false == is_feed() && isset($swp_user_options['pinit_toggle']) && true == $swp_user_options['pinit_toggle']):
92
+ $content .= '<p class="swp-content-locator"></p>';
93
  endif;
94
  return $content;
95
  }
functions/frontend-output/scripts.php CHANGED
@@ -167,6 +167,16 @@ add_filter( 'swp_footer_scripts' , 'swp_click_tracking' );
167
  */
168
  function swp_nonce( $info ) {
169
 
 
 
 
 
 
 
 
 
 
 
170
  // Create a nonce
171
  $info['footer_output'] .= ' var swp_nonce = "'.wp_create_nonce().'";';
172
  return $info;
@@ -175,6 +185,21 @@ function swp_nonce( $info ) {
175
  // Queue up our footer hook function
176
  add_filter( 'swp_footer_scripts' , 'swp_nonce' );
177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
178
  /**
179
  * The Frame Buster Option
180
  *
167
  */
168
  function swp_nonce( $info ) {
169
 
170
+ // To make sure LSCWP ESI is on
171
+ if( method_exists( 'LiteSpeed_Cache_API', 'esi_enabled' ) && LiteSpeed_Cache_API::esi_enabled() ) {
172
+ // To make sure is using the compatible API version
173
+ if ( method_exists( 'LiteSpeed_Cache_API', 'v' ) && LiteSpeed_Cache_API::v( '1.3' ) ) {
174
+ // Let's turn this block to ESI and return
175
+ $info['footer_output'] .= LiteSpeed_Cache_API::esi_url( 'swp_esi', 'Social Warfare', array(), 'default', true );
176
+ return $info;
177
+ }
178
+ }
179
+
180
  // Create a nonce
181
  $info['footer_output'] .= ' var swp_nonce = "'.wp_create_nonce().'";';
182
  return $info;
185
  // Queue up our footer hook function
186
  add_filter( 'swp_footer_scripts' , 'swp_nonce' );
187
 
188
+ // Add liteSpeed ESI nonce support for cache
189
+ if ( method_exists( 'LiteSpeed_Cache_API', 'esi_enabled' ) && LiteSpeed_Cache_API::esi_enabled() ) {
190
+ LiteSpeed_Cache_API::hook_tpl_esi('swp_esi', 'swp_hook_esi' );
191
+
192
+ /**
193
+ * Add LiteSpeed ESI hook for nonce cache
194
+ *
195
+ * @access public
196
+ */
197
+ function swp_hook_esi() {
198
+ echo ' var swp_nonce = "'.wp_create_nonce().'";';
199
+ exit;
200
+ }
201
+ }
202
+
203
  /**
204
  * The Frame Buster Option
205
  *
functions/utilities/share-cache.php CHANGED
@@ -352,103 +352,111 @@ add_filter( 'swp_footer_scripts' , 'swp_output_cache_trigger' );
352
  */
353
  function swp_output_cache_trigger( $info ) {
354
 
355
- if( $info['swp_user_options']['recover_shares'] == true ) {
356
- $alternateURL = swp_get_alt_permalink( $info['postID'] );
357
- $alternateURL = apply_filters( 'swp_recovery_filter',$alternateURL );
358
- } else {
359
- $alternateURL = false;
360
- }
361
-
362
- // Bail if we're not using the newer cache method.
363
- if ( 'legacy' === $info['swp_user_options']['cacheMethod'] && is_singular() ) {
364
- ob_start(); ?>
365
 
366
- var swp_buttons_exist = !!document.getElementsByClassName( 'nc_socialPanel' );
367
- if ( swp_buttons_exist ) {
368
- swp_admin_ajax = '<?php echo admin_url( 'admin-ajax.php' ); ?>';
369
- swp_post_id='<?php echo $info['postID']; ?>';
370
- swp_post_url='<?php echo get_permalink(); ?>';
371
- swp_post_recovery_url = '<?php echo $alternateURL; ?>';
372
- socialWarfarePlugin.fetchShares();
 
 
 
 
 
 
 
 
 
 
 
373
  }
374
 
375
- <?php
376
- $info['footer_output'] .= ob_get_clean();
377
- return $info;
378
- }
379
 
380
- // Bail early if we're not on a single page or we have fresh cache.
381
- if ( (! is_singular() || swp_is_cache_fresh( get_the_ID(), true )) && empty( $_GET['swp_cache'] ) ) {
382
- return $info;
383
- }
384
 
385
- // Bail if we're on a WooCommerce account page.
386
- if ( function_exists( 'is_account_page' ) && is_account_page() ) {
387
- return $info;
388
- }
389
 
390
- // Trigger the cache rebuild.
391
- if ( ( isset($_GET['swp_cache']) && 'rebuild' === $_GET['swp_cache'] ) || false === swp_is_cache_fresh( get_the_ID(), true ) ) {
392
- ob_start();
393
-
394
- ?>
395
- var within_timelimit;
396
- swp_admin_ajax = '<?php echo admin_url( 'admin-ajax.php' ); ?>';
397
- var swp_buttons_exist = !!document.getElementsByClassName( 'nc_socialPanel' );
398
- if ( swp_buttons_exist ) {
399
- jQuery( document ).ready( function() {
400
- var swp_check_for_js = setInterval( function() {
401
- if( 'undefined' !== typeof socialWarfarePlugin) {
402
- clearInterval(swp_check_for_js);
403
- <?php if( isset($_GET['swp_cache']) && 'rebuild' === $_GET['swp_cache'] ): ?>
404
- var swp_cache_data = {
405
- 'action': 'swp_cache_trigger',
406
- 'post_id': <?php echo $info['postID']; ?>,
407
- 'timestamp': <?php echo time(); ?>,
408
- 'force':true
409
- };
410
- <?php else: ?>
411
- var swp_cache_data = {
412
- 'action': 'swp_cache_trigger',
413
- 'post_id': <?php echo $info['postID']; ?>,
414
- 'timestamp': <?php echo time(); ?>
415
- };
416
- <?php endif; ?>
417
- // if( !swp_cache_data.timestamp ){ // error handling}
418
- console.log( "Server Timestamp is " + swp_cache_data.timestamp );
419
- var browser_date = Date.now();
420
- if( !browser_date )
421
- browser_date = new Date().getTime();
422
- browser_date = Math.floor( browser_date / 1000 );
423
- console.log( "Browser Timestamp is " + browser_date );
424
- var elapsed_time = ( browser_date - swp_cache_data.timestamp );
425
- if( elapsed_time > 60 ){
426
- console.log( "Elapsed time since server timestamp is greater than 60 seconds -- " + elapsed_time + "seconds" );
427
- within_timelimit = false;
428
- } else {
429
- console.log( "Elapsed time since server timestamp is less than 60 seconds -- " + elapsed_time + "seconds" );
430
- within_timelimit = true;
431
- }
432
-
433
- if( within_timelimit === true ){
434
- jQuery.post( swp_admin_ajax, swp_cache_data, function( response ) {
435
- console.log(response);
436
- });
437
-
438
- socialWarfarePlugin.fetchShares();
439
- }
440
- }
441
- } , 250 );
442
- });
443
- swp_post_id='<?php echo $info['postID']; ?>';
444
- swp_post_url='<?php echo get_permalink(); ?>';
445
- swp_post_recovery_url = '<?php echo $alternateURL; ?>';
446
-
447
- // socialWarfarePlugin.fetchShares();
448
  }
449
- <?php
450
- $info['footer_output'] .= ob_get_clean();
451
- }
452
 
453
  return $info;
454
  }
352
  */
353
  function swp_output_cache_trigger( $info ) {
354
 
355
+ // Make sure the post is published, otherwise don't attempt to update counts
356
+ if('publish' == get_post_status($info['postID']) ):
357
+
358
+ // Fetch the alternate URL if share recovery is turned on
359
+ if( $info['swp_user_options']['recover_shares'] == true ) {
360
+ $alternateURL = swp_get_alt_permalink( $info['postID'] );
361
+ $alternateURL = apply_filters( 'swp_recovery_filter',$alternateURL );
362
+ } else {
363
+ $alternateURL = false;
364
+ }
365
 
366
+ // Bail if we're not using the newer cache method.
367
+ if ( 'legacy' === $info['swp_user_options']['cacheMethod'] && is_singular() ) {
368
+ ob_start(); ?>
369
+
370
+ var swp_buttons_exist = (document.getElementsByClassName( 'nc_socialPanel' ).length > 0);
371
+ if ( swp_buttons_exist ) {
372
+ document.addEventListener('DOMContentLoaded', function() {
373
+ swp_admin_ajax = '<?php echo admin_url( 'admin-ajax.php' ); ?>';
374
+ swp_post_id='<?php echo $info['postID']; ?>';
375
+ swp_post_url='<?php echo get_permalink(); ?>';
376
+ swp_post_recovery_url = '<?php echo $alternateURL; ?>';
377
+ socialWarfarePlugin.fetchShares();
378
+ });
379
+ }
380
+
381
+ <?php
382
+ $info['footer_output'] .= ob_get_clean();
383
+ return $info;
384
  }
385
 
386
+ // Bail early if we're not on a single page or we have fresh cache.
387
+ if ( (! is_singular() || swp_is_cache_fresh( get_the_ID(), true )) && empty( $_GET['swp_cache'] ) ) {
388
+ return $info;
389
+ }
390
 
391
+ // Bail if we're on a WooCommerce account page.
392
+ if ( function_exists( 'is_account_page' ) && is_account_page() ) {
393
+ return $info;
394
+ }
395
 
396
+ // Trigger the cache rebuild.
397
+ if ( ( isset($_GET['swp_cache']) && 'rebuild' === $_GET['swp_cache'] ) || false === swp_is_cache_fresh( get_the_ID(), true ) ) {
398
+ ob_start();
 
399
 
400
+ ?>
401
+ var within_timelimit;
402
+ swp_admin_ajax = '<?php echo admin_url( 'admin-ajax.php' ); ?>';
403
+ var swp_buttons_exist = (document.getElementsByClassName( 'nc_socialPanel' ).length > 0);
404
+ if ( swp_buttons_exist ) {
405
+ document.addEventListener('DOMContentLoaded', function() {
406
+ var swp_check_for_js = setInterval( function() {
407
+ if( 'undefined' !== typeof socialWarfarePlugin) {
408
+ clearInterval(swp_check_for_js);
409
+ <?php if( isset($_GET['swp_cache']) && 'rebuild' === $_GET['swp_cache'] ): ?>
410
+ var swp_cache_data = {
411
+ 'action': 'swp_cache_trigger',
412
+ 'post_id': <?php echo $info['postID']; ?>,
413
+ 'timestamp': <?php echo time(); ?>,
414
+ 'force':true
415
+ };
416
+ <?php else: ?>
417
+ var swp_cache_data = {
418
+ 'action': 'swp_cache_trigger',
419
+ 'post_id': <?php echo $info['postID']; ?>,
420
+ 'timestamp': <?php echo time(); ?>
421
+ };
422
+ <?php endif; ?>
423
+ // if( !swp_cache_data.timestamp ){ // error handling}
424
+ console.log( "Server Timestamp is " + swp_cache_data.timestamp );
425
+ var browser_date = Date.now();
426
+ if( !browser_date )
427
+ browser_date = new Date().getTime();
428
+ browser_date = Math.floor( browser_date / 1000 );
429
+ console.log( "Browser Timestamp is " + browser_date );
430
+ var elapsed_time = ( browser_date - swp_cache_data.timestamp );
431
+ if( elapsed_time > 60 ){
432
+ console.log( "Elapsed time since server timestamp is greater than 60 seconds -- " + elapsed_time + "seconds" );
433
+ within_timelimit = false;
434
+ } else {
435
+ console.log( "Elapsed time since server timestamp is less than 60 seconds -- " + elapsed_time + "seconds" );
436
+ within_timelimit = true;
437
+ }
438
+
439
+ if( within_timelimit === true ){
440
+ jQuery.post( swp_admin_ajax, swp_cache_data, function( response ) {
441
+ console.log(response);
442
+ });
443
+
444
+ socialWarfarePlugin.fetchShares();
445
+ }
446
+ }
447
+ } , 250 );
448
+ });
449
+ swp_post_id='<?php echo $info['postID']; ?>';
450
+ swp_post_url='<?php echo get_permalink(); ?>';
451
+ swp_post_recovery_url = '<?php echo $alternateURL; ?>';
452
+
453
+ // socialWarfarePlugin.fetchShares();
454
+ }
455
+ <?php
456
+ $info['footer_output'] .= ob_get_clean();
 
457
  }
458
+
459
+ endif;
 
460
 
461
  return $info;
462
  }
functions/utilities/share-count-function.php CHANGED
@@ -13,6 +13,7 @@ function get_social_warfare_shares( $postID ) {
13
  // Set the initial options
14
  $options = $swp_user_options;
15
  $url = get_permalink( $postID );
 
16
 
17
  /**
18
  * Check if the cache is fresh or expired
13
  // Set the initial options
14
  $options = $swp_user_options;
15
  $url = get_permalink( $postID );
16
+ $url = apply_filters( 'swp_url_filter_function' , $url );
17
 
18
  /**
19
  * Check if the cache is fresh or expired
functions/utilities/url_processing.php CHANGED
@@ -313,15 +313,19 @@ function swp_process_url( $url, $network, $postID ) {
313
  $array['network'] = $network;
314
  $array['postID'] = $postID;
315
 
316
- // Run the anaylitcs hook filters
317
- if( ( $network === 'pinterest' && isset( $swp_user_options['utm_on_pins']) && true === $swp_user_options['utm_on_pins']) || $network !== 'pinterest' ):
318
- $array = apply_filters( 'swp_analytics' , $array );
319
- endif;
 
 
320
 
321
- // Run the link shortening hook filters, but not on Pinterest
322
- if( $network !== 'pinterest' ):
323
- $array = apply_filters( 'swp_link_shortening' , $array );
 
324
  endif;
 
325
  return $array['url'];
326
 
327
  endif;
313
  $array['network'] = $network;
314
  $array['postID'] = $postID;
315
 
316
+ if( !is_attachment() ):
317
+
318
+ // Run the anaylitcs hook filters
319
+ if( ( $network === 'pinterest' && isset( $swp_user_options['utm_on_pins']) && true === $swp_user_options['utm_on_pins']) || $network !== 'pinterest' ):
320
+ $array = apply_filters( 'swp_analytics' , $array );
321
+ endif;
322
 
323
+ // Run the link shortening hook filters, but not on Pinterest
324
+ if( $network !== 'pinterest' ):
325
+ $array = apply_filters( 'swp_link_shortening' , $array );
326
+ endif;
327
  endif;
328
+
329
  return $array['url'];
330
 
331
  endif;
functions/widgets/widgets.php CHANGED
@@ -97,7 +97,7 @@ class swp_popular_posts_widget extends WP_Widget {
97
  $form .= '<select class="widefat" id="' . $this->get_field_id( 'network' ) . '" name="' . $this->get_field_name( 'network' ) . '">';
98
  $form .= '<option value="totes"' . ( $network == 'totes' ? 'selected' : '' ) . '>All Networks</option>';
99
  foreach ( $availableNetworks as $key => $value ) :
100
- if ( $options[ $key ] ) {
101
  if ( $network == $key . '_shares' ) :
102
  $form .= '<option value="' . $key . '_shares" selected>' . $value . '</option>';
103
  else :
97
  $form .= '<select class="widefat" id="' . $this->get_field_id( 'network' ) . '" name="' . $this->get_field_name( 'network' ) . '">';
98
  $form .= '<option value="totes"' . ( $network == 'totes' ? 'selected' : '' ) . '>All Networks</option>';
99
  foreach ( $availableNetworks as $key => $value ) :
100
+ if ( isset( $options[ $key ] ) && $options[ $key ] ) {
101
  if ( $network == $key . '_shares' ) :
102
  $form .= '<option value="' . $key . '_shares" selected>' . $value . '</option>';
103
  else :
js/admin-options-page.min.js CHANGED
@@ -1 +1 @@
1
- !function(a,b,c){"use strict";function d(b){var c,d;document.body.createTextRange?(c=document.body.createTextRange(),c.moveToElementText(b),c.select()):a.getSelection&&(d=a.getSelection(),c=document.createRange(),c.selectNodeContents(b),d.removeAllRanges(),d.addRange(c))}function e(){var a={};return b("form.sw-admin-settings-form input, form.sw-admin-settings-form select").each(function(){var c,d=b(this),e=d.attr("name");c="checkbox"===d.attr("type")?d.prop("checked"):d.val(),a[e]=c}),a.newOrderOfIcons={},b(".sw-active i").each(function(){var c=b(this).data("network");a.newOrderOfIcons[c]=c}),a}function f(){b("div[dep]").each(function(){var a,c=b(this).attr("dep"),d=b.parseJSON(b(this).attr("dep_val"));a="checkbox"==b('[name="'+c+'"]').attr("type")?b('[name="'+c+'"]').prop("checked"):b('[name="'+c+'"]').val(),-1!==b.inArray(a,d)&&b('[name="'+c+'"]').parent(".sw-grid").is(":visible")?b(this).show():b(this).hide()}),0!=h("floatStyleSource")||"customColor"!=g("sideDColorSet")&&"ccOutlines"!=g("sideDColorSet")&&"customColor"!=g("sideIColorSet")&&"ccOutlines"!=g("sideIColorSet")&&"customColor"!=g("sideOColorSet")&&"ccOutlines"!=g("sideOColorSet")?b(".sideCustomColor_wrapper").slideUp():b(".sideCustomColor_wrapper").slideDown()}function g(a){return b('select[name="'+a+'"]').val()}function h(a){return b('[name="'+a+'"]').prop("checked")}function i(){var a=b(".sw-top-menu").offset(),c=b(".sw-top-menu").width();b(".sw-top-menu").css({position:"fixed",left:a.left,top:a.top,width:c}),b(".sw-admin-wrapper").css("padding-top","75px")}function j(){b(".sw-tab-selector").on("click",function(a){a.preventDefault?a.preventDefault():a.returnValue=!1,b("html, body").animate({scrollTop:0},0);var c=b(this).attr("data-link");b(".sw-admin-tab").hide(),b("#"+c).show(),b(".sw-header-menu li").removeClass("sw-active-tab"),b(this).parents("li").addClass("sw-active-tab"),"swp_styles"===c&&socialWarfarePlugin.activateHoverStates(),f()})}function k(){b(".sw-checkbox-toggle").on("click",function(){var a=b(this).attr("status"),c=b(this).attr("field");"on"===a?(b(this).attr("status","off"),b(c).prop("checked",!1)):(b(this).attr("status","on"),b(c).prop("checked",!0)),m(),f()})}function l(){b("form.sw-admin-settings-form input, form.sw-admin-settings-form select").on("change",function(){f(),socialWarfarePlugin.newOptions=e(),m()}),socialWarfarePlugin.defaultOptions=e()}function m(){socialWarfarePlugin.newOptions=e(),JSON.stringify(socialWarfarePlugin.newOptions)!==JSON.stringify(socialWarfarePlugin.defaultOptions)?b(".sw-save-settings").removeClass("sw-navy-button").addClass("sw-red-button"):b(".sw-save-settings").removeClass("sw-red-button").addClass("sw-navy-button")}function n(){b(".sw-save-settings").on("click",function(a){a.preventDefault?a.preventDefault():a.returnValue=!1,o();var c=e();console.log(c);var d={action:"swp_store_settings",security:swpAdminOptionsData.optionsNonce,settings:c};b.post(ajaxurl,d,function(a){p(),console.log(b.parseJSON(a)),socialWarfarePlugin.defaultOptions=e(),m()})})}function o(){b("body").append('<div class="sw-loading-bg"><div class="sw-loading-message">Saving Changes</div></div>')}function p(){b(".sw-loading-message").html("Success!").removeClass("sw-loading-message").addClass("sw-loading-complete"),b(".sw-loading-bg").delay(1e3).fadeOut(1e3),setTimeout(function(){b(".sw-loading-bg").remove()},2e3)}function q(){var a=(b('select[name="visualTheme"]').val(),b('select[name="dColorSet"]').val()),c=b('select[name="iColorSet"]').val(),d=b('select[name="oColorSet"]').val();b("style.swp_customColorStuff").remove();var e=b('input[name="customColor"]').val(),f="";"customColor"!=a&&"customColor"!=c&&"customColor"!=d||(f=".nc_socialPanel.swp_d_customColor a, html body .nc_socialPanel.swp_i_customColor .nc_tweetContainer:hover a, body .nc_socialPanel.swp_o_customColor:hover a {color:white} .nc_socialPanel.swp_d_customColor .nc_tweetContainer, html body .nc_socialPanel.swp_i_customColor .nc_tweetContainer:hover, body .nc_socialPanel.swp_o_customColor:hover .nc_tweetContainer {background-color:"+e+";border:1px solid "+e+";}"),"ccOutlines"!=a&&"ccOutlines"!=c&&"ccOutlines"!=d||(f=f+" .nc_socialPanel.swp_d_ccOutlines a, html body .nc_socialPanel.swp_i_ccOutlines .nc_tweetContainer:hover a, body .nc_socialPanel.swp_o_ccOutlines:hover a { color:"+e+"; } .nc_socialPanel.swp_d_ccOutlines .nc_tweetContainer, html body .nc_socialPanel.swp_i_ccOutlines .nc_tweetContainer:hover, body .nc_socialPanel.swp_o_ccOutlines:hover .nc_tweetContainer { background:transparent; border:1px solid "+e+"; }"),b("head").append('<style type="text/css" class="swp_customColorStuff">'+f+"</style>")}function r(){var a=b('select[name="visualTheme"]').val(),c=b('select[name="dColorSet"]').val(),d=b('select[name="iColorSet"]').val(),e=b('select[name="oColorSet"]').val(),f="swp_"+a+" swp_d_"+c+" swp_i_"+d+" swp_o_"+e;void 0===socialWarfarePlugin.lastClass&&(console.log("boom"),socialWarfarePlugin.lastClass="swp_flatFresh swp_d_fullColor swp_i_fullColor swp_o_fullColor");var f="swp_"+a+" swp_d_"+c+" swp_i_"+d+" swp_o_"+e;b(".nc_socialPanel").removeClass(socialWarfarePlugin.lastClass).addClass(f),socialWarfarePlugin.lastClass=f;"customColor"==c||"ccOutlines"==c||"customColor"==d||"ccOutlines"==d||"customColor"==e||"ccOutlines"==e?(b(".customColor_wrapper").slideDown(),q()):b(".customColor_wrapper").slideUp()}function s(){var a={flatFresh:{fullColor:"Full Color",lightGray:"Light Gray",mediumGray:"Medium Gray",darkGray:"Dark Gray",lgOutlines:"Light Gray Outlines",mdOutlines:"Medium Gray Outlines",dgOutlines:"Dark Gray Outlines",colorOutlines:"Color Outlines",customColor:"Custom Color",ccOutlines:"Custom Color Outlines"},leaf:{fullColor:"Full Color",lightGray:"Light Gray",mediumGray:"Medium Gray",darkGray:"Dark Gray",lgOutlines:"Light Gray Outlines",mdOutlines:"Medium Gray Outlines",dgOutlines:"Dark Gray Outlines",colorOutlines:"Color Outlines",customColor:"Custom Color",ccOutlines:"Custom Color Outlines"},pill:{fullColor:"Full Color",lightGray:"Light Gray",mediumGray:"Medium Gray",darkGray:"Dark Gray",lgOutlines:"Light Gray Outlines",mdOutlines:"Medium Gray Outlines",dgOutlines:"Dark Gray Outlines",colorOutlines:"Color Outlines",customColor:"Custom Color",ccOutlines:"Custom Color Outlines"},threeDee:{fullColor:"Full Color",lightGray:"Light Gray",mediumGray:"Medium Gray",darkGray:"Dark Gray"},connected:{fullColor:"Full Color",lightGray:"Light Gray",mediumGray:"Medium Gray",darkGray:"Dark Gray",lgOutlines:"Light Gray Outlines",mdOutlines:"Medium Gray Outlines",dgOutlines:"Dark Gray Outlines",colorOutlines:"Color Outlines",customColor:"Custom Color",ccOutlines:"Custom Color Outlines"},shift:{fullColor:"Full Color",lightGray:"Light Gray",mediumGray:"Medium Gray",darkGray:"Dark Gray",lgOutlines:"Light Gray Outlines",mdOutlines:"Medium Gray Outlines",dgOutlines:"Dark Gray Outlines",colorOutlines:"Color Outlines",customColor:"Custom Color",ccOutlines:"Custom Color Outlines"}};if(0!==b('select[name="visualTheme"]').length){var c=b('select[name="visualTheme"]').val(),d=b('select[name="dColorSet"]').val(),e=b('select[name="iColorSet"]').val(),f=b('select[name="oColorSet"]').val();b('select[name="dColorSet"] option, select[name="iColorSet"] option, select[name="oColorSet"] option').remove(),b.each(a[c],function(a,c){a===d?b('select[name="dColorSet"]').append('<option value="'+a+'" selected>'+c+"</option>"):b('select[name="dColorSet"]').append('<option value="'+a+'">'+c+"</option>"),a===e?b('select[name="iColorSet"]').append('<option value="'+a+'" selected>'+c+"</option>"):b('select[name="iColorSet"]').append('<option value="'+a+'">'+c+"</option>"),a===f?b('select[name="oColorSet"]').append('<option value="'+a+'" selected>'+c+"</option>"):b('select[name="oColorSet"]').append('<option value="'+a+'">'+c+"</option>"),"customColor"==d||"ccOutlines"==d||"customColor"==e||"ccOutlines"==e||"customColor"==f||"ccOutlines"==f?(b(".customColor_wrapper").slideDown(),q()):b(".customColor_wrapper").slideUp()}),b('select[name="dColorSet"], select[name="iColorSet"], select[name="oColorSet"]').on("change",r),b('select[name="visualTheme"]').on("change",function(){var c=b('select[name="visualTheme"]').val(),d=b('select[name="dColorSet"]').val(),e=b('select[name="iColorSet"]').val(),f=b('select[name="oColorSet"]').val(),g=0,h=a[c],i=h.hasOwnProperty(d),j=h.hasOwnProperty(e),k=h.hasOwnProperty(f);b('select[name="dColorSet"] option, select[name="iColorSet"] option, select[name="oColorSet"] option').remove(),b.each(a[c],function(a,c){a===d||0==i&&0==g?b('select[name="dColorSet"]').append('<option value="'+a+'" selected>'+c+"</option>"):b('select[name="dColorSet"]').append('<option value="'+a+'">'+c+"</option>"),a===e||0==j&&0==g?b('select[name="iColorSet"]').append('<option value="'+a+'" selected>'+c+"</option>"):b('select[name="iColorSet"]').append('<option value="'+a+'">'+c+"</option>"),a===f||0==k&&0==g?b('select[name="oColorSet"]').append('<option value="'+a+'" selected>'+c+"</option>"):b('select[name="oColorSet"]').append('<option value="'+a+'">'+c+"</option>"),++g}),void 0===socialWarfarePlugin.lastClass&&(console.log("boom"),socialWarfarePlugin.lastClass="swp_flatFresh swp_d_fullColor swp_i_fullColor swp_o_fullColor");var l="swp_"+c+" swp_d_"+d+" swp_i_"+e+" swp_o_"+f;b(".nc_socialPanel").removeClass(socialWarfarePlugin.lastClass).addClass(l),socialWarfarePlugin.lastClass=l})}}function t(){b('select[name="buttonSize"],select[name="buttonFloat"]').on("change",function(){b(".nc_socialPanel").css({width:"100%"});var a,c=b(".nc_socialPanel").width(),d=b('select[name="buttonSize"]').val(),e=b('select[name="buttonFloat"]').val();"fullWidth"==e&&1!=d||d>=1?(a=c/d,b(".nc_socialPanel").css("cssText","width:"+a+"px!important;"),b(".nc_socialPanel").css({transform:"scale("+d+")","transform-origin":"left"})):"fullWidth"!=e&&d<1&&(a=c/d,b(".nc_socialPanel").css({transform:"scale("+d+")","transform-origin":e})),socialWarfarePlugin.activateHoverStates()})}function u(){var a=b('select[name="cttTheme"]');a.on("change",function(){var a=b('select[name="cttTheme"]').val();b(".swp_CTT").attr("class","swp_CTT").addClass(a)}),a.trigger("change")}function v(a,c){b(".registration-wrapper."+c).attr("registration",a),"pro"==c&&(b(".sw-admin-wrapper").attr("sw-registered",a),b(".sw-top-menu").attr("sw-registered",a))}function w(a,c){var d=!1,e={action:"swp_register_plugin",security:swpAdminOptionsData.registerNonce,activity:"register",name_key:a,item_id:c,license_key:b('input[name="'+a+'_license_key"]').val()};return o(),console.log(e),b.post(ajaxurl,e,function(b){console.log(b),b=JSON.parse(b),console.log(b),b.success?(v("1",a),d=!0):alert("Failure: "+b.data),p()}),d}function x(a,c){var d=!1,e={action:"swp_unregister_plugin",security:swpAdminOptionsData.registerNonce,activity:"unregister",name_key:a,item_id:c};return console.log(e),o(),b.post(ajaxurl,e,function(c){console.log(c),c=JSON.parse(c),c.success?(b('input[name="'+a+'_license_key"]').val(""),v("0",a),d=!0):alert("Failure: "+c.data),p()}),d}function y(){b(".register-plugin").on("click",function(){var a=b(this).attr("swp-addon"),c=b(this).attr("swp-item-id");return console.log(a),w(a,c),!1}),b(".unregister-plugin").on("click",function(){var a=b(this).attr("swp-addon"),c=b(this).attr("swp-item-id");return console.log(a),x(a,c),!1})}function z(){b(".sw-buttons-sort.sw-active").sortable({connectWith:".sw-buttons-sort.sw-inactive",update:function(){m()}}),b(".sw-buttons-sort.sw-inactive").sortable({connectWith:".sw-buttons-sort.sw-active",update:function(){m()}})}function A(){b(".sw-system-status").on("click",function(a){a.preventDefault?a.preventDefault():a.returnValue=!1,b(".system-status-wrapper").slideToggle(),d(b(".system-status-container").get(0))})}function B(){b(".sw-premium-blocker").tooltip({items:".sw-premium-blocker",content:"<i></i>Unlock this feature by registering your license.",position:{my:"center top",at:"center top"},tooltipClass:"sw-admin-hover-notice",open:function(a,c){if(void 0===a.originalEvent)return!1;var d=b(c.tooltip).attr("id");b("div.ui-tooltip").not("#"+d).remove()},close:function(a,c){c.tooltip.hover(function(){b(this).stop(!0).fadeTo(400,1)},function(){b(this).fadeOut("400",function(){b(this).remove()})})}})}function C(){var a;b(".swp_upload_image_button").click(function(c){c.preventDefault();var d=b(this).attr("for");if(a)return void a.open();a=wp.media.frames.file_frame=wp.media({title:"Choose Image",button:{text:"Choose Image"},multiple:!1}),a.on("select",function(){var c=a.state().get("selection").first().toJSON();b('input[name="'+d+'"').val(c.url)}),a.open()})}b(document).ready(function(){n(),l(),i(),j(),k(),s(),f(),u(),t(),y(),z(),A(),B(),C()})}(this,jQuery);
1
+ (function(n,h,j){function B(E){var D,F;if(document.body.createTextRange){D=document.body.createTextRange();D.moveToElementText(E);D.select()}else{if(n.getSelection){F=n.getSelection();D=document.createRange();D.selectNodeContents(E);F.removeAllRanges();F.addRange(D)}}}function r(){var D={};h("form.sw-admin-settings-form input, form.sw-admin-settings-form select").each(function(){var F=h(this);var E=F.attr("name");var G;if("checkbox"===F.attr("type")){G=F.prop("checked")}else{G=F.val()}D[E]=G});D.newOrderOfIcons={};h(".sw-active i").each(function(){var E=h(this).data("network");D.newOrderOfIcons[E]=E});return D}function d(){h("div[dep]").each(function(){var D=h(this).attr("dep");var E=h.parseJSON(h(this).attr("dep_val"));var F;if(h('[name="'+D+'"]').attr("type")=="checkbox"){F=h('[name="'+D+'"]').prop("checked")}else{F=h('[name="'+D+'"]').val()}if(h.inArray(F,E)!==-1&&h('[name="'+D+'"]').parent(".sw-grid").is(":visible")){h(this).show()}else{h(this).hide()}});if(o("floatStyleSource")==false&&(w("sideDColorSet")=="customColor"||w("sideDColorSet")=="ccOutlines"||w("sideIColorSet")=="customColor"||w("sideIColorSet")=="ccOutlines"||w("sideOColorSet")=="customColor"||w("sideOColorSet")=="ccOutlines")){h(".sideCustomColor_wrapper").slideDown()}else{h(".sideCustomColor_wrapper").slideUp()}}function w(D){return h('select[name="'+D+'"]').val()}function o(D){return h('[name="'+D+'"]').prop("checked")}function l(){var E=h(".sw-top-menu").offset();var D=h(".sw-top-menu").width();h(".sw-top-menu").css({position:"fixed",left:E.left,top:E.top,width:D});h(".sw-admin-wrapper").css("padding-top","75px")}function v(){h(".sw-tab-selector").on("click",function(E){E.preventDefault?E.preventDefault():(E.returnValue=false);h("html, body").animate({scrollTop:0},0);var D=h(this).attr("data-link");h(".sw-admin-tab").hide();h("#"+D).show();h(".sw-header-menu li").removeClass("sw-active-tab");h(this).parents("li").addClass("sw-active-tab");if("swp_styles"===D){socialWarfarePlugin.activateHoverStates()}d()})}function q(){h(".sw-checkbox-toggle").on("click",function(){var D=h(this).attr("status");var E=h(this).attr("field");if("on"===D){h(this).attr("status","off");h(E).prop("checked",false)}else{h(this).attr("status","on");h(E).prop("checked",true)}C();d()})}function b(){h("form.sw-admin-settings-form input, form.sw-admin-settings-form select").on("change",function(){d();socialWarfarePlugin.newOptions=r();C()});socialWarfarePlugin.defaultOptions=r()}function C(){socialWarfarePlugin.newOptions=r();if(JSON.stringify(socialWarfarePlugin.newOptions)!==JSON.stringify(socialWarfarePlugin.defaultOptions)){h(".sw-save-settings").removeClass("sw-navy-button").addClass("sw-red-button")}else{h(".sw-save-settings").removeClass("sw-red-button").addClass("sw-navy-button")}}function m(){h(".sw-save-settings").on("click",function(E){E.preventDefault?E.preventDefault():(E.returnValue=false);u();var D=r();console.log(D);var F={action:"swp_store_settings",security:swpAdminOptionsData.optionsNonce,settings:D};h.post(ajaxurl,F,function(G){i();console.log(h.parseJSON(G));socialWarfarePlugin.defaultOptions=r();C()})})}function u(){h("body").append('<div class="sw-loading-bg"><div class="sw-loading-message">Saving Changes</div></div>')}function i(){h(".sw-loading-message").html("Success!").removeClass("sw-loading-message").addClass("sw-loading-complete");h(".sw-loading-bg").delay(1000).fadeOut(1000);setTimeout(function(){h(".sw-loading-bg").remove()},2000)}function a(){var I=h('select[name="visualTheme"]').val();var F=h('select[name="dColorSet"]').val();var D=h('select[name="iColorSet"]').val();var G=h('select[name="oColorSet"]').val();h("style.swp_customColorStuff").remove();var E=h('input[name="customColor"]').val();var H="";if(F=="customColor"||D=="customColor"||G=="customColor"){H=".nc_socialPanel.swp_d_customColor a, html body .nc_socialPanel.swp_i_customColor .nc_tweetContainer:hover a, body .nc_socialPanel.swp_o_customColor:hover a {color:white} .nc_socialPanel.swp_d_customColor .nc_tweetContainer, html body .nc_socialPanel.swp_i_customColor .nc_tweetContainer:hover, body .nc_socialPanel.swp_o_customColor:hover .nc_tweetContainer {background-color:"+E+";border:1px solid "+E+";}"}if(F=="ccOutlines"||D=="ccOutlines"||G=="ccOutlines"){H=H+" .nc_socialPanel.swp_d_ccOutlines a, html body .nc_socialPanel.swp_i_ccOutlines .nc_tweetContainer:hover a, body .nc_socialPanel.swp_o_ccOutlines:hover a { color:"+E+"; } .nc_socialPanel.swp_d_ccOutlines .nc_tweetContainer, html body .nc_socialPanel.swp_i_ccOutlines .nc_tweetContainer:hover, body .nc_socialPanel.swp_o_ccOutlines:hover .nc_tweetContainer { background:transparent; border:1px solid "+E+"; }"}h("head").append('<style type="text/css" class="swp_customColorStuff">'+H+"</style>")}function x(){var I=h('select[name="visualTheme"]').val();var F=h('select[name="dColorSet"]').val();var D=h('select[name="iColorSet"]').val();var G=h('select[name="oColorSet"]').val();var H="swp_"+I+" swp_d_"+F+" swp_i_"+D+" swp_o_"+G;if("undefined"===typeof socialWarfarePlugin.lastClass){console.log("boom");socialWarfarePlugin.lastClass="swp_flatFresh swp_d_fullColor swp_i_fullColor swp_o_fullColor"}var H="swp_"+I+" swp_d_"+F+" swp_i_"+D+" swp_o_"+G;h(".nc_socialPanel").removeClass(socialWarfarePlugin.lastClass).addClass(H);socialWarfarePlugin.lastClass=H;var E=H;if(F=="customColor"||F=="ccOutlines"||D=="customColor"||D=="ccOutlines"||G=="customColor"||G=="ccOutlines"){h(".customColor_wrapper").slideDown();a()}else{h(".customColor_wrapper").slideUp()}}function z(){var F={flatFresh:{fullColor:"Full Color",lightGray:"Light Gray",mediumGray:"Medium Gray",darkGray:"Dark Gray",lgOutlines:"Light Gray Outlines",mdOutlines:"Medium Gray Outlines",dgOutlines:"Dark Gray Outlines",colorOutlines:"Color Outlines",customColor:"Custom Color",ccOutlines:"Custom Color Outlines"},leaf:{fullColor:"Full Color",lightGray:"Light Gray",mediumGray:"Medium Gray",darkGray:"Dark Gray",lgOutlines:"Light Gray Outlines",mdOutlines:"Medium Gray Outlines",dgOutlines:"Dark Gray Outlines",colorOutlines:"Color Outlines",customColor:"Custom Color",ccOutlines:"Custom Color Outlines"},pill:{fullColor:"Full Color",lightGray:"Light Gray",mediumGray:"Medium Gray",darkGray:"Dark Gray",lgOutlines:"Light Gray Outlines",mdOutlines:"Medium Gray Outlines",dgOutlines:"Dark Gray Outlines",colorOutlines:"Color Outlines",customColor:"Custom Color",ccOutlines:"Custom Color Outlines"},threeDee:{fullColor:"Full Color",lightGray:"Light Gray",mediumGray:"Medium Gray",darkGray:"Dark Gray"},connected:{fullColor:"Full Color",lightGray:"Light Gray",mediumGray:"Medium Gray",darkGray:"Dark Gray",lgOutlines:"Light Gray Outlines",mdOutlines:"Medium Gray Outlines",dgOutlines:"Dark Gray Outlines",colorOutlines:"Color Outlines",customColor:"Custom Color",ccOutlines:"Custom Color Outlines"},shift:{fullColor:"Full Color",lightGray:"Light Gray",mediumGray:"Medium Gray",darkGray:"Dark Gray",lgOutlines:"Light Gray Outlines",mdOutlines:"Medium Gray Outlines",dgOutlines:"Dark Gray Outlines",colorOutlines:"Color Outlines",customColor:"Custom Color",ccOutlines:"Custom Color Outlines"}};if(0===h('select[name="visualTheme"]').length){return}var H=h('select[name="visualTheme"]').val();var E=h('select[name="dColorSet"]').val();var D=h('select[name="iColorSet"]').val();var G=h('select[name="oColorSet"]').val();h('select[name="dColorSet"] option, select[name="iColorSet"] option, select[name="oColorSet"] option').remove();h.each(F[H],function(I,J){if(I===E){h('select[name="dColorSet"]').append('<option value="'+I+'" selected>'+J+"</option>")}else{h('select[name="dColorSet"]').append('<option value="'+I+'">'+J+"</option>")}if(I===D){h('select[name="iColorSet"]').append('<option value="'+I+'" selected>'+J+"</option>")}else{h('select[name="iColorSet"]').append('<option value="'+I+'">'+J+"</option>")}if(I===G){h('select[name="oColorSet"]').append('<option value="'+I+'" selected>'+J+"</option>")}else{h('select[name="oColorSet"]').append('<option value="'+I+'">'+J+"</option>")}if(E=="customColor"||E=="ccOutlines"||D=="customColor"||D=="ccOutlines"||G=="customColor"||G=="ccOutlines"){h(".customColor_wrapper").slideDown();a()}else{h(".customColor_wrapper").slideUp()}});h('select[name="dColorSet"], select[name="iColorSet"], select[name="oColorSet"]').on("change",x);h('select[name="visualTheme"]').on("change",function(){var R=h('select[name="visualTheme"]').val();var I=h('select[name="dColorSet"]').val();var K=h('select[name="iColorSet"]').val();var P=h('select[name="oColorSet"]').val();var M=0;var N=F[R];var O=N.hasOwnProperty(I);var L=N.hasOwnProperty(K);var J=N.hasOwnProperty(P);h('select[name="dColorSet"] option, select[name="iColorSet"] option, select[name="oColorSet"] option').remove();h.each(F[R],function(S,T){if(S===I||(O==false&&M==0)){h('select[name="dColorSet"]').append('<option value="'+S+'" selected>'+T+"</option>")}else{h('select[name="dColorSet"]').append('<option value="'+S+'">'+T+"</option>")}if(S===K||(L==false&&M==0)){h('select[name="iColorSet"]').append('<option value="'+S+'" selected>'+T+"</option>")}else{h('select[name="iColorSet"]').append('<option value="'+S+'">'+T+"</option>")}if(S===P||(J==false&&M==0)){h('select[name="oColorSet"]').append('<option value="'+S+'" selected>'+T+"</option>")}else{h('select[name="oColorSet"]').append('<option value="'+S+'">'+T+"</option>")}++M});if("undefined"===typeof socialWarfarePlugin.lastClass){console.log("boom");socialWarfarePlugin.lastClass="swp_flatFresh swp_d_fullColor swp_i_fullColor swp_o_fullColor"}var Q="swp_"+R+" swp_d_"+I+" swp_i_"+K+" swp_o_"+P;h(".nc_socialPanel").removeClass(socialWarfarePlugin.lastClass).addClass(Q);socialWarfarePlugin.lastClass=Q})}function A(){h('select[name="buttonSize"],select[name="buttonFloat"]').on("change",function(){h(".nc_socialPanel").css({width:"100%"});var D=h(".nc_socialPanel").width();var F=h('select[name="buttonSize"]').val();var G=h('select[name="buttonFloat"]').val();var E;if((G=="fullWidth"&&F!=1)||F>=1){E=D/F;h(".nc_socialPanel").css("cssText","width:"+E+"px!important;");h(".nc_socialPanel").css({transform:"scale("+F+")","transform-origin":"left"})}else{if(G!="fullWidth"&&F<1){E=D/F;h(".nc_socialPanel").css({transform:"scale("+F+")","transform-origin":G})}}socialWarfarePlugin.activateHoverStates()})}function p(){var D=h('select[name="cttTheme"]');D.on("change",function(){var E=h('select[name="cttTheme"]').val();h(".swp_CTT").attr("class","swp_CTT").addClass(E)});D.trigger("change")}function y(D,E){h(".registration-wrapper."+E).attr("registration",D);if("pro"==E){h(".sw-admin-wrapper").attr("sw-registered",D);h(".sw-top-menu").attr("sw-registered",D)}}function t(E,D){var G=false;var F={action:"swp_register_plugin",security:swpAdminOptionsData.registerNonce,activity:"register",name_key:E,item_id:D,license_key:h('input[name="'+E+'_license_key"]').val()};u();console.log(F);h.post(ajaxurl,F,function(H){console.log(H);H=JSON.parse(H);console.log(H);if(!H.success){alert("Failure: "+H.data)}else{y("1",E);G=true}i()});return G}function k(G,F){var E=false;var D={action:"swp_unregister_plugin",security:swpAdminOptionsData.registerNonce,activity:"unregister",name_key:G,item_id:F,};console.log(D);u();h.post(ajaxurl,D,function(H){console.log(H);H=JSON.parse(H);if(!H.success){alert("Failure: "+H.data)}else{h('input[name="'+G+'_license_key"]').val("");y("0",G);E=true}i()});return E}function e(){h(".register-plugin").on("click",function(){var E=h(this).attr("swp-addon");var D=h(this).attr("swp-item-id");console.log(E);t(E,D);return false});h(".unregister-plugin").on("click",function(){var E=h(this).attr("swp-addon");var D=h(this).attr("swp-item-id");console.log(E);k(E,D);return false})}function c(){h(".sw-buttons-sort.sw-active").sortable({connectWith:".sw-buttons-sort.sw-inactive",update:function(){C()}});h(".sw-buttons-sort.sw-inactive").sortable({connectWith:".sw-buttons-sort.sw-active",update:function(){C()}})}function f(){h(".sw-system-status").on("click",function(D){D.preventDefault?D.preventDefault():(D.returnValue=false);h(".system-status-wrapper").slideToggle();B(h(".system-status-container").get(0))})}function g(){h(".sw-premium-blocker").tooltip({items:".sw-premium-blocker",content:"<i></i>Unlock this feature by registering your license.",position:{my:"center top",at:"center top"},tooltipClass:"sw-admin-hover-notice",open:function(D,E){if(typeof(D.originalEvent)==="undefined"){return false}var F=h(E.tooltip).attr("id");h("div.ui-tooltip").not("#"+F).remove()},close:function(D,E){E.tooltip.hover(function(){h(this).stop(true).fadeTo(400,1)},function(){h(this).fadeOut("400",function(){h(this).remove()})})}})}function s(){var D;h(".swp_upload_image_button").click(function(F){F.preventDefault();var E=h(this).attr("for");if(D){D.open();return}D=wp.media.frames.file_frame=wp.media({title:"Choose Image",button:{text:"Choose Image"},multiple:false});D.on("select",function(){var G=D.state().get("selection").first().toJSON();h('input[name="'+E+'"').val(G.url)});D.open()})}h(document).ready(function(){m();b();l();v();q();z();d();p();A();e();c();f();g();s()})})(this,jQuery);
js/admin.js CHANGED
@@ -56,11 +56,10 @@ var socialWarfareAdmin = socialWarfareAdmin || {};
56
  }
57
 
58
  var remaining;
59
-
60
  if ( 'undefined' === typeof handle ) {
61
- remaining = 140 - socialWarfareAdmin.linkLength( smTwitter ) - linkSpace;
62
  } else {
63
- remaining = 140 - socialWarfareAdmin.linkLength( smTwitter ) - handle.length - linkSpace - 6;
64
  }
65
 
66
  if ( smTwitter.length > 0 && remaining >= 0 ) {
56
  }
57
 
58
  var remaining;
 
59
  if ( 'undefined' === typeof handle ) {
60
+ remaining = 280 - socialWarfareAdmin.linkLength( smTwitter ) - linkSpace;
61
  } else {
62
+ remaining = 280 - socialWarfareAdmin.linkLength( smTwitter ) - linkSpace - handle.length - 6;
63
  }
64
 
65
  if ( smTwitter.length > 0 && remaining >= 0 ) {
js/admin.min.js CHANGED
@@ -1 +1 @@
1
- var socialWarfareAdmin=socialWarfareAdmin||{};!function(a,b,c){"use strict";function d(){var a=b("#socialWarfare textarea#nc_ogTitle").val(),c=60-a.length;a.length>0&&c>=0?b("#socialWarfare .nc_ogTitleWrapper .swp_CountDown").removeClass("swp_red").addClass("swp_blue"):a.length>0&&c<0?b("#socialWarfare .nc_ogTitleWrapper .swp_CountDown").removeClass("swp_blue").addClass("swp_red"):b("#socialWarfare .nc_ogTitleWrapper .swp_CountDown").removeClass("swp_blue").removeClass("swp_red"),b("#socialWarfare .nc_ogTitleWrapper .counterNumber").html(c)}function e(){var a=b("#socialWarfare textarea#nc_ogDescription").val(),c=160-a.length;a.length>0&&c>=0?b("#socialWarfare .nc_ogDescriptionWrapper .swp_CountDown").removeClass("swp_red").addClass("swp_blue"):a.length>0&&c<0?b("#socialWarfare .nc_ogDescriptionWrapper .swp_CountDown").removeClass("swp_blue").addClass("swp_red"):b("#socialWarfare .nc_ogDescriptionWrapper .swp_CountDown").removeClass("swp_blue").removeClass("swp_red"),b("#socialWarfare .nc_ogDescriptionWrapper .counterNumber").html(c)}function f(){var a,c=b("#socialWarfare textarea#nc_customTweet").val(),d=b("#socialWarfare .twitterIDWrapper label").html();c.indexOf("http")>-1||c.indexOf("https")>-1?(a=0,b(".tweetLinkSection").css({"text-decoration":"line-through"})):(a=23,b(".tweetLinkSection").css({"text-decoration":"none"}));var e;e=void 0===d?140-socialWarfareAdmin.linkLength(c)-a:140-socialWarfareAdmin.linkLength(c)-d.length-a-6,c.length>0&&e>=0?b("#socialWarfare .nc_customTweetWrapper .swp_CountDown").removeClass("swp_red").addClass("swp_blue"):c.length>0&&e<0?b("#socialWarfare .nc_customTweetWrapper .swp_CountDown").removeClass("swp_blue").addClass("swp_red"):b("#socialWarfare .nc_customTweetWrapper .swp_CountDown").removeClass("swp_blue").removeClass("swp_red"),b("#socialWarfare .nc_customTweetWrapper .counterNumber").html(e)}socialWarfareAdmin.linkLength=function(a){for(var b="",c=0;c<23;c++)b+="o";return a.replace(/(http:\/\/[\S]*)/g,b).length},b(document).ready(function(){if(b("#socialWarfare.postbox").length){b("#socialWarfare #nc_ogTitle").parent().prepend('<div class="swp_CountDown"><span class="counterNumber">60</span> '+swp_localize_admin.swp_characters_remaining+"</div>"),b("#socialWarfare #nc_ogDescription").parent().prepend('<div class="swp_CountDown"><span class="counterNumber">150</span> '+swp_localize_admin.swp_characters_remaining+"</div>"),b("#socialWarfare #nc_customTweet").parent().prepend('<div class="swp_CountDown"><span class="counterNumber">118</span> '+swp_localize_admin.swp_characters_remaining+"</div>"),d(),b("#socialWarfare textarea#nc_ogTitle").on("input",function(){d()}),e(),b("#socialWarfare textarea#nc_ogDescription").on("input",function(){e()}),f(),b("#socialWarfare textarea#nc_customTweet").on("input",function(){f()});setInterval(function(){var a,c,d=b(".nc_ogImageWrapper ul.swpmb-media-list"),e=b(".nc_pinterestImageWrapper ul.swpmb-media-list");d.length&&d.is(":empty")?(a=d.width(),c=a*(9/16),d.css({height:c+"px"})):(c=d.find("img").height(),d.css({height:c+"px"}));var f,g;e.length&&e.is(":empty")?(f=e.width(),g=1.5*f,e.css({height:g+"px"})):(g=e.find("img").height(),e.css({height:g+"px"}))},1e3)}if(b(".swp_popular_post_options .showCount select").on("change",function(){b(this).val();b(".swp_popular_post_options .countLabel").slideDown("slow")}),b(".swp_popular_post_options .thumbnails select").on("change",function(){b(this).val();b(".swp_popular_post_options .thumb_size").slideDown("slow")}),b(".swp_popular_post_options .style select").on("change",function(){b(this).val();b(".swp_popular_post_options .custom_bg, .swp_popular_post_options .custom_link").slideDown("slow")}),b(".postbox#socialWarfare").length){"false"==b("#socialWarfare .registrationWrapper input").attr("id")&&(b(".postbox#socialWarfare").css({position:"relative",opacity:"0.3"}).append('<div class="sw-premium-blocker"></div>'),b("#socialWarfare .sw-premium-blocker").tooltip({items:"#socialWarfare .sw-premium-blocker",content:"<i></i>Unlock these features by registering your license.",position:{my:"center top",at:"center top"},tooltipClass:"sw-admin-hover-notice",open:function(a,c){if(void 0===a.originalEvent)return!1;var d=b(c.tooltip).attr("id");b("div.ui-tooltip").not("#"+d).remove()},close:function(a,c){c.tooltip.hover(function(){b(this).stop(!0).fadeTo(400,1)},function(){b(this).fadeOut("400",function(){b(this).remove()})})}}))}})}(0,jQuery);
1
+ var socialWarfareAdmin=socialWarfareAdmin||{};(function(c,d,f){socialWarfareAdmin.linkLength=function(g){var j="";for(var h=0;h<23;h++){j+="o"}return g.replace(/(http:\/\/[\S]*)/g,j).length};function b(){var g=d("#socialWarfare textarea#nc_ogTitle").val();var h=60-g.length;if(g.length>0&&h>=0){d("#socialWarfare .nc_ogTitleWrapper .swp_CountDown").removeClass("swp_red").addClass("swp_blue")}else{if(g.length>0&&h<0){d("#socialWarfare .nc_ogTitleWrapper .swp_CountDown").removeClass("swp_blue").addClass("swp_red")}else{d("#socialWarfare .nc_ogTitleWrapper .swp_CountDown").removeClass("swp_blue").removeClass("swp_red")}}d("#socialWarfare .nc_ogTitleWrapper .counterNumber").html(h)}function a(){var h=d("#socialWarfare textarea#nc_ogDescription").val();var g=160-h.length;if(h.length>0&&g>=0){d("#socialWarfare .nc_ogDescriptionWrapper .swp_CountDown").removeClass("swp_red").addClass("swp_blue")}else{if(h.length>0&&g<0){d("#socialWarfare .nc_ogDescriptionWrapper .swp_CountDown").removeClass("swp_blue").addClass("swp_red")}else{d("#socialWarfare .nc_ogDescriptionWrapper .swp_CountDown").removeClass("swp_blue").removeClass("swp_red")}}d("#socialWarfare .nc_ogDescriptionWrapper .counterNumber").html(g)}function e(){var h=d("#socialWarfare textarea#nc_customTweet").val();var j=d("#socialWarfare .twitterIDWrapper label").html();var i;if(h.indexOf("http")>-1||h.indexOf("https")>-1){i=0;d(".tweetLinkSection").css({"text-decoration":"line-through"})}else{i=23;d(".tweetLinkSection").css({"text-decoration":"none"})}var g;if("undefined"===typeof j){g=280-socialWarfareAdmin.linkLength(h)-i}else{g=280-socialWarfareAdmin.linkLength(h)-i-j.length-6}if(h.length>0&&g>=0){d("#socialWarfare .nc_customTweetWrapper .swp_CountDown").removeClass("swp_red").addClass("swp_blue")}else{if(h.length>0&&g<0){d("#socialWarfare .nc_customTweetWrapper .swp_CountDown").removeClass("swp_blue").addClass("swp_red")}else{d("#socialWarfare .nc_customTweetWrapper .swp_CountDown").removeClass("swp_blue").removeClass("swp_red")}}d("#socialWarfare .nc_customTweetWrapper .counterNumber").html(g)}d(document).ready(function(){if(d("#socialWarfare.postbox").length){d("#socialWarfare #nc_ogTitle").parent().prepend('<div class="swp_CountDown"><span class="counterNumber">60</span> '+swp_localize_admin.swp_characters_remaining+"</div>");d("#socialWarfare #nc_ogDescription").parent().prepend('<div class="swp_CountDown"><span class="counterNumber">150</span> '+swp_localize_admin.swp_characters_remaining+"</div>");d("#socialWarfare #nc_customTweet").parent().prepend('<div class="swp_CountDown"><span class="counterNumber">118</span> '+swp_localize_admin.swp_characters_remaining+"</div>");b();d("#socialWarfare textarea#nc_ogTitle").on("input",function(){b()});a();d("#socialWarfare textarea#nc_ogDescription").on("input",function(){a()});e();d("#socialWarfare textarea#nc_customTweet").on("input",function(){e()});var h=setInterval(function(){var l=d(".nc_ogImageWrapper ul.swpmb-media-list");var j=d(".nc_pinterestImageWrapper ul.swpmb-media-list");var n,m;if(l.length&&l.is(":empty")){n=l.width();m=n*(9/16);l.css({height:m+"px"})}else{m=l.find("img").height();l.css({height:m+"px"})}var i,k;if(j.length&&j.is(":empty")){i=j.width();k=i*(3/2);j.css({height:k+"px"})}else{k=j.find("img").height();j.css({height:k+"px"})}},1000)}d(".swp_popular_post_options .showCount select").on("change",function(){var i=d(this).val();if(i=true){d(".swp_popular_post_options .countLabel").slideDown("slow")}else{d(".swp_popular_post_options .countLabel").slideUp("slow")}});d(".swp_popular_post_options .thumbnails select").on("change",function(){var i=d(this).val();if(i=true){d(".swp_popular_post_options .thumb_size").slideDown("slow")}else{d(".swp_popular_post_options .thumb_size").slideUp("slow")}});d(".swp_popular_post_options .style select").on("change",function(){var i=d(this).val();if(i="custom"){d(".swp_popular_post_options .custom_bg, .swp_popular_post_options .custom_link").slideDown("slow")}else{d(".swp_popular_post_options .custom_bg, .swp_popular_post_options .custom_link").slideUp("slow")}});if(d(".postbox#socialWarfare").length){var g=d("#socialWarfare .registrationWrapper input").attr("id");if(g=="false"){d(".postbox#socialWarfare").css({position:"relative",opacity:"0.3"}).append('<div class="sw-premium-blocker"></div>');d("#socialWarfare .sw-premium-blocker").tooltip({items:"#socialWarfare .sw-premium-blocker",content:"<i></i>Unlock these features by registering your license.",position:{my:"center top",at:"center top"},tooltipClass:"sw-admin-hover-notice",open:function(i,j){if("undefined"===typeof(i.originalEvent)){return false}var k=d(j.tooltip).attr("id");d("div.ui-tooltip").not("#"+k).remove()},close:function(i,j){j.tooltip.hover(function(){d(this).stop(true).fadeTo(400,1)},function(){d(this).fadeOut("400",function(){d(this).remove()})})}})}}})})(this,jQuery);
js/script.js CHANGED
@@ -510,9 +510,9 @@ var socialWarfarePlugin = socialWarfarePlugin || {};
510
  }, 105 );
511
  }
512
 
513
- if( swp_isMobile.phone ) {
514
- $('.swp_whatsapp').addClass('mobile');
515
- }
516
 
517
  // Hide empty containers
518
  if( 1 === $('.swp-content-locator').parent().children().length ) {
510
  }, 105 );
511
  }
512
 
513
+ //if( swp_isMobile.phone ) {
514
+ // $('.swp_whatsapp').addClass('mobile');
515
+ //}
516
 
517
  // Hide empty containers
518
  if( 1 === $('.swp-content-locator').parent().children().length ) {
js/script.min.js CHANGED
@@ -1 +1,9 @@
1
- var socialWarfarePlugin=socialWarfarePlugin||{};!function(a,b){var c,d=a.socialWarfarePlugin;d.throttle=c=function(a,c,e,f){function g(){function d(){i=+new Date,e.apply(j,l)}function g(){h=b}var j=this,k=+new Date-i,l=arguments;f&&!h&&d(),h&&clearTimeout(h),f===b&&k>a?d():!0!==c&&(h=setTimeout(f?g:d,f===b?a-k:a))}var h,i=0;return"boolean"!=typeof c&&(f=e,e=c,c=b),d.guid&&(g.guid=e.guid=e.guid||d.guid++),g},d.debounce=function(a,d,e){return e===b?c(a,d,!1):c(a,e,!1!==d)}}(this),function(a,b,c){"use strict";function d(a){return parseInt(a,10)}function e(c){var d=b.Event(c);b(a).trigger(d)}function f(){b(".nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer:not(.swp_nohover) .iconFiller").removeAttr("style"),b(".nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer:not(.swp_nohover)").removeAttr("style")}function g(){b(".nc_wrapper").length&&b(".nc_wrapper").remove();var a=b(".nc_socialPanel").not('[data-float="float_ignore"]').first(),c=(b(".nc_socialPanel").index(a),a.attr("data-float")),d=a.attr("data-align");if(c){var e=b(".nc_socialPanel").attr("data-floatColor");b('<div class="nc_wrapper" style="background-color:'+e+'"></div>').appendTo("body");var f=a.attr("data-float");a.clone().appendTo(".nc_wrapper"),b(".nc_wrapper").hide().addClass("floatLeft"==f?"floatBottom":f);var g=a.outerWidth(!0),h=a.offset();b(".nc_socialPanel").last().addClass("nc_floater").css({width:g,left:"center"==d?0:h.left}),b(".nc_socialPanel .swp_count").css({transition:"padding .1s linear"}),b(".nc_socialPanel").eq(0).addClass("swp_one"),b(".nc_socialPanel").eq(2).addClass("swp_two"),b(".nc_socialPanel").eq(1).addClass("swp_three")}}function h(){var c=b(".nc_socialPanel"),d=c.not('[data-float="float_ignore"]').eq(0).attr("data-float"),f=b(a),g=f.height(),h=b(".nc_wrapper"),i=b(".nc_socialPanelSide").filter(":not(.mobile)"),j=(b(".nc_socialPanel").attr("data-position"),i.attr("data-screen-width")),k=c.eq(0).offset(),l=f.scrollTop();b(a).scrollTop();void 0===a.swpOffsets&&(a.swpOffsets={});var m=!1;if("floatLeft"==d){var n=b(".nc_socialPanelSide").attr("data-mobileFloat");b(".nc_socialPanel").not(".nc_socialPanelSide").length?(b(".nc_socialPanel").not(".nc_socialPanelSide, .nc_floater").each(function(){var a=b(this).offset(),c=b(this).height();a.top+c>l&&a.top<l+g&&(m=!0)}),k.left<100||b(a).width()<j?(m=!0,"bottom"==n&&(d="floatBottom")):m||(m=!1)):b(a).width()>j?m=!1:(m=!0,"bottom"==n&&(d="floatBottom"));var o=i.attr("data-transition");"slide"==o?1==m?i.css({left:"-100px"},200):i.css({left:"5px"}):"fade"==o&&(1==m?i.fadeOut(200):i.fadeIn(200))}if("floatBottom"==d||"floatTop"==d)if(m=!1,b(".nc_socialPanel").not(".nc_socialPanelSide, .nc_floater").each(function(){var a=b(this).offset(),c=b(this).height();a.top+c>l&&a.top<l+g&&(m=!0)}),m)h.hide(),"floatBottom"==d?b("body").animate({"padding-bottom":a.bodyPaddingBottom+"px"},0):"floatTop"==d&&b("body").animate({"padding-top":a.bodyPaddingTop+"px"},0);else{var p,q;h.show(),e("floating_bar_revealed"),"floatBottom"==d?(p=a.bodyPaddingBottom+50,b("body").animate({"padding-bottom":p+"px"},0)):"floatTop"==d&&(q=b(".nc_socialPanel").not(".nc_socialPanelSide, .nc_wrapper .nc_socialPanel").first().offset(),q.top>l+g&&(p=a.bodyPaddingTop+50,b("body").animate({"padding-top":p+"px"},0)))}}function i(){0!==b(".nc_socialPanel").length&&(g(),l.activateHoverStates(),k(),b(a).scrollTop(),b(a).scroll(l.throttle(50,function(){h()})),b(a).trigger("scroll"),b(".nc_socialPanel").css({opacity:1}))}function j(){var c={wrap:'<div class="sw-pinit" />',pageURL:document.URL},d=b.extend(c,d);b(".swp-content-locator").parent().find("img").each(function(){var c=b(this);if(!(c.outerHeight()<swpPinIt.minHeight||c.outerWidth()<swpPinIt.minWidth)){var e=!1;if(void 0!==swpPinIt.image_source?e=swpPinIt.image_source:c.data("media")?e=c.data("media"):b(this).attr("data-lazy-src")?e=b(this).attr("data-lazy-src"):c[0].src&&(e=c[0].src),!1!==e&&!c.hasClass("no_pin")){var f="";void 0!==swpPinIt.image_description?f=swpPinIt.image_description:c.attr("title")?f=c.attr("title"):c.attr("alt")&&(f=c.attr("alt"));var g="http://pinterest.com/pin/create/bookmarklet/?media="+encodeURI(e)+"&url="+encodeURI(d.pageURL)+"&is_video=false&description="+encodeURIComponent(f),h=c.attr("class"),i=c.attr("style");c.removeClass().attr("style","").wrap(d.wrap),c.after('<a href="'+g+'" class="sw-pinit-button sw-pinit-'+swpPinIt.vLocation+" sw-pinit-"+swpPinIt.hLocation+'">Save</a>'),c.parent(".sw-pinit").addClass(h).attr("style",i),b(".sw-pinit .sw-pinit-button").on("click",function(){if(a.open(b(this).attr("href"),"Pinterest","width=632,height=253,status=0,toolbar=0,menubar=0,location=1,scrollbars=1"),"function"==typeof ga&&!0===swpClickTracking){console.log("pin_image Button Clicked"),ga("send","event","social_media","swp_pin_image_share")}return!1})}}})}function k(){b(".nc_tweet, a.swp_CTT").off("click"),b(".nc_tweet, a.swp_CTT").on("click",function(c){if(b(this).hasClass("noPop"))return!1;if(console.log(b(this)),b(this).attr("data-link")){c.preventDefault?c.preventDefault():c.returnValue=!1;var d=b(this).attr("data-link");console.log(d);var e,f;if(d=d.replace("’","'"),b(this).hasClass("pinterest")||b(this).hasClass("buffer_link")||b(this).hasClass("flipboard")?(e=550,f=775):(e=270,f=500),a.open(d,"_blank","height="+e+",width="+f),"function"==typeof ga&&!0===swpClickTracking){if(b(this).hasClass("nc_tweet"))var g=b(this).parents(".nc_tweetContainer").attr("data-network");else if(b(this).hasClass("swp_CTT"))var g="ctt";console.log(g+" Button Clicked"),ga("send","event","social_media","swp_"+g+"_share")}return!1}})}var l=a.socialWarfarePlugin,m={};socialWarfarePlugin.fetchShares=function(){b.when(b.get("https://graph.facebook.com/?fields=og_object{likes.summary(true).limit(0)},share&id="+swp_post_url),swp_post_recovery_url?b.get("https://graph.facebook.com/?fields=og_object{likes.summary(true).limit(0)},share&id="+swp_post_recovery_url):"").then(function(a,c){if(void 0!==a[0].share){console.log(a);var e=d(a[0].share.share_count),f=d(a[0].share.comment_count);if(void 0!==a[0].og_object)var g=d(a[0].og_object.likes.summary.total_count);else var g=0;var h=e+f+g;if(swp_post_recovery_url){if(console.log(c),void 0!==c[0].share)var i=d(c[0].share.share_count),j=d(c[0].share.comment_count);else var i=0,j=0;if(void 0!==c[0].og_object)var k=d(c[0].og_object.likes.summary.total_count);else var k=0;var l=i+j+k;h!==l&&(h+=l)}m={action:"swp_facebook_shares_update",post_id:swp_post_id,activity:h},b.post(swp_admin_ajax,m,function(a){console.log("Facebook Shares Response: "+h)})}})},l.activateHoverStates=function(){e("pre_activate_buttons"),b(".nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer").on("mouseenter",function(){if(b(this).hasClass("swp_nohover"));else{console.log("fired"),f();var a=b(this).find(".swp_share").outerWidth(),c=b(this).find("i.sw").outerWidth(),d=b(this).width(),e=1+(a+35)/d;b(this).find(".iconFiller").width(a+c+25+"px"),b(this).css({flex:e+" 1 0%"})}}),b(".nc_socialPanel:not(.nc_socialPanelSide)").on("mouseleave",function(){f()})},b(a).on("load",function(){"undefined"!=typeof swpPinIt&&swpPinIt.enabled&&j()}),b(document).ready(function(){k(),i(),a.bodyPaddingTop=d(b("body").css("padding-top").replace("px","")),a.bodyPaddingBottom=d(b("body").css("padding-bottom").replace("px",""));var c=!1;if(b(".nc_socialPanel").hover(function(){c=!0},function(){c=!1}),b(a).resize(l.debounce(250,function(){b(".nc_socialPanel").length&&!1!==c||(a.swpAdjust=1,i())})),b(document.body).on("post-load",function(){i()}),0!==b(".nc_socialPanelSide").length){var e=b(".nc_socialPanelSide").height(),f=b(a).height(),g=d(f/2-e/2);setTimeout(function(){b(".nc_socialPanelSide").animate({top:g},0)},105)}swp_isMobile.phone&&b(".swp_whatsapp").addClass("mobile"),1===b(".swp-content-locator").parent().children().length&&b(".swp-content-locator").parent().hide()})}(this,jQuery),function(a){var b=/(?=.*\bAndroid\b)(?=.*\bMobile\b)/i,c=/(?=.*\bAndroid\b)(?=.*\bSD4930UR\b)/i,d=/(?=.*\bAndroid\b)(?=.*\b(?:KFOT|KFTT|KFJWI|KFJWA|KFSOWI|KFTHWI|KFTHWA|KFAPWI|KFAPWA|KFARWI|KFASWI|KFSAWI|KFSAWA)\b)/i,e=new RegExp("(?:Nexus 7|BNTV250|Kindle Fire|Silk|GT-P1000)","i"),f=function(a,b){return a.test(b)},g=function(a){var g=a||navigator.userAgent,h=g.split("[FBAN");if(void 0!==h[1]&&(g=h[0]),h=g.split("Twitter"),void 0!==h[1]&&(g=h[0]),this.apple={phone:f(/iPhone/i,g),ipod:f(/iPod/i,g),tablet:!f(/iPhone/i,g)&&f(/iPad/i,g),device:f(/iPhone/i,g)||f(/iPod/i,g)||f(/iPad/i,g)},this.amazon={phone:f(c,g),tablet:!f(c,g)&&f(d,g),device:f(c,g)||f(d,g)},this.android={phone:f(c,g)||f(b,g),tablet:!f(c,g)&&!f(b,g)&&(f(d,g)||f(/Android/i,g)),device:f(c,g)||f(d,g)||f(b,g)||f(/Android/i,g)},this.windows={phone:f(/Windows Phone/i,g),tablet:f(/(?=.*\bWindows\b)(?=.*\bARM\b)/i,g),device:f(/Windows Phone/i,g)||f(/(?=.*\bWindows\b)(?=.*\bARM\b)/i,g)},this.other={blackberry:f(/BlackBerry/i,g),blackberry10:f(/BB10/i,g),opera:f(/Opera Mini/i,g),firefox:f(/(?=.*\bFirefox\b)(?=.*\bMobile\b)/i,g),chrome:f(/(CriOS|Chrome)(?=.*\bMobile\b)/i,g),device:f(/BlackBerry/i,g)||f(/BB10/i,g)||f(/Opera Mini/i,g)||f(/(?=.*\bFirefox\b)(?=.*\bMobile\b)/i,g)||f(/(CriOS|Chrome)(?=.*\bMobile\b)/i,g)},this.seven_inch=f(e,g),this.any=this.apple.device||this.android.device||this.windows.device||this.other.device||this.seven_inch,this.phone=this.apple.phone||this.android.phone||this.windows.phone,this.tablet=this.apple.tablet||this.android.tablet||this.windows.tablet,"undefined"==typeof window)return this},h=function(){var a=new g;return a.Class=g,a};"undefined"!=typeof module&&module.exports&&"undefined"==typeof window?module.exports=g:"undefined"!=typeof module&&module.exports&&"undefined"!=typeof window?module.exports=h():"function"==typeof define&&define.amd?define("swp_isMobile",[],a.swp_isMobile=h()):a.swp_isMobile=h()}(this);
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * jQuery throttle / debounce - v1.1 - 3/7/2010
3
+ * http://benalman.com/projects/jquery-throttle-debounce-plugin/
4
+ *
5
+ * Copyright (c) 2010 "Cowboy" Ben Alman
6
+ * Dual licensed under the MIT and GPL licenses.
7
+ * http://benalman.com/about/license/
8
+ */
9
+ var socialWarfarePlugin=socialWarfarePlugin||{};(function(c,d){var b;var a=c.socialWarfarePlugin;a.throttle=b=function(g,f,k,h){var i,e=0;if(typeof f!=="boolean"){h=k;k=f;f=d}function j(){var p=this,n=+new Date()-e,o=arguments;function m(){e=+new Date();k.apply(p,o)}function l(){i=d}if(h&&!i){m()}i&&clearTimeout(i);if(h===d&&n>g){m()}else{if(f!==true){i=setTimeout(h?l:m,h===d?g-n:g)}}}if(a.guid){j.guid=k.guid=k.guid||a.guid++}return j};a.debounce=function(e,f,g){return g===d?b(e,f,false):b(e,g,f!==false)}})(this);(function(h,g,d){var i=h.socialWarfarePlugin;function j(n){return parseInt(n,10)}function a(o){var n=g.Event(o);g(h).trigger(n)}var l={};socialWarfarePlugin.fetchShares=function(){g.when(g.get("https://graph.facebook.com/?fields=og_object{likes.summary(true).limit(0)},share&id="+swp_post_url),(swp_post_recovery_url?g.get("https://graph.facebook.com/?fields=og_object{likes.summary(true).limit(0)},share&id="+swp_post_recovery_url):"")).then(function(w,v){if("undefined"!==typeof w[0].share){console.log(w);var u=j(w[0].share.share_count);var t=j(w[0].share.comment_count);if("undefined"!==typeof w[0].og_object){var s=j(w[0].og_object.likes.summary.total_count)}else{var s=0}var n=u+t+s;if(swp_post_recovery_url){console.log(v);if(typeof v[0].share!=="undefined"){var r=j(v[0].share.share_count);var q=j(v[0].share.comment_count)}else{var r=0,q=0}if(typeof v[0].og_object!=="undefined"){var o=j(v[0].og_object.likes.summary.total_count)}else{var o=0}var p=r+q+o;if(n!==p){n=n+p}}l={action:"swp_facebook_shares_update",post_id:swp_post_id,activity:n};g.post(swp_admin_ajax,l,function(x){console.log("Facebook Shares Response: "+n)})}})};i.activateHoverStates=function(){a("pre_activate_buttons");g(".nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer").on("mouseenter",function(){if(g(this).hasClass("swp_nohover")){}else{console.log("fired");k();var p=g(this).find(".swp_share").outerWidth();var o=g(this).find("i.sw").outerWidth();var q=g(this).width();var n=1+((p+35)/q);g(this).find(".iconFiller").width(p+o+25+"px");g(this).css({flex:n+" 1 0%"})}});g(".nc_socialPanel:not(.nc_socialPanelSide)").on("mouseleave",function(){k()})};function k(){g(".nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer:not(.swp_nohover) .iconFiller").removeAttr("style");g(".nc_socialPanel:not(.nc_socialPanelSide) .nc_tweetContainer:not(.swp_nohover)").removeAttr("style")}function f(){if(g(".nc_wrapper").length){g(".nc_wrapper").remove()}var q=g(".nc_socialPanel").not('[data-float="float_ignore"]').first();var p=g(".nc_socialPanel").index(q);var t=q.attr("data-float");var u=q.attr("data-align");if(t){var o=g(".nc_socialPanel").attr("data-floatColor");g('<div class="nc_wrapper" style="background-color:'+o+'"></div>').appendTo("body");var n=q.attr("data-float");q.clone().appendTo(".nc_wrapper");g(".nc_wrapper").hide().addClass((n=="floatLeft"?"floatBottom":n));var r=q.outerWidth(true);var s=q.offset();g(".nc_socialPanel").last().addClass("nc_floater").css({width:r,left:(u=="center"?0:s.left)});g(".nc_socialPanel .swp_count").css({transition:"padding .1s linear"});g(".nc_socialPanel").eq(0).addClass("swp_one");g(".nc_socialPanel").eq(2).addClass("swp_two");g(".nc_socialPanel").eq(1).addClass("swp_three")}}function e(){var u=g(".nc_socialPanel");var C=u.not('[data-float="float_ignore"]').eq(0).attr("data-float");var y=g(h);var n=y.height();var w=g(".nc_wrapper");var r=g(".nc_socialPanelSide").filter(":not(.mobile)");var s=g(".nc_socialPanel").attr("data-position");var o=r.attr("data-screen-width");var A=u.eq(0).offset();var p=y.scrollTop();var B=g(h).scrollTop();if(typeof h.swpOffsets=="undefined"){h.swpOffsets={}}var q=false;if(C=="floatLeft"){var x=g(".nc_socialPanelSide").attr("data-mobileFloat");if(g(".nc_socialPanel").not(".nc_socialPanelSide").length){g(".nc_socialPanel").not(".nc_socialPanelSide, .nc_floater").each(function(){var D=g(this).offset();var E=g(this).height();if(D.top+E>p&&D.top<p+n){q=true}});if(A.left<100||g(h).width()<o){q=true;if(x=="bottom"){C="floatBottom"}}else{if(q){q==true}else{q=false}}}else{if(g(h).width()>o){q=false}else{q=true;if(x=="bottom"){C="floatBottom"}}}var v=r.attr("data-transition");if(v=="slide"){if(q==true){r.css({left:"-100px"},200)}else{r.css({left:"5px"})}}else{if(v=="fade"){if(q==true){r.fadeOut(200)}else{r.fadeIn(200)}}}}if(C=="floatBottom"||C=="floatTop"){q=false;g(".nc_socialPanel").not(".nc_socialPanelSide, .nc_floater").each(function(){var D=g(this).offset();var E=g(this).height();if(D.top+E>p&&D.top<p+n){q=true}});if(q){w.hide();if(C=="floatBottom"){g("body").animate({"padding-bottom":h.bodyPaddingBottom+"px"},0)}else{if(C=="floatTop"){g("body").animate({"padding-top":h.bodyPaddingTop+"px"},0)}}}else{var z,t;w.show();a("floating_bar_revealed");if(C=="floatBottom"){z=h.bodyPaddingBottom+50;g("body").animate({"padding-bottom":z+"px"},0)}else{if(C=="floatTop"){t=g(".nc_socialPanel").not(".nc_socialPanelSide, .nc_wrapper .nc_socialPanel").first().offset();if(t.top>p+n){z=h.bodyPaddingTop+50;g("body").animate({"padding-top":z+"px"},0)}}}}}}function m(){if(0!==g(".nc_socialPanel").length){f();i.activateHoverStates();c();g(h).scrollTop();g(h).scroll(i.throttle(50,function(){e()}));g(h).trigger("scroll");g(".nc_socialPanel").css({opacity:1})}}function b(){var o={wrap:'<div class="sw-pinit" />',pageURL:document.URL};var n=g.extend(o,n);g(".swp-content-locator").parent().find("img").each(function(){var r=g(this);if(r.outerHeight()<swpPinIt.minHeight||r.outerWidth()<swpPinIt.minWidth){return}var s=false;if("undefined"!==typeof swpPinIt.image_source){s=swpPinIt.image_source}else{if(r.data("media")){s=r.data("media")}else{if(g(this).attr("data-lazy-src")){s=g(this).attr("data-lazy-src")}else{if(r[0].src){s=r[0].src}}}}if(false===s){return}if(r.hasClass("no_pin")){return}var u="";if("undefined"!==typeof swpPinIt.image_description){u=swpPinIt.image_description}else{if(r.attr("title")){u=r.attr("title")}else{if(r.attr("alt")){u=r.attr("alt")}}}var q="http://pinterest.com/pin/create/bookmarklet/?media="+encodeURI(s)+"&url="+encodeURI(n.pageURL)+"&is_video=false&description="+encodeURIComponent(u);var t=r.attr("class");var p=r.attr("style");r.removeClass().attr("style","").wrap(n.wrap);r.after('<a href="'+q+'" class="sw-pinit-button sw-pinit-'+swpPinIt.vLocation+" sw-pinit-"+swpPinIt.hLocation+'">Save</a>');r.parent(".sw-pinit").addClass(t).attr("style",p);g(".sw-pinit .sw-pinit-button").on("click",function(){h.open(g(this).attr("href"),"Pinterest","width=632,height=253,status=0,toolbar=0,menubar=0,location=1,scrollbars=1");if(typeof ga=="function"&&true===swpClickTracking){var v="pin_image";console.log(v+" Button Clicked");ga("send","event","social_media","swp_"+v+"_share")}return false})})}function c(){g(".nc_tweet, a.swp_CTT").off("click");g(".nc_tweet, a.swp_CTT").on("click",function(s){if(g(this).hasClass("noPop")){return false}console.log(g(this));if(g(this).attr("data-link")){s.preventDefault?s.preventDefault():(s.returnValue=false);var p=g(this).attr("data-link");console.log(p);var o,q,n;p=p.replace("’","'");if(g(this).hasClass("pinterest")||g(this).hasClass("buffer_link")||g(this).hasClass("flipboard")){o=550;q=775}else{o=270;q=500}n=h.open(p,"_blank","height="+o+",width="+q);if(typeof ga=="function"&&true===swpClickTracking){if(g(this).hasClass("nc_tweet")){var r=g(this).parents(".nc_tweetContainer").attr("data-network")}else{if(g(this).hasClass("swp_CTT")){var r="ctt"}}console.log(r+" Button Clicked");ga("send","event","social_media","swp_"+r+"_share")}return false}})}g(h).on("load",function(){if("undefined"!==typeof swpPinIt&&swpPinIt.enabled){b()}});g(document).ready(function(){c();m();h.bodyPaddingTop=j(g("body").css("padding-top").replace("px",""));h.bodyPaddingBottom=j(g("body").css("padding-bottom").replace("px",""));var p=false;g(".nc_socialPanel").hover(function(){p=true},function(){p=false});g(h).resize(i.debounce(250,function(){if(g(".nc_socialPanel").length&&false!==p){}else{h.swpAdjust=1;m()}}));g(document.body).on("post-load",function(){m()});if(0!==g(".nc_socialPanelSide").length){var n=g(".nc_socialPanelSide").height();var q=g(h).height();var o=j((q/2)-(n/2));setTimeout(function(){g(".nc_socialPanelSide").animate({top:o},0)},105)}if(1===g(".swp-content-locator").parent().children().length){g(".swp-content-locator").parent().hide()}})})(this,jQuery);(function(k){var b=/iPhone/i,m=/iPod/i,j=/iPad/i,o=/(?=.*\bAndroid\b)(?=.*\bMobile\b)/i,p=/Android/i,l=/(?=.*\bAndroid\b)(?=.*\bSD4930UR\b)/i,h=/(?=.*\bAndroid\b)(?=.*\b(?:KFOT|KFTT|KFJWI|KFJWA|KFSOWI|KFTHWI|KFTHWA|KFAPWI|KFAPWA|KFARWI|KFASWI|KFSAWI|KFSAWA)\b)/i,g=/Windows Phone/i,q=/(?=.*\bWindows\b)(?=.*\bARM\b)/i,n=/BlackBerry/i,a=/BB10/i,c=/Opera Mini/i,d=/(CriOS|Chrome)(?=.*\bMobile\b)/i,s=/(?=.*\bFirefox\b)(?=.*\bMobile\b)/i,i=new RegExp("(?:Nexus 7|BNTV250|Kindle Fire|Silk|GT-P1000)","i");var f=function(t,u){return t.test(u)};var e=function(v){var u=v||navigator.userAgent;var t=u.split("[FBAN");if(typeof t[1]!=="undefined"){u=t[0]}t=u.split("Twitter");if(typeof t[1]!=="undefined"){u=t[0]}this.apple={phone:f(b,u),ipod:f(m,u),tablet:!f(b,u)&&f(j,u),device:f(b,u)||f(m,u)||f(j,u)};this.amazon={phone:f(l,u),tablet:!f(l,u)&&f(h,u),device:f(l,u)||f(h,u)};this.android={phone:f(l,u)||f(o,u),tablet:!f(l,u)&&!f(o,u)&&(f(h,u)||f(p,u)),device:f(l,u)||f(h,u)||f(o,u)||f(p,u)};this.windows={phone:f(g,u),tablet:f(q,u),device:f(g,u)||f(q,u)};this.other={blackberry:f(n,u),blackberry10:f(a,u),opera:f(c,u),firefox:f(s,u),chrome:f(d,u),device:f(n,u)||f(a,u)||f(c,u)||f(s,u)||f(d,u)};this.seven_inch=f(i,u);this.any=this.apple.device||this.android.device||this.windows.device||this.other.device||this.seven_inch;this.phone=this.apple.phone||this.android.phone||this.windows.phone;this.tablet=this.apple.tablet||this.android.tablet||this.windows.tablet;if(typeof window==="undefined"){return this}};var r=function(){var t=new e();t.Class=e;return t};if(typeof module!=="undefined"&&module.exports&&typeof window==="undefined"){module.exports=e}else{if(typeof module!=="undefined"&&module.exports&&typeof window!=="undefined"){module.exports=r()}else{if(typeof define==="function"&&define.amd){define("swp_isMobile",[],k.swp_isMobile=r())}else{k.swp_isMobile=r()}}}})(this);
js/sw-shortcode-generator.min.js CHANGED
@@ -1 +1 @@
1
- !function(){tinymce.PluginManager.add("swp_shortcode_generator",function(a,b){a.addButton("swp_shortcode_generator",{title:"Social Warfare Buttons",icon:"sw sw sw-social-warfare",onclick:function(){a.windowManager.open({title:"Insert Social Warfare Buttons",body:[{type:"listbox",name:"reflection",label:"Should the buttons reflect this post or another one?",values:[{text:"This Post",value:"default"},{text:"A Different Post",value:"alt"}],onselect:function(a){"alt"==this.value()?jQuery(".mce-postid").parent().parent().slideDown():jQuery(".mce-postid").parent().parent().slideUp()}},{type:"textbox",multiline:!1,name:"postID",classes:"postid",label:"The ID of the post or page to reflect:"},{type:"textbox",multiline:!1,name:"buttons",classes:"buttons",label:"Buttons to Include:"},{type:"label",name:"someHelpText",onPostRender:function(){this.getEl().innerHTML='<span style="float:right;">Comma separated list of social network (e.g. "Facebook,Twitter,Total"). Leave blank to use site-wide defaults.</span>'},text:""}],onPostRender:function(){jQuery(".mce-postid").parent().parent().slideUp(),jQuery(".mce-title").prepend('<i class="sw sw-social-warfare"></i>')},onsubmit:function(b){if("alt"==b.data.reflection&&""!=b.data.postID)var c=' post_id="'+b.data.postID+'"';else var c="";if(""!=b.data.buttons)var d=' buttons="'+b.data.buttons+'"';else var d="";a.insertContent("[social_warfare"+c+d+"]")}})}})})}();
1
+ (function(){tinymce.PluginManager.add("swp_shortcode_generator",function(b,a){b.addButton("swp_shortcode_generator",{title:"Social Warfare Buttons",icon:"sw sw sw-social-warfare",onclick:function(){b.windowManager.open({title:"Insert Social Warfare Buttons",body:[{type:"listbox",name:"reflection",label:"Should the buttons reflect this post or another one?",values:[{text:"This Post",value:"default"},{text:"A Different Post",value:"alt"}],onselect:function(c){if(this.value()=="alt"){jQuery(".mce-postid").parent().parent().slideDown()}else{jQuery(".mce-postid").parent().parent().slideUp()}}},{type:"textbox",multiline:false,name:"postID",classes:"postid",label:"The ID of the post or page to reflect:"},{type:"textbox",multiline:false,name:"buttons",classes:"buttons",label:"Buttons to Include:"},{type:"label",name:"someHelpText",onPostRender:function(){this.getEl().innerHTML='<span style="float:right;">Comma separated list of social network (e.g. "Facebook,Twitter,Total"). Leave blank to use site-wide defaults.</span>'},text:""}],onPostRender:function(){jQuery(".mce-postid").parent().parent().slideUp();jQuery(".mce-title").prepend('<i class="sw sw-social-warfare"></i>')},onsubmit:function(d){if(d.data.reflection=="alt"&&d.data.postID!=""){var f=' post_id="'+d.data.postID+'"'}else{var f=""}if(d.data.buttons!=""){var c=' buttons="'+d.data.buttons+'"'}else{var c=""}b.insertContent("[social_warfare"+f+""+c+"]")}})}})})})();
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: holas84, dustinwstout, webinator, warfareplugins, nutsandboltsmedia
3
  Tags: sharing buttons, social media share, floating share buttons, facebook share, google plus share, linkedin share, pin it, pinterest save, stumbleupon button, tweet button, twitter share, click to tweet
4
  Requires at least: 3.5.1
5
- Tested up to: 4.8
6
- Stable tag: 2.3.3
7
  License: GNU General Public License v2.0 or later
8
 
9
  The most beautiful, lightning fast social media sharing buttons built to boost shares and drive more traffic without slowing down your site.
@@ -193,6 +193,24 @@ We have a growing archive of <a href="https://warfareplugins.com/support/" rel="
193
 
194
  == Changelog ==
195
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
196
  = 2.3.3 (27 SEP 2017) =
197
 
198
  * Added "OpenShareCount.com" as an alternative source for Twitter share counts.
2
  Contributors: holas84, dustinwstout, webinator, warfareplugins, nutsandboltsmedia
3
  Tags: sharing buttons, social media share, floating share buttons, facebook share, google plus share, linkedin share, pin it, pinterest save, stumbleupon button, tweet button, twitter share, click to tweet
4
  Requires at least: 3.5.1
5
+ Tested up to: 4.9
6
+ Stable tag: 2.3.5
7
  License: GNU General Public License v2.0 or later
8
 
9
  The most beautiful, lightning fast social media sharing buttons built to boost shares and drive more traffic without slowing down your site.
193
 
194
  == Changelog ==
195
 
196
+
197
+ = 2.3.5 (12 JAN 2017) =
198
+
199
+ * Changed the Twitter counter from 140 characters to 280 characters
200
+ * Changed the WhatsApp button to also appear on desktop since their are now desktop apps for it.
201
+ * Added a hook to change the location of the menu link in the dashboard.
202
+ * Adjusted a filter to stop nonce's from being cached with certain caching plugins.
203
+ * Add filter for adjusting the share recovery URL especially on development sites.
204
+ * Refined the pin image hover button layout.
205
+ * Adjust the radius on the "Leaf on the Wind" layout's CSS.
206
+ * Force text-transform to none on icons so that the icons do not show up as text.
207
+ * Only output the cache trigger on published posts.
208
+ * Adjust the DOM loaded event to use native JS rather than jQuery.
209
+ * Various CSS and minor bugfixes.
210
+ * Update to block shortlinks on attachments
211
+ * Change the counter error message on the CTT generator.
212
+ * Fixed a CSS conflict with UI Tabs
213
+
214
  = 2.3.3 (27 SEP 2017) =
215
 
216
  * Added "OpenShareCount.com" as an alternative source for Twitter share counts.
social-warfare.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Social Warfare
4
  * Plugin URI: http://warfareplugins.com
5
  * Description: A plugin to maximize social shares and drive more traffic using the fastest and most intelligent share buttons on the market, calls to action via in-post click-to-tweets, popular posts widgets based on share popularity, link-shortening, Google Analytics and much, much more!
6
- * Version: 2.3.3
7
  * Author: Warfare Plugins
8
  * Author URI: http://warfareplugins.com
9
  * Text Domain: social-warfare
@@ -15,7 +15,7 @@ defined( 'WPINC' ) || die;
15
  * Define plugin constants for use throughout the plugin (Version and Directories)
16
  *
17
  */
18
- define( 'SWP_VERSION' , '2.3.3' );
19
  define( 'SWP_PLUGIN_FILE', __FILE__ );
20
  define( 'SWP_PLUGIN_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) );
21
  define( 'SWP_PLUGIN_DIR', dirname( __FILE__ ) );
3
  * Plugin Name: Social Warfare
4
  * Plugin URI: http://warfareplugins.com
5
  * Description: A plugin to maximize social shares and drive more traffic using the fastest and most intelligent share buttons on the market, calls to action via in-post click-to-tweets, popular posts widgets based on share popularity, link-shortening, Google Analytics and much, much more!
6
+ * Version: 2.3.5
7
  * Author: Warfare Plugins
8
  * Author URI: http://warfareplugins.com
9
  * Text Domain: social-warfare
15
  * Define plugin constants for use throughout the plugin (Version and Directories)
16
  *
17
  */
18
+ define( 'SWP_VERSION' , '2.3.5' );
19
  define( 'SWP_PLUGIN_FILE', __FILE__ );
20
  define( 'SWP_PLUGIN_URL', untrailingslashit( plugin_dir_url( __FILE__ ) ) );
21
  define( 'SWP_PLUGIN_DIR', dirname( __FILE__ ) );