/* Do not edit this automatically generated file */
/*
Theme Name: XR Sweden Theme
Author: Elin Ljunggren
Description: Custom made theme for the XR Sweden website extinctionrebellion.se
Version: 1.0.2
*/
/*! 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
* Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
* 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
* 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
* 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
* 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	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.35em 0.75em 0.625em;
}

/**
* 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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
* 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; /* 1 */
	padding: 0; /* 2 */
}

/**
* 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
* 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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;
}
/* Fonts */

@font-face {
	font-family: "Crimson Text";
	src: url(fonts/CrimsonText-Regular.ttf);
	font-weight: 400;
}

@font-face {
	font-family: "Crimson Text";
	src: url(fonts/CrimsonText-Italic.ttf);
	font-style: italic;
}

@font-face {
	font-family: "Crimson Text";
	src: url(fonts/CrimsonText-SemiBold.ttf);
	font-weight: 500;
}

@font-face {
	font-family: "Crimson Text";
	src: url(fonts/CrimsonText-SemiBoldItalic.ttf);
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Crimson Text";
	src: url(fonts/CrimsonText-Bold.ttf);
	font-weight: 600;
}

@font-face {
	font-family: "Crimson Text";
	src: url(fonts/CrimsonText-BoldItalic.ttf);
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "Fucxed Caps";
	src: url(fonts/fucxedcaps-v3-webfont.woff2);
}
/* Base styles */

* {
	box-sizing: border-box;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

body {
	position: relative;
	margin: 0;
	min-height: 100%;
	font-family: "Crimson Text", sans-serif;
	font-size: 24px;
	color: #000;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.button {
	font-family: "Fucxed Caps", sans-serif;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	padding: 15px;
	display: inline-block;
}

.button:hover {
	background-color: #202020;
}

/* Styles for non-visible screen reader elements */
.sr-only,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* Add default for HTML5 elements to work well in old browsers */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/* WP alignments */
.aligncenter,
.textcenter .slider-2022 {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}

.no-margin,
.wp-block-columns.no-margin .wp-block-column {
	margin: 0 !important;
}

.no-padding {
	padding: 0;
}
/* Layout */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul:not(.menu),
ol,
.footer-content,
.paginator,
article .container,
section .container,
.page-content > .wp-block-group > .wp-block-group__inner-container {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	padding-top: 75px; /* Height of navbar */
}

/* Anchor link fix for fixed header */
html {
	scroll-padding-top: 75px;
}

@media (min-width: 1001px) {

	#content.has-submenu {
		padding-top: 118px; /* Height of navbar and submenu */
	}

	html {
		scroll-padding-top: 118px;
	}
}

article .container,
section .container,
.page-content > .wp-block-group > .wp-block-group__inner-container {
	padding: 50px 30px;
	width: 100%;
}

.paginator {
	padding: 0 30px;
	text-align: center;
}

.page-numbers {
	display: inline-block;
	padding: 5px 10px;
}

.page-numbers.current {
	background-color: #75d0f1;
}

section.top-padding {
	padding-top: 60px;
}

.text-on-image,
.full-image-section {
	position: relative;
}

.full-image-section img {
	width: 100%;
}

.text-on-image .container,
.full-image-section .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}

.flex-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* WP column blocks */
.wp-block-columns.align-items-center {
	align-items: center;
}

.wp-block-column > :only-child {
	height: 100%;
}

.wp-block-columns.align-items-center .wp-block-column > :only-child {
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-column > .wp-block-cover {
	padding: 60px;
}

@media (max-width: 1000px) {

	.wp-block-column > .wp-block-cover {
		padding: 30px;
	}
}

@media (min-width: 600px) and (max-width: 781px) {

	.wp-block-column:not(:only-child) {
		flex-basis: 50%;
		flex-grow: 1;
	}
}
/* Typography styles */

h1,
h2,
h3,
h4,
h5,
h6,
.fucxed-caps {
	font-family: "Fucxed Caps", sans-serif;
}

h1 {
	font-size: 88px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 20px;
}

h2,
h1.has-small-font-size,
h3.has-large-font-size {
	font-size: 55px;
	margin-top: 50px;
	margin-bottom: 15px;
}

h3,
h2.has-small-font-size,
h4.has-large-font-size {
	font-size: 30px;
	font-weight: 400;
	margin-top: 40px;
	margin-bottom: 10px;
}

h4,
h3.has-small-font-size {
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 10px;
}

p {
	margin-top: 0;
	margin-bottom: 20px;
}

a {
	color: inherit;
	font-weight: 600;
}

a:hover {
	text-decoration: none;
}


.wp-block-nextend-smartslider3 h3 {
	border-bottom: none !important;
}

.page-content > .wp-block-group > .wp-block-group__inner-container > p:first-child,
.page-content > .wp-block-group > .wp-block-group__inner-container > h1:first-child,
.page-content > .wp-block-group > .wp-block-group__inner-container > h2:first-child,
.page-content > .wp-block-group > .wp-block-group__inner-container > h3:first-child,
.page-content > .wp-block-group > .wp-block-group__inner-container > h4:first-child,
.page-content > .wp-block-group > .wp-block-group__inner-container > h5:first-child,
.page-content > .wp-block-group > .wp-block-group__inner-container > h6:first-child {
	margin-top: 0;
}

.page-content > .wp-block-group > .wp-block-group__inner-container > p:last-child,
.page-content > .wp-block-group > .wp-block-group__inner-container > h1:last-child,
.page-content > .wp-block-group > .wp-block-group__inner-container > h2:last-child,
.page-content > .wp-block-group > .wp-block-group__inner-container > h3:last-child,
.page-content > .wp-block-group > .wp-block-group__inner-container > h4:last-child,
.page-content > .wp-block-group > .wp-block-group__inner-container > h5:last-child,
.page-content > .wp-block-group > .wp-block-group__inner-container > h6:last-child {
	margin-bottom: 0;
}

/* Overwrite WP cursor: not-allowed */
body form.customize-unpreviewable,
body form.customize-unpreviewable input,
body form.customize-unpreviewable select,
body form.customize-unpreviewable button,
body a.customize-unpreviewable,
body area.customize-unpreviewable {
	cursor: pointer !important;
}

@media (max-width: 1200px) {

	h1 {
		font-size: 70px;
	}

	h2,
	h3.has-large-font-size {
		font-size: 44px;
	}
}

@media (max-width: 900px) {

	h1 {
		font-size: 56px;
	}

	h2,
	h3.has-large-font-size {
		font-size: 35px;
	}

	h3,
	h2.has-small-font-size,
	h4.has-large-font-size {
		font-size: 28px;
	}

	body,
	h4,
	h3.has-small-font-size {
		font-size: 20px;
	}
}

@media (max-width: 600px) {

	h1 {
		font-size: 45px;
	}

	h2,
	h3.has-large-font-size {
		font-size: 28px;
	}

	h3,
	h2.has-small-font-size,
	h4.has-large-font-size {
		font-size: 24px;
	}
}
/* White */
.text-white,
.has-white-color {
	color: #fff;
}

.bg-white,
.has-white-background-color {
	background-color: #fff;
}

/* Black */
.text-black,
.has-black-color {
	color: #000;
}

.bg-black,
.has-black-background-color {
	background-color: #000;
}

/* Green */
.text-light-green,
.has-light-green-color {
	color: #bed276;
}

.bg-light-green,
.has-light-green-background-color {
	background-color: #bed276;
}

.text-green,
.has-green-color {
	color: #21a73d;
}

.bg-green,
.has-green-background-color {
	background-color: #21a73d;
}

/* Yellow */
.text-lemon,
.has-lemon-color {
	color: #f6ec73;
}

.bg-lemon,
.has-lemon-background-color {
	background-color: #f6ec73;
}

.text-warm-yellow,
.has-warm-yellow-color {
	color: #ffc11e;
}

.bg-warm-yellow,
.has-warm-yellow-background-color {
	background-color: #ffc11e;
}

/* Blue */
.text-light-blue,
.has-light-blue-color {
	color: #75d0f1;
}

.bg-light-blue,
.has-light-blue-background-color {
	background-color: #75d0f1;
}

.text-dark-blue,
.has-blue-color {
	color: #3860aa;
}

.bg-dark-blue,
.has-blue-background-color {
	background-color: #3860aa;
}

/* Red */
.text-red,
.has-red-color {
	color: #dc4f00;
}

.bg-red,
.has-red-background-color {
	background-color: #dc4f00;
}


/* Pink */
.text-pink,
.has-pink-color {
	color: #ed9bc4;
}

.bg-pink,
.has-pink-background-color {
	background-color: #ed9bc4;
}

.text-bright-pink,
.has-bright-pink-color {
	color: #cf6297;
}

.bg-bright-pink,
.has-bright-pink-background-color {
	background-color: #cf6297;
}

/* Purple */
.text-purple,
.has-purple-color {
	color: #986297;
}

.bg-purple,
.has-purple-background-color {
	background-color: #986297;
}

/* Angry */
.text-angry,
.has-angry-color {
	color: #c80082;
}

.bg-angry,
.has-angry-background-color {
	background-color: #c80082;
}
/* Events page */

@media (min-width: 761px) {

	/* Force 50% width for search dropdowns if there are only two */
	.mec-full-calendar-wrap .mec-search-form .mec-dropdown-wrap .mec-dropdown-search:first-child:nth-last-child(2),
	.mec-full-calendar-wrap .mec-search-form .mec-dropdown-wrap .mec-dropdown-search:first-child:nth-last-child(2) ~ .mec-dropdown-search {
		width: 50%;
	}
}

.mec-wrap {
	font-size: 20px;
	line-height: 25px;
	color: inherit;
}

.mec-event-article .mec-time-details {
	font-size: 16px;
}

.mec-event-article .mec-event-footer {
	display: none;
}

.mec-full-calendar-wrap .mec-totalcal-box .mec-totalcal-view span {
	font-size: 12px;
}

.mec-calendar.mec-event-container-simple dl dt.mec-calendar-day {
	font-size: 20px;
}

.tooltipster-base {
	margin-top: -20px;
}

/* Single event styles */
.single-mec-events .mec-container {
	width: 100%;
}

.mec-single-event {
	margin-top: 0;
}

.mec-single-event .mec-events-event-image {
	text-align: center;
}

.mec-single-event .mec-events-event-image img {
	max-width: 1200px;
	width: 100%;
	height: auto;
}

.mec-single-event .mec-event-meta h3,
.mec-single-event .mec-event-meta dd {
	font-size: inherit;
	color: inherit;
}

.mec-single-event .mec-event-meta h6 {
	font-size: 18px;
	font-family: "Crimson Text", sans-serif;
	text-transform: none;
}

.mec-single-event .mec-single-event-organizer i {
	display: none;
}

.mec-single-event .mec-event-meta .mec-single-event-organizer .mec-events-single-section-title {
	margin: 0;
	padding: 0;
}

.mec-single-event-bar {
	background: #f7f7f7;
	display: flex;
	justify-content: space-around;
}

.date-title {
	display: inline-block;
	width: 2.5em;
	font-weight: 600;
}

.mec-event-content p {
	font-size: inherit;
	color: inherit;
}
/* Footer */

footer {
	background-color: #000;
	color: #fff;
	padding: 30px 45px;
}

footer h4 {
	margin-bottom: 10px;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
	line-height: 2;
}

footer li a {
	color: #fff;
}

footer .site-logo img {
	width: 200px;
	height: auto;
	float: right;
}

footer .widget-area .widget {
	margin-bottom: 20px;
}

footer .widget-area .widget:last-child {
	margin-bottom: 0;
}

footer nav .sub-menu {
	display: none;
}

footer .fab {
	width: 30px;
	margin-right: 5px;
}

footer .wp-block-search {
	margin-top: 80px;
}

footer .wp-block-search input {
	padding: 0 15px;
}

footer .wp-block-search .wp-block-search__inside-wrapper {
	min-width: 280px;
}

footer .copyright-message {
	margin-top: 60px;
}
/* Action Network form styling */

.can-form-area {
	padding: 30px;
	background-color: #fff;
}

.can-form-area #can_embed_form label,
.can-form-area #can_embed_form input[type="submit"] {
	font-size: 16px !important;
}

.can-form-area #can_embed_form_inner h2,
.can-form-area #can_embed_form input[type="submit"] {
	font-family: "Fucxed Caps", sans-serif;
	text-align: center;
}

.can-form-area .can_embed.form #can_embed_form_inner > h2 {
	border: none;
	margin-bottom: 10px;
	margin-top: 10px;
}

.can-form-area #can_embed_form_inner h4 {
	text-transform: inherit;
	letter-spacing: inherit;
	font-size: 20px;
}

.can-form-area #can_embed_form .control-label {
	text-transform: inherit;
	color: #707070;
}

.can-form-area #can_embed_form_inner h4::after {
	display: none;
}

.can-form-area #can_embed_form input[type="submit"] {
	background-color: #000;
}

.can-form-area #can_embed_form #d_sharing {
	border: none;
}

.can-form-area #can_embed_form ul {
	margin: 0;
}

.can-form-area #can_embed_form #d_sharing input {
	top: 5px;
}

.can-form-area #can_embed_form small {
	font-size: 14px;
}

.can-form-area #can_embed_form #d_sharing.affirmative_optin_d_sharing label.radio {
	margin-top: 5px;
}

.can-form-area #can_embed_form .iti {
	margin-bottom: 15px;
}

.can-form-area #can_embed_form #action_info .action_owner {
	display: none;
}
/* Front page specific styles */

#our-demands img,
#about-xr img {
	width: 100%;
}

.flex-box.demands-boxes {
	justify-content: center;
	margin-bottom: 60px;
}

.flex-box.demands-boxes > * {
	width: calc(50% - 30px);
	background-color: #fff;
	padding: 15px 30px;
	margin: 15px;
}

@media (max-width: 600px) {

	.flex-box.demands-boxes > * {
		width: 100%;
	}
}
/* Navigation */

.main-navigation {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	height: 75px;
	font-family: "Fucxed Caps", sans-serif;
	font-size: 20px;
	text-align: center;
}

.main-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.main-navigation li {
	display: inline-block;
	margin: 0;
}

.main-navigation li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 0 15px;
	line-height: 72px;
	box-sizing: border-box;
}

.main-navigation li a:hover,
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-parent > a {
	border-bottom: 3px solid #fff;
}

.main-navigation .logo {
	float: left;
	padding: 10px 15px;
}

.main-navigation .logo img {
	width: auto;
	max-height: 55px;
}

#mobile-navigation-toggle {
	display: none;
}

/* Responsive on smaller screens  */
@media only screen and (max-width: 1000px) {

	/* Hamburger menu used for opening/closing nav menu on mobile */
	#mobile-navigation-toggle {
		position: relative;
		display: block;
		float: right;
		background: none;
		border: none;
		font-size: inherit;
		font-size: 35px;
		padding: 9px 10px;
		cursor: pointer;
		margin-right: 15px;
		margin-top: 20.5px;
		margin-bottom: 20.5px;
	}

	#mobile-navigation-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background-color: #fff;
		transition: 0.25s ease-in-out;
		transform: rotate(0deg);
		transform-origin: left center;
	}

	#mobile-navigation-toggle .icon-bar + .icon-bar {
		margin-top: 4px;
	}

	#mobile-navigation-toggle.open .icon-bar:nth-child(2) {
		transform: rotate(45deg);
		margin-left: 3px;
	}

	#mobile-navigation-toggle.open .icon-bar:nth-child(3) {
		width: 0%;
		opacity: 0;
	}

	#mobile-navigation-toggle.open .icon-bar:nth-child(4) {
		transform: rotate(-45deg);
		margin-left: 3px;
		margin-top: 7px;
	}

	/* Main nav */
	.main-navigation {
		text-align: left;
	}

	.main-navigation ul {
		list-style-type: square;
	}

	.main-navigation li {
		display: block;
	}

	.main-navigation li a {
		color: #fff;
		text-decoration: none;
		padding: 20px 0;
		line-height: 30px;
		height: 70px;
	}

	.main-navigation .sub-menu {
		margin-top: 5px;
	}

	.main-navigation .sub-menu li {
		display: inline-block;
	}

	.main-navigation .sub-menu li:not(:last-child) {
		padding-right: 30px;
	}

	.main-navigation .sub-menu li a {
		padding: 5px 0;
		height: 40px;
		font-size: 0.8em;
	}

	.main-navigation li a:hover,
	.main-navigation li.current_page_item > a,
	.main-navigation li.current-menu-parent > a,
	.main-navigation .sub-menu li.current-menu-item a {
		border-bottom: none;
		text-decoration: underline;
	}

	/* Menu that will be hidden by default and slide in when opened */
	.primary-menu-container {
		background-color: #000;
		display: block;
		position: fixed;
		padding: 30px;
		top: 75px;
		bottom: 0;
		width: 100%;
		transform: translateY(0) translateX(100%);
		transition: all 0.3s;
		z-index: 100;
		overflow: scroll;
	}

	.primary-menu-container.open {
		transform: translateX(0) translateY(0);
	}

	#primary-menu-list > li {
		padding: 10px 0;
		border-bottom: 1px solid #fff;
	}

	#primary-menu-list > li > a {
		font-size: 1.3em;
	}

	@media (max-width: 550px) {

		.main-navigation .sub-menu li {
			padding: 0 !important;
			display: block;
		}
	}
}


@media only screen and (min-width: 1001px) {

	.main-navigation li.current-menu-parent > a {
		border-bottom: 3px solid #fff;
	}

	/* Submenu */
	.main-navigation .sub-menu {
		background-color: #75d0f1;
		position: fixed;
		left: 0;
		right: 0;
		top: 75px;
		height: 43px;
		display: none;
		max-width: 100% !important;
	}

	.main-navigation .current_page_item .sub-menu,
	.main-navigation .current-menu-parent .sub-menu {
		display: block;
	}

	.main-navigation .sub-menu li a {
		color: #000;
		line-height: 40px;
	}

	.main-navigation .sub-menu li a:hover,
	.main-navigation .sub-menu li.current-menu-item a {
		border-bottom: 3px solid #000;
	}
}
/* Planet emergency page */

/* Slider styles */
.nextend-arrow {
	--widget-offset: 15px !important;
}

.nextend-arrow img {
	width: 70px !important;
}

/* Main content box */
.n2-ss-section-main-content {
	padding: 40px 80px !important;
}

@media (orientation: landscape) and (max-width: 900px), (orientation: portrait) and (max-width: 700px) {

	.nextend-arrow {
		--widget-offset: 0 !important;
	}

	.nextend-arrow img {
		width: 50px !important;
	}

	.n2-ss-section-main-content {
		padding: 40px 50px !important;
	}
}
/* Posts */

.post-item {
	padding: 45px;
}

.post-item > :last-child {
	margin-bottom: 0;
}

.post-item-header > :first-child {
	margin-top: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	padding: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	padding: 30px;
}

/* Single post styles */
.post-content .post-date {
	text-align: center;
}

.post-content .post-categories {
	list-style: none;
	text-align: center;
	padding: 0 30px;
}

.post-content .post-categories li {
	display: inline-block;
}

.post-content .post-categories li:not(:last-child)::after {
	content: ",";
	margin-right: 5px;
}
/* Press page */

main .slickr-flickr-gallery {
	padding: 2px;
}

main .slickr-flickr-gallery ul {
	width: auto !important;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
}

main .slickr-flickr-gallery ul li {
	width: 20% !important;
	height: auto !important;
	padding: 2px;
}

main .slickr-flickr-gallery ul li a {
	display: block;
	margin-bottom: -6px;
	height: 100%;
	overflow: hidden;
}

main .slickr-flickr-gallery a.customize-unpreviewable {
	cursor: pointer !important;
}

main .slickr-flickr-gallery li img {
	width: auto !important;
	max-width: none !important;
	min-width: 100%;
	height: auto !important;
	min-height: 100%;
	border: none;
	padding: 0;
	margin-left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 1700px) {

	main .slickr-flickr-gallery ul li {
		width: 25% !important;
	}

	main .slickr-flickr-gallery ul li:nth-child(9),
	main .slickr-flickr-gallery ul li:nth-child(10) {
		display: none;
	}
}

@media (max-width: 900px) {

	main .slickr-flickr-gallery ul li {
		width: 33% !important;
	}

	main .slickr-flickr-gallery ul li:nth-child(7),
	main .slickr-flickr-gallery ul li:nth-child(8) {
		display: none;
	}
}

@media (max-width: 500px) {

	main .slickr-flickr-gallery ul li {
		width: 50% !important;
	}

	main .slickr-flickr-gallery ul li:nth-child(5),
	main .slickr-flickr-gallery ul li:nth-child(6) {
		display: none;
	}
}
