@charset "UTF-8";
/** Vendor For files that need compiling */
.social-sharing-buttons .social-sharing-buttons__button--clipboard:before, .social-sharing-buttons .social-sharing-buttons__button--facebook:before, .social-sharing-buttons .social-sharing-buttons__button--linkedin:before, .social-sharing-buttons .social-sharing-buttons__button--twitter:before { font-family: "themeIcons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }

/** This themes global styles */
/** Root Font Sizing */
/** Type sets Defines a type grouping that can be looped over and generate utility classes */
/** Grid and Grid Gap */
/** Vertical Gap */
/** Horizontal Gap */
/** Container widths */
/** Global Variables */
/** Label element */
/** Checkbox element */
/** Radio element */
/** Textfield element */
/** No-space Removes the default space, border, and padding place on a component */
/** Grid row Sets row up for the grid */
/** Grid row gutters IF $gutter-horizontal = true: set the sides gap width ELSE $gutter-vertical = false: remove the top and bottom gap width IF $gutter-vertical = true: set the top and bottom gap width ELSE $gutter-vertical = false: remove the top and bottom gap width IF $gutter-horizontal-size & $gutter-vertical-size = wide: large sized space between items IF $gutter-horizontal-size & $gutter-vertical-size = wide-lg: large sized space between items only on the lg breakpoint IF $gutter-horizontal-size & $gutter-vertical-size = narrow: small sized space between items ELSE $gutter-horizontal-size & $gutter-vertical-size = default: regular sized space between items */
/** Grid columns IF = auto: fits the available space ELSE IF = variable: fits the width of it's content ELSE span the amount of columns provided */
/** Grid Spacing Clear Clears first and last grid row margin or padding Declare on column class: @include grid-clear-vertical-spacing(2); Options: • $columns(value = 1 to n) - default = 1 • $property(value = margin or padding) - default = margin, sets to 0 */
/** Grid class generators Generates classes for each column and offset by default and breakpoint */
/** Hide Text Hide text while making it readable for screen readers 1. Needed in WebKit-based browsers because of an implementation bug; See: https://code.google.com/p/chromium/issues/detail?id=457146 */
/** Hide Element Hide element while making it readable for screen readers Shamelessly borrowed from HTML5Boilerplate: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133 */
.social-sharing-buttons { font-size: 1.25em; margin: 1rem 0; }

.social-sharing-buttons .social-sharing-buttons__button { background: transparent; border: 0 none; border-radius: 0; color: inherit; cursor: pointer; font-style: normal; font-weight: inherit; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; line-height: normal; margin: 0; text-decoration: none; text-transform: none; -webkit-transition: inherit; transition: inherit; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: normal; height: 1em; margin-right: 1rem; width: 1em; }

.social-sharing-buttons .social-sharing-buttons__button:hover, .social-sharing-buttons .social-sharing-buttons__button:active, .social-sharing-buttons .social-sharing-buttons__button:focus { background: transparent; color: inherit; font-style: normal; text-decoration: none; }

.social-sharing-buttons .social-sharing-buttons__button span { display: none; }

.social-sharing-buttons .social-sharing-buttons__button--clipboard:before { content: ""; }

.social-sharing-buttons .social-sharing-buttons__button--facebook:before { content: ""; }

.social-sharing-buttons .social-sharing-buttons__button--linkedin:before { content: ""; }

.social-sharing-buttons .social-sharing-buttons__button--twitter:before { content: ""; }

.social-sharing-buttons .social-sharing-buttons__button--print svg { fill: currentColor; }

.social-sharing-buttons .social-sharing-buttons__popup { padding: 0; }

.social-sharing-buttons .social-sharing-buttons__popup.visible { padding: 0.5em; }

.social-sharing-buttons__button--clipboard { text-decoration: none !important; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; user-select: none; }

/*# sourceMappingURL=../../maps/contrib-overrides/better_social_sharing_buttons/better_social_sharing_buttons.css.map */
