/*!
Theme Name: Retina Suisse
Theme URI: http://underscores.me/
Author: naloo . nadia loosli
Author URI: https://naloo.net
Description: a design theme for retina suisse
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: retinasuisse
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Retina Suisse is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: MuseoSans;
  src: url(fonts/MuseoSans_500.ttf);
}
@font-face {
  font-family: MuseoSans;
  src: url(fonts/MuseoSans_500_Italic.ttf);
  font-style: italic;
}

@font-face {
  font-family: MuseoSansBold;
  src: url(fonts/MuseoSans_700.ttf);
  font-weight: bold; 
}

@font-face {
  font-family: MuseoSansBold;
  src: url(fonts/MuseoSans_700_Italic.ttf);
  font-weight: bold; 
  font-style: italic;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body { margin: 0; 
	overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main { display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a { background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong { font-weight: 400; font-family: MuseoSansBold; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small { font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img { border-style: none; }

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset { padding: 0 0 1.5em; border: none; }
fieldset legend { display: none; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress { vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea { overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details { display: block; }

/*
 * Add the correct display in all browsers.
 */
summary { display: list-item; }

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template { display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] { display: none; }

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after { box-sizing: inherit; }

html { box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: MuseoSans, Helvetica, sans-serif;
	font-size: 1.250em;
	line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 0.25em 0; 
	font-weight: 300; 
	font-family: MuseoSansBold, Helvetica, sans-serif; 
	line-height: 1.25; }
h1 { font-size: 1.9em; }
h3 { margin-bottom: 0.25em; }

h4 { margin-bottom: 0.3em; }

p { margin: 0 0 0.75em 0; }

dfn,
cite,
em,
i { font-style: italic; }

blockquote { margin: 0 1.5em; }

address { margin: 0 0 1.5em; }

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em; }

code,
kbd,
tt,
var { font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help; }

mark,
ins { background: #fff9c0;
	text-decoration: none; }

big { font-size: 125%; }
.txtbig { font-size: 1.2em; }

/* Elements
--------------------------------------------- */
body { background: #fff; min-height: 100vh; }

hr,
.wp-block-separator { background-color: #ffe900;
	border: 0 !important;
	height: 5px;
	margin: 3em 0; }

ul,
ol { margin: 0 0 1.5em 0; padding-left: 20px; }

ul { list-style: disc; }

ol { list-style: decimal; }

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt { font-weight: 700; }

dd { margin: 0 1.5em 1.5em; }

/* auflistung adresse */
del {
    text-decoration: none;
    float: left;
    font-style: normal;
    margin-left: 0;
    width: 4em;
}

/* no-break for numbers etc */
code {
	font-family: MuseoSans, Helvetica, sans-serif;
	white-space: nowrap;
	}
strong code { font-family: MuseoSansBold, Helvetica, sans-serif;  }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object { max-width: 100%; }
.wp-block-embed iframe { background-color: #000; max-height: 630px !important; }

img { height: auto; max-width: 100%; }

figure { margin: 1em 0; }

table { margin: 0 0 1.5em; width: 100%; }

.bxlight {  
	background-color: #fff9bf; 
	margin-left: calc(50% - 50vw - 177px); 
	padding: 1em 0; }


/* Links
--------------------------------------------- */
a { color: #000;
	text-decoration: underline; }

a:visited { color: #000; }

a:hover,
a:focus,
a:active { 
	background-color: #ffe900;
	text-decoration: none; }

a:focus { outline: none; }

a:hover,
a:active { outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	width: auto;
	font-family: MuseoSans, Helvetica, sans-serif;
	font-size: 1em;
	height: auto;
	line-height: normal;
	text-align: center;
	background: #ffe900;
	border-width: 2px;
	border-color: #ffe900;
	border-style: solid;
	color: #000000;
	cursor: pointer;
	font-weight: normal;
	border-radius: 0;
	text-shadow: none;
	padding: 6px 11px;
	box-sizing: border-box;
	margin: 0;
	vertical-align: middle;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #000; 
	color: #ffe900 !important; 
	border-color: #000;
	cursor: pointer;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus { color: #fff; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border: 2px solid #000;
	padding: 6px 12px;
	font-size: 0.8em;
	outline: none;
}

select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline: none !important;
}

select { border: 1px solid #000; }

textarea { width: 100%; }
.widget_search input[type="search"],
#nav-bar input[type="search"] { width: calc(100% - 70px); }
.widget_search button[type="submit"],
#nav-bar [type="submit"] {
	background-color: transparent; 
	border: 0; 
	color: #000; 
	border-radius: 0;
	padding: 3px 12px 5px; 
	display: inline; 
	line-height: 1; 
	font-size: 1.5em;
	vertical-align: -4px;
	width: 60px; 
	}
.widget_search button[type="submit"]:hover { background-color: #000; color: #fff; cursor: pointer; }
.widget_search button[type="submit"]:active { background-color: #000; color: #ffe900; cursor: pointer; }


/* Facet WP
--------------------------------------------- */

.facetwp-facet { margin-bottom: 0.5em !important; }
select.facetwp-dropdown,
.facetwp-input-wrap  { 
	width: calc(50% - 10px) !important; 
	font-size: 1em; 
	height: 30px; 
	}
select.facetwp-dropdown:active, select.facetwp-dropdown:focus { background-color: #ffe900; }
input.facetwp-search {
	padding: 6px 3px; 
	border: 1px solid #000; 
	font-size: 1em; 
	height: 30px; }
input.facetwp-search:focus { 
	background-color: #ffe900; }
.facetwp-facet input.facetwp-search {
	width: 100% !important; }

/* Password forgotten form
--------------------------------------------- */
#password-lost-form-wrap { width: 100%; }
#password-lost-form-wrap label { width: 30%; float: left; line-height: 1.3; }
input#somfrp_user_info { width: 70%; border: 1px solid #000; }
.lostpassword-submit button { margin: 10px 0; }

/* Formidable
--------------------------------------------- */

/* general style änderungen */
.frm_style_formidable-style.with_frm_style input[readonly] { color: #fff; background-color: #7f7f7f; }
.frm_style_formidable-style.with_frm_style input[readonly]:focus { background-color: #7f7f7f !important; color: #fff !important; }

/* user login style änderungen */
.frm_login_form .login_lost_pw.frm_half { text-align: left; }

#loginform-0 .login-username,
#loginform-0 .login-password { 
	display: grid; 
	grid-auto-rows: min-content; 
	grid-template-columns: 30% auto; 
	grid-column: span 12 / span 12;
	clear: both;
}

#loginform-0 .login-username label,
#loginform-0 .login-password label { grid-column: 1 !important; grid-row: span 2/span 2 !important; }

.logged-in .loggedin,
.logged-out .loggedout { display: block; }
.logged-out .loggedin, 
.logged-in .loggedout { display: none; }

.frm_form_field.frm_left_container .frm_primary_label span { font-size: 0.8em;  }

#frm-reset-password-0 .frm_form_field { 
display: grid;
grid-column: span 12 / span 12; 
grid-template-columns: 30% auto; }

#frm-reset-password-0  .frm_style_formidable-style.with_frm_style label.frm_primary_label {
grid-column: 1;
grid-row: span 2/span 2; }

div[id*=container] { clear: both; }
div[id*=zip_container], div[id*=city_container]	{ grid-column: span 12 / span 12 !important; }

body #frm_field_186_container label,
body #frm_field_186_container input#field_g2hs3 { font-family: MuseoSansBold !important; font-weight: 400 !important; }

/* Formidable Spenden */
#frm_field_59_container .frm_opt_container { grid-column: span 12 / span 12; }

#frm_field_59_container label.frm_primary_label { display: none !important; }
#frm_field_59_container .frm_radio {
	width: calc((100% - 30px)/2); 
	margin:  0 10px 10px 0;
	padding: 20px 10px; 
	background-color: #fff9bf; 
	border: 2px solid #ffe900;
	border-radius: 0;
	font-size: 1.4em;
	text-indent: 0;
	line-height: 1;
    vertical-align: middle 
	}	
	 
#frm_field_59_container .frm_radio input[type="radio"] { margin: 0 10px 10px; vertical-align: 5px; }
#frm_field_59_container .frm_radio:hover,
#frm_field_59_container input[type="radio"]:checked + .frm_radio { background-color: #ffe900 !important; }

.with_frm_style.frm_login_form a { text-decoration: underline; }
 
/* Informationsmaterial */
.frm_title_small h3 { font-size: 1em !important; padding: 0 0 3px 0 !important; }
.frm_style_formidable-style-2.with_frm_style .frm_form_field.frm_left_container.frm_third { grid-template-columns: 15% auto !important; }

.frm_style_formidable-style-2.with_frm_style div.frm_description { font-size: 1px; color: #fff; padding: 0; line-height: 1px; margin: 0; }
.frm_style_formidable-style-2.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing.frm_description { font-size: 1em; color: #000; padding: 5px 0 3px 0; line-height: 1.25; }

/* Hide Formidable Fields */
.kostenteilnehmer, .begleitkosten, .begleitperson, .kosten, .hund, .essen, .mgkostenlos, 
.order-languages, .order, .vergriffen-de, .vergriffen-fr, .vergriffen-it { display: none !important; }


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Flexbox
--------------------------------------------- */
.flxbx { 
	margin: 0 auto; 
	display: flex;
	max-width: 1400px;
	padding: 0 20px;
}

.flxbxa {
	flex: 0 0 340px;
	background-color: #ffe900;
	z-index: 10; 
	margin-right: 20px; 
	padding: 0 0 50px 0;
	min-width: 0; }

.flxbxb { 
	flex: 1 0 0;
	padding: 0 0 50px 0;
	min-width: 0; }
	
.posts .row {
  display: flex;   
  flex-wrap: wrap;
}



/* General
--------------------------------------------- */
.clr { clear: both; }

/* Content Position */
.nav-links,
.wrapper,
.contentcol {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.contentcol { padding: 0 0 0 380px; }

/* Admin-Bar
--------------------------------------------- */
 
.admin-bar #top-bar  { margin-top: 32px; }


/* Top Bar
--------------------------------------------- */
#top-bar { 
	display: absolute;
	top: 0; 
	left: 0; 
	position: fixed;
	z-index: 999;
	width: 100%; 
	height: 40px; 
	background-color: #ffe900; 
	text-align: right; 
	padding: 0 20px; 
	font-size: 1.200em; 
	line-height: 1;  
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25); }
#top-bar .wrapper { padding: 0; }
#top-bar a { text-decoration: none; }
.top-bar-content { text-align: right; }

#topbar1 .wpml-ls-legacy-list-horizontal a,
.topbar-buttons a.butlink,
#shortcutcolor a { display: inline-block; padding: 8px 10px; }
#top-bar a:hover { background-color: #000; color: #ffec2D; }
.shortcutbox { display: inline-block; height: 40px; overflow: hidden; }
.shortcutbox:before { content: "|"; }
.shortcutbox:first-of-type:before { color: #ffec2D; }
#topbar1 .wpml-ls-statics-shortcode_actions { display: inline-block; }
#topbar1 .wpml-ls-legacy-list-horizontal { border: none; padding: 0; } 
#topbar1 .wpml-ls-current-language a { color: #7f7f7f;  }
#shortcutresize:before { content: none; }
.zeno_font_resizer_container { display: inline !important; }
.zeno_font_resizer_container p { margin: 0; line-height: 1; }
.zeno_font_resizer_container a { padding: 0 5px !important; vertical-align: -2px; }

.topbar-buttons { font-size: 1em; }

.wp_user_stylesheet_switcher button { 
	border: none;
	border-radius: 0;
	background-color: transparent;
	font-size: 1em; 
	line-height: 1; 
	padding: 8px 10px;
	}
.wp_user_stylesheet_switcher button img { height: 1em; width: auto;  }
.wp_user_stylesheet_switcher button.wp_user_stylesheet_switcher_icon_s0_0:hover { background-color: #fff; }
.wp_user_stylesheet_switcher button.wp_user_stylesheet_switcher_icon_s0_1:hover { background-color: #000; }
.wp_user_stylesheet_switcher button.wp_user_stylesheet_switcher_icon_s0_2:hover { background-color: #fff; }

/* Navigation Column
--------------------------------------------- */

#nav-bar { padding: 77px 0; }
#nav-bar .site-branding, 
#nav-bar #navbar1, 
#nav-bar #search-2 { padding-left: 20px; padding-right: 20px; }
 
.site-branding { margin-bottom: 30px; }
.site-branding img { width: 100% !important; height: auto !important; }
.site-branding a { 
	background-image: url('https://retina.ch/wp-content/uploads/2020/09/retina-auge-typo_weiss.svg');
	background-size: 100% 100%; 
	background-repeat: no-repeat;
	background-position: 0;
	background-color: transparent;  }
.site-branding a:hover { 
	background-image: url('https://retina.ch/wp-content/uploads/2020/09/retina-auge-typo_weissweiss.svg'); 
	background-color: transparent;  }


/* Donate Button
--------------------------------------------- */
#donate-button {
	position: absolute;
	top: 30px;
	right: calc(50vw - 650px); }

@media (max-width: 1440px) {
	#donate-button { right: 80px; }
}

#donate-button a {
	background: #000;
	text-align: center;
	width: 130px;
	height: 130px;
	border-radius: 100%;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	font-size: 1em;
	line-height: 1.25;
	vertical-align: middle;
	color: #fff; ;
	text-decoration: none;
	transform: rotate(5deg);
	font-size: 1.200em; 
	}
 
#donate-button a:hover { background-color: none !important; color: #ffe900 !important; }



/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	margin-bottom: 1.5em; 
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul li.current-menu-item.menu-item-has-children ul, 
.main-navigation ul li.current-menu-ancestor.menu-item-has-children ul li.current-menu-item ul, 
.main-navigation ul li.current-menu-ancestor.menu-item-has-children ul,
.main-navigation ul li.current-page-ancestor.menu-item-has-children ul {
	display: block; 
	top: 100%;
	margin: 0;	
}

.main-navigation ul ul,
.main-navigation ul ul ul,
.main-navigation ul ul ul ul,
.main-navigation ul li.current-menu-item.menu-item-has-children ul ul,
.main-navigation ul li.current-page-parent ul li.menu-item-has-children ul { display: none; }

.main-navigation li { position: relative; }

/* hide nav-elements in nav-bar */
#nav-bar .main-navigation li.navgap { margin-bottom: 1.25em;  }
#nav-bar li.footernav,
#nav-bar li.wpml-ls-item { display: none; }

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px; 
	padding-left: 20px; 
	padding-right: 20px;
	line-height: 1.1;  
}
.main-navigation ul ul a { font-size: 1em; padding-left: 40px; }
.main-navigation ul ul ul a { padding-left: 60px; }

.main-navigation a:hover,
.current_page_item a:hover, 
.current-menu-ancestor a:hover, 
.current-menu-item ul.sub-menu a:hover,
.current-menu-ancestor ul.sub-menu .current-menu-item a:hover,
.current-menu-ancestor ul.sub-menu a:hover,
.current-page-ancestor a:hover,
.current-page-ancestor ul.sub-menu a:hover, 
.current-page-ancestor ul.sub-menu .current-page-ancestor a:hover,
.current-page-ancestor ul.sub-menu .current-menu-parent a:hover,
.current-page-ancestor ul.sub-menu .current-menu-parent .current-menu-item a:hover { color: #fff; background-color: #000; }

.current_page_item a, 
.current-menu-ancestor a, 
.current-menu-ancestor ul.sub-menu .current-menu-item a,
.current-page-ancestor ul.sub-menu a,
.current-page-ancestor a,
.current-page-ancestor ul.sub-menu .current-page-ancestor a,
.current-page-ancestor ul.sub-menu .current-menu-parent a,
.current-page-ancestor ul.sub-menu .current-menu-parent .current-menu-item a { color: #ffe900; background-color: #000; }
 

.current_page_item ul.sub-menu a,  
.current-menu-ancestor ul.sub-menu a,
.current-page-ancestor ul.sub-menu a, 
.current-menu-ancestor ul.sub-menu ul.sub-menu a { color: #000; background-color: #ffe900; }

#search-2 .widget-title { display: none; }
.widget_search { margin: 0; }
.widget_search .widget-title { font-size: 1.2em; }


/* Postnavigation
--------------------------------------------- */

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation { 
	clear: both; 
	display: block; 
	width: 100% !important; 
	border-top: 2px solid #ffe900; 
	padding-top: 0.5em; 
	margin: 2em 0 1.5em !important; 
	font-size: 0.8em; 
	line-height: 1.25; }
.post-type-archive-retinajournal .site-main .posts-navigation { margin-left: 10px !important; margin-right: 10px !important; }
.post-navigation h2.screen-reader-text, .post-navigation .nav-subtitle { display: none !important; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links { display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous { flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next { text-align: end; flex: 1 0 50%; }

.nav-links { padding: 0; }
.post-navigation a, .posts-navigation a { color: #7f7f7f; text-decoration: none; }
.post-navigation a:hover, .posts-navigation a:hover { background-color: transparent; text-decoration: underline; }

.archive-flxbx .nav-links { clear: both; width: 100%; text-align: left; margin: 0 0 0 10px; color: #000; }
.archive-flxbx .nav-links a { color: #7f7f7f; text-decoration: none; padding: 0 5px; }
.archive-flxbx .nav-links a:hover, .archive-flxbx .nav-links a:focus { text-decoration: underline; background-color: transparent;  }

/*  Footer Nav
--------------------------------------------- */

.site-footer li.mainnav { display: none; }
.site-footer .widget_nav_menu ul { list-style: none; padding: 0; }
.site-footer .widget_nav_menu ul li:hover { text-decoraton: underline !important;  }
.site-footer .widget_nav_menu ul li.current_page_item a { color: #000; background-color: transparent; }
.site-footer .widget_nav_menu ul li.wpml-ls-item { width: 40px; float: left; }

/*  Respondsive Nav
--------------------------------------------- */
body #responsive_menu_pro.responsive_menu_pro_opened { margin-top: 31px !important; }
body.admin-bar #responsive_menu_pro.responsive_menu_pro_admin_bar_showing { margin-top: 72px; }
body #responsive_menu_pro { z-index: 998; }
body #responsive_menu_pro_button .responsive_menu_pro_button_lines { padding-top: 2px; }
body #responsive_menu_pro_button { top: 0; left: 20px; margin-top: -2px; }
body #responsive_menu_pro_button #responsive_menu_x { font-size: 40px; font-family: MuseoSansBold;  }
body #responsive_menu_pro { 
	-webkit-box-shadow: 0px 10px 10px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 10px 10px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 10px 10px 5px rgba(0,0,0,0.25); }
body #responsive_menu_pro #responsive_menu_pro_title {
	padding: 20px 0 0 20px !important;
    width: calc(100% - 20px) !important;
    text-align: center !important; }
body #responsive_menu_pro #responsive_menu_pro_title a:hover { background-color: transparent !important; }	
body #responsive_menu_pro .responsive_menu_title_image { height: 60px; width: auto; margin: 0 auto; }
body #responsive_menu_pro .responsive_menu_pro_menu li a,
body #responsive_menu_pro #responsive_menu_pro_search {
    padding: 10px 0px 10px 20px !important;
    width: calc(100% - 20px) !important; }
body #responsive_menu_pro .responsive_menu_pro_menu ul { padding: 0; }
body #responsive_menu_pro .responsive_menu_pro_menu li a,
body #responsive_menu_pro .responsive_menu_pro_append_link,
body #responsive_menu_pro #responsive_menu_pro_search { border: none !important; }
body #responsive_menu_pro .responsive_menu_pro_menu li li a {
	padding: 10px 0px 10px 40px !important;
    width: calc(100% - 40px) !important; }
body #responsive_menu_pro .responsive_menu_pro_menu li.wpml-ls-item a { width: 35px !important; float: left; }
body #responsive_menu_pro li.current-page-ancestor a,
body #responsive_menu_pro li li.current-menu-item a { color: #fff !important; }
body #responsive_menu_pro li.current-page-ancestor li a { color: #000 !important; }
body #responsive_menu_pro .hidemob { display: none !important; }
	
/*  Accessibility
--------------------------------------------- */

.hidden {
    left: -1000px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -1000px;
}	

/*  Breadcrumbs
--------------------------------------------- */

#breadcrumbs {
	font-size: 0.8em; 
	color: #7f7f7f; 
	margin: 50px 180px 0 0;  
	height: 100px; 
	line-height: 1.25; }
#breadcrumbs a { text-decoration: none; color: #7f7f7f; }
#breadcrumbs a:hover { text-decoration: underline; background-color: transparent; }

/* Posts and pages
--------------------------------------------- */
.sticky { display: block; }

.post { margin: 0 0 1.5em; }

.updated:not(.published) { display: none; }

.page-content,
.entry-content,
.entry-summary { margin: 0; }

.page-header, .entry-header { margin-bottom: 1.5em; }

.page-links { clear: both; margin: 0 0 1.5em; }

/* Content
--------------------------------------------- */
#primary { margin-top: 38px; }

/* Table (Vorstandstermine)
--------------------------------------------- */
.tablepress { font-size: 0.9em; }
.tablepress thead th { 
	text-align: left; 
	background-color: #ffe900; 
	font-family: MuseoSansBold, Helvetica, sans-serif;
	font-weight: 400; 
	border: none; 
	}

/* Search
--------------------------------------------- */
.search article:first-of-type { margin-top: 1.5em; }
.search .entry-summary { margin-top: 0.5em; }
.search article { border-bottom: 2px solid #ffe900; padding-bottom: 1em; margin-bottom: 1em; }

.search-results h2 { font-size: 1.25em; }
.search-results article .entry-header { margin-bottom: 1em; }

/* Google Map
--------------------------------------------- */
.gm-style-mtc,
.gm-svpc { display:none !important; }

/* News Agenda Details
--------------------------------------------- */

ul.details { margin: 0; padding: 0; list-style-type: none; }
ul.details li { margin-left: 9em; }
ul.details li strong { 
	font-family: MuseoSansBold, Helvetica, sans-serif;
	font-style: normal; 
	float: left;
	text-decoration: none;
	margin-left: -9em;
	width: 8em;
	}
ul.details.content-details { margin: -1em 0 1.5em; }
	
/* Gesprächsgruppen
--------------------------------------------- */
.gespraechsgruppen .wp-block-nk-awb .wp-block-image { margin: 0; padding: 0; line-height: 1; }
.gespraechsgruppen .wp-block-nk-awb .wp-block-image .alignright { margin: 0 0 1em 1em; }
.gespraechsgruppen .wp-block-nk-awb img { max-height: 170px; }
.gespraechsgruppen .wp-block-nk-awb p.wp-caption-text { font-size: 0.8em; margin: 5px 0 0 ; }

/* Archives
--------------------------------------------- */

.archive-flxbx { 
	margin: 0 0 1.5em -10px;
	display: flex;
	flex-wrap: wrap;
}
.wp-block-group .archive-flxbx { margin-bottom: 0; }

.archive-flxbx article {
    padding: 10px 15px 15px 15px;
    margin: 0;
    width: calc(50% - 20px);
    margin: 10px;
    border: 2px solid #ffe900;
    background-color: #fff; 
    overflow-wrap: break-word;
}
.archive-flxbx article:hover h2.entry-title { background-color: #ffe900; }
.archive-flxbx article:hover h2.entry-title:hover { background-color: #000; color: #ffe900 !important; }


.archive-flxbx article.retinajournal:hover h2.entry-title  { background-color: #fff; }
.archive-flxbx article.retinajournal h2.entry-title a:hover { background-color: #000 !important; color: #ffe900 !important; }

.archive-notxt { margin-left: 10px; }

.archive-date { font-size: 1em; }
.archive-details { margin-bottom: 1em; }
.archive-flxbx article .entry-header { line-height: 1.25; margin: 1em 0;  }
.archive-flxbx article .entry-title { font-size: 1.2em; display: inline; }
.archive-flxbx article .entry-content { clear: both; margin-top: 0; display: block; }
.archive article a, .archive-flxbx article a  { text-decoration: none; width: 100%; }	
.archive article a:hover, .archive article a:focus { background-color: transparent !important;  }
.archive article .btn a, .archive-flxbx article .btn { border: none; padding: 3px; background-color: #ffe900 !important; }
.archive-flxbx article a.btn:hover { background-color: #000 !important; color: #ffe900 !important; }

.archive-icon { 
	width: 60px; height: 60px;
	float: right; 
	position: relative; 
	margin: 0 0 10px 10px; }
.archive-icon:before {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	top: 0;
	right: 0;
	font-size: 2.5em;
	line-height: 1;
	content: "\f073";
	width: 60px; 
	height: 60px;
	text-align: right;  }
.aktuelles .archive-icon:before	{ content: "\f1ea"; }
.category-forschung .archive-icon:before,
.category-recherche .archive-icon:before,
.category-ricerca .archive-icon:before { content: "\f610"; }
.category-medizinischer-beirat .archive-icon:before,
.category-conseil-medico-scientifique .archive-icon:before,
.category-comitato-medico-scientifico .archive-icon:before { content: "\f82e"; }
.category-retina-intern .archive-icon:before { content: url('https://retina.ch/wp-content/uploads/2020/10/retina-auge-icon.png'); }
.category-spende .archive-icon:before { content: url('https://retina.ch/wp-content/uploads/2020/10/retina-auge-herz-icon.png'); }
.retinajournal .archive-icon:before { content: "\f518"; }
.gespraechsgruppen .archive-icon:before { content: "\f0c0"; }
/* .netzhauterkrankungen .archive-icon */
.page-id-77 .archive-icon,
.page-id-2822 .archive-icon, 
.page-id-3216 .archive-icon,
.page-id-85 .archive-icon,
.page-id-2846 .archive-icon,
.page-id-2848 .archive-icon  { display: none;  } 
.category-retina-youth .archive-icon:before { 
content: url(https://retina.ch/wp-content/uploads/2021/08/retina-suisse-youth-icon-auge.svg);
width: 70px; 
height: auto;  }
.category-webinar .archive-icon:before { content: "\f108"; }



.hightlightbox .archive-flxbx article { 
	width: 100%;	
}

/* Retina Journal
--------------------------------------------- */
.retinajournal-template-default .entry-header h1 { display: inline-block;  }
.type-retinajournal h2 { margin: 1em 0 0 0; }
.type-retinajournal h2.titletop { display: inline-block; }
.retinajournal-template-default h2.nomarg { margin-top: 0; }

.post-type-archive-retinajournal .archive-flxbx article .entry-header { margin: 0; }
.post-type-archive-retinajournal .archive-flxbx article .entry-content { clear: none;  }
.rj-order, .rj-de, .rj-fr, .rj-it { }
.retinajournal-template-default .entry-content .fal { font-size: 2em; padding-right: 20px; }
.post-type-archive-retinajournal .rj-details .fal { font-size: 1.5em; padding-right: 15px; }
.post-type-archive-retinajournal h2 { font-size: 1.2em; }
.post-type-archive-retinajournal h3 { font-size: 1em; }
.type-retinajournal button { margin: 5px 0; }

.archive-flxbx article.type-retinajournal { padding-top: 1.5em; }
.archive-flxbx article.type-retinajournal .archive-icon:before { margin-top: -0.35em; }

.type-retinajournal ul.txtlist { list-style-type: none; padding: 0; margin: 0; }
.type-retinajournal ul.txtlist li { margin: 0 0 10px 130px; line-height: 1.6; }
.type-retinajournal ul.txtlist li strong { width: 120px; float: left; margin-left: -130px; }
.type-retinajournal ul.txtlist li a { background-color: #ffe900; padding: 2px 10px; text-decoration: none; }
.type-retinajournal ul.txtlist li a:hover { background-color: #000 !important; color: #ffe900;  }
.type-retinajournal ul.txtlist li a:focus { color: #fff;  }
.rj-preview { padding-bottom: 0.5em; border-bottom: 2px solid #ffe900; }
.entry-content .rj-preview { border: none; }
.single-retinajournal .wp-block-nk-awb,
.single-retinajournal .wp-block-nk-awb h2  { margin-top: 0 !important; }
.single-retinajournal .wp-block-nk-awb .rj-order { margin-top: 1em; }

/* Contact us 
--------------------------------------------- */
.contactus { height: 100px; line-height: 100px; margin: 1.5em 0; }
.contactus .contactbutton { 
	width: 100px !important;
	height: 100px !important;
	float: left; 
	margin:  0 20px 0 0; 
	background-color: #000; 
	vertical-align: middle;
	border-radius: 100px;
	color: #fff !important; 
	font-size: 3em; 
	text-align: center; 
}
.contactus:hover .contactbutton { color: #ffe900 !important; }
.contactus a { font-size: 1em; color: #000; text-decoration: none; }

/* Comments
--------------------------------------------- */
.comment-content a { word-wrap: break-word; }
.bypostauthor { display: block; }

/* Widgets
--------------------------------------------- */
.widget { margin: 0 0 1.5em; }
.widget select { max-width: 100%; }

/* Max Buttons
--------------------------------------------- */
.wp-block-columns.icon-block { margin-bottom: 0; } 
.icon-block .wp-block-column { text-align: center; }
.mb-icon, 
.mb-icon-hover { padding: 20px 40px 15px 40px !important; }
.mb-text, .mb-text2 { 
	font-family: MuseoSansBold, Helvetica, sans-serif !important; 
	font-size: 1em !important; 
	padding: 0 0 3px 0 !important; }
img.mb-img, img.mb-img-hover { 
	width: auto !important; 
	height: 80px !important; }
.mb-container { margin: 0 !important; }

.maxbutton-8-container.mb-container { 
	display: block !important; 
	text-align: center !important; }

a.widebutton { width: 50% !important; }
.wp-block-column a.widebutton { width: 100% !important; }

.widebutton .mb-icon,
.widebutton .mb-icon-hover { padding: 20px 20px 18px 40px !important; }
.widebutton .mb-text,
.widebutton .mb-text2 { padding: 20px 20px 0 0 !important; }
.widebutton .mb-text2 { padding-top: 0 !important; }

/* Borlab Cookies
--------------------------------------------- */

body #BorlabsCookieBox ._brlbs-manage,
body #BorlabsCookieBox ._brlbs-refuse, 
body #BorlabsCookieBox ._brlbs-legal  { font-size: 1em; }
body #BorlabsCookieBox ._brlbs-refuse { color: #000; }
body #BorlabsCookieBox ._brlbs-btn { padding: 0.25em; }
body .BorlabsCookie .text-center  { text-align: left !important; }

/* Footer
--------------------------------------------- */
.site-footer { font-size: 0.8em; }
.site-footer .flxbxa { padding: 20px; }
.site-footer .flxbxb { padding-top: 20px; }
	
.site-footer-header { 
	background-color: #000;
	padding: 5px 0; 
	color: #fff; }
.site-footer-header .wrapper { padding: 0 40px; }
	
.site-footer-header p, .site-footer .wp-block-columns { margin: 0; }
.site-footer .site-info.wrapper { padding: 0.75em 20px 50px 0; }

.site-footer a { text-decoration: none; }
.site-footer a .fab { font-size: 2.5em; }
.site-footer a.falink:hover { background-color: transparent; color: #ffe900; }
.site-footer h3 { line-height: 1.25;  }
.mobview { display: none; }
.site-footer #footer3 a:hover, .site-footer #footer3 a:focus, .site-footer #footer3 a:active { background-color: transparent !important; color: #ffe900; }



/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link { display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 { grid-template-columns: repeat(2, 1fr); }
.gallery-columns-3 { grid-template-columns: repeat(3, 1fr); }
.gallery-columns-4 { grid-template-columns: repeat(4, 1fr); }
.gallery-columns-5 { grid-template-columns: repeat(5, 1fr); }
.gallery-columns-6 { grid-template-columns: repeat(6, 1fr); }
.gallery-columns-7 { grid-template-columns: repeat(7, 1fr); }
.gallery-columns-8 { grid-template-columns: repeat(8, 1fr); }
.gallery-columns-9 { grid-template-columns: repeat(9, 1fr); }
.gallery-caption { display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer { display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus { outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.alignwide {
  width: 100vw;
  margin: 2rem calc(50% - 50vw);
}

.alignfull {
	width: calc(100vw - 11px);
    margin-left: calc(50% - 50vw - 177px);
}

/* Image/Color Bblock fullwidth
--------------------------------------------- */
.wp-block-nk-awb { margin-top: 2em !important; margin-bottom: 2em !important; }
.wp-block-nk-awb .wp-block-group { max-width: 1360px; margin: 0 auto; padding: 0; }
.wp-block-nk-awb .wp-block-group__inner-container { padding-left: 360px; }

/* Hide Glaukom Balken, da keine Termine
--------------------------------------------- */
.postid-1095 .groupinfo,
.postid-2726 .groupinfo,
.postid-2730 .groupinfo  { display: none; }

/*--------------------------------------------------------------
# Smaller Screensizes
--------------------------------------------------------------*/
@media only screen and (max-width: 1460px) {
.wp-block-nk-awb .wp-block-group__inner-container { padding-left: 355px; }
}

@media only screen and (max-width: 1440px) {
.contentcol { padding: 0 0 0 385px; }
.wp-block-embed iframe { max-height: 600px !important; }
} 

@media only screen and (max-width: 1200px) { 
.maxbutton-8-container.mb-container { width: 100% !important; }
a.maxbutton { width: 150px !important; height: 150px !important; }
a.widebutton { width: 100% !important; height: auto !important;  }
.widebutton .mb-icon,
.widebutton .mb-icon-hover { /* padding: 15px 15px 13px 30px !important; */ }
.widebutton .mb-text {/*  padding: 15px 15px 0 0 !important;  */}
.widebutton .mb-text2 {/*  padding-top: 0 15px 0 0 !important; */ }

.mb-icon, .mb-icon-hover { padding: 15px 10px 10px !important;  }
img.mb-img, img.mb-img-hover { height: 60px !important; width: auto !importan; }
.mb-text, .mb-text2 { font-size: 0.8em !important; }
.wp-block-embed iframe { max-height: 500px !important; }
}

@media only screen and (max-width: 1000px) { 
.flxtop { display: block; max-width: 100%; }
.flxbxa { background-color: transparent; padding-bottom: 1.5em;  width: 300px; margin: 0 auto; }
#nav-bar { padding: 0; margin: 70px 0 0 0; }
.site-header img.custom-logo { margin: 0; }
#navbar1, .site-title1, .site-title2, #search-2 { display: none !important; }

#nav-bar .site-branding { padding: 0 !important;  }
.site-branding a { background-image: url('https://retina.ch/wp-content/uploads/2020/09/retina-auge-typo.svg');  }
.site-branding a:hover { background-image: url('https://retina.ch/wp-content/uploads/2020/10/retina-auge-typo_yellow.svg');  }
	
#donate-button { right: 40px; }
#donate-button a { width: 100px; height: 100px; font-size: 1em; }
#breadcrumbs { display: none; }
#primary { margin-top: 0; }
.site-footer-header .wrapper { padding: 0 20px; }
.flxfooter .flxbxa { flex: 25%; padding: 10px 0 0 0; }
.flxfooter .flxbxb { flex: 75%; padding: 10px 0 0 0; }
.bigview { display: none; }
.mobview { display: inline; }
.alignfull { margin-left: calc(50% - 50vw); }
.contentcol { padding: 0 0 0 25px; }
.wp-block-nk-awb .wp-block-group__inner-container { padding: 0; }
.site-footer ul#menu-main-nav-menu li.wpml-ls-item { width: 35px; }
}

@media only screen and (max-width: 785px) { 
body { font-size: 1em; }
#top-bar, .shortcutbox { height: 36px; }
.sitebranding { margin-bottom: 20px; }
.flxbxa  { width: 40vw; }
.wp_user_stylesheet_switcher button,
#topbar1 .wpml-ls-legacy-list-horizontal a, 
.topbar-buttons a.butlink, #shortcutcolor a { padding-left: 8px; padding-right: 8px; }
#donate-button { right: 20px; }
#donate-button a { width: 80px; height: 80px; }
.wp-block-columns.icon-block { display: flex !important; }
.icon-block .wp-block-column { flex-basis: 0 !important; flex-grow: 1 !important;  }
.flxfooter .flxbxa { flex: 33%; padding: 10px 0 0 0; }
.flxfooter .flxbxb { flex: 66%; padding: 10px 0 0 0; }
.wp-block-embed iframe { max-height: 400px !important; }
.archive-flxbx { margin: 0 0 1.5em -5px; }
.archive-flxbx article { margin: 5px; width: calc(50% - 10px); }
.archive-notxt { margin-left: 5px; }
}

@media only screen and (max-width: 550px) { 
a.maxbutton { width: 125px !important; height: 125px !important; }
a.widebutton { width: 100% !important; height: auto !important; }
.mb-icon, .mb-icon-hover { padding: 5px 10px 10px !important; }
}

@media only screen and (max-width: 500px) { 
.flxbxa { width: 50vw; }
a.widebutton { margin: 0.5em 0; }
#shortcutcolor, #shortcutresize { display: none; }
.icon-block, .flxfooter { display: block; }
.mb-icon, .mb-icon-hover { padding: 20px 10px 10px !important; }
#frm_field_59_container .frm_radio { float: none; width: 100%; margin: 0 0 10px 0; }
.archive-flxbx { display: block; margin: 0 !important; }
.archive-flxbx article { width: 100%; margin: 10px 0; }
.post-type-archive-retinajournal .site-main .posts-navigation { margin-left: 0 !important; margin-right: 0 !important; }
.flxfooter .flxbxa, .flxfooter .flxbxb { display: block; width: 100%; padding: 10px 0 0 0; }
.wp-block-embed iframe { max-height: 300px !important; }
select.facetwp-dropdown,
.facetwp-input-wrap { width: 100% !important; }
}

@media only screen and (max-width: 450px) { 
img.mb-img, img.mb-img-hover { height: 40px !important; }
a.maxbutton { width: 100px !important; height: 100px !important; }
a.widebutton { width: 100% !important; height: auto !important; }
.mb-icon, .mb-icon-hover { padding: 5px 10px 10px !important; }
.mb-text, .mb-text2 { font-size: 0.7em !important; }
}

