/* FILE: custom-styles.scss */
/* FILE: _setup.scss */
/* inStyle (v1.6.3) https://github.com/salsita/inStyle 2016 | MIT @mixin ============================= */
/* FILE: main/custom-styles/_main.scss */
/* FILE: main/custom-styles/__base.scss */
 

*, *::after, *::before { border-color: inherit; }

.site .has-color-accent-mod-color { color: var(--color_accent); }

.site .has-color-accent-mod-background-color { background-color: var(--color_accent); }

.site .has-color-accent-text-mod-color { color: var(--color_accent_text); }

.site .has-color-accent-text-mod-background-color { background-color: var(--color_accent_text); }

.site .has-color-header-background-mod-color { color: var(--color_header_background); }

.site .has-color-header-background-mod-background-color { background-color: var(--color_header_background); }

.site .has-color-header-text-mod-color { color: var(--color_header_text); }

.site .has-color-header-text-mod-background-color { background-color: var(--color_header_text); }

.site .has-color-header-headings-mod-color { color: var(--color_header_headings); }

.site .has-color-header-headings-mod-background-color { background-color: var(--color_header_headings); }

.site .has-color-intro-background-mod-color { color: var(--color_intro_background); }

.site .has-color-intro-background-mod-background-color { background-color: var(--color_intro_background); }

.site .has-color-intro-text-mod-color { color: var(--color_intro_text); }

.site .has-color-intro-text-mod-background-color { background-color: var(--color_intro_text); }

.site .has-color-intro-headings-mod-color { color: var(--color_intro_headings); }

.site .has-color-intro-headings-mod-background-color { background-color: var(--color_intro_headings); }

.site .has-color-intro-overlay-background-mod-color { color: var(--color_intro_overlay_background); }

.site .has-color-intro-overlay-background-mod-background-color { background-color: var(--color_intro_overlay_background); }

.site .has-color-intro-overlay-text-mod-color { color: var(--color_intro_overlay_text); }

.site .has-color-intro-overlay-text-mod-background-color { background-color: var(--color_intro_overlay_text); }

.site .has-color-intro-overlay-opacity-mod-color { color: var(--color_intro_overlay_opacity); }

.site .has-color-intro-overlay-opacity-mod-background-color { background-color: var(--color_intro_overlay_opacity); }

.site .has-color-intro-widgets-background-mod-color { color: var(--color_intro_widgets_background); }

.site .has-color-intro-widgets-background-mod-background-color { background-color: var(--color_intro_widgets_background); }

.site .has-color-intro-widgets-text-mod-color { color: var(--color_intro_widgets_text); }

.site .has-color-intro-widgets-text-mod-background-color { background-color: var(--color_intro_widgets_text); }

.site .has-color-intro-widgets-headings-mod-color { color: var(--color_intro_widgets_headings); }

.site .has-color-intro-widgets-headings-mod-background-color { background-color: var(--color_intro_widgets_headings); }

.site .has-color-content-background-mod-color { color: var(--color_content_background); }

.site .has-color-content-background-mod-background-color { background-color: var(--color_content_background); }

.site .has-color-content-text-mod-color { color: var(--color_content_text); }

.site .has-color-content-text-mod-background-color { background-color: var(--color_content_text); }

.site .has-color-content-headings-mod-color { color: var(--color_content_headings); }

.site .has-color-content-headings-mod-background-color { background-color: var(--color_content_headings); }

.site .has-color-footer-background-mod-color { color: var(--color_footer_background); }

.site .has-color-footer-background-mod-background-color { background-color: var(--color_footer_background); }

.site .has-color-footer-text-mod-color { color: var(--color_footer_text); }

.site .has-color-footer-text-mod-background-color { background-color: var(--color_footer_text); }

.site .has-color-footer-headings-mod-color { color: var(--color_footer_headings); }

.site .has-color-footer-headings-mod-background-color { background-color: var(--color_footer_headings); }

::-webkit-input-placeholder, :disabled::-webkit-input-placeholder { color: inherit !important; }

:-ms-input-placeholder, :disabled:-ms-input-placeholder { color: inherit !important; }

::-ms-input-placeholder, :disabled::-ms-input-placeholder { color: inherit !important; }

::placeholder, :disabled::placeholder { color: inherit !important; }

button, input, select, textarea { background-color: transparent; }

.gallery-caption { background-color: rgba(0, 0, 0, 0.8); color: #fdfcfc; }

.color-error, .fl-builder-content .color-error, .site .fl-builder-content .color-error.button, .site .fl-builder-content .color-error.button:hover, .hover-color-error.fl-col:hover .fl-col-content { background-color: rgba(238, 0, 0, 0.85); color: #fff; }

.set-colors-error, .set-colors-error > .fl-row-content-wrap, .set-colors-error > .fl-col-content { background-color: rgba(238, 0, 0, 0.85); color: #fff; }

.color-info, .fl-builder-content .color-info, .site .fl-builder-content .color-info.button, .site .fl-builder-content .color-info.button:hover, .hover-color-info.fl-col:hover .fl-col-content { background-color: rgba(0, 85, 238, 0.85); color: #fff; }

.set-colors-info, .set-colors-info > .fl-row-content-wrap, .set-colors-info > .fl-col-content { background-color: rgba(0, 85, 238, 0.85); color: #fff; }

.color-success, .fl-builder-content .color-success, .site .fl-builder-content .color-success.button, .site .fl-builder-content .color-success.button:hover, .hover-color-success.fl-col:hover .fl-col-content { background-color: rgba(0, 119, 34, 0.85); color: #fff; }

.set-colors-success, .set-colors-success > .fl-row-content-wrap, .set-colors-success > .fl-col-content { background-color: rgba(0, 119, 34, 0.85); color: #fff; }

.color-warning, .fl-builder-content .color-warning, .site .fl-builder-content .color-warning.button, .site .fl-builder-content .color-warning.button:hover, .hover-color-warning.fl-col:hover .fl-col-content { background-color: rgba(255, 221, 0, 0.85); color: #310; }

.set-colors-warning, .set-colors-warning > .fl-row-content-wrap, .set-colors-warning > .fl-col-content { background-color: rgba(255, 221, 0, 0.85); color: #310; }

.site .fl-row[class*="set-colors-"], .site .fl-col[class*="set-colors-"] { background: none; }

div[class*="set-colors-"] a, div[class*="set-colors-"] h1, div[class*="set-colors-"] h2, div[class*="set-colors-"] h3, div[class*="set-colors-"] h4, div[class*="set-colors-"] .h1, div[class*="set-colors-"] .h2, div[class*="set-colors-"] .h3, div[class*="set-colors-"] .h4, div[class*="set-colors-"] .dropcap-text::first-letter, div[class*="set-colors-"] .has-dropcap-text::first-letter { color: inherit; }

/* FILE: main/custom-styles/__extenders.scss */
.button, button, [type="button"], [type="reset"], [type="submit"], .child-page .more-link, .main-navigation-container .button > a, .site .fl-builder-content .fl-module .button, .site .fl-builder-content .fl-module button, .site .fl-builder-content .fl-module [type="button"], .site .fl-builder-content .fl-module [type="reset"], .site .fl-builder-content .fl-module [type="submit"], .menu-toggle, mark, #page mark, .highlight, #page .highlight, .pagination .current, .bypostauthor > .comment-body .comment-author::before, .widget_calendar tbody a, .widget .tagcloud a:hover, .widget .tagcloud a:focus, .widget .tagcloud a:active, .set-colors-accent, .set-colors-accent > .fl-row-content-wrap, .set-colors-accent > .fl-col-content, .hover-color-accent.fl-col:hover .fl-col-content, .sidebar .widget .current_page_item > a, .fl-widget .widget .current_page_item > a, .sidebar .widget .current-menu-item > a, .fl-widget .widget .current-menu-item > a, .site #infinite-handle span { background-color: #273a7d; color: #fefeff; background-color: transparent; color: var(--color_accent); }

.mybutton, [type="button"], [type="reset"], [type="submit"].child-page .more-link, .main-navigation-container .button > a, .site .fl-builder-content .fl-module .button, .site .fl-builder-content .fl-module button, .site .fl-builder-content .fl-module [type="button"], .site .fl-builder-content .fl-module [type="reset"], .site .fl-builder-content .fl-module [type="submit"], .menu-toggle, mark, #page mark, .highlight, #page .highlight, .pagination .current, .bypostauthor > .comment-body .comment-author::before, .widget_calendar tbody a, .widget .tagcloud a:hover, .widget .tagcloud a:focus, .widget .tagcloud a:active, .set-colors-accent, .set-colors-accent > .fl-row-content-wrap, .set-colors-accent > .fl-col-content, .hover-color-accent.fl-col:hover .fl-col-content, .sidebar .widget .current_page_item > a, .fl-widget .widget .current_page_item > a, .sidebar .widget .current-menu-item > a, .fl-widget .widget .current-menu-item > a, .site #infinite-handle span { background-color: #fefeff; color: #273a7d; }


.site-content div.sharedaddy .sd-content ul li a.sd-button:not(.no-text) { background-color: #273a7d; background-color: var(--color_accent); }

a, .accent-color { color: #273a7d; color: var(--color_accent); }

.button:focus, button:focus, :focus[type="button"], :focus[type="reset"], :focus[type="submit"],  .child-page .more-link:focus { text-decoration: none; border-color: var(--color_header_headings); }, .site .fl-builder-content .fl-module .button:focus, .site .fl-builder-content .fl-module button:focus, .site .fl-builder-content .fl-module :focus[type="button"], .site .fl-builder-content .fl-module :focus[type="reset"], .site .fl-builder-content .fl-module :focus[type="submit"], .menu-toggle:focus { outline: thin dashed #273a7d; outline: thin dashed var(--color_accent); }

.site-header-content, .set-colors-header, .set-colors-header > .fl-row-content-wrap, .set-colors-header > .fl-col-content { background-color: #fefeff; color: #535354; border-color: rgba(83, 83, 84, 0.2); background-color: var(--color_header_background); color: var(--color_header_text); border-color: var(--color_header_text--a20); }

.site-header-content h2, .set-colors-header h2, .set-colors-header > .fl-row-content-wrap h2, .set-colors-header > .fl-col-content h2, .site-header-content h3, .set-colors-header h3, .set-colors-header > .fl-row-content-wrap h3, .set-colors-header > .fl-col-content h3, .site-header-content h4, .set-colors-header h4, .set-colors-header > .fl-row-content-wrap h4, .set-colors-header > .fl-col-content h4, .site-header-content .h1, .set-colors-header .h1, .site-header-content .h2, .set-colors-header .h2, .site-header-content .h3, .set-colors-header .h3, .site-header-content .h4, .set-colors-header .h4 { color: #232324; color: var(--color_header_headings); }

.intro-container, .set-colors-intro, .set-colors-intro > .fl-row-content-wrap, .set-colors-intro > .fl-col-content { background-color: #fafafb; color: #535354; border-color: rgba(83, 83, 84, 0.2); background-color: var(--color_intro_background); color: var(--color_intro_text); border-color: var(--color_intro_text--a20); }

.intro-container h1, .set-colors-intro h1, .set-colors-intro > .fl-row-content-wrap h1, .set-colors-intro > .fl-col-content h1, .intro-container h2, .set-colors-intro h2, .set-colors-intro > .fl-row-content-wrap h2, .set-colors-intro > .fl-col-content h2, .intro-container h3, .set-colors-intro h3, .set-colors-intro > .fl-row-content-wrap h3, .set-colors-intro > .fl-col-content h3, .intro-container h4, .set-colors-intro h4, .set-colors-intro > .fl-row-content-wrap h4, .set-colors-intro > .fl-col-content h4, .intro-container .h1, .set-colors-intro .h1, .intro-container .h2, .set-colors-intro .h2, .intro-container .h3, .set-colors-intro .h3, .intro-container .h4, .set-colors-intro .h4, .intro-container a:not(.button), .set-colors-intro a:not(.button), .intro-container .accent-color, .set-colors-intro .accent-color { color: #232324;  }

.site, .site-content, .set-colors-content, .set-colors-content > .fl-row-content-wrap, .set-colors-content > .fl-col-content { background-color: #fefeff; color: #535354; border-color: rgba(83, 83, 84, 0.2); background-color: var(--color_content_background); color: var(--color_content_text); border-color: var(--color_content_text--a20); }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .post-navigation, .dropcap-text::first-letter, .has-dropcap-text::first-letter { color: #ffb6c1; color: var(--color_content_headings); }

.site-footer, .set-colors-footer, .set-colors-footer > .fl-row-content-wrap, .set-colors-footer > .fl-col-content { background-image: var(--footer_image); background-size: cover; background-color: #ff68b2; color: #d3d3d4; border-color: rgba(211, 211, 212, 0.2); background-color: var(--color_footer_background); color: var(--color_footer_text); border-color: var(--color_footer_text--a20); }

@media screen and (max-width: 1370px) { .site-footer {  background-image: none ! important; background-color: #f0f2f2; color: var(--color_footer_text); } }

.site-footer h2, .set-colors-footer h2, .set-colors-footer > .fl-row-content-wrap h2, .set-colors-footer > .fl-col-content h2, .site-footer h3, .set-colors-footer h3, .set-colors-footer > .fl-row-content-wrap h3, .set-colors-footer > .fl-col-content h3, .site-footer h4, .set-colors-footer h4, .set-colors-footer > .fl-row-content-wrap h4, .set-colors-footer > .fl-col-content h4, .site-footer .h1, .set-colors-footer .h1, .site-footer .h2, .set-colors-footer .h2, .site-footer .h3, .set-colors-footer .h3, .site-footer .h4, .set-colors-footer .h4, .site-footer a, .set-colors-footer a, .set-colors-footer > .fl-row-content-wrap a, .set-colors-footer > .fl-col-content a, .site-footer .accent-color, .set-colors-footer .accent-color { color: #fefeff; color: var(--color_footer_headings); }

.intro-widgets-container, .set-colors-intro-widgets, .set-colors-intro-widgets > .fl-row-content-wrap, .set-colors-intro-widgets > .fl-col-content { background-color: #102e5b ; color: #d3d3d4; border-color: rgba(211, 211, 212, 0.2); background-color: var(--color_intro_widgets_background); color: var(--color_intro_widgets_text); border-color: var(--color_intro_widgets_text--a20); }

.intro-widgets-container h2, .set-colors-intro-widgets h2, .set-colors-intro-widgets > .fl-row-content-wrap h2, .set-colors-intro-widgets > .fl-col-content h2, .intro-widgets-container h3, .set-colors-intro-widgets h3, .set-colors-intro-widgets > .fl-row-content-wrap h3, .set-colors-intro-widgets > .fl-col-content h3, .intro-widgets-container h4, .set-colors-intro-widgets h4, .set-colors-intro-widgets > .fl-row-content-wrap h4, .set-colors-intro-widgets > .fl-col-content h4, .intro-widgets-container .h1, .set-colors-intro-widgets .h1, .intro-widgets-container .h2, .set-colors-intro-widgets .h2, .intro-widgets-container .h3, .set-colors-intro-widgets .h3, .intro-widgets-container .h4, .set-colors-intro-widgets .h4, .intro-widgets-container a, .set-colors-intro-widgets a, .set-colors-intro-widgets > .fl-row-content-wrap a, .set-colors-intro-widgets > .fl-col-content a, .intro-widgets-container .accent-color, .set-colors-intro-widgets .accent-color { color: #fefeff; color: var(--color_intro_widgets_headings); }

.new-widgets-container, .set-colors-new-widgets, .set-colors-new-widgets > .fl-row-content-wrap, .set-colors-new-widgets > .fl-col-content { background-color: #fefeff; color: #102e5b; border-color: rgba(211, 211, 212, 0.2); background-color: var(--color_new_widgets_background); color: var(--color_new_widgets_text); }
.new-widgets-container h2, .set-colors-new-widgets h2, .set-colors-new-widgets > .fl-row-content-wrap h2, .set-colors-new-widgets > .fl-col-content h2, .new-widgets-container h3, .set-colors-new-widgets h3, .set-colors-new-widgets > .fl-row-content-wrap h3, .set-colors-new-widgets > .fl-col-content h3, .new-widgets-container h4, .set-colors-new-widgets h4, .set-colors-new-widgets > .fl-row-content-wrap h4, .set-colors-new-widgets > .fl-col-content h4, .new-widgets-container .h1, .set-colors-new-widgets .h1, .new-widgets-container .h2, .set-colors-new-widgets .h2, .new-widgets-container .h3, .set-colors-new-widgets .h3, .new-widgets-container .h4, .set-colors-new-widgets .h4, .new-widgets-container a, .set-colors-new-widgets a, .set-colors-new-widgets > .fl-row-content-wrap a, .set-colors-new-widgets > .fl-col-content a, .new-widgets-container .accent-color, .set-colors-new-widgets .accent-color { color: #fefeff; color: var(--color_new_widgets_headings); }

.mediaonas-widgets-container, .set-colors-mediaonas-widgets, .set-colors-mediaonas-widgets > .fl-row-content-wrap, .set-colors-mediaonas-widgets > .fl-col-content { background-color: #fefeff; color: #102e5b; border-color: rgba(211, 211, 212, 0.2); background-color: var(--color_mediaonas_widgets_background); color: var(--color_mediaonas_widgets_text); border-color: var(--color_mediaonas_widgets_text--a20); }
.mediaonas-widgets-container h2, .set-colors-mediaonas-widgets h2, .set-colors-mediaonas-widgets > .fl-row-content-wrap h2, .set-colors-mediaonas-widgets > .fl-col-content h2, .mediaonas-widgets-container h3, .set-colors-mediaonas-widgets h3, .set-colors-mediaonas-widgets > .fl-row-content-wrap h3, .set-colors-mediaonas-widgets > .fl-col-content h3, .mediaonas-widgets-container h4, .set-colors-mediaonas-widgets h4, .set-colors-mediaonas-widgets > .fl-row-content-wrap h4, .set-colors-mediaonas-widgets > .fl-col-content h4, .mediaonas-widgets-container .h1, .set-colors-mediaonas-widgets .h1, .mediaonas-widgets-container .h2, .set-colors-mediaonas-widgets .h2, .mediaonas-widgets-container .h3, .set-colors-mediaonas-widgets .h3, .mediaonas-widgets-container .h4, .set-colors-mediaonas-widgets .h4, .mediaonas-widgets-container a, .set-colors-mediaonas-widgets a, .set-colors-mediaonas-widgets > .fl-row-content-wrap a, .set-colors-mediaonas-widgets > .fl-col-content a, .mediaonas-widgets-container .accent-color, .set-colors-mediaonas-widgets .accent-color { color: #fefeff; color: var(--color_mediaonas_widgets_headings); }

.aktualnosci-widgets-container, .set-colors-aktualnosci-widgets, .set-colors-aktualnosci-widgets > .fl-row-content-wrap, .set-colors-aktualnosci-widgets > .fl-col-content { background-color: #fefeff; color: #102e5b; border-color: rgba(211, 211, 212, 0.2); background-color: var(--color_aktualnosci_widgets_background); color: var(--color_aktualnosci_widgets_text); }
.aktualnosci-widgets-container h2, .set-colors-aktualnosci-widgets h2, .set-colors-aktualnosci-widgets > .fl-row-content-wrap h2, .set-colors-aktualnosci-widgets > .fl-col-content h2, .aktualnosci-widgets-container h3, .set-colors-aktualnosci-widgets h3, .set-colors-aktualnosci-widgets > .fl-row-content-wrap h3, .set-colors-aktualnosci-widgets > .fl-col-content h3, .aktualnosci-widgets-container h4, .set-colors-aktualnosci-widgets h4, .set-colors-aktualnosci-widgets > .fl-row-content-wrap h4, .set-colors-aktualnosci-widgets > .fl-col-content h4, .aktualnosci-widgets-container .h1, .set-colors-aktualnosci-widgets .h1, .aktualnosci-widgets-container .h2, .set-colors-aktualnosci-widgets .h2, .aktualnosci-widgets-container .h3, .set-colors-aktualnosci-widgets .h3, .aktualnosci-widgets-container .h4, .set-colors-aktualnosci-widgets .h4, .aktualnosci-widgets-container a, .set-colors-aktualnosci-widgets a, .set-colors-aktualnosci-widgets > .fl-row-content-wrap a, .set-colors-aktualnosci-widgets > .fl-col-content a, .aktualnosci-widgets-container .accent-color, .set-colors-aktualnosci-widgets .accent-color { color: #fefeff; color: var(--color_aktualnosci_widgets_headings); }

/* FILE: main/custom-styles/__accent.scss */
mark, .highlight { -webkit-box-shadow: 0.382em 0 0 #273a7d, -0.382em 0 0 #273a7d; box-shadow: 0.382em 0 0 #273a7d, -0.382em 0 0 #273a7d; -webkit-box-shadow: 0.382em 0 0 var(--color_accent), -0.382em 0 0 var(--color_accent); box-shadow: 0.382em 0 0 var(--color_accent), -0.382em 0 0 var(--color_accent); }

@media (max-width: 671px) { .pagination a { background-color: #273a7d; color: #fefeff; background-color: var(--color_accent); color: var(--color_accent_text); } }

/* FILE: main/custom-styles/__header.scss */
/* FILE: main/custom-styles/__branding.scss */
.site-title, .custom-logo { color: #232324; color: var(--color_header_headings); }

.custom-logo, .fl-builder-edit .custom-logo { max-height: 50px; max-height: var(--custom_logo_height); }

/* FILE: main/custom-styles/__menu.scss */
@media (min-width: 880px) { .main-navigation-container li ul { background-color: #fefeff; color: #535354; background-color: var(--color_header_background); color: var(--color_header_text); } }

@media (max-width: 879px) { .main-navigation:not(.is-active) .menu-toggle:not(:hover):not(:focus):not(:active), .main-navigation-container { background-color: #fefeff; color: #535354; border-color: rgba(83, 83, 84, 0.2); background-color: var(--color_header_background); color: var(--color_header_text); border-color: var(--color_header_text--a20); } }

/* FILE: main/custom-styles/__intro.scss */
.intro-special .wp-custom-header::before { opacity: 0.6; opacity: var(--color_intro_overlay_opacity); }

.intro-special .has-header-video { background-color: #222223; }

.intro-special-has-media .intro { color: #fefeff; color: var(--color_new_widgets_headings); }

.intro-special-has-media .intro h2, .intro-special-has-media .intro h3, .intro-special-has-media .intro h4, .intro-special-has-media .intro .h1, .intro-special-has-media .intro .h2, .intro-special-has-media .intro .h3, .intro-special-has-media .intro .h4, .intro-special-has-media .intro a:not(.button), .intro-special-has-media .intro .accent-color { color: var(--color_header_headings); }

/* FILE: main/custom-styles/__content.scss */
/* FILE: main/custom-styles/__footer.scss */
.site-footer::before { background-image: url("/data/xcp/reykjavik-child/assets/images/footer/pixabay-colorado-1436681.png"); background-position: 50% 50%; background-size: cover; background-repeat: repeat; background-attachment: scroll; opacity: 0.15; background-image: var(--footer_image); background-position: var(--footer_image_position); background-size: var(--footer_image_size); background-repeat: var(--footer_image_repeat); background-attachment: var(--footer_image_attachment); opacity: var(--footer_image_opacity); }

.site-footer.is-customize-preview::before { background-repeat: inherit; background-attachment: inherit; }

.site-footer mark, .site-footer #page mark, .site-footer .highlight, .site-footer #page .highlight, .site-footer .pagination .current, .site-footer .bypostauthor > .comment-body .comment-author::before, .site-footer .widget_calendar tbody a, .site-footer .widget .tagcloud a:hover, .site-footer .widget .tagcloud a:focus, .site-footer .widget .tagcloud a:active { text-shadow: none; background-color: #fefeff; color: #0f1732; background-color: var(--color_footer_headings); color: var(--color_footer_background); }

.site-footer .button, .site-footer button, .site-footer [type="button"], .site-footer [type="reset"], .site-footer [type="submit"] { text-shadow: none; color: var(--color_accent); }

.site-footer .button:hover, .site-footer .button:active, .site-footer .button:focus, .site-footer button:hover, .site-footer button:active, .site-footer button:focus, .site-footer [type="button"]:hover, .site-footer [type="button"]:active, .site-footer [type="button"]:focus, .site-footer [type="reset"]:hover, .site-footer [type="reset"]:active, .site-footer [type="reset"]:focus, .site-footer [type="submit"]:hover, .site-footer [type="submit"]:active, .site-footer [type="submit"]:focus { text-decoration: none; border-color: var(--color_header_headings); }

.site-footer mark, .site-footer .highlight { -webkit-box-shadow: none; box-shadow: none; }

/* FILE: main/custom-styles/__sidebar.scss */
/* FILE: main/custom-styles/__plugins.scss */
.infinite-loader .spinner > div > div { background-color: #273a7d !important; background-color: var(--color_accent) !important; }

.site-content div.sharedaddy .sd-content ul li a.sd-button:not(.no-text) { color: #fefeff !important; color: var(--color_accent_text) !important; }
