/*
 Theme Name:   Solidarité Ukraine
 Description:  Devdummy Child Theme For Solidarité Ukraine, Boostrap V5
 Author:       devsector.ch
 Author URI:   http://devsector.ch
 Template:     devdummy
 Version:      1.1.6
 Text Domain:  solidariteukraine
*/


/*


Yellow			rgba(245,204,47,1)		#f5cc2f			rgba(var(--main-color-highlight),1);	UKR COLOR
Blue light		rgba(136,193,255,1)		#88c1ff			rgba(var(--main-color-light),1);		
Blue medium		rgba(33,91,167,1)		#215ba7			rgba(var(--main-color-medium),1);		UKR COLOR
Blue dark		rgba(27,60,94,1)		#1b3c5e			rgba(var(--main-color-dark),1);

Text color		rgba(25,25,25,1)		#191919			rgba(var(--main-text-color),1);
Main background	rgba(255,255,255,1)		#ffffff			rgba(var(--main-background-color),1);
*/


:root {
	--main-color-highlight: 245, 204, 47;
	--main-color-light: 136, 193, 255;
	--main-color-medium: 33, 91, 167;
	--main-color-dark: 27, 60, 94;
	--main-text-color: 25, 25, 25;
	--main-background-color: 255, 255, 255;
}

.has-jauneukr-background-color {
	background-color: #f5cc2f;
}

.has-jauneukr-color {
	color: #f5cc2f;
}

.has-bleuukr-background-color {
	background-color: #215ba7;
}

.has-bleuukr-color {
	color: #215ba7;
}

.wp-block-separator.is-style-wide,
.wp-block-separator {
	border-bottom-width: 0;
}

hr {
	opacity: 1;
	margin: 1rem 0;
}

fieldset {
	padding: 1rem;
	margin-bottom: 1rem;
	background-color: rgba(var(--main-color-medium), 0.1);
}

fieldset label {
	font-weight: bold;
	color: rgba(var(--main-color-medium), 1);
}

.wpcf7 fieldset input {
	border-color: rgba(var(--main-color-medium), 0.7);
}

.wpcf7 fieldset textarea {
	background-image: linear-gradient(to right, transparent 10px, transparent 10px), linear-gradient(to left, transparent 10px, transparent 10px), repeating-linear-gradient(transparent, transparent 30px, rgba(var(--main-color-medium), 0.7) 30px, rgba(var(--main-color-medium), 0.7) 31px, rgba(var(--main-color-medium), 0.7) 31px);
}

.wpcf7 h6 {
	font-size: 0.75rem;
}



body .wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
	background-color: rgba(0, 0, 0, 0.05)
}

body .wp-block-table.is-style-stripes td {
	padding: 0.3rem;
}


/* COLLAPSE */
.collapseomatic.colomat-close,
.collapseomatic.colomat-close:hover {
	background-color: rgba(var(--main-color-highlight), 0.125);
}

.collapseomatic {
	margin-bottom: 0 !important;
	padding: 1rem 3rem !important;
	background-position: 10px 0.8em;
	border-top: 1px solid;
	background-image: url('images/angle-down-solid.svg');
	background-size: 18px;
	text-decoration: none;
}

.collapseomatic.colomat-close {
	background-image: url('images/angle-up-solid.svg');
	text-decoration: none;
}

.collapseomatic:hover {
	background-color: rgba(var(--main-color-highlight), 1);
	text-decoration: none;
}

.collapseomatic_content {
	padding: 1rem;
	background-color: rgba(var(--main-color-highlight), 0.125);
	margin-left: 0;
	/*border-top: 1px solid rgba(var(--main-color-medium),1);*/
}

.collapseomatic_content h4 {
	border-bottom: 1px solid;
}

.collapseomatic_content h4 a {
	text-decoration: none;
}



body {
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(var(--main-text-color), 1);
	background-color: rgba(var(--main-background-color), 1);
}

hr {
	border-top: 1px solid rgba(var(--main-color-medium), 1) !important;
	margin: 0;
	height: 0 !important;
}

a,
a:link,
a:visited {
	color: rgba(var(--main-color-medium), 1);
}

a[target="_blank"]:after {
	font-family: 'FontAwesome';
	content: " \f08e";
	display: inline-block;
	margin-left: 0.8em;
	font-size: 0.8em;
}

.no-icon-link a:after,
.no-icon-link a:before,
.no-icon-link a[href^="mailto"]::before,
.no-icon-link a.mail-link::before {
	display: none;
}

.thumbnail-resized a[target="_blank"]:after {
	display: none;
}

a[href^="mailto"]::before,
a.mail-link::before {
	content: "\f003";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: none;
	padding-right: 10px;
	text-decoration: none;
}

a[href^="tel"]::before {
	content: "\f095";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: none;
	padding-right: 10px;
	text-decoration: none;

}

.no-icon-phone a[href^="tel"]::before {
	display: none;
}

body .wp-block-cover,
body .wp-block-cover-image {
	min-height: auto;
}

/* SLIDER */

.fullscreen-banner .carousel-item-background {
	min-height: 100vh;
	/* = #big-video height */
	background: no-repeat center center;
	background-size: cover;
}

.fullscreen-banner .carousel-item .wrapper {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	color: white;
}

.fullscreen-banner .carousel-item-background:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: radial-gradient(circle, transparent 50%, black 150%);

}

/* BIG VIDEO */
.fullscreen-banner #big-video {
	height: 100vh;
	/* = .carousel-item height */
	position: absolute;
	top: 0;
	width: 100%;
}

#big-video {
	height: 25vh;
	overflow: hidden;
	position: relative;
}

#big-video:after {
	content: " ";
	/*display: block;*/
	/* DISPLAY VIDEO OVERLAY */
	display: none;
	/* HODE VIDEO OVERLAY */
	width: 100%;
	min-height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	background-image: radial-gradient(rgba(0, 0, 0, 0.33) 33%, transparent 33%);
	background-size: 3px 3px;
}

#big-video video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}



/* SCROLL DOWN ICON */
.scrolldownbox {
	position: relative;
}

.scrolldownbox a {
	position: absolute;
	bottom: 7em;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}

.scrolldownbox a:hover {
	opacity: .5;
}

.scrolldownbox a {
	padding-top: 60px;
}

.scrolldownbox a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 36px;
	height: 36px;
	margin-left: -18px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb04 2s infinite;
	animation: sdb04 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb04 {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}

	20% {
		-webkit-transform: rotate(-45deg) translate(-10px, 10px);
	}

	40% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
}

@keyframes sdb04 {
	0% {
		transform: rotate(-45deg) translate(0, 0);
	}

	20% {
		transform: rotate(-45deg) translate(-10px, 10px);
	}

	40% {
		transform: rotate(-45deg) translate(0, 0);
	}
}


/* HEADER */
.fullscreen_slider_banner_header {
	position: absolute;
	width: 100%;
	z-index: 1000000;
}

h1.site-title,
p.site-title {
	margin: 0.5em 1em 0.5em 0;
	padding: 0;
	line-height: 1;
	font-size: 2em;
}

h1.site-title a,
p.site-title a {
	display: inline-block;
	width: 200px;
	height: 50px;
	background: url(images/logo-solidarite-ukraine-new.svg) no-repeat center center;
	background-size: contain;
	text-indent: -5000px;
}

.site-header .container {
	position: relative;
}

.background--dark h1.site-title a,
.background--dark p.site-title a {
	background: url(images/logo-solidarite-ukraine-neg.svg) no-repeat center center;
}


/* MAIN NAV */
.navbar {
	padding-top: 0;
	padding-bottom: 0;
}

body .bg-light {
	background-color: transparent !important;
}

body .navbar-toggler .icon-bar {
	background-color: rgba(var(--main-color-medium), 1);
}

body .navbar-toggler {
	position: fixed;
	top: 30px;
	right: 12px;
	z-index: 20;
}

body .site-header .navbar {
	margin-top: 35px;
	position: static;
}

.main-nav--sticky {
	position: absolute;
	top: -100%;
}

.fullscreen_slider_banner_header .navbar-light .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 1);
}

.fullscreen_slider_banner_header .navbar-light .navbar-nav .nav-link:focus,
.fullscreen_slider_banner_header .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #fff;
}




/* ACTION NAV */
.actions-menu {
	margin: 1.5rem 0;
	padding: 0;
}

.actions-menu-box,
.actions-menu-box ul {
	width: 100%;
}

.actions-menu ul,
.actions-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.actions-menu li {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.actions-menu li a {
	background-color: white;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	text-decoration: none;
	display: block;
	height: 100%;
	padding: 0.5rem 32%;
	font-size: 1.2rem;
}

.actions-menu li a:hover,
.actions-menu li.current_page_item a {
	background-color: rgba(var(--main-color-highlight), 1);
}


/* BURGER MENU */
.navbar-toggle {
	transform: scale(2.5);
	margin-right: 0;
	right: 15px;
	z-index: 1000;
	float: none;
}

.navbar-toggle.x.collapsed {
	position: absolute;

}

.navbar-toggle.x {
	position: fixed;

}

.navbar-toggle .icon-bar {
	display: block;
	background-color: black;
	height: 1px;
}

.navbar-toggle.content-icon .icon-bar {
	background-color: black;
}

body .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1),
body .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
	background-color: white;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 5px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: transparent;
}


.site-description {
	display: none;
}

.site-content {
	padding-top: 3em;
}

.home .site-content {
	padding-top: 1em;
}

.scrolldownbox+.site-content .content-area {
	padding-top: 5em;
}

.header-sidebar-1 {
	margin: 2rem 0 0 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-search-form {
	margin-bottom: 2rem;
}

.header-sidebar-1 .wp-block-button__link {
	font-size: 0.8rem;
	font-weight: bold;
	color: white !important;
	border-color: white;
	margin-bottom: 0.5rem;
}

.header-sidebar-1 .wp-block-button__link:focus,
.header-sidebar-1 .wp-block-button__link:hover {
	color: rgba(var(--main-color-medium), 1) !important;
	background-color: rgba(var(--main-color-highlight), 1);
}

/* TYPOGRAPHY */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.entry-excerpt {
	margin-bottom: 0.75em;
	line-height: 1.1;
	color: rgba(var(--main-color-medium), 1);
}

.h1,
h1 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
}

.h2,
h2,
.entry-excerpt {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
}

.h3,
h3 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
}

.h4,
h4 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
}

.h5,
h5 {
	font-weight: 700;
}

.h6,
h6 {
	font-weight: 700;
}

.posted-on {
	font-size: 0.75rem;
	font-weight: 600;
}

.thumbnail-resized a,
.thumbnail-resized img {
	display: block;
}

figcaption {
	font-size: 0.75rem;
}

.entry-header,
.page-header {
	margin-bottom: 3rem;
}

.search .entry-header,
.search .page-header {
	margin-bottom: 0rem;
}

/* PAGES */
.home .entry-header h1 {
	display: none;
}

/* GALLERY */
.vbox-content>img {
	max-height: 85vh;
}

.post-navigation {
	border-top: 1px solid black;
	margin-top: 4rem;
	padding: 2rem 0;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: rgba(var(--main-color-medium), 1);
	border-color: rgba(var(--main-color-medium), 1);
}

.page-link:hover {
	z-index: 2;
	color: rgba(var(--main-color-medium), 1);
	background-color: rgba(var(--main-color-medium), 0.11);
	border-color: rgba(var(--main-color-medium), 0.3);
}

/* FORM */
.wpcf7-form label,
.wpcf7-form label input {
	width: 100%;
}

.wpcf7-form button,
.wpcf7-form input[type="button"],
.wpcf7-form input[type="reset"],
.wpcf7-form input[type="submit"] {
	border: 0px solid;
	border-radius: 0px;
	background: rgba(var(--main-color-medium), 1);
	color: rgba(255, 255, 255, 1);
	font-size: 1em;
	line-height: 1;
	padding: 1em 2em;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.wpcf7-form button:hover,
.wpcf7-form input[type="button"]:hover,
.wpcf7-form input[type="reset"]:hover,
.wpcf7-form input[type="submit"]:hover {
	background: rgba(0, 0, 0, 1);
}


/* BREADCRUMBS */
#breadcrumbs {
	padding: 2em 0;
	font-size: 0.8em;
}




/* FORM */
.wpcf7 input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #ccc;
}

.wpcf7 textarea {
	background: transparent;
	border: 0;
	background-attachment: local;
	background-image:
		linear-gradient(to right, transparent 10px, transparent 10px),
		linear-gradient(to left, transparent 10px, transparent 10px),
		repeating-linear-gradient(transparent, transparent 30px, #ccc 30px, #ccc 31px, #ccc 31px);
	line-height: 31px;
	height: 150px;

}

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-radius: 0;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(0, 0, 0, 0.5);
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(0, 0, 0, 0.5);
}

:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 0, 0, 0.5);
}

.header-search-form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, 0.7);
}

.header-search-form ::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(255, 255, 255, 0.7);
}

.header-search-form :-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(255, 255, 255, 0.7);
}

.header-search-form :-moz-placeholder {
	/* Firefox 18- */
	color: rgba(255, 255, 255, 0.7);
}

.search-form input,
.header-search-form input,
.widget .search-form input {
	padding: 3px 10px;
	font-size: 13px;
}

.header-search-form input {
	color: white;
	background: transparent;
	border-color: white;
}


/* ROTATING BANNER */
.rotating-banner {
	position: relative;
	padding: 0;
	margin: 2em 0;
}

.rotating-banner p,
.rotating-banner h4 {
	margin-bottom: 0;
}

.rotating-banner p:first-of-type,
.rotating-banner h4:first-of-type {
	text-align: center;
	/*background-color: rgba(var(--main-color-medium),1) ;*/
	animation-name: fadesticker-line1;
	animation-duration: 8s;
	animation-iteration-count: infinite;
}

.rotating-banner p:last-of-type,
.rotating-banner h4:last-of-type {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0;
	bottom: 0;
	/*background-color: rgba(var(--main-color-medium),1) ;*/
	animation-name: fadesticker;
	animation-duration: 8s;
	animation-iteration-count: infinite;
}

@keyframes fadesticker-line1 {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	90% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadesticker {
	0% {
		opacity: 0;
	}

	40% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	90% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/* ROTATING BANNER */

/* WIDGET */
#secondary .widget {
	margin-bottom: 0;
}

.widget a[target="_blank"]:after {
	display: none;
}

#header-sidebar-1 .wpml-ls-legacy-list-horizontal {
	border: 1px solid transparent;
	padding: 0;
}

#header-sidebar-1 .wpml-ls-legacy-list-horizontal a {
	border: 1px solid white;
	background-color: rgba(var(--main-color-medium), 1);
	color: white;
	padding: 5px 12px 6px;
}

#header-sidebar-1 .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
	color: rgba(var(--main-color-medium), 1);
	background-color: white;
}

#header-sidebar-1 .wpml-ls-legacy-list-horizontal .wpml-ls-item:first-of-type a {
	border-width: 1px 0 1px 1px;
	border-radius: 5px 0 0 5px;
}

#header-sidebar-1 .wpml-ls-legacy-list-horizontal .wpml-ls-item:last-of-type a {
	border-width: 1px 1px 1px 0px;
	border-radius: 0 5px 5px 0;
}

#header-sidebar-1 .wpml-ls-legacy-list-horizontal a:hover,
#header-sidebar-1 .wpml-ls-legacy-list-horizontal .wpml-ls-item:first-of-type a:hover,
#header-sidebar-1 .wpml-ls-legacy-list-horizontal .wpml-ls-item:last-of-type a:hover {
	background-color: rgba(var(--main-color-highlight), 1);
	color: rgba(var(--main-color-medium), 1);
}


/* CATEGORY BLOCK */
.devcatblock {
	margin-bottom: 3rem;
}

.devcatblock .hentry,
.archive .hentry {
	margin-bottom: 1.5rem;
}

.devcatblock .thumbnail-resized,
.archive .thumbnail-resized {
	padding-right: 15px;
}

.devcatblock .category-item-date,
.single .category-item-date,
.archive .category-item-date {
	font-size: 0.8rem;
	font-weight: bold;
}

.devcatblock .entry-header,
.archive .entry-header {
	margin-bottom: 0.8rem;
	padding-bottom: 0.4rem;
	border-bottom: 1px solid rgba(var(--main-color-medium), 1);
}

.devcatblock h3.entry-title,
.archive h3.entry-title {
	margin-bottom: 0;
	font-size: 1.3rem;
}

.devcatblock a,
.archive a {
	text-decoration: none;
}

.category-item-excerpt {
	font-size: 0.9rem;
}

/* FOOTER */
.site-footer {
	padding: 1em 0 3em 0;
	background-color: rgba(var(--main-color-medium), 1);
	color: white;
	margin-top: 0rem;
	text-align: center;
}

.site-footer .container {
	font-size: 0.85em;
}

.site-footer a {
	text-decoration: none;
	color: white;
}

.site-footer a:hover {
	color: white;
	text-decoration: underline;
}

.copyright-box,
.site-info {
	font-size: 0.75em;
	opacity: 0.55;
}

.top-button.back-to-top {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	border: 0 !important;
	outline: 0 !important;
	padding: .25rem .5rem .5rem .5rem;
	font-size: 1.8rem;
	line-height: 1;
	border-radius: 0;
}


body .dev_logos_block_item img {
	max-width: 60%;
	max-height: 47px;
}


/* UKRAINIAN ADAPTATION 

.uk .actions-menu li a{
	font-size: 0.9rem;
}
*/


/* MEDIA QUERIES */
@media only screen and (min-width: 420px) {
	.scrolldownboxposition {
		bottom: 20px;
		/* 20px*/
	}

	h1.site-title a,
	p.site-title a {
		width: 310px;
		height: 80px;
	}

}

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

	/* ACTION NAV */
	.actions-menu {
		margin: 3rem 0;
	}

	.block-thumbnail .row div:first-of-type {
		padding-right: 15px;
	}

	.block-thumbnail .row div:last-of-type {
		padding-left: 15px;
	}

	body .navbar-toggler {
		top: 40px;
		right: 40px;
	}

	.wp-block-columns {
		gap: 24px;
	}

}

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


	h1.site-title,
	p.site-title {
		margin: 1em 1em 1em 0;
	}

	/* ACTION NAV */
	.actions-menu li {
		border-right: 1px solid rgba(var(--main-color-medium), 1);
	}

	.actions-menu li:last-of-type {
		border-right: 0px solid rgba(var(--main-color-medium), 1);
	}

	.main-nav--sticky {
		width: 100%;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		background-color: white;
		-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
		animation: slide-down 0.7s;
		z-index: 100;
	}

	.main-nav--sticky .actions-menu {
		margin: 0;
	}

	.navbar-light .navbar-nav .nav-link,
	.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link {
		color: rgba(0, 0, 0, 1);
		border-bottom: 1px solid transparent;
		transition: all 0.3s ease-in-out;
	}

	.navbar-light .navbar-nav .nav-link:focus,
	.navbar-light .navbar-nav .nav-link:hover,
	.navbar-light .navbar-nav .current-menu-item .nav-link,
	.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link:focus,
	.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link:hover,
	.fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .current-menu-item .nav-link {
		color: rgba(0, 0, 0, 1);
		border-bottom: 1px solid #000;
	}

	.header-sidebar-1 {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.header-sidebar-1 .widget:last-of-type {
		width: 100%;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-top: 10px;
	}

	.header-sidebar-1 .wp-block-button__link {
		font-size: 0.8rem;
		font-weight: bold;
		color: rgba(var(--main-color-medium), 1) !important;
		border-color: rgba(var(--main-color-medium), 1);
		margin-bottom: 0;
	}

	.header-sidebar-1 .widget {
		margin: 0 0 0.75em 2rem;
	}

	.main-nav--sticky .header-sidebar-1 {
		display: none;
	}

	.header-sidebar-1 .menu-main-menu-container ul,
	.header-sidebar-1 .menu-main-menu-container li {
		list-style: none;
	}

	.header-sidebar-1 .menu-main-menu-container li a {
		text-decoration: none;
		font-size: 0.8rem;
	}

	.actions-menu li a {
		padding: 0.5em 32%;
		font-size: 1rem;
	}

	.uk .actions-menu li a {
		padding: 0.5em 25%;
	}

	.header-search-form ::-webkit-input-placeholder {
		/* Chrome/Opera/Safari */
		color: rgba(0, 0, 0, 0.5);
	}

	.header-search-form ::-moz-placeholder {
		/* Firefox 19+ */
		color: rgba(0, 0, 0, 0.5);
	}

	.header-search-form :-ms-input-placeholder {
		/* IE 10+ */
		color: rgba(0, 0, 0, 0.5);
	}

	.header-search-form :-moz-placeholder {
		/* Firefox 18- */
		color: rgba(0, 0, 0, 0.5);
	}


	.main-nav--sticky h1.site-title a,
	.main-nav--sticky p.site-title a {
		display: inline-block;
		width: 200px;
		height: 50px;
	}

	.main-nav--sticky h1,
	.main-nav--sticky p {
		margin: 0.25em 0;
	}

	.header-search-form {
		margin-left: 3rem;
		margin-bottom: 0;
	}

	.site-content {
		padding-top: 5em;
	}

	.home .site-content {
		padding-top: 1em;
	}

	body .site-header.main-nav--sticky .navbar {
		margin-top: 25px;
		position: static;
	}

	.main-nav--sticky .d-flex.header-search-form {
		display: none !important;
	}

	.site-header .container-fluid,
	.site-footer .container-fluid {
		padding-right: var(--bs-gutter-x, 3rem);
		padding-left: var(--bs-gutter-x, 3rem);
	}


	#header-sidebar-1 .wpml-ls-legacy-list-horizontal a {
		border: 1px solid rgba(var(--main-color-medium), 1);
		color: rgba(var(--main-color-medium), 1);
		background-color: white;
		padding: 5px 12px 6px;
	}

	#header-sidebar-1 .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
		background-color: rgba(var(--main-color-medium), 1);
		color: white;
	}

	.search-form input,
	.header-search-form input,
	.widget .search-form input {
		padding: 3px 10px;
		font-size: 13px;
		color: #9d9d9d;
		background: transparent;
		border-color: #9d9d9d;
	}


	@keyframes slide-down {
		0% {
			opacity: 0;
			transform: translateY(-100%);
		}

		100% {
			opacity: 0.9;
			transform: translateY(0);
		}
	}


}


/* Change responsive menu breakpoint (large desktops, 1200px and up) */
@media (max-width: 990px) {
	.navbar-header {
		float: right;
	}

	.navbar-left,
	.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
		display: none !important;
		transition: none !important;
	}

	.navbar-collapse.collapse.show {
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
		display: flex !important;

		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;

	}

	.navbar-nav {
		float: none !important;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: static;
	}

	.navbar-expand-lg .navbar-nav {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border: 0;
		transition: none !important;
	}

	body .navbar-nav>li {
		float: none;
		margin-bottom: 1rem;
		text-align: center;
	}

	body .navbar-nav>li>a {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 0.8rem;
	}

	body .navbar-light .navbar-nav .nav-link {
		color: white;
	}

	body .navbar-light .navbar-nav .nav-link:focus,
	body .navbar-light .navbar-nav .nav-link:hover {
		color: white;
	}


	.collapse.in {
		display: block !important;

	}

	.navbar-collapse,
	.navbar-collapse.collapse {
		background-color: rgba(var(--main-color-medium), 1);
		z-index: 10;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.navbar-collapse.collapse {
		opacity: 1;
		transition: opacity 0.15s ease-in-out !important;
		transition-delay: 0s !important;
	}

	.navbar-collapse.collapsing {
		opacity: 0;
	}

	#header-sidebar-1 .wpml-ls-legacy-list-horizontal a {
		color: white;
	}



	.navbar-toggle {
		border: none;
		background: transparent !important;
	}

	.navbar-toggle:hover {
		background: transparent !important;
	}

	.navbar-toggle .icon-bar {

		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}


	.navbar-expand-lg .navbar-toggler {
		display: block;
	}


	/* ANIMATED X */
	.navbar-toggle.x .icon-bar:nth-of-type(1) {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: 10% 10%;
		-ms-transform-origin: 10% 10%;
		transform-origin: 10% 10%;

	}

	.navbar-toggle.x .icon-bar:nth-of-type(2) {
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.navbar-toggle.x .icon-bar:nth-of-type(3) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: 10% 90%;
		-ms-transform-origin: 10% 90%;
		transform-origin: 10% 90%;
	}

	/* ANIMATED X COLLAPSED */
	.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		background-color: white;
	}

	.navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(1) {
		background-color: black;
	}


	.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
		opacity: 1;
		filter: alpha(opacity=100);
		background-color: white;
	}

	.navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(2) {
		background-color: black;
	}

	.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		background-color: white;
	}

	.navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(3) {
		background-color: black;
	}

	/* END ANIMATED X */


}