/*!
Theme Name: gast
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: gast
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.

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



@font-face {
	font-family: 'Mohave';
	src: url('fonts/Mohave/Mohave-VariableFont_wght.ttf') format('truetype supports variations'),
		url('fonts/Mohave/Mohave-VariableFont_wght.ttf') format('truetype-variations');
	font-weight: 100 1000;
	font-display: swap;
}

@font-face {
	font-family: 'Public Sans';
	src: url('fonts/PublicSans/PublicSans-VariableFont_wght.ttf') format('truetype supports variations'),
		url('fonts/PublicSans/PublicSans-VariableFont_wght.ttf') format('truetype-variations');
	font-weight: 100 1000;
	font-display: swap;
}

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

@media screen and (max-width: 575px) {
	::-webkit-scrollbar {
		height: 2px;
		background: #eee;
	}

	::-webkit-scrollbar-thumb:horizontal {
		background: #000;
		border-radius: 10px;
	}

}

::selection {
	background: #e7e7e7;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	background: white;
	color: #50535D;
	font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	overflow-x: hidden;
	font-size: 16px;
	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: 52px;
	margin: 0;
	font-weight: 500;
}

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

/**
 * 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;
	font-weight: 500;
}


h3 {
	font-size: 26px;
}


h1,
h2,
h3 {
	font-family: "Mohave", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
}


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
--------------------------------------------- */
body {
	background: #fff;
}

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

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

/* Links
--------------------------------------------- */
a {
	color: #344251;
	text-decoration: none;
}

a:visited {}

a:hover,
a:focus,
a:active {
	color: #50535D;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
/*
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}


button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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 {
	border-color: #aaa #bbb #bbb;
}
*/
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: #50535D;
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 0px 15px;
	height: 50px;

}

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 {
	color: #50535D;
}

select {
	border: 1px solid #eee;
}

textarea {
	width: 100% !important;
	height: auto;
	padding: 15px 15px;
}

.wp-block-contact-form-7-contact-form-selector {
	background: #F8FAFB;
	padding: 50px;
	padding-bottom: 1px;
	margin: 0 auto;
	margin-top: 0px;
	max-width: 800px;
}

.wp-block-contact-form-7-contact-form-selector label {
	display: flex;
	flex-direction: column;
}

.wp-block-contact-form-7-contact-form-selector label input {
	width: 100%;
}

.wp-block-contact-form-7-contact-form-selector input.btn {
	width: 100%;
}

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

ul {
	margin: 0;
	padding-left: 12px;
	margin-bottom: 30px;
}

li {
	padding-left: 15px;
	padding-bottom: 15px;
}

li::marker {
	content: url("img/marker.svg");
}



body.wp-admin ul {
	padding: 0;
	margin: 0;
}

body.wp-admin li {
	padding-left: 0px;
	padding-bottom: 0px;
}

body.wp-admin li::marker {
	content: none;
}

.wp-admin .pharmacy-single-inner p {
	display: flex;
}

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

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




.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

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

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

.post,
.page {
	margin: 0;
}

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

.navigation.post-navigation {
	display: none;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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: flex;
	align-items: center;
	justify-content: center;
}

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

section {
	padding: 120px 0;
}

section h2 {
	text-align: center;
	font-size: 38px;
	position: relative;
	padding-bottom: 0px;
	margin-top: 0;
	margin-bottom: 40px;
	font-weight: 500;
	color: #344251;
}


@media screen and (max-width: 991px) {
	section {
		padding: 80px 0;
	}

	section h2 {
		font-size: 34px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 575px) {
	section {
		padding: 60px 0;
	}

	section h2 {
		font-size: 30px;
		margin-bottom: 40px;
	}
}

/* Gutenberg editor edit
--------------------------------------------- */

.wp-block {
	max-width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

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

 Custom styles

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

.container {
	max-width: 1340px;
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 991px) {
	.container {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media screen and (max-width: 575px) {
	.container {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.wp-block-group__inner-container {
	width: 100%;
}

.wp-block-buttons {
	display: flex;
	margin: 0 -10px;
}

.wp-block-buttons.center {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.wp-block-buttons .wp-block-button {
	padding: 0 10px;
}

.btn, .wp-block-button .wp-block-button__link, .paoc-popup-margin .paoc-popup-close {
	background: linear-gradient(265.89deg, #F8AF3A 0%, #ED9609 100%);
	box-shadow: 0px 4px 12px rgba(52, 66, 81, 0.05);
	border-radius: 5px;
	color: white;
	border: 0;
	font-weight: 500;
	height: 52px;
	border-radius: 5px;
	display: inline-flex;
	padding: 0 30px;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	padding-bottom: 2px;
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	border: 2px solid rgba(80, 83, 93, 0.1);
	color: #50535D;
	box-shadow: none;
}

@media screen and (max-width: 991px) {
	.btn, .wp-block-button .wp-block-button__link {
		height: 50px;
		padding: 0 30px;
		font-size: 15px;
	}
}

@media screen and (max-width: 575px) {
	.btn, .wp-block-button .wp-block-button__link {
		height: 48px;
		padding: 0 25px;
		font-size: 15px;
	}
}

.wp-block-button .wp-block-button__link img:first-child {
	margin-right: 10px;
}

.wp-block-button .wp-block-button__link img:last-child {
	margin-left: 10px;
}


.wp-block-buttons .wp-block-button.btn-pharmacy .wp-block-button__link {
	background: #344251;
	color: white;
	margin-bottom: 60px;
}

.wp-block-buttons .wp-block-button.btn-pharmacy {
	margin: 0 auto;
}





.paoc-cus-close-txt {
	text-decoration: none;
}

.site-header {
	display: flex;
	height: 100px;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1300px;
	z-index: 20;
	transition: background 0.25s, height 0.25s;
	background: white;
	border-radius: 5px;
	box-shadow: 0px 4px 15px rgba(52, 66, 81, 0.05);
}

.site-header .container {
	display: flex;
	height: 100%;
	align-items: center;
}



.site-header.top {
	background: white;
}


.site-header.scroll {
	background: white;
	height: 100px;
	max-width: 100%;
	top: 0;
}

.site-branding {
	background: transparent;
}

.custom-logo {
	mix-blend-mode: multiply;
	height: 58px;
	width: auto;
}

.site-title, .site-description {
	display: none;
}

@media screen and (max-width: 991px) {
	.site-header, .site-header.scroll {
		height: 64px;
		top: 0;
		border-radius: 0;
	}

	.custom-logo {
		height: 40px;
		width: auto;
	}

}

@media screen and (max-width: 557px) {}


/* HERO
--------------------------------------------- */

.hero {
	background: #F8FAFB;
	padding: 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.hero::after {
	content: '';
	background-image: url("img/hero-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 1366px;
	height: 100%;
	position: absolute;
	right: 50%;
	transform: translateX(110%);
	bottom: 0;
	overflow: hidden;
	background-size: contain;
	z-index: -1;
}

.hero .container>.wp-block-group__inner-container {
	display: flex;
}

.hero-content {
	padding: 300px 0 200px 0;
	max-width: 50%;
}

.hero h1 {
	color: #344251;
	text-align: left;
	margin: 0;
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 25px;

}

.hero-img {
	display: flex;
	align-items: flex-end;
	padding-bottom: 50px;
	width: 50%;
	justify-content: flex-end;
	text-align: right;
}


.hero p {
	color: #50535D;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.6;
	font-size: 17px;
	margin: 0;
	margin-bottom: 60px;
}

.hero .wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	border: 0;
}

@media screen and (max-width: 1200px) {
	.hero {

		border-radius: 0;
	}

	.hero::after {}

	.hero h1 {
		font-size: 42px;
	}

	.hero p {
		line-height: 30px;
	}
}

@media screen and (max-width: 991px) {
	.hero {
		padding-bottom: 0;
		padding-top: 0px;
	}

	.hero::before {
		content: none;
	}

	.hero::after {}

	.hero-content {
		padding: 120px 0 60px 0;
		max-width: 60%;
	}

	.hero-img {
		width: 40%;
		padding-bottom: 20px;
	}

	.hero h1 {
		font-size: 34px;
		max-width: 100%;
		margin-bottom: 15px;

	}

	.hero p {
		max-width: 80%;
		font-size: 15px;
		margin-bottom: 20px;
		line-height: 1.5;

	}

	.hero .wp-block-buttons {
		margin-bottom: 20px;
		width: 100%;

	}
}

@media screen and (max-width: 557px) {
	.hero {
		padding: 0;

	}

	.hero .container>.wp-block-group__inner-container {
		flex-direction: column;
	}

	.hero h1 {
		font-size: 30px;
		text-align: center;
	}

	.hero p {
		font-size: 16px;
		line-height: 20px;
		max-width: 100%;
		text-align: center;
	}

	.hero .wp-block-buttons .is-style-outline {
		display: none;
	}

	.hero .wp-block-buttons {
		margin-right: 0;
		margin-left: 0;
		justify-content: center;
	}

	.hero-content {
		padding: 120px 0 40px 0;
		max-width: 100%;
	}

	.hero-img {
		display: flex;
		width: 100%;
	}
}

/* PAGE HEADER
--------------------------------------------- */

.entry-header {
	background: #F8FAFB;
	padding: 200px 0 140px 0;
	position: relative;
	z-index: 2;
}

.entry-title {
	color: #50535D;
	text-align: center;
	font-weight: 600;
	font-size: 38px;
}

.single-post .post-thumbnail {
	max-width: 1340px;
	margin: 0 auto;
	z-index: 3;
	position: relative;
	display: flex;
	height: 420px;
	padding: 0 20px;
}

.single-post .post-thumbnail::after {
	content: "";
	background: #F8FAFB;
	height: 50%;
	top: 0;
	display: flex;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	position: absolute;
	z-index: -1;
}

.single-post .post-thumbnail img {
	object-fit: cover;
	border-radius: 5px;
}

.entry-header .post-thumbnail {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	z-index: -1;
}



.entry-header .post-thumbnail img {
	object-fit: cover;
	max-height: 100%;
	width: 100%;
	height: 100%;
	filter: grayscale(1);
	opacity: 0.2;
}

@media screen and (max-width: 991px) {
	.entry-header {
		padding: 120px 0 80px 0;
	}

	.entry-title {
		font-size: 32px;
	}

	.single-post .post-thumbnail {
		height: 380px;
	}
}

@media screen and (max-width: 575px) {
	.entry-header {
		padding: 120px 0 60px 0;
	}

	.entry-title {
		font-size: 28px;
	}

	.single-post .post-thumbnail {
		height: 320px;
	}
}

/* MAIN NAVIGATION
--------------------------------------------- */
.main-navigation {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.menu-toggle {
	display: none;
}


.main-navigation .menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: flex-end;
}

.main-navigation .menu-item {
	position: relative;
	padding: 0;
}

.main-navigation .menu-item::marker {
	content: none;
}

.main-navigation .menu-item.menu-item-has-children {
	display: flex;
	align-items: center;
}

.main-navigation .menu-item.menu-item-has-children::after {
	content: "";
	background-image: url("img/icon-cheveron.svg");
	height: 5px;
	width: 8px;
	display: flex;
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
}

.main-navigation .menu-item.menu-item-has-children a {
	padding-right: 40px;
}

.main-navigation .menu-item a {
	color: #50535D;
	padding: 10px 20px;
	height: 100%;
	display: flex;
	align-items: center;

}

.main-navigation .menu-item.btn {
	background: white;
	padding: 0;
	margin-left: 20px;
	height: 48px;
	box-shadow: none;
}

.main-navigation .menu-item.btn a {
	padding: 0 22px;
	color: #387CD1;
	background: rgba(56, 124, 209, 0.1);
	box-shadow: none;
	border-radius: 5px;
}

.main-navigation .menu-item.fb {
	margin-left: 20px
}

.main-navigation .menu-item.fb span {
	display: none;
}

.main-navigation .menu-item.fb img {
	padding: 0;
}

.main-navigation .sub-menu {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background: white;
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 800px;
	padding: 25px 20px;
	position: absolute;
	top: 100%;
	opacity: 0;
	z-index: 99999;
	pointer-events: none;
	left: 50%;
	transform: translateX(-50%);
	list-style: none;
	margin: 0;
	border-radius: 5px;
	transition: 0.2s ease opacity;
	transition-delay: 0.2s;
}

.main-navigation .sub-menu::before {
	content: "";
	position: absolute;
	height: 30px;
	width: 30px;
	background: white;
	border-radius: 3px;
	left: 50%;
	top: -4px;
	transform: translateX(-50%) rotate(45deg);
	display: block;

}

.main-navigation .menu-item:hover .sub-menu {
	opacity: 1;
	pointer-events: auto;
}

.main-navigation .sub-menu .menu-item a {
	color: #06332F;
	padding: 15px 20px;
	display: grid;
	/*grid-template-rows: 1fr 1fr;*/
	grid-template-columns: 1fr 2fr 2fr;
	gap: 0px;
	height: 100%;
	align-items: center;

}

.main-navigation .sub-menu .menu-item a img {
	grid-row-start: 1;
	grid-column-start: 1;
	grid-row-end: 3;
	grid-column-end: 2;
	height: 50px;
}

.main-navigation .sub-menu .menu-item a span {
	grid-row-start: 1;
	grid-column-start: 2;
	grid-row-end: 2;
	grid-column-end: 4;
	padding: 0 0 4px 10px;
	font-weight: 500;
}

.main-navigation .sub-menu .menu-item a p {
	grid-row-start: 2;
	grid-column-start: 2;
	grid-row-end: 3;
	grid-column-end: 4;
	margin: 0;
	font-size: 14px;
	max-height: 36px;
	line-height: 18px;
	overflow: hidden;
	padding: 0 0 0px 10px;
	color: #6C6C6C;
}

#backdrop {
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	backdrop-filter: blur(3px);
	backface-visibility: hidden;
	transition: 0.2s ease opacity;
	display: flex;
	opacity: 0;
	pointer-events: none;
}

@media screen and (max-width: 991px) {
	.menu-toggle {
		display: flex;
		background: white;
		border: 0;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 15px;
		padding: 0;
		height: 46px;
		width: 52px;
		cursor: pointer;
		margin-right: -12px;
		border-radius: 3px;
	}

	.menu-toggle span {
		height: 2px;
		width: 18px;
		background: #50535D;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		position: relative;
		transition: 0.3s all ease;
	}

	.menu-toggle span::before, .menu-toggle span::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: #50535D;
		transform: translate(0%, -300%);
		transition: 0.3s all ease;
	}

	.menu-toggle span::after {
		transform: translate(0%, 300%);
		width: 12px;
	}

	.main-navigation .menu {
		background: white;
		flex-direction: column;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		height: 100vh;
		justify-content: flex-start;
		transition: 0.2s ease transform;
		transform: translateX(-100%);
		width: 360px;
		max-width: 75%;
		z-index: 20;
		padding-top: 20px;
	}

	body.--navActive {
		overflow: hidden;

	}

	body.--navActive #backdrop {
		opacity: 1;
		pointer-events: auto;
	}

	body.--navActive .main-navigation .menu {
		transform: translateX(0%);
	}

	body.--navActive .site-header {
		background: transparent;
		box-shadow: none;
	}

	body.--navActive .menu-toggle span {
		background: transparent;
	}

	body.--navActive .menu-toggle span::before {
		transform: rotate(45deg);
	}

	body.--navActive .menu-toggle span::after {
		transform: rotate(-45deg);
		width: 100%;

	}

	.main-navigation .menu-item a {
		color: #50535D;
		padding: 18px 20px;
		text-align: center;
		justify-content: center;
		font-size: 17px;
	}

	.main-navigation .menu-item.btn {
		margin: 0;
		margin: 0 20px;
		margin-top: 20px;
	}

	.main-navigation .menu-item.menu-item-has-children {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.main-navigation .menu-item.menu-item-has-children a {
		padding: 18px 20px;
		width: 100%;
	}

	.main-navigation .menu-item.btn a {
		width: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;

	}

	.main-navigation .sub-menu {
		display: none !important;
	}

	.site-header.scroll.is-visible .main-navigation .menu-item.menu-item-has-children::after {
		content: none;
	}
}

@media screen and (max-width: 575px) {
	.menu-toggle {
		margin-right: 0;
	}
}

/* ABOUT
--------------------------------------------- */

.about-section {
	background: white;
}

.about-section h2 {
	text-align: left;
	margin-bottom: 30px;
}

.about-section h2::before {
	transform: none;
	left: 0;
}

.about-section p {
	max-width: 500px;
	color: #6C6C6C;
	line-height: 160%;
	margin-top: 0;
	margin-bottom: 30px;
}

.about-grid>.wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	grid-gap: 80px;
}

.about-grid>.wp-block-group__inner-container figure {
	margin: 0;
}


@media screen and (max-width: 991px) {
	.about-section {}

	.about-section p {
		margin-bottom: 20px;
	}

	.about-section .wp-block-buttons {
		margin-bottom: 20px;
	}

	.about-grid>.wp-block-group__inner-container {
		display: grid;
		grid-template-columns: 1fr;
		align-items: center;
		grid-gap: 40px;
	}

	.about-col:first-child {
		grid-row-start: 2;
		grid-row-end: 3;
		margin-bottom: 0px;
	}

}



.pharmacy-section {
	position: relative;
}

.pharmacy-section::before {
	content: "";
	height: 1px;
	width: 100%;
	margin: 0 auto;
	background: #eee;
	max-width: 1300px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.pharmacy-grid>.wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}

.pharmacy-single {
	background: #F8FAFC;
	padding-bottom: 100%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.pharmacy-single figure {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	margin: 0;
	border-radius: 5px;
}

.pharmacy-single figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.pharmacy-single-inner {
	background: white;
	padding: 20px;
	text-align: center;
	margin: 0;
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	border-radius: 5px;
}

.pharmacy-single-inner h4 {
	margin: 0;
	color: #344251;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 10px;
}

.pharmacy-single-inner h5 {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}

.pharmacy-single-inner p {
	font-size: 15px;
	margin: 0;
	align-items: center;
	flex-grow: 1;
	display: flex;
	padding: 15px 0;
}

.pharmacy-single-inner .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.pharmacy-single-inner .wp-block-buttons {
	justify-content: center;
	align-items: flex-end;
}

.pharmacy-single-inner .wp-block-buttons .wp-block-button__link {
	background: #F5EAEA;
	color: #344251;
	box-shadow: none;
	height: 50px;
}

.pharmacy-single-inner p, .pharmacy-single-inner .wp-block-buttons {
	display: none;
}

@media screen and (min-width: 992px) {
	.pharmacy-single:hover .pharmacy-single-inner {
		top: 10px;
	}

	.pharmacy-single:hover .pharmacy-single-inner p, .pharmacy-single:hover .pharmacy-single-inner .wp-block-buttons {
		display: flex;
	}
}

@media screen and (max-width: 991px) {
	.pharmacy-grid>.wp-block-group__inner-container {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 575px) {
	.pharmacy-grid>.wp-block-group__inner-container {
		grid-template-columns: 1fr;
		grid-gap: 60px;
	}

	.pharmacy-single {
		padding-bottom: 50%;
		overflow: visible;
	}

	.pharmacy-single-inner {
		background: white;
		padding: 15px;
		bottom: -35px;
		box-shadow: 0px 6px 10px rgb(0, 0, 0, 0.04);
	}

	.pharmacy-single-inner h4 {
		margin-bottom: 5px;
	}

	.pharmacy-single figure img {
		object-position: 10% 10%;
	}
}

/* POINTS GRID
--------------------------------------------- */
.points-section {
	position: relative;
}

.points-section::before {
	content: "";
	height: 1px;
	width: 100%;
	margin: 0 auto;
	background: #eee;
	max-width: 1300px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.points-grid>.wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 60px;
}

.points-single>.wp-block-group__inner-container {
	display: flex;
	align-items: center;
}

.points-single figure {
	margin: 0;
}

.points-single p {
	margin: 0;
	padding-left: 20px;
	line-height: 1.5;
	font-size: 16px;
}

@media screen and (max-width: 991px) {
	.points-grid>.wp-block-group__inner-container {
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px;
	}

	.points-single h4 {
		font-size: 14px;
	}

	.points-single h3 {
		font-size: 18px;
		margin: 0 0 10px 0;
	}

	.points-single p {
		font-size: 15px;
	}
}

@media screen and (max-width: 575px) {
	.points-section {
		padding: 30px 0 0px 0;
	}

	.points-grid>.wp-block-group__inner-container {
		display: flex;
		overflow: auto;
		padding: 0 20px;
		padding-bottom: 30px;
	}

	.points-single {
		width: auto;
		max-width: 75%;
		flex-shrink: 0;
	}

	.points-section .container {
		padding: 0
	}

	.points-section::before {
		content: "";
		margin: 0 auto;
		background: white;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 10px;
		height: 2px;
		transform: none;
		z-index: 2;
	}

	.points-section::after {
		content: "";
		margin: 0 auto;
		background: white;
		max-width: 1300px;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 10px;
		height: 2px;
		transform: none;
		z-index: 2;
	}

	.points-single p br {
		display: none;
	}
}

/* EXTRA
--------------------------------------------- */
.extra-section {
	position: relative;
}

.extra-grid>.wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}

.extra-single {
	padding: 20px;
	background: #F8FAFB;
	width: 100%;
	display: flex;
	align-items: center;
}

.extra-single>.wp-block-group__inner-container {
	display: flex;
}

.extra-single>.wp-block-group__inner-container .wp-block-group {
	margin-left: 30px;
	align-items: center;
	display: flex;
}

.extra-single figure {
	flex-shrink: 0;
	margin: 0;
}

.extra-single p {
	margin: 0;
	margin-bottom: 3px;
}

.extra-single p:last-child {
	margin-bottom: 0;
}

.extra-single h3 {
	margin: 0;
	margin-bottom: 0px;
	color: #50ACE6;
}

.extra-single a {
	margin-top: 20px;
	display: inline-flex;
	font-weight: 500;
}

.extra-single.--card {}

.extra-single.--card figure {
	margin-bottom: -20px;
	margin-top: -40px;
}

@media screen and (max-width: 991px) {
	.extra-grid>.wp-block-group__inner-container {
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}

	.extra-single.--card figure {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 575px) {
	.extra-single>.wp-block-group__inner-container {
		display: flex;
		flex-direction: column;
	}

	.extra-single figure {
		text-align: center;
	}

	.extra-single>.wp-block-group__inner-container .wp-block-group {
		margin: 0;
		margin-top: 20px;
		justify-content: center;
		text-align: center;
	}
}

/* ESHOP
--------------------------------------------- */

.eshop-section {
	background: #F8FAFB;
}

.eshop-grid>.wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 4fr 7fr;
	grid-gap: 80px;
}

.eshop-single {
	display: flex;
	align-items: center;
}

.eshop-single:last-child {
	margin-bottom: -170px;
}

.eshop-single figure {
	text-align: center;
}

.eshop-single h2 {
	text-align: left;
	margin-bottom: 30px;
}

.eshop-single p {
	line-height: 160%;
	margin-top: 0;
	margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
	.eshop-section {
		margin-bottom: 40px;
	}

	.eshop-grid>.wp-block-group__inner-container {
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}

	.eshop-single:last-child {
		margin-bottom: -100px;
	}

	.eshop-single, .eshop-single h2, .eshop-single .wp-block-buttons {
		text-align: center;
		justify-content: center;
	}

	.eshop-single p {
		max-width: 600px;
		margin: 0 auto 30px auto;
	}
}

@media screen and (max-width: 575px) {
	.eshop-single h2 {
		margin-bottom: 20px;
	}

	.eshop-single p {
		font-size: 15px;
	}

	.eshop-grid>.wp-block-group__inner-container {
		grid-gap: 30px;
	}
}


/* FOOTER
--------------------------------------------- */
footer {
	background: #344251;
	padding: 100px 0;
	color: white;
	font-size: 15px;
}

footer h2 {
	font-weight: 500;
	font-size: 18px;
	margin: 0;
	position: relative;
	padding-bottom: 20px;
}

.footer-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	width: 100%;
	grid-gap: 30px 20px;
}

.footer-grid>div {
	margin-bottom: 0;
}

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

footer li.menu-item {
	padding: 0;
}

footer li.menu-item::marker {
	content: none;
}

footer .menu-item a {
	color: white;
	text-decoration: none;
	padding: 0;
	display: flex;
	line-height: 2.2;
	opacity: 0.8;
	font-weight: 400;
}

footer li.menu-item.btn {
	background: transparent;
	padding: 0;
	height: auto;
	box-shadow: none;

	justify-content: flex-start;
}

footer .menu-item a:hover {
	opacity: 1;
}

footer .sub-menu {
	display: none;
}

footer .wp-block-group .wp-block-group .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

footer p {
	line-height: 2.2;
	margin: 0;
}

.copyright {
	padding: 0px 0;
	color: white;
}

.copyright-content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	line-height: 1.5;
	flex-direction: column;
	text-align: left;
	align-items: flex-start;
}

.copyright-content a {
	color: white;
}

.copyright-content>a img {
	margin-bottom: 20px;
}

.copyright-content p {
	line-height: 1.4;
	opacity: 0.8;
	font-size: 15px;
}

.copyright-main {
	margin-top: 40px;
	margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
	footer {
		padding: 40px 0 40px 0;
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	#block-2 {
		grid-column: 1/3;
	}

	footer h2 {
		font-size: 18px;
	}

	.footer-logo {
		margin: 20px 0 0 0;
	}

	.copyright {
		padding: 20px 0;
	}

	.copyright-content {
		font-size: 14px;

	}
}

@media screen and (max-width: 575px) {
	footer {
		padding: 40px 0 20px 0;
	}

	footer h2 {
		padding-bottom: 10px;
		display: flex;
		align-items: center;
	}

	footer h2::after {
		content: "";
		background: url("img/icon-cheveron-white.svg");
		height: 6px;
		width: 20px;
		display: flex;
		background-repeat: no-repeat;
		background-position: right;
		background-size: contain;
		flex-grow: 1;
	}

	footer h2+* {
		display: none;
		padding-top: 10px;
	}

	footer h2.active+* {
		display: flex;
	}

	footer h2.active::after {
		transform: scaleY(-1);
	}

	footer p, footer a {
		line-height: 2.2;
		margin: 0;
		font-size: 15px;
	}

	.copyright {
		padding: 15px 0;
	}

	.copyright-content {
		flex-direction: column;
		align-items: center;
	}

	.footer-grid {
		grid-template-columns: 1fr;
	}

	.footer-grid>div {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding-bottom: 20px;
	}

	.footer-grid>div:last-child {
		border: 0;
		padding: 0;
	}
}






.entry-content {
	padding: 100px 0;
	margin: 0;
}

.post .entry-content {
	max-width: 1340px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.post .entry-footer {
	display: none;
}

.entry-content h3 {
	display: flex;
	width: 100%;
	text-align: left;
	margin-top: 0;
}

.entry-content p {
	font-size: 16px;
	line-height: 1.8;
	min-height: 32px;
	margin-top: 0;
}

.entry-content ul {
	margin-left: 0;
	list-style: none;
	padding-left: 0;
}

.entry-content li {
	font-size: 18px;
	line-height: 1.8;
	min-height: 32px;
	position: relative;
	display: flex;
	align-items: center;
}

.entry-content h2 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 15px;
}

.entry-content h2.has-text-align-center {
	text-align: center;
}

.entry-content h3 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 15px;
}

.entry-content h4 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px;
}

.entry-content p+h2, .entry-content p+h3, .entry-content p+h4 {
	margin-top: 40px;
}

@media screen and (max-width: 991px) {}

.entry-content #sb_instagram {
	margin-top: 60px;
}

.entry-meta {
	padding-top: 20px;
	margin-bottom: -20px;
}

.entry-meta, .entry-meta a {
	color: #50535D;
	text-align: center;
}

.entry-meta .byline {
	display: none;
}

.archive-content {
	padding: 140px 0;
}

.archive-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px;
}

.post-cell {
	position: relative;
}

.post-cell h4 {
	font-size: 18px;
	color: #262626;
	font-weight: 500;
	padding: 20px 0 10px 0;
	display: flex;
	margin: 0;
}

.post-cell time {
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	color: white;
	font-size: 15px;
	padding: 6px 10px;
}

.post-cell a {
	display: flex;
	width: 100%;
}

.post-cell a img {
	width: 100%;
	border-radius: 5px;
}

.post-cell p {
	font-size: 16px;
	color: #6C6C6C;
	line-height: 1.5;
	margin: 0;
}

@media screen and (max-width: 991px) {
	.archive-content {
		padding: 100px 0;
	}

	.archive-grid {
		grid-template-columns: 1fr 1fr;
		grid-gap: 60px 20px;
	}
}

@media screen and (max-width: 575px) {
	.archive-content {
		padding: 60px 0;
	}

	.archive-grid {
		grid-template-columns: 1fr;
		grid-gap: 60px 20px;
	}
}

.entry-row>.wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 3fr 2fr;
	margin: 0 0 60px 0;
}

.entry-row.left>.wp-block-group__inner-container {
	grid-template-columns: 2fr 3fr;
}

.entry-row .wp-block-group__inner-container p {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 1.8;
	padding-right: 60px;
	width: 100%;
}

.entry-row.contact .wp-block-group__inner-container p {
	padding-right: 0px;
	margin: 10px 0;
}


.entry-row .wp-block-group__inner-container figure+div p {
	padding-right: 0px;
	padding-left: 60px;

}

.entry-row .wp-block-group__inner-container .wp-block-group__inner-container {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.entry-row.contact .wp-block-group__inner-container .wp-block-group__inner-container {
	height: auto;
}

.entry-row:last-child>.wp-block-group__inner-container {
	margin: 0;
}


@media screen and (max-width: 991px) {
	.entry-content {
		padding: 80px 0;
	}

	.entry-row.left>.wp-block-group__inner-container, .entry-row>.wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}

	.entry-row .wp-block-group__inner-container p, .entry-row .wp-block-group__inner-container figure+div p {
		padding: 0;
	}

	.entry-row:last-child>.wp-block-group__inner-container {
		margin: 0;
	}

	.entry-content h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 575px) {
	.entry-content {
		padding: 60px 0;
	}
}


.subpages {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	margin-bottom: 40px;
}

.subpages-single {
	display: flex;
	flex-direction: column;
}

.subpages-single h3 {
	background: #f8fafb;
	font-weight: 500;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #262626;
	padding: 15px 20px;
	font-size: 22px;
	text-align: center;
	width: 100%;
	display: block;
}

.subpages-single a.subpages-readmore {
	font-size: 16px;
	font-weight: 500;
	color: #262626;
}

@media screen and (max-width: 991px) {
	.subpages-single h3 {
		font-size: 24px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 575px) {
	.subpages {
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}
}

.narrow-table {
	max-width: 700px;
	margin: 0 auto;

}

.narrow-table td {
	background: #F8FBFB;
	padding: 15px 20px;
}

.narrow-table td:last-child {
	text-align: right;
}

.contact.entry-row>.wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}

.entry-content .contact h3 {
	font-size: 22px;
	margin-bottom: 20px;
}

.entry-content .contact iframe {
	margin-top: 20px;
}

@media screen and (max-width: 991px) {
	.contact.entry-row>.wp-block-group__inner-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}
}

.team-single-large>.wp-block-group__inner-container {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.team-single-large>.wp-block-group__inner-container>.wp-block-group {
	padding-left: 40px;
}

.team-single-large .narrow-table td {
	text-align: left;
}

@media screen and (max-width: 575px) {
	.team-single-large>.wp-block-group__inner-container {
		flex-direction: column;
		margin-bottom: 10px;
		align-items: center;
	}

	.team-single-large>.wp-block-group__inner-container>.wp-block-group {
		padding-left: 0px;
	}
}

.subpages-single>a {
	display: none;
}

.inline-figures .wp-block-group__inner-container {
	display: flex;
	justify-content: center;
}

.inline-figures figure {
	margin: 10px
}

.entry-content li::before {
	background: #00984A;
	border-radius: 50%;
}

.strong-view.wpmtst-default .wpmtst-testimonial-heading {
	padding: 0 !important;
	background-image: none !important;
	font-weight: 500;
}

.strong-view.wpmtst-default div {
	display: flex;
}

.maybe-clear {
	display: none;
}

.testimonial-content {
	display: block !important;
	line-height: 1.4 !important;
	padding-top: 10px !important;
}

.testimonial-content p {
	line-height: 1.4 !important;

}

.strong-view.wpmtst-default .wpmtst-testimonial-inner {
	border: 0 !important;
	padding: 20px;
	text-align: left;
	border-radius: 4px !important;
	background: white;
}

.strong-view.wpmtst-default .wpmtst-testimonial {
	border: 0 !important;
}

.testimonials-grid>.wp-block-group__inner-container {
	display: block;
}


.services-section {
	background: #ffffff;
}

.page-template-sluzby .subpages {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	background: #F1F6F6;
	grid-gap: 2px;
}

.page-template-sluzby .subpages-single {
	background: white;
	padding: 60px 40px;
	text-align: center;
}

@media screen and (max-width: 991px) {
	.page-template-sluzby .subpages {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 575px) {
	.page-template-sluzby .subpages {
		display: grid;
		grid-template-columns: 1fr;
		margin-bottom: 0;
	}
}

.page-template-sluzby .subpages-single img {
	height: 80px;
}

.page-template-sluzby .subpages-single h3 {
	font-weight: 500;
	font-size: 22px;
	margin-top: 50px;
	text-align: center;
	justify-content: center;
}

.page-template-sluzby .subpages-single h3 a {
	color: #06332F;
}

.page-template-sluzby .subpages-single p {
	font-weight: 400;
	font-size: 15px;
	color: #6C6C6C;
	line-height: 30px;
}

.subpages {
	grid-gap: 20px 20px;
}

@media screen and (max-width: 575px) {
	.subpages {
		grid-gap: 20px 20px;
		margin-bottom: 0;
	}
}

.contact-content .wp-block-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

@media screen and (max-width: 991px) {
	.contact-content .wp-block-columns {
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}
}

.contact-content iframe {
	margin-top: 40px;
}

.row>.wp-block-group__inner-container {
	display: flex;
}

.row>.wp-block-group__inner-container h3 {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 500;
}

.row>.wp-block-group__inner-container>.wp-block-group {
	flex-grow: 1;
}

.row>.wp-block-group__inner-container img {
	margin: 0 20px;
}

.main-navigation .sub-menu .menu-item a {
	grid-template-columns: 1fr;
}

.main-navigation .sub-menu .menu-item a.menu-image-title-after {
	grid-template-columns: 1fr 2fr 2fr;
}

.article-group-grid>.wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 60px;
	margin: 60px 0;
}

.article-group {
	margin: 0;
}

.article-group .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: auto 2fr 2fr;
	margin: 0px 0;
}

.article-group figure {
	grid-row-start: 1;
	grid-column-start: 1;
	grid-row-end: 3;
	grid-column-end: 2;
	margin: 0;

}

.article-group h4 {
	grid-row-start: 1;
	grid-column-start: 2;
	grid-row-end: 2;
	grid-column-end: 4;
	padding: 0 0 4px 10px;
	font-weight: 500;
	font-size: 22px;
	padding: 0;
	margin: 0;

}

.article-group p {
	grid-row-start: 2;
	grid-column-start: 2;
	grid-row-end: 3;
	grid-column-end: 4;

	font-size: 16px;
	color: #6C6C6C;
	margin: 0;
}

@media screen and (max-width: 1200px) {
	.article-group-grid .wp-block-group__inner-container {
		grid-gap: 20px;
	}
}

@media screen and (max-width: 991px) {
	.article-group-grid .wp-block-group__inner-container {
		display: flex;
		flex-direction: column;
	}
}



.strong-view.wpmtst-default .wpmslider-wrapper {
	position: relative;
}

.strong-view.nav-position-outside .wpmslider-controls {
	position: absolute;
	width: 100%;
	height: 100%;
}

.strong-view.nav-position-outside .wpmslider-controls .wpmslider-next, .strong-view.nav-position-outside .wpmslider-controls .wpmslider-prev {
	position: absolute;
	right: -25px;
	background: #06332F;
	color: white;
	height: 42px;
	width: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	transform: translateY(-50%);
}

.strong-view.nav-position-outside .wpmslider-controls .wpmslider-next:before, .strong-view.nav-position-outside .wpmslider-controls .wpmslider-prev:before {
	top: 0 !important;
	background: white !important;
}

.strong-view.nav-position-outside .wpmslider-controls .wpmslider-prev {
	right: auto;
	left: -25px;
}

@media screen and (max-width: 991px) {
	.row.contact-2>.wp-block-group__inner-container {

		flex-direction: column;
	}

	.row.contact-2>.wp-block-group__inner-container img {
		margin: 0;
	}

}

footer .menu-item a img {
	display: none;
}

footer .menu-item a span {
	padding: 0 !important;
}


.page-template-sluzby .subpages-single>a {
	display: flex;
}

.page-template-sluzby .subpages-single h3 {
	background: transparent;
}

.page-template-sluzby .subpages-single a.subpages-readmore {
	display: none;
}


.testimonials-grid>.wp-block-group__inner-container {
	overflow: visible;
}



.references-section {
	background: #F4F7FA;
}


.news-section {
	background: #fff;
}

ul.wp-block-latest-posts {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
	margin-bottom: 40px;
}

.wp-block-latest-posts li {
	position: relative;
	padding: 0;
}

.wp-block-latest-posts li::marker {
	content: none;
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image, .wp-block-latest-posts__featured-image a {
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	overflow: hidden;
	height: 260px;
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image img, .wp-block-latest-posts__featured-image a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.wp-block-latest-posts li time {
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	color: white;
	font-size: 15px;
	padding: 6px 10px;
}

.wp-block-latest-posts li>a {
	font-size: 18px;
	font-weight: 500;
	padding: 20px 0 10px 0;
	display: flex;
}

.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
	font-size: 16px;
	color: #5B606D;
	line-height: 1.5;
}

.news-section .wp-block-buttons {
	justify-content: center;
}


@media screen and (max-width: 991px) {
	.news-section {
		padding-bottom: 100px;
	}
}


@media screen and (max-width: 767px) {
	ul.wp-block-latest-posts {
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
		flex-shrink: 0;
		overflow-x: auto;
		grid-gap: 0;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.wp-block-latest-posts li {
		position: relative;
		padding: 0;
		width: 75%;
		flex-shrink: 0;
		margin-right: 20px;

	}

	.wp-block-latest-posts li:last-child {
		margin: 0;
	}

	.wp-block-latest-posts .wp-block-latest-posts__featured-image, .wp-block-latest-posts__featured-image a {
		height: 200px;
	}

	.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
		font-size: 15px;
	}
}

.pharmacy-main {
	overflow: hidden;
}

.pharmacy-main>.wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 40px;
}

.pharmacy-main-single {
	background: #f8fafb;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
}

.pharmacy-main-single>.wp-block-group__inner-container {
	display: flex;
}

.pharmacy-main-single h4 {
	font-size: 18px;
	margin-top: 0;
}

.pharmacy-main-single h3, .pharmacy-main-single .wp-block-buttons {
	justify-content: center;
}

.pharmacy-main figure {
	margin: 0;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	height: 360px;
	flex-shrink: 0;
	max-width: 50%;
	width: 50%;
}

.pharmacy-main figure img {
	object-fit: cover;
	width: 100%;
}

.pharmacy-main-content {
	padding: 50px 30px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 991px) {
	.pharmacy-main-single>.wp-block-group__inner-container {
		flex-direction: column;
	}

	.pharmacy-main figure {
		height: 280px;
		max-width: 100%;
		width: 100%;
	}
}

@media screen and (max-width: 575px) {
	.pharmacy-main figure {
		height: 200px;
	}

	.pharmacy-main-content {
		padding: 30px 20px;
		display: flex;
		align-items: center;
	}
}


.card-grid>.wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	margin: 40px 0;
}

.card-grid-single {
	background: #F8FAFB;
	padding: 40px 20px;
}

.card-grid-single h3 {
	font-size: 20px;
	color: #344251;
	text-align: center;
	width: 100%;
	justify-content: center;
}

.card-grid-single p {
	margin: 0;
	text-align: center;
}

@media screen and (max-width: 991px) {
	.card-grid>.wp-block-group__inner-container {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

.has-text-align-center {
	text-align: center;
}

.files-group {
	max-width: 760px;
	margin: 0 auto;
	background: #fff;
	margin-bottom: 40px;
	box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.05);
	padding: 10px;
}

.files-group .wp-block-group__inner-container {
	display: table;
}

.files-group .wp-block-file {
	display: table-row;
}

.files-group .wp-block-file a {
	display: table-cell;
	padding: 12px;
}

.files-group .wp-block-file a:first-child {
	color: #50535D;
}

.files-group .wp-block-file:nth-child(even) {
	background: #F8FAFB;
}

.navigation.pagination .nav-links {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	font-size: 15px
}

.navigation.pagination .page-numbers {
	padding: 10px 15px;
	background: #F4F7FA;
	border-right: 2px solid white;
}

.navigation.pagination .page-numbers.current {
	background: #387CD1;
	color: white;
}



.page-template-sluzby .subpages {
	display: none;

}

.type-reference .post-thumbnail {
	display: none;
}

.type-reference .entry-content {
	max-width: 1560px;
	margin: 0 auto;
}

.site-branding {
	display: flex;
	align-items: flex-end;

}

.custom-logo-link:last-child {
	padding-bottom: 5px;
}

.entry-content h1 {
	font-size: 40px;
}

.certificats-section {
	background: #EAEAF1;
	position: relative;
	z-index: 1;
	margin-bottom: -100px;
}

.certificats-section::before {
	content: "";
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background: #EAEAF1;
	display: flex;
	position: absolute;
	z-index: -1;
}

.certificates {
	display: flex;
	justify-content: center;
}

.certificates .wp-block-column {
	margin: 10px;
}

.certificates .wp-block-column, .certificates .wp-block-buttons {
	text-align: center;
	justify-content: center;
}


.wp-col-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 80px;
	padding-bottom: 80px;

}

.wp-col-2 figure {
	margin: 0;
}


.wp-col-2 .wp-block-column {
	display: flex;
	align-items: center;
}


.contact-cols {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px;
	padding-bottom: 40px;
}

.contact-cols .wp-block-column {
	display: flex;
	align-items: center;
}

.contact-cols .wp-block-column figure {
	margin: 0;
	margin-right: 15px;
}

.contact-cols .wp-block-column h4 {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #272C3B;
	margin: 0;
}

.contact-cols .wp-block-column p,
.contact-cols .wp-block-column h5 {
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: #272C3B;
}

.contact-cols.--alt .wp-block-column p {
	font-size: 17px;
	line-height: 1.8;
	font-weight: 400;
}

@media screen and (max-width: 991px) {
	.contact-cols {
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
		padding-bottom: 30px;
	}

}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {

	color: #242867;
}

.entry-title {
	color: #fff;
}



.entry-header .post-thumbnail {
	opacity: 0.35;
}

@media screen and (max-width: 575px) {
	footer h2 {
		text-align: center;
		justify-content: center;

	}
}

.page-template-sluzby .subpages {
	border: 2px solid #E4EDF5;
}

.page-template-sluzby .subpages {
	background: #E4EDF5;
}

.page-template-sluzby .subpages-single h3 {
	margin-top: 20px;
	text-align: left;
	text-transform: initial;
}

.entry-header {
	background: linear-gradient(137.27deg, #418EEF 7.78%, #1B559E 100%);
}

.services-grid>.wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1px;
}

.services-grid.--wide>.wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2px;
}

@media screen and (max-width: 575px) {
	.services-grid.--wide>.wp-block-group__inner-container {
		grid-template-columns: 1fr;
		gap: 2px;
	}
}

.services-grid.--wide .services-single {

	outline: 2px solid #E4EDF5;
}

.services-single {
	outline: 1px solid #E4EDF5;
	padding: 40px;
	transition: 0.2s ease box-shadow;
}

.services-single figure {
	background: rgba(56, 124, 209, 0.1);
	border-radius: 9999px;
	height: 56px;
	width: 56px;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
}

.services-single h4 {
	color: #344251;
	font-size: 19px;
	margin-bottom: 10px;
	font-weight: 500;
}

.services-single p {
	color: #5B6773;
	font-size: 15px;
	line-height: 160%;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 20px;
}

.services-single .wp-block-button__link {
	height: 44px;
	padding: 0 20px;
	font-size: 15px;
	line-height: 1;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	background: rgba(237, 150, 9, 0.1);
	border: 0;
	color: #ED9609;
}

.services-single:hover {
	background: linear-gradient(63.16deg, #F4F7FA 0%, rgba(255, 255, 255, 0) 100%), #FFFFFF;
	box-shadow: 0px 4px 15px rgba(52, 66, 81, 0.05);
	z-index: 1;
}

.services-single:hover .wp-block-button__link {
	background: linear-gradient(265.89deg, #F8AF3A 0%, #ED7609 100%);
	box-shadow: 0px 4px 12px rgba(237, 150, 9, 0.2);
	color: white;
}

.services-single:hover .wp-block-button__link img {
	filter: brightness(50);
}



.references-section ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

li.category-reference {
	list-style: none;
}

li.category-reference::marker {
	content: none;
}


.wp-block-button.is-style-outline.--blue .wp-block-button__link {
	background: rgba(56, 124, 209, 0.1);
	border: 0;
	color: #387CD1;
}

.wp-block-columns {
	display: flex;
	flex-basis: 100%;
	margin: 0 -10px;
}

.wp-block-column {
	flex-basis: 100%;
	padding: 10px;
}

.wp-block-column h4 {
	text-transform: uppercase;
	color: #ED9609
}

.wp-block-column {}

.wp-block-column {
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.copyright-content p {
	margin-top: 20px;
	line-height: 1.7;
}


.footer-numbers {
	padding: 50px 0;
	background: #F4F7FA;
}

.footer-numbers__grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

.footer-numbers__single {
	text-align: center;
}

.footer-numbers__single h3 {
	margin: 0;
	font-size: 34px;
	margin-bottom: 0px;
	color: #387CD1;
}

.footer-numbers__single p {
	margin: 0;
	font-size: 15px;
}

@media screen and (max-width: 575px) {
	.footer-numbers__single h3 {
		font-size: 28px;
	}

	.references-section ul {
		grid-template-columns: 1fr;
	}
}


.entry-content li {
	font-size: 16px;
}

.entry-content li::marker {
	content: url("../img/marker.svg");
}

footer h2 {
	font-size: 22px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
	color: #344251;
}


.home .footer-numbers {
	display: none;


}

.about-section {
	position: relative;
	z-index: 0;
	padding: 100px 0;
	margin-top: 40px;
}

.about-section::before {
	content: "";
	height: 100%;
	width: 66%;
	background: #F4F7FA;
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.about-grid>.wp-block-group__inner-container figure {
	margin-top: -180px;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	width: auto;
}

.about-grid>.wp-block-group__inner-container figure img {
	width: 100%;
}

.about-section h2 {
	font-size: 34px;
}

.about-section .wp-block-buttons {
	margin-top: 50px;
}

.navigation.pagination .page-numbers {
	background: white;

}

.navigation.pagination .page-numbers.current {
	border-radius: 50%;
}

.post-cell time {
	font-size: 12px;
	padding: 6px 10px;
	background: white;
	color: #344251;
}




.cta-section {
	padding: 90px 0;
	background-color: #387CD1;
	background-image: url("img/cta-bg.jpg");
	color: white;
	text-align: center;
	background-size: cover;
}

.cta-section h2 {
	color: white;
}

.cta-section .btn-ghost {
	background: #5690D8;
	color: white;
}

.cta-section .btn-ghost {
	margin-left: 10px;
}

.references-section {

	background: linear-gradient(359.67deg, #F4F7FA 0.27%, #FFFFFF 99.7%);
	border-top: 1px solid #E4EDF5;
}

.references-section ul {
	margin: 0;
}

li.category-reference {
	padding: 0;
}

li.category-reference .wp-block-post-title {
	margin-bottom: 0;
	margin-top: 10px;
}

li.category-reference time {
	margin-top: 15px;
	display: flex;
	font-size: 14px;
}

li.category-reference figure {
	display: flex;
	height: 300px;
	overflow: hidden;
	border-radius: 5px;
	border: 3px solid white;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
}

.btn:hover, .wp-block-button .wp-block-button__link:hover {
	color: white;
	background: #ED9609;
}

.cta-section .btn-ghost:hover {
	background: #639ce3;
}



.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
	font-size: 14px;
	color: #5B6773;
	line-height: 1.5;
}

.category-aktuality .archive-grid {
	grid-template-columns: 1fr 1fr;
}

.category-aktuality .post-cell>a {
	height: 260px;
}

.post-cell a img {
	object-fit: cover;
}

.posted-on, .posted-on a {
	color: white;
}


.single-post .post-thumbnail {
	display: none;
}

.wp-block-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.wp-block-gallery figure {
	height: 240px;
	overflow: hidden;
	border-radius: 5px;
	border: 3px solid white;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}

.wp-block-gallery figure img {
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 991px) {
	.wp-block-gallery {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.cta-section {
		padding: 60px 0;
	}
}

@media screen and (max-width: 575px) {
	.wp-block-gallery {
		grid-template-columns: 1fr 1fr;
	}


	.category-aktuality .archive-grid {
		grid-template-columns: 1fr;
		grid-gap: 30px 20px;
	}

}

@media screen and (max-width: 991px) {

	.about-section {
		padding-bottom: 60px;


	}

	.about-section::before {
		width: 100%;
	}

}


.references-section ul {
	padding: 0;
}

.entry-content li {

	display: list-item;
}

.entry-content li::marker {
	content: '-';
}

.post-cell p {
	font-size: 15px;
}

.category-aktuality .post-cell>a {
	background: rgba(56, 124, 209, 0.05);
}

li.category-reference figure img {
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 991px) {
	li.category-reference figure {
		height: 240px;
	}
}


.post-cell>a {
	height: 300px;
	background: rgba(56, 124, 209, 0.05);
}

.post-cell p {}

@media screen and (max-width: 575px) {
	.post-cell p {
		display: none;
	}

	.services-single {
		padding: 30px 20px;
	}

	li.category-reference figure {
		height: 200px;
	}
}

.copyright>.container {
	padding: 0;
}

.single-post .post-thumbnail {
	display: flex;
	text-align: center;
	padding-top: 40px;
	height: 520px;
	justify-content: center;
}

@media screen and (max-width: 991px) {
	.services-grid>.wp-block-group__inner-container {
		grid-template-columns: 1fr 1fr;
	}

	.post-cell>a {
		height: 220px;
	}
}

@media screen and (max-width: 575px) {
	.services-grid>.wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}

	.services-single p {}

	.single-post .post-thumbnail {
		height: 320px;
	}

	.wp-block-gallery figure {
		height: 190px;
	}
}



.navigation.pagination .page-numbers.current {
	height: 40px;
	width: 42px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

ol {
	margin-left: 0;
	padding-left: 0;
}

.wp-block-latest-posts li time {
	font-size: 13px;
}

.site-header {
	transition: max-width 0.25s, background 0.25s, height 0.25s;
}




.error-404 {
	max-width: 800px;
	margin: 180px auto 80px auto;
	background: #f4f7fa;
	text-align: center;
}

.page .wp-block-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 60px;
	gap: 40px;
	align-items: center;
	margin-top: 40px;
}

.page .wp-block-columns.col-5 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	align-items: flex-start;
}

@media screen and (max-width: 991px) {
	.page .wp-block-columns {
		display: grid;
		grid-template-columns: 1fr;
		margin: 0;
	}

	.page .wp-block-columns.col-5 {
		grid-template-columns: 1fr 1fr;
		gap: 0px;
	}
}

@media screen and (max-width: 575px) {

	.page .entry-content {
		padding: 40px 0;
	}

	.page .wp-block-column figure {
		height: 300px;
		overflow: hidden;
		margin: 20px 0;
	}


}

.page .wp-block-column {
	padding: 0;
	align-items: center;
}

#post-549.page .wp-block-column figure {
	height: 200px;
	overflow: hidden;

}

#post-549.page .wp-block-column figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

#post-549.page .wp-block-column h4 {
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
}

.contact-content .wp-block-columns .wp-block-column {
	align-items: flex-start;
}

.contact-content .wp-block-columns {
	align-items: flex-start;
}

.group-logos .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.group-logos .wp-block-group__inner-container figure img {
	max-height: 60px;
	width: auto;
	margin-right: 20px;
}




.main-navigation .menu-item a {
	font-weight: 600;
}

@media screen and (max-width: 557px) {
	.hero-img {
		display: flex;
		width: 100%;
		justify-content: center;
		margin-top: -20px;
		text-align: center;
	}

	.hero-img img {
		max-width: 100%;
		width: 300px;
	}

	.hero::after {
		content: none;
	}
}

.services-grid.--wide .services-single {
	padding: 60px 40px;

}

.services-grid.--wide .services-single:hover {}

.services-single, .services-single:hover {
	background-position: right center;
	background-repeat: no-repeat;

}

.services-single:hover {
	background-image: url("https://www.gast-vytapeni.cz/wp-content/uploads/2022/09/vytapeni.png");


}

.services-single:nth-child(2):hover {
	background-image: url("https://www.gast-vytapeni.cz/wp-content/uploads/2022/09/tepelna-nibe.png");
}

.services-single:nth-child(3):hover {
	background-image: url("https://www.gast-vytapeni.cz/wp-content/uploads/2022/09/solarni.png");
}

.services-single:nth-child(4):hover {
	background-image: url("https://www.gast-vytapeni.cz/wp-content/uploads/2022/09/plyno.png");
}

.services-single:nth-child(5):hover {
	background-image: url("https://www.gast-vytapeni.cz/wp-content/uploads/2022/09/vodo.png");
}

.services-single:nth-child(6):hover {
	background-image: url("https://www.gast-vytapeni.cz/wp-content/uploads/2022/09/vysavace.png");
}




.services-grid.--wide .services-single p {
	margin-bottom: 40px;
}


.entry-content ul {

    width: 100%;
}
li.category-reference figure a,
li.category-reference figure img{
  width: 100%;
}