/*!
Theme Name: unique
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: unique
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.

unique 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

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

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

/**
 * 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.
 */

/* 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.
 */

/**
 * 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: 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;
	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.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;
	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
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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%;
}

/* Elements
--------------------------------------------- */

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

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

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

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

#primary-menu {
	height: 60px;
	min-height: 60px;
}

.main-navigation a {
	color: #F7F6F2;
}

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

.main-navigation .sub-menu {
	flex-direction: column;
	background: #181A18;
}

.main-navigation .sub-menu a:hover {
	background: white;
}

.main-navigation ul#primary-menu > li {
	margin-left: 35px;
	line-height: 60px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 250px;
	padding-left: 10px;
	padding-right: 10px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation #primary-menu > li.current-menu-item {
	background: url('/wp-content/themes/unique/img/circle.svg') no-repeat;
	background-position: bottom center;
	font-weight: bold;
	font-family: "GilroyBold";
	margin-bottom: -18px;
	min-width: 86px;
	text-align: center;
}

.main-navigation #primary-menu li ul li.current-menu-item {
	font-weight: bold;
	font-family: "GilroyBold";
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	background: url('/wp-content/themes/unique/img/menu.svg') no-repeat;
	width: 35px;
	height: 35px;
	border: none;
	background-position: center center;
}

.menu-item-has-children > a {
	background: url('/wp-content/themes/unique/img/down.svg') no-repeat;
	padding-right: 20px;
	background-position: right center;
}

.menushopitem {
	border-radius: 12px;
	background: white url('img/open-black.svg') no-repeat;
	background-position: 20px center;
	padding: 0 20px 0 45px;
}
.menushopitem a {
	color: #262927;
	font-family: GilroySemiBold;
}

.flexed {
	height: 55px;
}

@media (max-width: 1222px) {
	.site-branding {
		float: left;
	}

	.site-branding img {
		max-height: 50px !important;
		margin-top: -8px;
	}

	.menu-toggle {
		float: right;
	}
	
	.main-nvigation {
		min-height: 60px;
		height: 60px;
	}
	
	#site-navigation {
		padding-top: 25px;
	}
	#site-navigation.toggled {
		height: 100vh;
	}
	#site-navigation.toggled .inner-nav {
		background: #181A18;
	}
	
	.main-navigation .menu-menu-1-container {
		min-height: 60px;
	}
	
	.main-navigation #primary-menu {
		height: auto;
		width: 100%;
		padding-top: 60px;
		padding-bottom: 20px;
	}
	
	.main-navigation ul ul {
		position: static !important;
		float: inherit !important;
	}
	
	.main-navigation #primary-menu > li.current-menu-item {
		background: transparent !important;
		margin-bottom: 0 !important;
		text-align: left;
		min-width: auto;
	}
	
	.main-navigation ul#primary-menu > li {
		margin-left: 0;
	}
	
	.main-navigation ul ul a {
		padding-left: 20px;
		padding-right: 0;
	}
	
	.main-navigation ul ul {
		box-shadow: none !important;
	}
	
	.main-navigation .lang-item {
		display: inline-block;
    	margin-right: 25px;
		width: 25px;
	}

	.menushopitem {
		margin-top: 20px;
	}

	.pll-parent-menu-item {
		margin-top: 20px;
	}
	
	.pll-parent-menu-item > a {
		display: none;
	}
	
} 

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

	.flexed {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		height: 96px;
	}
	
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}

}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

/* captcha */
.grecaptcha-badge { 
    visibility: hidden !important;
}


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


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

/* fonts */

@font-face {
    font-family: Gilroy;
    src: url("/wp-content/themes/unique/fonts/Gilroy-Medium.ttf") format("truetype");
}

@font-face {
    font-family: GilroyBold;
    font-weight: bold;
    src: url("/wp-content/themes/unique/fonts/Gilroy-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: GilroySemiBold;
    font-weight: bold;
    src: url("/wp-content/themes/unique/fonts/Gilroy-SemiBold.ttf") format("truetype");
}

.gilroybold {
	font-family: GilroyBold;
}

.gilroysemibold {
	font-family: GilroySemiBold;
}

/* MIKE */

body {
	font-size: 18px;
	font-family: Gilroy;
	color: #262927;
}

strong, b {
	font-family: GilroyBold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: GilroyBold;
	margin-top: 0;
	padding: 0;
}

h1 {
	font-size: 56px;
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 24px;
}

@media(max-width: 890px) {
	h1 {
		font-size: 42px;
	}

	h2 {
		font-size: 38px;
	}

	h3 {
		font-size: 30px;
	}

	h4 {
		font-size: 22px;
	}
}

a {
	text-decoration: none;
	color: #262927;
}

/* forms */

input, textarea {
	max-width: 100%;
}

/* footer */

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

footer ul {
	list-style: none;
	margin: 0; 
	padding: 0;
}

footer ul li {
	width: 100%;
}

footer ul li a {
	display: block;
	padding: 10px 0;
}

@media (min-width: 768px) {
	footer ul li.menushopitem a {
		background: url('img/open.svg') no-repeat 125px center;
	}
}

footer p {
	margin: 0;
}

footer h3 {
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: 10%;
	margin-top: 0;
}

footer .menushopitem {
	margin-top: 20px;
	display: inline-block !important;
	max-width: 125px !important;
}

footer .pll-parent-menu-item {
	display: none;
}

/* footer contact form */
.contform p {
	margin: 0;
	padding: 0;
}

.contform input, .contform textarea {
	border-radius: 8px;
	border: 1px solid white;
	background: transparent;
	outline: none;
	color: white;
	height: 56px;
	line-height: 56px;
	padding: 0 20px;
	margin-bottom: 30px;
	width: 100%;
}

.contform textarea {
	height: 210px;
}

.contform input[type=submit] {
	background: #0BCA5B;
	border: none;
	border-radius: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.contform label {
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
}

.contform label, .contform input[type=submit] {
	font-family: GilroySemiBold;
}

.contform .wpcf7-not-valid-tip {
	margin-bottom: 30px;
}

.contform .wpcf7-response-output {
	margin: 0 !important;
}

/* contform black version */
.contform.contformblack input, .contform.contformblack textarea {
	border: 1px solid #262927;
	color: #262927;
}
.contform.contformblack input[type=submit] {
	background: #262927;
	color: white;
}

/* HP */
@media (max-width: 767px) {
	.hpspechand {
		background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('/wp-content/themes/unique/img/hp2.jpg') no-repeat !important;
		opacity: 1;
	}
}

/* load more btn */
.alm-load-more-btn {
	margin: 0 auto;
	display: block;
	background: #0BCA5B;
	color: white;
	font-family: GilroySemiBold;
	border-radius: 8px;
	border: none;
	outline: none;
	padding: 10px 20px;
	text-transform: uppercase;
}

.alm-load-more-btn:disabled {
	display: none;
}

/* science filter */

#alm-filters-science ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#alm-filters-science li div {
	display: block;
	cursor: pointer;
	background: #F0F7F3;
	border-radius: 8px;
	font-family: GilroySemiBold;
	padding: 15px 15px 15px 60px;
	margin-bottom: 15px;
	background-position: 15px center;
	background-repeat: no-repeat;
}

#alm-filters-science li div.active {
	color: white;
	background-color: #262927;
}

#alm-filters-science li #checkbox-br-en-1, #alm-filters-science li #checkbox-br-cs-1, #alm-filters-science li #checkbox-brasilien-1, #alm-filters-science li #checkbox-brasile-1, #alm-filters-science li #checkbox-br-ru-1, #alm-filters-science li #checkbox-br-uk-1 {
	background-image: url("/wp-content/uploads/2025/08/br.png");
}

#alm-filters-science li #checkbox-cz-en-1, #alm-filters-science li #checkbox-cz-cs-1, #alm-filters-science li #checkbox-tschechische-republik-1, #alm-filters-science li #checkbox-repubblica-ceca-1, #alm-filters-science li #checkbox-cz-ru-1, #alm-filters-science li #checkbox-cz-uk-1 {
	background-image: url("/wp-content/uploads/2025/08/cz.png");
}

#alm-filters-science li #checkbox-in-en-1, #alm-filters-science li #checkbox-in-cs-1, #alm-filters-science li #checkbox-indien-1, #alm-filters-science li #checkbox-india-it-1, #alm-filters-science li #checkbox-in-ru-1, #alm-filters-science li #checkbox-in-uk-1 {
	background-image: url("/wp-content/uploads/2025/08/in.png");
}

#alm-filters-science li #checkbox-ua-en-1, #alm-filters-science li #checkbox-ua-cs-1, #alm-filters-science li #checkbox-ukraine-de-1, #alm-filters-science li #checkbox-ucraina-1, #alm-filters-science li #checkbox-uk-ru-1, #alm-filters-science li #checkbox-uk-uk-1 {
	background-image: url("/wp-content/uploads/2025/08/uk.png");
}

#alm-filters-science li #checkbox-italy-1, #alm-filters-science li #checkbox-italie-1, #alm-filters-science li #checkbox-italien-1, #alm-filters-science li #checkbox-italia-1, #alm-filters-science li #checkbox-it-ru-1, #alm-filters-science li #checkbox-it-uk-1 {
	background-image: url("/wp-content/uploads/2025/08/italy.png");
}

#alm-filters-science li #checkbox-germany-1, #alm-filters-science li #checkbox-nemecko-1, #alm-filters-science li #checkbox-deutschland-1, #alm-filters-science li #checkbox-germania-1, #alm-filters-science li #checkbox-de-ru-ru-1, #alm-filters-science li #checkbox-de-uk-1 {
	background-image: url("/wp-content/uploads/2025/08/germany.png");
}

/* studies filter */
.alm-filters-edit, #alm-filters-studies .alm-filters--controls, #alm-filters-studies .alm-filters--loading {
	display: none;
}

#alm-filters-studies {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#alm-filters-studies .alm-range-slider--reset {
	display: none !important;
}

#alm-filters-studies select {
	background: #F0F2F1;
	border-radius: 8px;
	border: none;
	height: 56px;
	padding: 0 15px;
	width: 200px;
}

#alm-filters-studies input {
	background: #F0F2F1;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border: none;
	height: 56px;
	border: 1px solid #E1E5E3;
	padding: 0 15px;
	width: 200px;
	outline: none;
}

#alm-filters-studies .alm-filter--text-wrap button {
	height: 56px;
	background: #E1E5E3 url('/wp-content/themes/unique/img/glass.svg') no-repeat center center;
	color: transparent;
	border: none;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	width: 56px;
	cursor: pointer;
}

#alm-filters-studies .alm-range-slider {
	width: 200px;
}

#alm-filters-studies .alm-range-slider--label {
	margin-top: 10px;
	text-align: center;
}

.noUi-connect {
	background: #0BCA5B !important;
}

@media (min-width: 1110px) {
	#alm-filters-studies .alm-range-slider  {
		width: 350px;
	}
}

@media (max-width: 890px) {
	#alm-filters-studies {
		flex-direction: column;
		gap: 30px;
	}
	
	#alm-filters-studies #alm-filter-1, #alm-filters-studies #alm-filter-2, #alm-filters-studies #alm-filter-3 {
		width: 100%;
	} 
	
	#alm-filters-studies .alm-range-slider {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	#alm-filters-studies input {
		width: calc(100% - 56px);
	}
	 #alm-filters-studies select {
		width: 100%;
	 }
}

/* filter reviews */
#alm-filters-reviews {
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	display: flex;
}

#alm-filters-reviews ul, #alm-filters-reviews li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#alm-filters-reviews #alm-filter-1 li {
	display: inline-block;
	margin-right: 15px;
}

#alm-filters-reviews #alm-filter-1 li div {
	cursor: pointer;
	background: #F0F2F1;
	height: 56px;
	line-height: 56px;
	border-radius: 8px;
	padding: 0 25px;
	font-family: GilroySemiBold;
}

#alm-filters-reviews #alm-filter-1 li div.active {
	background: #262927;
	color: white;
}

#alm-filters-reviews #alm-filter-3 {
	margin-top: 40px;
}

#alm-filters-reviews #alm-filter-3 li {
	display: inline-block;
	cursor: pointer;
	padding: 5px 20px 5px 0;
	margin-bottom: 6px;
}

#alm-filters-reviews #alm-filter-3 li div {
	padding: 7px 0;
}

#alm-filters-reviews #alm-filter-3 li div.active {
	border-bottom: 4px solid #262927;
	font-family: GilroyBold;
}

#alm-filters-reviews #alm-filter-1, #alm-filters-reviews #alm-filter-2 {
	flex: 0 0 50%;
} 

#alm-filters-reviews #alm-filter-3 {
	width: 100%;
	flex: 0 0 100%;
}

#alm-filters-reviews input {
	background: #F0F2F1;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border: none;
	height: 56px;
	border: 1px solid #E1E5E3;
	padding: 0 15px;
	width: 300px;
	outline: none;
}

#alm-filters-reviews .alm-filter--text-wrap button {
	height: 56px;
	background: #E1E5E3 url('/wp-content/themes/unique/img/glass.svg') no-repeat center center;
	color: transparent;
	border: none;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	width: 56px;
	cursor: pointer;
}

#alm-filters-reviews .alm-filter--text-wrap {
	float: right;
}

@media (max-width: 890px) {
	#alm-filters-reviews {
		flex-direction: column;
		gap: 30px;
	}

	#alm-filters-reviews #alm-filter-1, #alm-filters-reviews #alm-filter-2 {
	flex: 0 0 100%;
	}

	#alm-filters-reviews input {
		width: 260px;
	}

	#alm-filters-reviews #alm-filter-3 {
		text-align: center;
	}
}

/* blog filter */

#alm-filters-blog {
	flex-direction: column;
	display: flex;
}

#alm-filters-blog input {
	background: #F0F2F1;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border: none;
	height: 56px;
	border: 1px solid #E1E5E3;
	padding: 0 15px;
	width: 400px;
	outline: none;
}

#alm-filters-blog .alm-filter--text-wrap button {
	height: 56px;
	background: #E1E5E3 url('/wp-content/themes/unique/img/glass.svg') no-repeat center center;
	color: transparent;
	border: none;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	width: 56px;
	cursor: pointer;
}

#alm-filters-blog #alm-filter-2 {
	margin-top: 40px;
}

#alm-filters-blog #alm-filter-2 li {
	display: inline-block;
	cursor: pointer;
	padding: 5px 20px 5px 0;
	margin-bottom: 6px;
}

#alm-filters-blog #alm-filter-2 li div {
	padding: 7px 0;
}

#alm-filters-blog #alm-filter-2 li div.active {
	border-bottom: 4px solid #262927;
	font-family: GilroyBold;
}

#alm-filters-blog ul, #alm-filters-blog li {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (max-width: 890px) {
	#alm-filters-blog input {
		width: calc(100% - 56px);
	}
}

/* blog detail */

article.type-post .entry-content img, article.type-post .post-thumbnail img {
	border-radius: 24px !important;
}

article.type-post .entry-content a {
	text-decoration: underline !important;
}

article.type-post .entry-content p {
	line-height: 140%;
}


article.type-post .entry-content ol li, 
article.type-post .entry-content ul li {
	margin: 10px 0;
}