/* sharing.css */

/* 1   */ /**
/* 2   *|  * Sharedaddy Base Styles
/* 3   *|  * 
/* 4   *|  * Contains styles for modules, containers, buttons
/* 5   *|  */
/* 6   */ 
/* 7   */ 
/* 8   */ /* Master container */
/* 9   */ #jp-post-flair {
/* 10  */ 	padding-top: .5em;
/* 11  */ }
/* 12  */ 
/* 13  */ 
/* 14  */ /* Overall Sharedaddy block title */
/* 15  */ div.sharedaddy,
/* 16  */ #content div.sharedaddy,
/* 17  */ #main div.sharedaddy {
/* 18  */ 	clear: both;
/* 19  */ }
/* 20  */ 
/* 21  */ div.sharedaddy h3.sd-title {
/* 22  */ 	margin: 0 0 1em 0;
/* 23  */ 	display: inline-block;
/* 24  */ 	line-height: 1.2;
/* 25  */ 	font-size: 9pt;
/* 26  */ 	font-weight: bold;
/* 27  */ }
/* 28  */ 
/* 29  */ div.sharedaddy h3.sd-title:before {
/* 30  */ 	content: "";
/* 31  */ 	display: block;
/* 32  */ 	width: 100%;
/* 33  */ 	min-width: 30px;
/* 34  */ 	border-top: 1px solid #ddd;
/* 35  */ 	margin-bottom: 1em;
/* 36  */ }
/* 37  */ 
/* 38  */ body.highlander-light h3.sd-title:before {
/* 39  */ 	border-top: 1px solid rgba(0,0,0,.2);
/* 40  */ }
/* 41  */ 
/* 42  */ body.highlander-dark h3.sd-title:before {
/* 43  */ 	border-top: 1px solid rgba(255,255,255,.4);
/* 44  */ }
/* 45  */ 
/* 46  */ 
/* 47  */ /* Sharing services list */
/* 48  */ .sd-content ul {
/* 49  */ 	padding: 0 !important;
/* 50  */ 	margin: 0 0 .7em 0 !important;

/* sharing.css */

/* 51  */ 	list-style: none !important;
/* 52  */ }
/* 53  */ 
/* 54  */ .sd-content ul li {
/* 55  */ 	display: inline;
/* 56  */ }
/* 57  */ 
/* 58  */ .sd-block.sd-gplus {
/* 59  */ 	margin: 0 0 .5em 0;
/* 60  */ }
/* 61  */ 
/* 62  */ .sd-gplus .sd-content {
/* 63  */ 	font-size: 12px;
/* 64  */ }
/* 65  */ 
/* 66  */ 
/* 67  */ /* Buttons */
/* 68  */ .sd-social-icon .sd-content ul li a.sd-button,
/* 69  */ .sd-social-text .sd-content ul li a.sd-button,
/* 70  */ .sd-content ul li a.sd-button,
/* 71  */ .sd-content ul li .option a.share-ustom,	/* Ugh. */
/* 72  */ .sd-content ul li.preview-item div.option.option-smart-off a,
/* 73  */ .sd-content ul li.advanced a.share-more,
/* 74  */ .sd-social-icon-text .sd-content ul li a.sd-button,
/* 75  */ .sd-social-official .sd-content>ul>li>a.sd-button,
/* 76  */ #sharing_email .sharing_send,
/* 77  */ .sd-social-official .sd-content>ul>li .digg_button >a {		/* official Digg button no longer works, needs cleaning */
/* 78  */ 	text-decoration: none !important;
/* 79  */ 	display: inline-block;
/* 80  */ 	margin: 0 5px 5px 0;
/* 81  */ 	font-size: 12px;
/* 82  */ 	font-family: "Open Sans", sans-serif;
/* 83  */ 	font-weight: normal;
/* 84  */ 	border-radius: 3px;
/* 85  */ 	color: #777 !important;
/* 86  */ 	background: #f8f8f8;
/* 87  */ 	border: 1px solid #cccccc;
/* 88  */ 	box-shadow: 0 1px 0 rgba(0,0,0,.08);
/* 89  */ 	text-shadow: none;
/* 90  */ 	line-height: 23px;
/* 91  */ 	padding: 1px 8px 0px 5px;
/* 92  */ }
/* 93  */ 
/* 94  */ .sd-social-text .sd-content ul li a.sd-button span,
/* 95  */ .sd-content ul li a.sd-button>span,
/* 96  */ .sd-content ul li .option a.share-ustom span,	/* Ugh. */
/* 97  */ .sd-content ul li.preview-item div.option.option-smart-off a span,
/* 98  */ .sd-content ul li.advanced a.share-more span,
/* 99  */ .sd-social-icon-text .sd-content ul li a.sd-button>span,
/* 100 */ .sd-social-official .sd-content>ul>li>a.sd-button span,

/* sharing.css */

/* 101 */ .sd-social-official .sd-content>ul>li .digg_button >a span {		/* official Digg button no longer works, needs cleaning */
/* 102 */ 	line-height: 23px;
/* 103 */ }
/* 104 */ 
/* 105 */ 
/* 106 */ 
/* 107 */ /* Our gray buttons should be smaller when seen with the official ones */
/* 108 */ .sd-social-official .sd-content>ul>li>a.sd-button,
/* 109 */ .sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,
/* 110 */ .sd-social-official .sd-content>ul>li .digg_button>a,
/* 111 */ .sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a {
/* 112 */ 	line-height: 17px;
/* 113 */ 	box-shadow: none; /* No shadow on gray buttons between the official ones */
/* 114 */ 	vertical-align: top;
/* 115 */ }
/* 116 */ 
/* 117 */ .sd-social-official .sd-content>ul>li>a.sd-button:before,
/* 118 */ .sd-social-official .sd-content>ul>li .digg_button>a:before,
/* 119 */ .sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,
/* 120 */ .sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before {
/* 121 */ 	margin-bottom: -1px;
/* 122 */ 	top: 0;
/* 123 */ }
/* 124 */ 
/* 125 */ .sd-social-icon .sd-content ul li a.sd-button:hover,
/* 126 */ .sd-social-icon .sd-content ul li a.sd-button:active,
/* 127 */ .sd-social-text .sd-content ul li a.sd-button:hover,
/* 128 */ .sd-social-text .sd-content ul li a.sd-button:active,
/* 129 */ .sd-social-icon-text .sd-content ul li a.sd-button:hover,
/* 130 */ .sd-social-icon-text .sd-content ul li a.sd-button:active,
/* 131 */ .sd-social-official .sd-content>ul>li>a.sd-button:hover,
/* 132 */ .sd-social-official .sd-content>ul>li>a.sd-button:active,
/* 133 */ .sd-social-official .sd-content>ul>li .digg_button>a:hover,
/* 134 */ .sd-social-official .sd-content>ul>li .digg_button>a:active {
/* 135 */ 	color: #555;
/* 136 */ 	background: #fafafa;
/* 137 */ 	border: 1px solid #999999;
/* 138 */ }
/* 139 */ 
/* 140 */ .sd-social-icon .sd-content ul li a.sd-button:active,
/* 141 */ .sd-social-text .sd-content ul li a.sd-button:active,
/* 142 */ .sd-social-icon-text .sd-content ul li a.sd-button:active,
/* 143 */ .sd-social-official .sd-content>ul>li>a.sd-button:active,
/* 144 */ .sd-social-official .sd-content>ul>li .digg_button>a:active {
/* 145 */ 	box-shadow: inset 0 1px 0 rgba(0,0,0,.16);
/* 146 */ }
/* 147 */ 
/* 148 */ 
/* 149 */ /* All icons */
/* 150 */ .sd-content ul li a.sd-button:before {

/* sharing.css */

/* 151 */ 	display: inline-block;
/* 152 */ 	-webkit-font-smoothing: antialiased;
/* 153 */ 	-moz-osx-font-smoothing: grayscale;
/* 154 */ 	font: normal 16px/1 'Genericons';
/* 155 */ 	vertical-align: top;
/* 156 */ 	position: relative;
/* 157 */ 	top: 3px;
/* 158 */ 	text-align: center;
/* 159 */ }
/* 160 */ 
/* 161 */ .sd-content ul li {
/* 162 */ 	margin: 0 !important;
/* 163 */ 	padding: 0;
/* 164 */ }
/* 165 */ 
/* 166 */ /* Text + icon & Official */
/* 167 */ .sd-social-icon-text .sd-content ul li a span,
/* 168 */ .sd-social-official .sd-content ul li a.sd-button span,
/* 169 */ .sd-content ul li.preview-item a.sd-button span {
/* 170 */ 	margin-left: 3px;
/* 171 */ }
/* 172 */ .sd-content ul li.preview-item.no-icon a.sd-button span {
/* 173 */ 	margin-left: 0;
/* 174 */ }
/* 175 */ 
/* 176 */ /* Text only */
/* 177 */ .sd-social-text .sd-content ul li a:before,
/* 178 */ .sd-content ul li.no-icon a:before {
/* 179 */ 	display: none;
/* 180 */ }
/* 181 */ body .sd-social-text .sd-content ul li.share-custom a span,
/* 182 */ body .sd-content ul li.share-custom.no-icon a span {
/* 183 */ 	background-image: none;
/* 184 */ 	background-position: -500px -500px !important;	/* hack to work around !important inline style */
/* 185 */ 	background-repeat: no-repeat !important;
/* 186 */ 	padding-left: 0;
/* 187 */ 	height: 0;
/* 188 */ 	line-height: inherit;
/* 189 */ }
/* 190 */ 
/* 191 */ .sd-social-icon .sd-content ul li a.share-more {
/* 192 */ 	position: relative;
/* 193 */ 	top: 2px;
/* 194 */ }
/* 195 */ .sd-social-icon .sd-content ul li a.share-more span {
/* 196 */ 	margin-left: 3px;
/* 197 */ }
/* 198 */ 
/* 199 */ 
/* 200 */ /* Individual icons */

/* sharing.css */

/* 201 */ .sd-social-icon .sd-content ul li.share-print a:before,
/* 202 */ .sd-social-text .sd-content ul li.share-print a:before,
/* 203 */ .sd-content ul li.share-print div.option.option-smart-off a:before,
/* 204 */ .sd-social-icon-text .sd-content li.share-print a:before,
/* 205 */ .sd-social-official .sd-content li.share-print a:before {
/* 206 */ 	content: '\f469';
/* 207 */ }
/* 208 */ 
/* 209 */ .sd-social-icon .sd-content ul li.share-email a:before,
/* 210 */ .sd-social-text .sd-content ul li.share-email a:before,
/* 211 */ .sd-content ul li.share-email div.option.option-smart-off a:before,
/* 212 */ .sd-social-icon-text .sd-content li.share-email a:before,
/* 213 */ .sd-social-official .sd-content li.share-email a:before {
/* 214 */ 	content: '\f410';
/* 215 */ }
/* 216 */ .sd-social-icon .sd-content ul li.share-linkedin a:before,
/* 217 */ .sd-social-text .sd-content ul li.share-linkedin a:before,
/* 218 */ .sd-content ul li.share-linkedin div.option.option-smart-off a:before,
/* 219 */ .sd-social-icon-text .sd-content li.share-linkedin a:before {
/* 220 */ 	content: '\f207';
/* 221 */ }
/* 222 */ .sd-social-icon .sd-content ul li.share-twitter a:before,
/* 223 */ .sd-social-text .sd-content ul li.share-twitter a:before,
/* 224 */ .sd-content ul li.share-twitter div.option.option-smart-off a:before,
/* 225 */ .sd-social-icon-text .sd-content li.share-twitter a:before {
/* 226 */ 	content: '\f202';
/* 227 */ }
/* 228 */ .sd-social-icon .sd-content ul li.share-reddit a:before,
/* 229 */ .sd-social-text .sd-content ul li.share-reddit a:before,
/* 230 */ .sd-content ul li.share-reddit div.option.option-smart-off a:before,
/* 231 */ .sd-social-icon-text .sd-content li.share-reddit a:before {
/* 232 */ 	content: '\f222';
/* 233 */ }
/* 234 */ .sd-social-icon .sd-content ul li.share-tumblr a:before,
/* 235 */ .sd-social-text .sd-content ul li.share-tumblr a:before,
/* 236 */ .sd-content ul li.share-tumblr div.option.option-smart-off a:before,
/* 237 */ .sd-social-icon-text .sd-content li.share-tumblr a:before {
/* 238 */ 	content: '\f214';
/* 239 */ }
/* 240 */ .sd-social-icon .sd-content ul li.share-stumbleupon a:before,
/* 241 */ .sd-social-text .sd-content ul li.share-stumbleupon a:before,
/* 242 */ .sd-content ul li.share-stumbleupon div.option.option-smart-off a:before,
/* 243 */ .sd-social-icon-text .sd-content li.share-stumbleupon a:before {
/* 244 */ 	content: '\f223';
/* 245 */ }
/* 246 */ .sd-social-icon .sd-content ul li.share-pocket a:before,
/* 247 */ .sd-social-text .sd-content ul li.share-pocket a:before,
/* 248 */ .sd-content ul li.share-pocket div.option.option-smart-off a:before,
/* 249 */ .sd-social-icon-text .sd-content li.share-pocket a:before {
/* 250 */ 	content: '\f224';

/* sharing.css */

/* 251 */ }
/* 252 */ .sd-social-icon .sd-content ul li.share-pinterest a:before,
/* 253 */ .sd-social-text .sd-content ul li.share-pinterest a:before,
/* 254 */ .sd-content ul li.share-pinterest div.option.option-smart-off a:before,
/* 255 */ .sd-social-icon-text .sd-content li.share-pinterest a:before {
/* 256 */ 	content: '\f209';
/* 257 */ }
/* 258 */ .sd-social-icon .sd-content ul li.share-google-plus-1 a:before,
/* 259 */ .sd-social-text .sd-content ul li.share-google-plus-1 a:before,
/* 260 */ .sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,
/* 261 */ .sd-social-icon-text .sd-content li.share-google-plus-1 a:before {
/* 262 */ 	content: '\f218';
/* 263 */ }
/* 264 */ .sd-social-icon .sd-content ul li.share-facebook a:before,
/* 265 */ .sd-social-text .sd-content ul li.share-facebook a:before,
/* 266 */ .sd-content ul li.share-facebook div.option.option-smart-off a:before,
/* 267 */ .sd-social-icon-text .sd-content li.share-facebook a:before {
/* 268 */ 	content: '\f204';
/* 269 */ }
/* 270 */ .sd-social-icon .sd-content ul li.share-press-this a:before,
/* 271 */ .sd-social-text .sd-content ul li.share-press-this a:before,
/* 272 */ .sd-content ul li.share-press-this div.option.option-smart-off a:before,
/* 273 */ .sd-social-icon-text .sd-content li.share-press-this a:before,
/* 274 */ .sd-social-official .sd-content li.share-press-this a:before {
/* 275 */ 	content: '\f205';
/* 276 */ }
/* 277 */ .sd-social-official .sd-content li.share-press-this a:before {
/* 278 */ 	color: #2ba1cb;
/* 279 */ }
/* 280 */ .sd-social-icon .sd-content ul a.share-more:before,
/* 281 */ .sd-social-text .sd-content ul a.share-more:before,
/* 282 */ .sd-content ul li.advanced a.share-more:before,
/* 283 */ .sd-social-icon-text .sd-content a.share-more:before,
/* 284 */ .sd-social-official .sd-content a.share-more:before {
/* 285 */ 	content: '\f415';
/* 286 */ }
/* 287 */ .sd-social-official .sd-content a.share-more:before {
/* 288 */ 	color: #2ba1cb;
/* 289 */ }
/* 290 */ 
/* 291 */ 
/* 292 */ /* Share count */
/* 293 */ .sd-social .sd-button .share-count {
/* 294 */ 	background: #2ea2cc;
/* 295 */ 	color: #fff;
/* 296 */ 	-moz-border-radius: 10px;
/* 297 */ 	border-radius: 10px;
/* 298 */ 	display: inline-block;
/* 299 */ 	text-align: center;
/* 300 */ 	font-size: 10px;

/* sharing.css */

/* 301 */ 	padding: 1px 3px;
/* 302 */ 	line-height: 1;
/* 303 */ }
/* 304 */ 
/* 305 */ 
/* 306 */ /* Official buttons */
/* 307 */ .sd-social-official .sd-content ul, .sd-social-official .sd-content ul li {
/* 308 */ 	line-height: 25px !important;
/* 309 */ }
/* 310 */ 
/* 311 */ .sd-social-official .sd-content>ul>li>a.sd-button span {
/* 312 */ 	line-height: 1;
/* 313 */ }
/* 314 */ 
/* 315 */ .sd-social-official .sd-content ul:after {
/* 316 */ 	content: ".";
/* 317 */ 	display: block;
/* 318 */ 	height: 0;
/* 319 */ 	clear: both;
/* 320 */ 	visibility: hidden;
/* 321 */ }
/* 322 */ 
/* 323 */ .sd-social-official .sd-content li.share-press-this a {
/* 324 */ 	margin: 0 0 5px 0;
/* 325 */ }
/* 326 */ 
/* 327 */ .sd-social-official .sd-content ul>li {
/* 328 */ 	display: block;
/* 329 */ 	float: left;
/* 330 */ 	margin: 0 10px 5px 0 !important;
/* 331 */ 	height: 25px;
/* 332 */ }
/* 333 */ .sd-social-official .sd-content .pocket_button iframe {
/* 334 */ 	width: 98px;
/* 335 */ }
/* 336 */ 
/* 337 */ .sd-social-official .sd-content .twitter_button iframe {
/* 338 */ 	width: 96px;
/* 339 */ }
/* 340 */ 
/* 341 */ 
/* 342 */ /* Individual official buttons */
/* 343 */ .stumbleupon_button iframe, .reddit_button iframe {
/* 344 */ 	margin-top: 1px;
/* 345 */ }
/* 346 */ 
/* 347 */ .pocket_button iframe, .googleplus1_button iframe, .pinterest_button, .twitter_button, .like_button iframe, .linkedin_button>span {
/* 348 */ 	margin: 0 !important;
/* 349 */ }
/* 350 */ 

/* sharing.css */

/* 351 */ body .sd-social-official li.share-print ,
/* 352 */ body .sd-social-official li.share-email a, 
/* 353 */ body .sd-social-official li.share-custom a,
/* 354 */ body .sd-social-official li a.share-more,
/* 355 */ body .sd-social-official li.share-digg a,
/* 356 */ body .sd-social-official li.share-press-this a
/* 357 */ {
/* 358 */ 	position: relative;
/* 359 */ 	top: 0;
/* 360 */ }
/* 361 */ 
/* 362 */ 
/* 363 */ /* Custom icons */
/* 364 */ body .sd-social-icon .sd-content li.share-custom>a {
/* 365 */ 	padding: 2px 3px 0 3px;
/* 366 */ 	position: relative;
/* 367 */ 	top: 4px;
/* 368 */ }
/* 369 */ 
/* 370 */ body .sd-social-icon .sd-content li.share-custom a span,
/* 371 */ body .sd-social-icon-text .sd-content li.share-custom a span,
/* 372 */ body .sd-social-text .sd-content li.share-custom a span,
/* 373 */ body .sd-social-official .sd-content li.share-custom a span,
/* 374 */ body .sd-content ul li.share-custom a.share-icon span
/* 375 */ {
/* 376 */ 	background-size: 16px 16px;
/* 377 */ 	background-repeat: no-repeat;
/* 378 */ 	margin-left: 0;
/* 379 */ 	padding: 0 0 0 19px; 
/* 380 */ 	display: inline-block;
/* 381 */ 	height: 16px;
/* 382 */ 	line-height: 16px;
/* 383 */ }
/* 384 */ 
/* 385 */ body .sd-social-icon .sd-content li.share-custom a span {
/* 386 */ 	width: 0;	
/* 387 */ }
/* 388 */ 
/* 389 */ body .sd-content li.share-custom a:hover span {
/* 390 */ }
/* 391 */ 
/* 392 */ body .sd-social-icon .sd-content li.share-custom a span {
/* 393 */ 	padding-left: 16px !important;
/* 394 */ }
/* 395 */ 
/* 396 */ 
/* 397 */ /* Overflow Sharing dialog */
/* 398 */ .sharing-hidden .inner {
/* 399 */ 	position: absolute;
/* 400 */ 	z-index: 2;

/* sharing.css */

/* 401 */ 	border: 1px solid #ccc;
/* 402 */ 	padding: 10px;
/* 403 */ 	background: #fff;
/* 404 */ 	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
/* 405 */ 	-webkit-border-radius: 2px;
/* 406 */ 	-moz-border-radius: 2px;
/* 407 */ 	border-radius: 2px;
/* 408 */ 	margin-top: 5px;
/* 409 */ 	max-width: 400px;
/* 410 */ }
/* 411 */ 
/* 412 */ .sharing-hidden .inner ul{
/* 413 */ 	margin: 0 !important;
/* 414 */ }
/* 415 */ 
/* 416 */ .sd-social-official .sd-content .sharing-hidden ul>li.share-end {
/* 417 */ 	clear: both;
/* 418 */ 	margin: 0;
/* 419 */ 	height: 0;
/* 420 */ }
/* 421 */ 
/* 422 */ .sharing-hidden .inner:before, .sharing-hidden .inner:after {
/* 423 */ 	position: absolute;
/* 424 */ 	z-index: 1;
/* 425 */ 	top: -8px;
/* 426 */ 	left: 20px;
/* 427 */ 	width: 0;
/* 428 */ 	height: 0;
/* 429 */ 	border-left: 6px solid transparent;
/* 430 */ 	border-right: 6px solid transparent;
/* 431 */ 	border-bottom: 8px solid #ccc;
/* 432 */ 	content: "";
/* 433 */ 	display: block;
/* 434 */ }
/* 435 */ 
/* 436 */ .sharing-hidden .inner:after {
/* 437 */ 	z-index: 2;
/* 438 */ 	top: -7px;
/* 439 */ 	border-left: 6px solid transparent;
/* 440 */ 	border-right: 6px solid transparent;
/* 441 */ 	border-bottom: 8px solid #fff;
/* 442 */ }
/* 443 */ 
/* 444 */ .sharing-hidden ul {
/* 445 */ 	margin: 0;
/* 446 */ }
/* 447 */ 
/* 448 */ 
/* 449 */ /**
/* 450 *|  * Special colorful look for "Icon Only" option

/* sharing.css */

/* 451 *|  */
/* 452 */ 
/* 453 */ .sd-social-icon .sd-content ul li[class*='share-'] a,
/* 454 */ .sd-social-icon .sd-content ul li[class*='share-'] a:hover,
/* 455 */ .sd-social-icon .sd-content ul li[class*='share-'] div.option a {
/* 456 */ 	border-radius: 50%;
/* 457 */ 	-webkit-border-radius: 50%;
/* 458 */ 	border: 0;
/* 459 */ 	box-shadow: none;
/* 460 */ 	padding: 8px;
/* 461 */ 	position: relative;
/* 462 */ 	top: -2px;
/* 463 */ 	line-height: 1;
/* 464 */ 	width: auto;
/* 465 */ 	height: auto;
/* 466 */ 	margin-bottom: 0;
/* 467 */ }
/* 468 */ 
/* 469 */ .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button>span,
/* 470 */ .sd-social-icon .sd-content ul li[class*='share-'] div.option a span {
/* 471 */ 	line-height: 1;
/* 472 */ }
/* 473 */ 
/* 474 */ .sd-social-icon .sd-content ul li[class*='share-'] a:hover,
/* 475 */ .sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover {
/* 476 */ 	border: none;
/* 477 */ 	opacity: .6;
/* 478 */ }
/* 479 */ 
/* 480 */ .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
/* 481 */ 	top: 0;
/* 482 */ }
/* 483 */ 
/* 484 */ .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom {
/* 485 */ 	padding: 8px 8px 6px 8px;
/* 486 */ 	top: 5px;
/* 487 */ }
/* 488 */ 
/* 489 */ .sd-social-icon .sd-content ul li a.sd-button.share-more {
/* 490 */ 	margin-left: 10px;
/* 491 */ }
/* 492 */ 
/* 493 */ .sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
/* 494 */ 	margin-left: 0;
/* 495 */ }
/* 496 */ 
/* 497 */ 
/* 498 */ .sd-social-icon .sd-button span.share-count {
/* 499 */ 	position: absolute;
/* 500 */ 	bottom: 0;

/* sharing.css */

/* 501 */ 	right: 0;
/* 502 */ 	border-radius: 0;
/* 503 */ 	background: #555;
/* 504 */ 	font-size: 9px;
/* 505 */ }
/* 506 */ 
/* 507 */ /* Special look colors */
/* 508 */ .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
/* 509 */ 	background: #e9e9e9;
/* 510 */ 	margin-top: 2px;
/* 511 */ 	text-indent: 0;
/* 512 */ }
/* 513 */ 
/* 514 */ .sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button {
/* 515 */ 	background: #2c4762;
/* 516 */ 	color: #fff !important;
/* 517 */ }
/* 518 */ 
/* 519 */ .sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
/* 520 */ 	background: #3b5998;
/* 521 */ 	color: #fff !important;
/* 522 */ }
/* 523 */ 
/* 524 */ .sd-social-icon .sd-content ul li[class*='share-'].share-stumbleupon a.sd-button {
/* 525 */ 	background: #ea4b24;
/* 526 */ 	color: #fff !important;
/* 527 */ }
/* 528 */ 
/* 529 */ .sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
/* 530 */ 	background: #00acee;
/* 531 */ 	color: #fff !important;
/* 532 */ }
/* 533 */ 
/* 534 */ .sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button {
/* 535 */ 	background: #ca1f27;
/* 536 */ 	color: #fff !important;
/* 537 */ }
/* 538 */ 
/* 539 */ .sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button {
/* 540 */ 	color: #555555 !important;
/* 541 */ }
/* 542 */ 
/* 543 */ .sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
/* 544 */ 	background: #1e8cbe;
/* 545 */ 	color: #fff !important;
/* 546 */ }
/* 547 */ 
/* 548 */ .sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
/* 549 */ 	background: #0077b5;
/* 550 */ 	color: #fff !important;

/* sharing.css */

/* 551 */ }
/* 552 */ 
/* 553 */ .sd-social-icon .sd-content ul li[class*='share-'].share-google-plus-1 a.sd-button {
/* 554 */ 	background: #dd4b39;
/* 555 */ 	color: #fff !important;
/* 556 */ }
/* 557 */ 
/* 558 */ .sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button {
/* 559 */ 	background: #ee4056;
/* 560 */ 	color: #fff !important;
/* 561 */ }
/* 562 */ 
/* 563 */ .sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button {
/* 564 */ 	background: #cee3f8;
/* 565 */ 	color: #555555 !important;
/* 566 */ }
/* 567 */ 
/* 568 */ 
/* 569 */ /**
/* 570 *|  * Screen Reader Text for "Icon Only" option
/* 571 *|  */
/* 572 */ 
/* 573 */ .sharing-screen-reader-text {
/* 574 */ 	clip: rect(1px, 1px, 1px, 1px);
/* 575 */ 	position: absolute !important;
/* 576 */ 	height: 1px;
/* 577 */ 	width: 1px;
/* 578 */ 	overflow: hidden;
/* 579 */ }
/* 580 */ 
/* 581 */ .sharing-screen-reader-text:hover,
/* 582 */ .sharing-screen-reader-text:active,
/* 583 */ .sharing-screen-reader-text:focus {
/* 584 */ 	background-color: #f1f1f1;
/* 585 */ 	border-radius: 3px;
/* 586 */ 	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
/* 587 */ 	clip: auto !important;
/* 588 */ 	color: #21759b;
/* 589 */ 	display: block;
/* 590 */ 	font-size: 14px;
/* 591 */ 	font-weight: bold;
/* 592 */ 	height: auto;
/* 593 */ 	left: 5px;
/* 594 */ 	line-height: normal;
/* 595 */ 	padding: 15px 23px 14px;
/* 596 */ 	text-decoration: none;
/* 597 */ 	top: 5px;
/* 598 */ 	width: auto;
/* 599 */ 	z-index: 100000; /* Above WP toolbar */
/* 600 */ }

/* sharing.css */

/* 601 */ 
/* 602 */ 
/* 603 */ /**
/* 604 *|  * Sharing Email Dialog
/* 605 *|  */
/* 606 */ 
/* 607 */ #sharing_email {
/* 608 */ 	width: 342px;
/* 609 */ 	position: absolute;
/* 610 */ 	z-index: 1001;
/* 611 */ 	border: 1px solid #ccc;
/* 612 */ 	padding: 15px;
/* 613 */ 	background: #fff;
/* 614 */ 	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
/* 615 */ 	text-align: left;
/* 616 */ }
/* 617 */ 
/* 618 */ div.sharedaddy.sharedaddy-dark #sharing_email {
/* 619 */ 	border-color: #fff;
/* 620 */ }
/* 621 */ 
/* 622 */ #sharing_email .errors {
/* 623 */ 	color: #fff;
/* 624 */ 	background-color: #771a09;
/* 625 */ 	font-size: 12px;
/* 626 */ 	padding: 5px 8px;
/* 627 */ 	line-height: 1;
/* 628 */ 	margin: 10px 0 0 0;
/* 629 */ }
/* 630 */ 
/* 631 */ #sharing_email label {
/* 632 */ 	font-size: 12px;
/* 633 */ 	color: #333;
/* 634 */ 	font-weight: bold;
/* 635 */ 	display: block;
/* 636 */ 	padding: 0 0 4px 0;
/* 637 */ 	text-align: left;
/* 638 */ 	text-shadow: none;
/* 639 */ }
/* 640 */ 
/* 641 */ #sharing_email form {
/* 642 */ 	margin: 0;
/* 643 */ }
/* 644 */ 
/* 645 */ #sharing_email input[type="text"], #sharing_email input[type="email"] {
/* 646 */ 	width: 100%;
/* 647 */ 	box-sizing: border-box;
/* 648 */ 	-moz-box-sizing:border-box;
/* 649 */ 	-webkit-box-sizing:border-box;
/* 650 */ 	border: 1px solid #ccc;

/* sharing.css */

/* 651 */ 	margin-bottom: 1em;
/* 652 */ 	background: #fff;
/* 653 */ 	font-size: 12px;
/* 654 */ 	color: #333;
/* 655 */ 	max-width: none;
/* 656 */ 	padding: 1px 3px;
/* 657 */ }
/* 658 */ 
/* 659 */ #sharing_email .sharing_cancel {
/* 660 */ 	padding: 0 0 0 1em;
/* 661 */ 	font-size: 12px;
/* 662 */ 	text-shadow: none;
/* 663 */ }
/* 664 */ 
/* 665 */
/* 670 */ 
/* 671 */