@charset "UTF-8";
/*!
Theme Name: bestpark-wp
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: bestpark-wp
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.

bestpark-wp 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
	- BestPark parks list
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.boldest {
	font-weight: 900;
}

/*--------------------------------------------------------------
# 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.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

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

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #3c3c3b;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	line-height: normal;
}

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

h1 {
	font-size: 26px;
	font-weight: 900;
}

h2 {
	font-size: 20px;
	font-weight: 700;
	color: #004884;
}

h3 {
	font-size: 20px;
	font-weight: 900;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 18px;
	font-weight: 900;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

@media (min-width: 569px) {
	h1 {
		font-size: 46px;
	}
	h2 {
		font-size: 34px;
	}
}

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

body .entry-header .entry-title {
	text-align: center;
	margin-top: 95px;
	margin-bottom: 70px;
}

@media (max-width: 567px) {
	body .entry-header .entry-title {
		margin-top: 40px;
		margin-bottom: 30px;
		text-align: left;
	}
}

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

/* Links
--------------------------------------------- */
a {
	color: #004884;
}

a:visited {
	color: #004884;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
a.button-link,
input[type="button"],
input[type="reset"],
input[type="submit"],
.widget.widget_newsletterwidgetminimal .tnp-submit {
	border: 1px solid;
	border-color: #52AE32;
	border-radius: 2px;
	background: #52AE32;
	color: #000;
	line-height: 1;
	padding: 0.84em 2.05em;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}

button:hover,
a.button-link:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.widget.widget_newsletterwidgetminimal .tnp-submit:hover {
	border-color: #52AE32;
}

button:active, button:focus,
a.button-link:active,
a.button-link:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
.widget.widget_newsletterwidgetminimal .tnp-submit:active,
input[type="submit"]:focus,
.widget.widget_newsletterwidgetminimal .tnp-submit:focus {
	border-color: #52AE32;
}

a.button-link {
	display: block;
	text-decoration: none;
}

input[type="text"], .widget.widget_newsletterwidgetminimal .tnp-email,
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	background-color: #fff;
	border: 1px solid #3c3c3b;
	border-radius: 2px;
	padding: 1em 1.43em;
}

input[type="text"]:focus, .widget.widget_newsletterwidgetminimal .tnp-email: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: #111;
}

input[type="text"]::-webkit-input-placeholder, .widget.widget_newsletterwidgetminimal .tnp-email::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	/* Edge */
	color: #000;
}

input[type="text"]:-ms-input-placeholder, .widget.widget_newsletterwidgetminimal .tnp-email:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000;
}

input[type="text"]::placeholder, .widget.widget_newsletterwidgetminimal .tnp-email::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder {
	color: #000;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.user-bar {
	padding: 0;
	box-sizing: border-box;
	position: relative;
	background: #004884;
	color: #fff;
	height: 41px;
	line-height: 39px;
	font-size: 12px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0 1rem;
}

.user-bar .user {
	height: 84%;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.user-bar .user .iconmonstr-user-1 {
	width: 15px;
	height: 15px;
	object-fit: contain;
	margin-right: 10px;
}

.user-bar .user a {
	color: #fff;
	font-weight: 700;
}

.user-bar .logout {
	height: 83%;
	display: none;
}

.user-bar .logout a {
	color: #fff;
	font-weight: 700;
}

@media screen and (min-width: 1080px) {
	.user-bar {
		height: 54px;
		line-height: 48px;
		font-size: 16px;
	}
	.user-bar .logout {
		display: block;
	}
}

.bold-link {
	font-weight: 700;
	text-decoration: underline;
}

.site-branding {
	padding: 0;
	box-sizing: border-box;
	position: relative;
	display: flex;
	margin-top: 10px;
	height: 39px;
	align-items: center;
	min-width: 115px;
	padding: 0 1rem;
	max-width: 1400px;
	margin: 10px auto 0;
}

.site-branding .main-navigation {
	height: 26px;
	align-items: center;
	display: flex;
}

.site-branding .main-navigation button {
	font-size: 16px;
}

.site-branding .logo-container .custom-logo-link > img {
	width: 115px;
}

@media screen and (min-width: 1080px) {
	.site-branding {
		margin-top: 32px;
	}
	.site-branding .logo-container {
		flex: 50%;
		min-width: 153px;
	}
	.site-branding .logo-container .custom-logo-link {
		display: block;
	}
	.site-branding .logo-container .custom-logo-link > img {
		width: 151px !important;
	}
}

@media screen and (max-width: 1366px) and (min-width: 1080px) {
	.site-branding .logo-container {
		width: 121px;
		min-width: 121px;
	}
	.site-branding .logo-container > .custom-logo-link > img {
		width: 121px !important;
	}
}

.site-branding .reserve-container {
	min-width: 121px;
	margin-left: auto;
	display: flex;
	align-content: center;
}

@media screen and (min-width: 1080px) {
	.site-branding .reserve-container {
		width: 15%;
		height: 37px;
		min-width: unset;
	}
}

.site-branding .reserve-container .reserve {
	width: 100%;
	min-width: unset;
	height: auto;
	padding: 7px 9px;
	display: flex;
	align-items: center;
	margin-left: -2px;
	color: #000;
	border-radius: 2px;
	text-decoration: none;
	background-color: #52AE32;
}

.site-branding .reserve-container .reserve > img {
	width: 12px;
}

.site-branding .reserve-container .reserve > span {
	font-size: 12px;
	font-weight: 700;
	margin-left: 6px;
	letter-spacing: -0.3px;
}

@media screen and (min-width: 1080px) {
	.site-branding .reserve-container .reserve {
		padding: 22px 12px;
		align-items: center;
		display: flex;
		min-width: 181px;
	}
	.site-branding .reserve-container .reserve > img {
		width: 20px;
	}
	.site-branding .reserve-container .reserve > span {
		margin-left: 12px;
		font-size: 19px;
		font-weight: 700;
		letter-spacing: -0.3px;
	}
}

@media screen and (max-width: 1366px) and (min-width: 1080px) {
	.site-branding .reserve-container .reserve {
		min-width: 145px;
	}
	.site-branding .reserve-container .reserve > img {
		width: 18px;
	}
	.site-branding .reserve-container .reserve > span {
		margin-left: 6px;
		font-size: 16px;
	}
}

.site {
	display: grid;
	grid-template-columns: auto;
	grid-template-areas: "header" "main" "sidebar" "footer";
}

.site article {
	position: relative;
	width: 100%;
	padding: 0 1rem;
	max-width: 1400px;
	margin: 0 auto;
}

.site-header {
	grid-area: header;
}

.site-main {
	padding: 0;
	box-sizing: border-box;
	position: relative;
	grid-area: main;
	overflow: hidden;
	/* Resolves issue with <pre> elements forcing full width. */
	width: 100%;
	margin: 0;
}

@media screen and (min-width: 1080px) {
	.site-main {
		margin: auto;
	}
}

.site-main .entry-content {
	margin-top: -10px;
}

@media screen and (min-width: 1080px) {
	.site-main .entry-content {
		margin-top: 25px;
	}
}

.site-main.book-page article {
	display: flex;
	flex-wrap: wrap;
}

.widget-area {
	padding: 0;
	box-sizing: border-box;
	position: relative;
	grid-area: sidebar;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.site-footer {
	grid-area: footer;
}

.site-footer {
	background: #004884;
	color: #fff;
	text-align: center;
}

.site-footer .site-info {
	background: #004884;
	height: 90%;
}

.site-footer .site-info .footer-widget-area-top {
	display: flex;
	justify-content: stretch;
	flex-direction: row;
	margin-top: 62px;
}

.site-footer .site-info .footer-widget-area-top .footer-widget-area-1 {
	text-align: end;
	padding-right: 139px;
}

.site-footer .site-info .footer-widget-area-top .footer-widget-area-1 .widget_text {
	text-align: center;
	width: 175%;
}

.site-footer .site-info .footer-widget-area-top .footer-widget-area-1 p,
.site-footer .site-info .footer-widget-area-top .footer-widget-area-1 a,
.site-footer .site-info .footer-widget-area-top .footer-widget-area-1 .p1 {
	margin: 0;
	color: #fff;
	text-decoration: none;
}

.site-footer .site-info .footer-widget-area-top .footer-widget-area-1 p {
	margin: 19px 0;
}

.site-footer .site-info .footer-widget-area-top .footer-widget-area-1 .call-cost {
	width: 20%;
	font-size: 10px;
	margin: auto;
	margin-top: -20px;
}

.site-footer .site-info .footer-widget-area-top .footer-widget-area-2 {
	text-align: start;
	padding-left: 81px;
}

.site-footer .site-info .footer-widget-area-top .footer-widget-area-2 .textwidget {
	width: 37%;
	text-align: center;
}

.site-footer .site-info .footer-widget-area-top .footer-widget-area-2 p {
	margin: 15px 0;
	color: #fff;
}

.site-footer .site-info .footer-widget-area-top .footer-widget-area-2 p:first-of-type {
	margin: 0;
	margin-bottom: 30px;
}

@media screen and (max-width: 1080px) {
	.site-footer .site-info .footer-widget-area-top {
		flex-direction: column;
		margin-top: 39px;
		text-align: center;
		padding: 0;
	}
	.site-footer .site-info .footer-widget-area-top .footer-widget-area-2,
	.site-footer .site-info .footer-widget-area-top .footer-widget-area-1 {
		text-align: center;
		margin: 0;
		padding: 0;
	}
	.site-footer .site-info .footer-widget-area-top .footer-widget-area-1 .widget_text {
		width: 100%;
	}
	.site-footer .site-info .footer-widget-area-top .footer-widget-area-2 .textwidget {
		margin: 0;
		width: 100%;
		margin-top: 26px;
	}
}

.site-footer .site-info .footer-widget-area-bottom .footer-widget-area-3 {
	padding: 8px 0;
}

.site-footer .site-info .footer-widget-area-bottom .footer-widget-area-3 a {
	color: #fff;
}

.site-footer .site-info .footer-widget-area-bottom .footer-widget-area-3 .copyright {
	font-size: 12px;
	margin-top: -3px;
}

@media screen and (max-width: 1080px) {
	.site-footer .site-info .footer-widget-area-bottom .footer-widget-area-3 {
		padding: 23px 0;
	}
}

.site-footer .site-info .footer-widget {
	flex: 50%;
}

.type-park {
	max-width: 1350px;
	margin: 0.5rem auto 0;
}

.single-park h1 {
	margin-bottom: 0;
}

.single-park h2 {
	margin: 0.5rem 0 1rem;
	color: #004884;
	font-weight: 600;
}

.single-park h3 {
	margin: 0.5rem 0;
	color: #004884;
	font-weight: 600;
}

.single-park .entry-header p {
	font-size: 1.2rem;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

.park-header {
	display: flex;
	align-items: flex-start;
}

.park-header img {
	display: block;
	margin-right: 1rem;
	height: 70px;
}

.park-header h1 {
	margin-top: -5px;
}

.park-hero {
	position: relative;
	min-height: 500px;
}

.park-hero.no-image {
	background: #004884;
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.park-hero .slick-slider {
	overflow: hidden;
}

.park-first-image {
	background: #000;
}

.park-first-image img {
	opacity: 0.75;
}

@media screen and (min-width: 900px) {
	.park-header {
		position: absolute;
		z-index: 10;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin-top: 0;
		color: #ffffff;
		transition: 0.3s opacity ease-out;
		max-width: 90%;
	}
	.park-header img {
		height: 114px;
	}
	.park-header h1 {
		margin-top: -1rem;
		font-size: 62px;
		line-height: 72px;
	}
	.park-header.hide {
		opacity: 0;
	}
}

.park-slider {
	padding: 1rem 0;
	position: relative;
	box-sizing: border-box;
	overflow-x: hidden;
	width: 100%;
	display: none;
}

.park-slider img {
	min-width: 100%;
}

.park-slider.slick-initialized {
	display: block;
}

.park-slider .slick-arrow {
	position: absolute;
	bottom: 50%;
	transform: translateY(-50%);
	z-index: 3;
	transition: margin 0.3s ease-in;
	text-indent: -9999px;
	background-color: transparent;
	border: 0;
	background-image: url("./img/parks/arrow2.svg");
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: 100% 0;
	height: 48px;
	width: 48px;
}

.park-slider .slick-prev {
	left: 0;
	margin-left: -400px;
	transform: rotate(-90deg) translateX(-50%);
	margin-bottom: 35px;
}

.park-slider .slick-next {
	right: 0;
	margin-right: -400px;
	background-color: transparent;
	transform: rotate(90deg) translateX(-50%);
}

@media screen and (min-width: 900px) {
	.park-slider:hover .slick-prev,
	.park-slider:hover .slick-next {
		margin-left: 0;
		margin-right: 0;
	}
}

.park-slider .slick-dots {
	list-style: none;
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0.25rem 0 1.5rem;
	padding: 0;
}

.park-slider .slick-dots li {
	padding: 0.5rem;
}

.park-slider .slick-dots li button {
	background: #ccc;
	font-size: 10px;
	text-indent: -9999px;
	border-radius: 16px;
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
}

.park-slider .slick-dots li.slick-active button {
	background: #52AE32;
	width: 15px;
	height: 15px;
}

.park-information {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.05rem;
}

.park-information p {
	line-height: 1.4;
}

.park-facts {
	margin-bottom: 2rem;
	flex: 0 0 100%;
	background: #F3F3F3;
	border-radius: 5px;
	display: flex;
}

@media screen and (min-width: 1200px) {
	.park-facts {
		flex: 0 0 66.6666%;
	}
}

.park-facts img {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	flex: 0 0 33.3333%;
	display: none;
	max-width: 33.3333%;
}

@media screen and (min-width: 900px) {
	.park-facts img {
		display: block;
	}
}

.park-facts h2 {
	flex: 0 0 70%;
}

.park-facts h3 {
	margin-bottom: 0;
}

.park-facts a.info-link {
	flex: 0 0 30%;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	top: 28px;
	right: 32px;
}

.park-facts a.info-link span {
	white-space: nowrap;
}

.park-facts a.info-link:before {
	content: '';
	background-image: url("img/icon-info.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	margin-right: 9px;
	width: 30px;
	height: 30px;
}

.park-facts a.info-link:after {
	content: '';
	background-image: url("img/icon-arrow-down-green.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	margin-left: 6px;
	width: 15px;
	height: 15px;
}

.park-facts > div {
	flex: 0 0 100%;
	padding: 1rem 2rem;
	margin-top: 1px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	position: relative;
}

@media screen and (min-width: 900px) {
	.park-facts > div {
		flex: 0 0 66.6666%;
	}
}

.park-facts > div > div {
	font-size: 14px;
	flex: 0 0 100%;
	margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
	.park-facts > div > div {
		flex: 0 0 50%;
	}
}

.park-facts a {
	color: #52AE32;
	font-weight: 700;
	text-decoration: none;
}

.park-facts a:hover {
	color: #499a2c;
}

.park-facts p {
	margin: 0.5rem 0;
	line-height: 1.8;
}

@media screen and (max-width: 600px) {
	.park-facts a.info-link {
		font-size: 16px;
		top: 24px;
		right: 24px;
	}
	.park-facts a.info-link::before {
		width: 22px;
		height: 22px;
	}
	.park-facts a.info-link::after {
		width: 14px;
		height: 15px;
	}
}

@media screen and (max-width: 450px) {
	.park-facts a.info-link {
		bottom: 24px;
		top: auto;
		left: 32px;
		right: auto;
	}
	.park-facts > div {
		padding-bottom: 50px;
	}
}

.park-book {
	margin-bottom: 2rem;
	display: flex;
	align-items: stretch;
}

.park-book > div {
	flex: 0 0 100%;
}

@media screen and (min-width: 1200px) {
	.park-book > div {
		padding: 1rem 2rem;
		border: 1px solid #F3F3F3;
		border-radius: 5px;
	}
}

@media screen and (max-width: 1199px) {
	.park-book {
		flex: 0 0 100%;
		max-width: 600px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1200px) {
	.park-book {
		flex: 0 0 33.3333%;
		padding-left: 2rem;
	}
}

.park-book a {
	border: 1px solid #52AE32;
	border-radius: 3px;
	background: transparent;
	color: #004884;
	padding: 0.84em 1em;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	display: block;
	margin-bottom: 0.5rem;
	line-height: 1.4;
	position: relative;
	min-height: 64px;
}

.park-book a span img {
	float: left;
	vertical-align: middle;
	margin-top: 7px;
	margin-right: 0.75rem;
	width: 28px;
	display: inline-block;
}

.park-book a span {
	font-weight: 700;
}

.park-book a:after {
	content: " ";
	display: block;
	width: 28px;
	height: 18px;
	background-image: url("./img/parks/arrow.svg");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
}

.park-book a:hover {
	color: #fff;
	background: #52AE32;
}

.park-book a:hover span img {
	filter: brightness(0) invert(1);
}

.park-book a:hover:after {
	background-image: url("./img/parks/arrow_white.svg");
}

.single-park .entry-content {
	max-width: 700px;
	margin: 1rem auto;
	flex: 0 0 100%;
}

.single-park .entry-content > h2 {
	margin-top: 1rem;
	margin-bottom: 1.5rem;
	text-align: center;
	font-weight: 800;
	font-size: 36px;
}

.park-maintenance {
	background: #004884;
	border-radius: 5px;
	padding: 1.5rem 2rem 0.75rem;
	color: #fff;
	max-width: 700px;
	margin: 1rem auto 2rem;
	flex: 0 0 100%;
}

.park-maintenance h3 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 1rem;
}

.park-maintenance > div {
	padding: 0.75rem 0;
}

.park-maintenance p {
	margin: 1rem 0 0.5rem;
	font-size: 15px;
}

.park-maintenance span {
	padding: 23px 12px 7px;
	border: 1px solid #fff;
	margin-right: 5px;
}

.park-maintenance span img {
	height: 28px;
}

.park-maintenance a {
	border-radius: 3px;
	color: #fff;
	background: #52AE32;
	padding: 0.84em 3.5em 0.84em 1em;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	margin: 1rem 0 1.5rem;
	line-height: 1.4;
	position: relative;
}

.park-maintenance a span img {
	float: left;
	vertical-align: middle;
	margin-top: 7px;
	margin-right: 0.75rem;
	width: 28px;
	display: inline-block;
}

.park-maintenance a span {
	font-weight: 700;
}

.park-maintenance a:after {
	content: " ";
	display: block;
	width: 26px;
	height: 14px;
	background-image: url("./img/parks/arrow_white.svg");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center right;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
}

.park-maintenance a:hover {
	color: #fff;
	background: #52AE32;
}

.park-maintenance a:hover span img {
	filter: brightness(0) invert(1);
}

.park-map-header {
	margin-bottom: 0.5rem !important;
}

.park-services {
	max-width: 700px;
	margin: 1rem auto;
	flex: 0 0 100%;
}

.park-services__list {
	margin: 15px 0 0;
	list-style: none;
	padding-left: 0;
}

.park-services__list li {
	margin-bottom: 10px;
	font-size: 14px;
}

.single-article-container {
	display: flex;
	padding: 0 1rem;
	flex-direction: column;
	align-items: center;
}

.single-article-container .single-article-thumbnail {
	padding-top: 25px;
	max-width: 100%;
	max-height: 100%;
}

.single-article-container .single-article-thumbnail img {
	width: 966px;
	height: 580px;
	object-fit: cover;
}

.single-article-container .single-article-content {
	padding-top: 50px;
	max-width: 715px;
}

.single-article-container .single-article-content p, .single-article-container .single-article-content .wp-block-quote {
	line-height: 2;
}

.single-article-container .single-article-content .wp-block-quote {
	border-left: 4px solid #004884;
	margin: 0;
	padding-left: 35px;
}

.single-article-container .single-article-content h5 {
	font-size: 16px;
	font-weight: 700;
	color: #004884;
	margin: 0;
}

.single-article-container .single-article-content a {
	color: #52AE32;
	text-decoration: none;
}

.single-article-container .single-article-content a:hover {
	text-decoration: underline;
}

.single-article-read-more {
	padding-top: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 20px;
}

.single-article-read-more .single-article-read-more-posts {
	padding: 0 1rem;
	display: flex;
	flex-wrap: wrap;
}

.single-article-read-more .single-article-read-more-posts .template-news-single-post {
	padding: 30px 15px 30px 15px;
}

.single-article-read-more .single-article-read-more-posts .alm-btn-wrap {
	display: none;
}

.book-page {
	margin: 2rem auto;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.book-page-title-col {
	background: #f3f3f3;
	flex: 0 0 100%;
	padding: 3rem;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.book-page-title-col {
		min-height: 500px;
		flex: 0 0 40%;
	}
}

.book-page-title-col h2, .book-page-title-col span {
	flex: 0 0 100%;
}

.book-page-parks-col {
	border: 1px solid #f3f3f3;
	flex: 0 0 100%;
	padding: 3rem;
	display: flex;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.book-page-parks-col {
		flex: 0 0 60%;
	}
}

@media screen and (max-width: 500px) {
	.book-page-parks-col {
		padding-left: 0;
		padding-right: 0;
	}
}

.book-page-parks-col > div {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.book-page-parks-col h3 {
	color: #004884;
	flex: 0 0 100%;
}

.book-page-parks-col a {
	border: 1px solid #52AE32;
	border-radius: 3px;
	background: transparent;
	color: #000;
	padding: 0.84em 55px 0.84em 1em;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	display: block;
	margin-bottom: 0.5rem;
	line-height: 1.4;
	position: relative;
	flex: 0 0 100%;
	min-height: 64px;
}

@media screen and (min-width: 1100px) {
	.book-page-parks-col a {
		flex: 0 0 48%;
		margin: 0.5rem 0;
	}
}

.book-page-parks-col a span img {
	float: left;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: 0.75rem;
	width: 28px;
	display: inline-block;
}

.book-page-parks-col a span {
	font-weight: 700;
}

.book-page-parks-col a:after {
	content: " ";
	display: block;
	width: 28px;
	height: 18px;
	background-image: url("./img/parks/arrow.svg");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
}

.book-page-parks-col a:hover {
	color: #fff;
	background: #52AE32;
}

.book-page-parks-col a:hover:after {
	background-image: url("./img/parks/arrow_white.svg");
}

.book-page-parks-col .back {
	border: 0;
	background: transparent;
	color: #52AE32;
	padding: 0.84em 0 0.84em;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	display: block;
	margin-top: -0.5rem;
	margin-bottom: 1rem;
	line-height: 1.4;
	position: relative;
	min-height: 0;
}

.book-page-parks-col .back span {
	margin-left: 1.75rem;
}

.book-page-parks-col .back:after {
	content: " ";
	display: block;
	width: 22px;
	height: 14px;
	background-image: url("./img/parks/arrow.svg");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 0 0;
	position: absolute;
	top: 50%;
	transform: translateY(-53%) rotate(180deg);
	left: 0;
}

.book-page-parks-col .back:hover {
	color: #52AE32;
	background: transparent;
}

.book-page-parks-col .back:hover:after {
	background-image: url("./img/parks/arrow.svg");
}

#single_park_booking {
	flex: 0 0 100% !important;
}

@media screen and (min-width: 1200px) {
	#single_park_booking {
		max-width: 500px;
	}
}

.wp-block-columns > * {
	box-sizing: border-box;
	grid-column: 1 / -1;
	margin: 0 !important;
}

@media (min-width: 600px) {
	.wp-block-columns {
		grid-template-columns: repeat(12, 1fr);
	}
	.wp-block-column.is-one-fourth {
		grid-column-start: auto;
		grid-column-end: span 6;
	}
	.wp-block-column,
	.wp-block-column:only-child {
		grid-column-end: span 12;
	}
}

@media (min-width: 1000px) {
	.wp-block-column:not([style*='flex-basis']):nth-last-child(3):first-child,
	~ .wp-block-column {
		grid-column-end: span 4;
	}
	.wp-block-column[style*='25%'],
	.wp-block-column.is-one-fourth {
		grid-column-end: span 3;
	}
	.wp-block-column[style*='33.33%'],
	.wp-block-column.is-one-third {
		grid-column-end: span 4;
	}
	.wp-block-column[style*='41.66%'] {
		grid-column-end: span 5;
	}
	.wp-block-column[style*='58.33%'] {
		grid-column-end: span 7;
	}
	.wp-block-column[style*='66.66%'] {
		grid-column-end: span 8;
	}
	.wp-block-column[style*='75%'],
	.wp-block-column.is-three-fourth {
		grid-column-end: span 9;
	}
	.wp-block-column,
	.wp-block-column[style*='50%'] {
		grid-column-end: span 6;
		grid-column-start: auto;
	}
}

.wp-block-button__link {
	background-color: #52AE32;
	color: #000;
	border-radius: 3px;
	font-size: 1em;
	font-weight: 700;
	padding: 12px 40px;
	position: relative;
	overflow: hidden;
	transition: 0.1s all ease-out;
}

.wp-block-button__link:after {
	content: " ";
	display: block;
	width: 20px;
	height: 12px;
	background-image: url("./img/parks/arrow_black.svg");
	background-repeat: no-repeat;
	background-size: auto 100%;
	margin-top: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
	opacity: 0;
	margin-right: -10px;
	transition: 0.1s all ease-out;
}

.wp-block-button__link:hover {
	color: #000;
	background-color: #56b634;
	padding: 12px 50px 12px 30px;
}

.wp-block-button__link:hover:after {
	opacity: 1;
	margin-right: 0;
}

.four-block-icons {
	margin: 4rem auto;
}

.four-block-icons figure {
	text-align: center;
}

.four-block-icons figure img {
	max-width: 100px !important;
}

.wp-block-media-text {
	margin: 3rem auto;
}

.wp-block-media-text ul {
	margin-left: 0;
	padding-left: 1.5rem;
}

@media (max-width: 900px) {
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% !important;
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
	}
}

.colored-text-block {
	margin: 5rem auto 2rem;
	color: #004884;
	font-weight: 600;
	max-width: 700px;
	font-size: 1.25em;
	line-height: 1.75;
}

.block-faq {
	max-width: 1266px;
	width: 100%;
	padding: 0 25px;
	margin: 50px auto 80px;
	position: relative;
}

.block-faq a.anchor {
	position: absolute;
	top: -20px;
	left: 0;
}

.block-faq h2 {
	text-align: center;
	font-weight: 800;
	margin-bottom: 50px;
	font-size: 36px;
}

.block-faq .faq-filters {
	padding-bottom: 36px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.block-faq .faq-filters button {
	margin: 0px 7px 14px;
	height: 44px;
	padding: 0 28px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #52AE32;
	background-color: #fff;
	font-weight: 500;
}

.block-faq .faq-filters button.active {
	background-color: #52AE32;
	color: #fff;
}

.block-faq .tabs {
	overflow: hidden;
	border-top: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
}

.block-faq .tabs .tab {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #C8C8C8;
	display: none;
}

.block-faq .tabs .tab.show {
	display: block;
}

.block-faq .tabs .tab .tab-content {
	height: 0;
	padding: 0 20px;
	overflow: hidden;
}

.block-faq .tabs .tab .tab-content > div {
	margin-top: 10px;
	padding-top: 30px;
	padding-bottom: 36px;
	border-top: 1px solid #C8C8C8;
}

.block-faq .tabs .tab .tab-content > div > * {
	max-width: 882px;
	margin-left: auto;
	margin-right: auto;
}

.block-faq .tabs .tab .tab-content > div > *:first-child {
	margin-top: 0;
	padding-top: 0;
}

.block-faq .tabs .tab .tab-content > div > *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.block-faq .tabs input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	z-index: -1;
	left: -100000px;
}

.block-faq .tabs input[type="checkbox"]:checked + label::after {
	background-image: url("img/icon-menu-open.svg");
}

.block-faq .tabs input[type="checkbox"]:checked ~ .tab-content {
	height: auto;
}

.block-faq .tabs label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-size: 22px;
	font-weight: 800;
	color: #004884;
	padding: 22px 60px 22px 20px;
	position: relative;
}

.block-faq .tabs label::after {
	content: "";
	background-image: url("img/icon-menu.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 37px;
	height: 37px;
	position: absolute;
	right: 20px;
}

.block-faq .faq-link {
	text-align: center;
	margin-top: 52px;
}

.block-faq .faq-link a.button-link {
	display: inline-block;
}

@media screen and (max-width: 750px) {
	.block-faq {
		padding: 0 15px;
	}
	.park-information .block-faq {
		padding: 0;
	}
}

@media screen and (max-width: 600px) {
	.block-faq .tabs label {
		font-size: 18px;
		padding-right: 45px;
	}
	.block-faq .tabs label::after {
		width: 28px;
		height: 28px;
		right: 15px;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	margin-right: 15px;
}

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

.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: 200px;
}

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

.current_page_item > a,
.current-menu-item > a,
.current_page_ancestor > a,
.current-menu-ancestor > a {
	font-weight: 700;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	background: none;
	border: none;
	color: #004884;
	padding: 0;
}

.main-navigation.toggled #menu-mobile {
	visibility: visible;
	opacity: 1;
}

#menu-mobile {
	padding: 0 3%;
	transition: visibility 0s, opacity 0.5s linear;
	opacity: 0;
	color: #fff;
	visibility: hidden;
	position: fixed;
	width: 100vw;
	height: 113vh;
	background: #004884;
	top: 0;
	left: 0;
	z-index: 100;
	margin-top: -4px;
}

#menu-mobile ul {
	text-align: center;
}

#menu-mobile .nav-header {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
}

#menu-mobile .nav-header .fa-times {
	font-size: 15pt;
}

#menu-mobile .nav-header img {
	margin-top: 10px;
}

#menu-mobile #primary-menu {
	margin-top: 20px;
}

#menu-mobile #primary-menu a {
	color: #fff;
	font-size: 24px;
	font-family: Montserrat;
	font-weight: 700;
}

#menu-mobile #language {
	margin-top: 29px;
	margin-left: -2px;
}

#menu-mobile #language a {
	color: #fff;
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 300;
	padding: 1.5px;
}

#menu-mobile #language li:first-of-type {
	padding-left: 11px;
}

#menu-mobile #language .current-lang a {
	font-weight: 700;
}

#menu-mobile a.login {
	width: 97%;
	height: 53px;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #000;
	border-radius: 2px;
	background: #52ae32;
	border: none;
	margin: 33px 4px 0;
}

#menu-mobile .user {
	display: flex;
	margin: auto;
	margin-top: 50px;
	padding-top: 50px;
	width: 210px;
}

#menu-mobile .user .iconmonstr-user-1 {
	width: 24px;
	height: 24px;
	object-fit: contain;
	margin-right: 17px;
}

#menu-mobile .user .user-details {
	display: flex;
	flex-direction: column;
}

#menu-mobile .user .user-details a {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
}

#primary-menu {
	margin-top: 21px;
	padding-left: 1%;
}

#primary-menu > li {
	padding-top: 10px;
}

#menu-web {
	flex: 1;
	display: none;
	justify-content: space-between;
	margin-right: 20px;
}

#menu-web .web-nav {
	flex: 1;
	margin-right: 3%;
	margin-left: 10px;
}

#menu-web #web-primary-menu {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-left: 6px;
	max-width: 780px;
}

#menu-web #web-primary-menu li {
	padding-left: 15px;
	text-align: center;
	white-space: break-spaces;
}

#menu-web #web-primary-menu a {
	color: #3c3c3b;
	font-size: 16px;
	text-decoration: none;
}

@media screen and (max-width: 1366px) and (min-width: 1080px) {
	#menu-web #web-primary-menu li {
		padding-left: 10px;
	}
	#menu-web #web-primary-menu li a {
		font-size: 14px;
	}
}

#menu-web .language-dropdown {
	display: flex;
	align-items: center;
	padding-top: 6px;
	width: 127px;
}

#menu-web .language-dropdown > img {
	margin-right: 2px;
}

#menu-web .language-dropdown > select {
	background: none;
	border: none;
	font-size: 14px;
	line-height: normal;
	font-weight: 500;
	cursor: pointer;
}

#menu-web .language-dropdown > select option {
	direction: rtl;
	color: #000;
}

@media screen and (max-width: 1366px) and (min-width: 1080px) {
	#menu-web .language-dropdown > img {
		width: 18px;
	}
	#menu-web .language-dropdown > select {
		font-size: 13px;
	}
}

@media screen and (min-width: 1080px) {
	#menu-mobile,
	#site-navigation {
		display: none !important;
	}
	#menu-web {
		display: flex;
	}
	.menu-toggle {
		display: none;
	}
	.logo-container {
		flex: unset !important;
	}
}

@media screen and (max-width: 1366px) and (min-width: 1080px) {
	#menu-web #web-primary-menu > li > a {
		font-size: 14px;
	}
}

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

.home-image {
	margin: 0;
	position: relative;
	min-height: 400px;
	margin-top: 15px;
	height: 80vh;
	max-height: 669px;
	background-color: unset;
}

@media (max-width: 1023px) {
	.home-image {
		height: 100%;
		background-image: url(/wp-content/uploads/2020/11/bestpark-visualisointi-pysty-s-rgb@3x.png) !important;
		background-size: cover;
	}
}

.image-overlay > div {
	position: absolute;
	display: block;
	margin: 0;
	padding-left: 20px;
	width: 85.5%;
	align-items: center;
	min-width: unset;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

@media screen and (min-width: 1080px) {
	.image-overlay > div {
		padding-left: 50px;
		display: flex;
		max-width: unset;
		width: 95.6%;
		top: 50%;
		align-items: center;
		justify-content: center;
	}
	.image-overlay > div .text-group {
		flex: 1;
		min-width: 673px;
	}
}

.image-overlay > div .image-text {
	font-size: 36px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.03;
	color: #fff;
	margin: 0;
	text-align: center;
	letter-spacing: 1px;
}

@media screen and (min-width: 1080px) {
	.image-overlay > div .image-text {
		font-size: 60px;
	}
}

.image-overlay > div .image-subtext {
	font-size: 16px;
	color: #fff;
	margin: 0;
	font-weight: 400;
	margin-top: 7px;
}

@media screen and (min-width: 1080px) {
	.image-overlay > div .image-subtext {
		font-size: 32px;
		margin-top: 10px;
	}
}

.frontpage-hero .image-overlay > div {
	position: absolute;
	display: block;
	margin: 0;
	padding-left: 20px;
	width: 85.5%;
	align-items: center;
	min-width: unset;
	bottom: 30px;
	left: 0;
	top: auto;
}

@media screen and (min-width: 1080px) {
	.frontpage-hero .image-overlay > div {
		padding-left: 50px;
		display: flex;
		max-width: unset;
		width: 95.6%;
		bottom: 0;
		align-items: flex-end;
	}
	.frontpage-hero .image-overlay > div .text-group {
		flex: 1;
		min-width: 673px;
	}
}

.frontpage-hero .image-overlay > div .image-text {
	font-size: 36px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.03;
	color: #fff;
	margin: 0;
	text-align: left;
}

@media screen and (min-width: 1080px) {
	.frontpage-hero .image-overlay > div .image-text {
		font-size: 72px;
	}
}

.frontpage-hero .image-overlay > div .image-subtext {
	font-size: 16px;
	color: #fff;
	margin: 0;
	font-weight: 400;
	margin-top: 7px;
}

@media screen and (min-width: 1080px) {
	.frontpage-hero .image-overlay > div .image-subtext {
		font-size: 32px;
		margin-top: 10px;
	}
}

.imgbtn-container {
	display: none;
	height: 59px;
	padding-bottom: 5px;
	width: 303px;
	padding-right: 13px;
	margin-top: 24px;
}

.image-btn {
	display: none;
	background-color: #52ae32;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	max-width: 290px;
	height: 53px;
	width: 100%;
	margin: 0;
	margin-bottom: 24px;
}

.image-btn.mobile {
	display: block;
	margin-top: 8px;
	width: 100%;
	max-width: unset;
}

.image-btn > a {
	margin: auto;
	padding: 16px 0;
}

@media screen and (min-width: 1080px) {
	.imgbtn-container {
		display: block;
	}
	.image-btn {
		display: block !important;
	}
	.image-btn.mobile {
		display: none !important;
	}
}

.why-section {
	margin-top: 30px;
	font-size: 20px;
}

@media screen and (min-width: 1080px) {
	.why-section {
		margin-top: 47px;
	}
	.why-section .wp-block-group__inner-container > p {
		margin-bottom: 0;
		font-size: 34px;
	}
}

.why-section .marketing {
	margin-top: 26px;
}

.why-section .marketing > .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -13px;
}

@media screen and (min-width: 1080px) {
	.why-section .marketing > .wp-block-group__inner-container {
		flex-direction: row;
		align-items: unset;
		margin-top: unset;
		justify-content: center;
	}
}

.why-section .marketing > .wp-block-group__inner-container .marketing-features {
	grid-template-columns: 50px 1fr !important;
	gap: 9px;
	max-width: 250px;
}

.why-section .marketing > .wp-block-group__inner-container .marketing-features:not(:first-child) {
	padding-left: 1px;
	margin-top: 18px;
}

@media screen and (min-width: 1080px) {
	.why-section .marketing > .wp-block-group__inner-container .marketing-features {
		padding-left: 5px;
		margin-top: 26px;
	}
}

.why-section .marketing > .wp-block-group__inner-container .marketing-features > div {
	padding: 0;
}

.why-section .marketing > .wp-block-group__inner-container .marketing-features img {
	width: 45px;
}

.why-section .marketing > .wp-block-group__inner-container .marketing-features p {
	padding: 0;
	margin: 0;
	padding-top: 1px;
}

.story-link a {
	font-size: 16px;
}

@media (max-width: 767px) {
	.story-link a {
		font-size: 12px;
	}
}

.foot-link {
	font-size: 12px;
	margin-top: 13px;
	padding-left: 10px;
}

@media screen and (min-width: 1080px) {
	.foot-link {
		margin-top: 38px;
		font-size: 16px;
		padding-left: 0;
	}
}

.entry-content .page-title-cover {
	height: 82vh;
	max-height: 669px;
}

.entry-content .page-title-cover::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100% !important;
	top: 0;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 72, 132, 0.54902), rgba(0, 72, 132, 0));
}

.entry-content .page-title-cover .hero-overlay {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	max-width: 960px;
}

.entry-content .page-title-cover .overlay-heading {
	font-size: 60px;
	margin: 0;
	padding: 0 100px;
	font-weight: 900;
}

.entry-content .page-title-cover .overlay-subtext {
	font-family: Roboto, sans-serif;
	font-size: 28px;
	line-height: 1.32;
	color: #fff;
	text-align: center;
	z-index: 3;
}

@media screen and (max-width: 1079px) {
	.entry-content .page-title-cover {
		width: 100%;
	}
	.entry-content .page-title-cover > div {
		width: 100%;
	}
	.entry-content .page-title-cover .overlay-heading {
		font-size: 40px;
		padding: 0;
	}
	.entry-content .page-title-cover .overlay-subtext {
		font-size: 20px;
	}
}

.entry-content .description {
	max-width: 920px;
	font-family: Roboto, sans-serif;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.7;
	letter-spacing: normal;
	text-align: center;
	color: #004884;
	margin: 80px auto;
	font-size: 20px;
}

@media screen and (max-width: 1079px) {
	.entry-content .description {
		font-size: 16px;
		padding: 0 10px;
	}
}

.entry-content .story-container {
	background: url(/wp-content/themes/bestpark-wp/img/story-background.png);
	text-align: center;
	padding-top: 70px;
	padding-bottom: 80px;
	color: #fff;
}

.entry-content .story-container > div.wp-block-group__inner-container {
	max-width: 1000px;
	margin: 0 auto;
}

.entry-content .story-container h2 {
	font-size: 36px;
	font-weight: 900;
	margin: 0;
	color: #fff;
}

.entry-content .story-container p {
	margin-top: 33px;
	font-family: Roboto, sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 1.7;
}

.entry-content .story-container .sign-container > div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 35px;
	flex-wrap: wrap;
}

.entry-content .story-container .sign-container > div > figure:first-child {
	margin-right: 100px;
}

.entry-content .story-container .sign-container > div > figure div {
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.entry-content .story-container .sign-container > div > figure img {
	max-width: 240px;
	max-height: 90px;
}

.entry-content .story-container .sign-container > div > figure figcaption {
	margin-top: 10px;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}

@media screen and (max-width: 1079px) {
	.entry-content .story-container {
		padding: 70px 25px 80px;
	}
	.entry-content .story-container h2 {
		font-size: 16px;
		padding: 0 10px;
	}
	.entry-content .story-container p {
		font-size: 16px;
	}
	.entry-content .story-container .sign-container > div > figure:first-child {
		margin-right: 0;
	}
}

.entry-content .feature-block {
	margin-top: 45px;
	gap: 45px;
}

.entry-content .feature-block figure {
	place-self: auto;
}

.entry-content .feature-block .wp-block-media-text__content {
	padding: 0;
}

.entry-content .feature-block .wp-block-media-text__content ul {
	padding: 0;
	margin: 0;
	margin-left: 10px;
	list-style: none;
	margin-top: 36px;
}

.entry-content .feature-block .wp-block-media-text__content h3 {
	font-family: Montserrat, sans-serif;
	font-size: 36px;
	font-weight: 900;
	color: #004884;
	margin: 0;
}

.entry-content .feature-block .wp-block-media-text__content li {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 22px;
	display: flex;
}

.entry-content .feature-block .wp-block-media-text__content li::before {
	content: "\2022";
	color: #52ae32;
	font-size: 15px;
	font-weight: 700;
	display: inline-block;
	width: 25px;
}

.entry-content .feature-block .wp-block-media-text__content p {
	font-family: Roboto;
	font-size: 16px;
	width: calc(100% - 25px);
	margin: 0;
}

@media screen and (max-width: 1079px) {
	.entry-content .feature-block.has-media-on-the-right {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}
	.entry-content .feature-block > div.wp-block-media-text__content {
		padding: 0 5px;
	}
	.entry-content .feature-block > div.wp-block-media-text__content h3 {
		font-size: 28px;
	}
	.entry-content .feature-block > div.wp-block-media-text__content > p {
		width: 100%;
		margin-top: 20px;
	}
}

.entry-content .revenue-block {
	text-align: center;
}

.entry-content .revenue-block h3 {
	font-family: Montserrat, sans-serif;
	font-size: 36px;
	font-weight: 900;
	color: #004884;
}

.entry-content .revenue-block p {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}

.entry-content .revenue-block .infoimg-container > div {
	display: flex;
	flex-direction: row;
}

@media (max-width: 767px) {
	.entry-content .revenue-block .infoimg-container > div {
		flex-direction: column;
	}
}

.entry-content .table-block table,
.entry-content .table-block th,
.entry-content .table-block td {
	border: 1px solid #8c8c8c;
	border-collapse: collapse;
}

.entry-content .table-block th {
	font-family: Montserrat, sans-serif;
	font-size: 36px;
	font-weight: 900;
	color: #004884;
	word-break: break-word;
	padding: 24px 0 25px 0;
	min-width: 150px;
}

.entry-content .table-block th:first-child {
	width: 50%;
	padding-left: 29px;
	min-width: 300px;
}

@media (max-width: 767px) {
	.entry-content .table-block th {
		font-size: 24px;
	}
}

.entry-content .table-block td {
	padding: 15px 5px 15px 30px;
	font-family: Roboto, sans-serif;
	font-size: 16px;
}

.entry-content .table-block td:not(:first-child) {
	background-color: #52AE32;
	color: #fff;
	border-color: #fff;
	padding-left: 20px;
	padding-right: 12px;
	word-break: break-word;
}

.entry-content .table-block tr.light td:not(:first-child) {
	background-color: rgba(82, 174, 50, 0.5);
}

.entry-content .table-block td.white {
	background-color: #fff;
	border: solid #8c8c8c 1px;
}

.entry-content.news p {
	font-size: 16px;
	font-family: Roboto, sans-serif;
}

.entry-content.news a {
	color: #52AE32;
}

@media (max-width: 567px) {
	.entry-content.news .wp-block-columns {
		margin-top: 20px;
	}
	.entry-content.news .wp-block-columns .wp-block-column {
		order: 2;
	}
	.entry-content.news .wp-block-columns .wp-block-column.bp-pull-up-col {
		order: 1;
	}
}

.entry-content.contact > h2 {
	margin: 70px 10px;
	padding: 0 175px;
	color: #004884;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
	.entry-content.contact > h2 {
		margin: 0;
		padding: 5%;
	}
}

@media (max-width: 767px) {
	.entry-content.contact .bp-main-contact-items {
		width: 100%;
	}
	.entry-content.contact .bp-main-contact-items .bp-main-contact-item {
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	.entry-content.contact .bp-main-contact-items .bp-main-contact-item {
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.entry-content.contact .bp-main-contact-items .bp-main-contact-item > div > div {
		width: 100%;
	}
	.entry-content.contact .bp-main-contact-items .bp-main-contact-item > div > div > div:first-child {
		flex-grow: 0;
	}
	.entry-content.contact .bp-main-contact-items .bp-main-contact-item > div > div > div:nth-child(2) {
		flex-basis: unset !important;
		flex-grow: unset;
	}
}

.entry-content.contact .bp-main-contact-items > div {
	display: flex;
	grid-gap: 35px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 45px;
}

@media (max-width: 767px) {
	.entry-content.contact .bp-main-contact-items > div {
		margin-bottom: 0;
	}
}

.entry-content.contact .bp-main-contact-items > div > div > div {
	width: 395px;
}

.entry-content.contact .bp-main-contact-items > div > div > div h3,
.entry-content.contact .bp-main-contact-items > div > div > div p {
	font-family: Roboto, sans-serif;
}

.entry-content.contact .bp-main-contact-items > div > div h2 {
	font-size: 30px;
	color: #004884;
}

.entry-content.contact .bp-main-contact-items > div > div h3,
.entry-content.contact .bp-main-contact-items > div > div h2,
.entry-content.contact .bp-main-contact-items > div > div p {
	margin: 0;
}

.entry-content.contact .bp-main-contact-items > div > div p {
	color: #52AE32;
	font-weight: 400;
}

.entry-content.contact .bp-main-contact-items > div > div p a {
	color: #52AE32;
	text-decoration: none;
}

.entry-content.contact .bp-main-contact-items > div > div > div > div:first-child {
	align-items: center;
	margin-bottom: 15px;
}

.entry-content.contact .bp-main-contact-items > div > div > div > div > div:first-child {
	flex-basis: 32px !important;
	margin-right: 10px;
}

.entry-content.contact .bp-main-contact-items > div > div > div > div > div:nth-child(2) {
	flex-grow: 1;
	margin-left: 0;
}

@media (max-width: 567px) {
	.entry-content.contact > h2 {
		margin: 0;
		padding: 25px;
	}
	.entry-content.contact .contact-form-view {
		padding: 15px;
	}
	.entry-content.contact .bp-main-contact-items > div > div > div > div:first-child {
		margin: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: unset;
		margin-bottom: 10px;
		justify-content: center;
	}
	.entry-content.contact .bp-main-contact-items > div > div > div > div:nth-child(2) {
		flex-basis: unset !important;
	}
}

.entry-content .bp-contact-form-grp {
	max-width: 1200px;
	margin: auto;
}

.entry-content .bp-contact-form-grp + h2 {
	margin-top: 6%;
}

.entry-content .bp-contact-form-grp h4 {
	font-size: 20px;
	font-weight: 900;
}

.entry-content .bp-contact-form-grp > div:first-child {
	font-family: Roboto, sans-serif;
}

.entry-content .bp-contact-form-grp > div:first-child .bpc-contact-info * {
	margin: 0;
}

.entry-content .bp-contact-form-grp > div:first-child .bpc-contact-info p {
	color: #52AE32;
	font-size: 20px;
}

.entry-content .bp-contact-form-grp > div:first-child .bpc-contact-info p a {
	color: #52AE32;
	text-decoration: none;
}

.entry-content .bp-contact-form-grp > div:first-child .bpc-billing-info {
	margin-top: 46px;
}

.entry-content .bp-contact-form-grp > div:first-child .bpc-billing-info * {
	margin: 0;
}

.entry-content .bp-contact-form-grp > div:first-child .bpc-billing-info p {
	font-size: 16px;
}

.entry-content .bp-contact-form-grp > div:first-child .bp-managers-grp {
	margin-top: 50px;
}

.entry-content .bp-contact-form-grp > div:first-child .bp-managers-grp h3 {
	margin-bottom: 2px;
	margin-top: 0;
}

.entry-content .bp-contact-form-grp > div:first-child .bp-managers-grp p {
	margin-top: 0;
	margin-bottom: 2px;
	font-size: 16px;
	font-weight: 500;
	color: #52AE32;
}

.entry-content .bp-contact-form-grp > div:first-child .bp-managers-grp p:nth-child(2) {
	color: #3c3c3b;
}

.entry-content .bp-contact-form-grp > div:first-child .bp-managers-grp a {
	color: #52AE32;
	text-decoration: none;
}

.entry-content .bp-contact-form-grp > div:first-child .bp-managers-grp > div > div {
	display: flex;
	margin-top: 39px;
	margin-bottom: 0;
}

.entry-content .bp-contact-form-grp > div:first-child .bp-managers-grp > div > div > div:first-child {
	width: 90px;
	flex-basis: unset !important;
}

.entry-content .bp-contact-form-grp > div:first-child .bp-managers-grp > div > div > div:first-child figure {
	margin: 0;
}

.entry-content .bp-contact-form-grp > div:first-child .bp-managers-grp > div > div > div:first-child figure img {
	width: 100%;
}

.entry-content .bp-contact-form-grp > div:first-child .bp-managers-grp > div > div > div:nth-child(2) {
	padding-left: 25px;
}

@media (max-width: 1078px) {
	.entry-content .bp-contact-form-grp > div:first-child .bp-managers-grp > div > div {
		flex-direction: column;
	}
	.entry-content .bp-contact-form-grp > div:first-child .bp-managers-grp > div > div > div,
	.entry-content .bp-contact-form-grp > div:first-child .bp-managers-grp > div > div > div:first-child,
	.entry-content .bp-contact-form-grp > div:first-child .bp-managers-grp > div > div > div:nth-child(2) {
		flex-grow: 1;
		padding-left: 0px;
		flex-basis: unset !important;
		width: 100%;
	}
	.entry-content .bp-contact-form-grp > div:first-child .bp-managers-grp > div > div > div figure,
	.entry-content .bp-contact-form-grp > div:first-child .bp-managers-grp > div > div > div:first-child figure,
	.entry-content .bp-contact-form-grp > div:first-child .bp-managers-grp > div > div > div:nth-child(2) figure {
		margin: 0 auto;
		padding-bottom: 10px;
	}
	.entry-content .bp-contact-form-grp > div:first-child .bp-managers-grp > div > div > div img,
	.entry-content .bp-contact-form-grp > div:first-child .bp-managers-grp > div > div > div:first-child img,
	.entry-content .bp-contact-form-grp > div:first-child .bp-managers-grp > div > div > div:nth-child(2) img {
		max-width: 80px;
	}
}

@media (max-width: 1078px) {
	.entry-content .bp-contact-form-grp {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.entry-content .bp-contact-form-grp > div {
		flex-basis: unset !important;
		width: 100%;
		margin: 0;
	}
	.entry-content .bp-contact-form-grp > div:first-child {
		order: 2;
	}
	.entry-content .bp-contact-form-grp > div:nth-child(2) {
		margin-bottom: 40px;
	}
}

.entry-content .bp-main-contact-grp h2 {
	color: #004884;
	margin: 0;
}

.entry-content .tier-list {
	background: url(/wp-content/themes/bestpark-wp/img/story-background.png);
	text-align: center;
	padding-top: 70px;
	padding-bottom: 80px;
	margin-top: 50px;
}

@media (max-width: 1023px) {
	.entry-content .tier-list {
		flex-direction: column;
		align-items: center;
	}
}

.entry-content .tier-list .wp-block-column {
	max-width: 760px;
	text-align: center;
	background-color: #fff;
	margin: 10px 5px !important;
}

.entry-content .tier-list .wp-block-column .tier-details {
	padding: 30px;
}

.entry-content .tier-list .wp-block-column figure {
	margin: 0;
}

.entry-content .tier-list .wp-block-column .tier-title {
	font-weight: 900;
	color: #004884;
	font-size: 36px;
}

.entry-content .tier-list .wp-block-column .tier-title b {
	font-weight: 900;
	color: #52AE32;
}

@media (max-width: 567px) {
	.entry-content .tier-list .wp-block-column .tier-details {
		padding: 10px;
	}
	.entry-content .tier-list .wp-block-column .tier-title {
		font-size: 28px;
		margin: 20px 0;
	}
}

.entry-content .tier-list ul {
	margin: 0;
	text-align: left;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	padding: 10px 30px;
	list-style: none;
}

@media (max-width: 567px) {
	.entry-content .tier-list ul {
		padding: 10px;
	}
}

.entry-content .tier-list ul li {
	display: flex;
}

.entry-content .tier-list ul li::before {
	content: "•";
	color: #52ae32;
	margin-right: 20px;
}

.entry-content .tier-list ul li p {
	margin: 0;
}

.entry-content.media ul.blocks-gallery-grid {
	display: grid;
	grid-template-columns: 1fr;
	margin: auto;
}

@media (min-width: 569px) and (max-width: 767px) {
	.entry-content.media ul.blocks-gallery-grid {
		grid-template-columns: repeat(2, 1fr);
		max-width: 540px;
	}
}

@media (min-width: 769px) and (max-width: 1023px) {
	.entry-content.media ul.blocks-gallery-grid {
		grid-template-columns: repeat(2, 1fr);
		max-width: 720px;
	}
}

@media (min-width: 1025px) and (max-width: 1365px) {
	.entry-content.media ul.blocks-gallery-grid {
		grid-template-columns: repeat(3, 1fr);
		max-width: 1000px;
	}
}

@media (min-width: 1367px) {
	.entry-content.media ul.blocks-gallery-grid {
		grid-template-columns: repeat(4, 1fr);
		max-width: 1200px;
	}
}

.entry-content.media ul.blocks-gallery-grid li {
	width: 264px;
	height: 192px;
}

.entry-content .contact-snippet {
	max-width: 900px;
}

.entry-content .contact-snippet > div h2 {
	color: #004884;
	font-weight: 900;
	margin-bottom: 40px;
}

.entry-content .contact-snippet > div p {
	margin: 0;
	margin-bottom: 2px;
	font-family: Roboto, sans-serif;
	font-size: 16px;
}

.entry-content .contact-snippet > div a {
	color: #52AE32;
}

.entry-content .contact-snippet > div .contact-name {
	font-size: 20px;
}

.entry-content .contact-snippet > div .wp-block-columns {
	flex-wrap: wrap;
}

.entry-content .contact-snippet > div .wp-block-columns .wp-block-column {
	flex: 1;
	margin: auto;
	margin-top: 10px;
}

.entry-content .contact-snippet .contact-description {
	font-size: 14px;
	max-width: 520px;
	margin: auto;
}

.entry-content .block-size {
	max-width: 1200px;
	margin: auto;
}

@media (min-width: 1025px) and (max-width: 1366px) {
	.entry-content .block-size {
		max-width: 960px;
	}
}

@media (max-width: 1023px) and (min-width: 768px) {
	.entry-content .block-size {
		max-width: 750px;
	}
}

@media (max-width: 767px) {
	.entry-content .block-size {
		max-width: 540px;
	}
}

.entry-content.privacy, .entry-content.terms {
	max-width: 1200px;
	margin: auto;
}

@media (min-width: 1025px) and (max-width: 1366px) {
	.entry-content.privacy, .entry-content.terms {
		max-width: 960px;
	}
}

@media (max-width: 1023px) and (min-width: 768px) {
	.entry-content.privacy, .entry-content.terms {
		max-width: 750px;
	}
}

@media (max-width: 767px) {
	.entry-content.privacy, .entry-content.terms {
		max-width: 540px;
	}
}

.entry-content.privacy ul, .entry-content.terms ul {
	margin: 0;
}

.entry-content.privacy a,
.entry-content.privacy p,
.entry-content.privacy h3, .entry-content.terms a,
.entry-content.terms p,
.entry-content.terms h3 {
	color: #000;
	font-family: Roboto, sans-serif;
}

.entry-content.privacy h2, .entry-content.terms h2 {
	color: #000;
}

.entry-content.privacy h1.header-title, .entry-content.terms h1.header-title {
	font-size: 30px;
	color: #004884;
	font-family: Montserrat, sans-serif;
	letter-spacing: 0;
	text-align: center;
	margin: 40px 0;
}

@media (min-width: 569px) {
	.entry-content.privacy h1.header-title, .entry-content.terms h1.header-title {
		font-size: 40px;
	}
}

@media (min-width: 1025px) {
	.entry-content.privacy h1.header-title, .entry-content.terms h1.header-title {
		font-size: 60px;
	}
}

.entry-header.privacy h1, .entry-header.terms h1 {
	font-size: 30px;
	color: #004884;
	font-family: Montserrat, sans-serif;
	letter-spacing: 0;
	text-align: center;
	margin: 40px 0;
}

@media (min-width: 569px) {
	.entry-header.privacy h1, .entry-header.terms h1 {
		font-size: 40px;
	}
}

@media (min-width: 1025px) {
	.entry-header.privacy h1, .entry-header.terms h1 {
		font-size: 60px;
	}
}

.not-found .page-header .page-title {
	text-align: center;
	margin-top: calc(10vh + 1px);
	margin-bottom: 19vh;
}

.media {
	text-align: center;
}

.media h1 {
	font-size: 50px;
}

.media h2 {
	font-size: 36px;
	color: #004884;
	text-align: center;
}

.media .download-link ::before {
	content: "";
	display: inline-block;
	height: 12px;
	width: 18px;
	margin-right: 12px;
	background: url(/wp-content/themes/bestpark-wp/img/download.svg);
	background-repeat: no-repeat;
}

.media .download-link a {
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	color: #52AE32;
	display: block;
	text-align: center;
	margin-bottom: 25px;
}

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

.bypostauthor {
	display: block;
}

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

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

.widget.widget_newsletterwidgetminimal .tnp-email {
	margin-bottom: 7px;
}

.articles-top-widget-area {
	margin-bottom: 85px;
	display: grid;
	grid-gap: 102px;
	justify-content: center;
	grid-template-columns: repeat(auto-fit, 290px);
}

@media (max-width: 567px) {
	.articles-top-widget-area {
		grid-template-columns: repeat(auto-fill, 100%);
		grid-gap: 5px;
		margin-bottom: 20px;
	}
}

.articles-top-widget-area .articles-top-widget {
	flex-grow: 1;
	text-align: center;
	width: 100%;
	margin-top: 65px;
}

@media (max-width: 567px) {
	.articles-top-widget-area .articles-top-widget {
		margin-top: 55px;
	}
}

.articles-top-widget-area .articles-top-widget .widget {
	margin: 0;
}

.articles-top-widget-area .articles-top-widget .textwidget > table {
	margin: 0;
}

.articles-top-widget-area .articles-top-widget.articles-top-widget-area-1 > div {
	margin-left: auto;
}

.articles-top-widget-area .articles-top-widget.articles-top-widget-area-1 .promo-contact-service {
	border-spacing: 0;
}

.articles-top-widget-area .articles-top-widget.articles-top-widget-area-1 .promo-contact-service h3 {
	margin-top: 5px;
	margin-bottom: 0;
}

.articles-top-widget-area .articles-top-widget.articles-top-widget-area-1 .promo-contact-service .button-link {
	margin-top: 20px;
}

.articles-top-widget-area .articles-top-widget.articles-top-widget-area-1 .promo-contact-service .call-cost {
	margin: 0;
	font-size: 11px;
	margin-top: -15px;
}

.articles-top-widget-area .articles-top-widget.articles-top-widget-area-1 .promo-contact-service tr:nth-child(3) td {
	padding: 7px 12px;
	font-size: 13px;
}

.articles-top-widget-area .articles-top-widget.articles-top-widget-area-2 .textwidget {
	border-radius: 2px;
	border: solid 1px #d5d5d2;
	padding: 7px 15px 32px 10px;
}

.articles-top-widget-area .articles-top-widget.articles-top-widget-area-2 .promo-survey {
	text-align: left;
}

.articles-top-widget-area .articles-top-widget.articles-top-widget-area-2 .promo-survey tr td:last-child {
	padding-left: 25px;
	line-height: 15px;
}

.articles-top-widget-area .articles-top-widget.articles-top-widget-area-2 .promo-survey .read-link > a {
	display: block;
	margin-top: 20px;
}

.articles-top-widget-area .articles-top-widget.articles-top-widget-area-2 .promo-survey h4 {
	line-height: 23px;
}

.articles-top-widget-area .articles-top-widget.articles-top-widget-area-2 .promo-survey tr td:last-child {
	font-size: 12px;
}

.articles-top-widget-area .articles-top-widget.articles-top-widget-area-2 .promo-survey img {
	padding-top: 5px;
}

@media (max-width: 567px) {
	.articles-top-widget-area .articles-top-widget {
		margin-bottom: 10px;
	}
	.articles-top-widget-area .articles-top-widget > .widget {
		margin-right: auto;
		margin-left: auto;
	}
	.articles-top-widget-area .articles-top-widget > * {
		max-width: 290px;
	}
}

.articles-widget-area {
	margin-bottom: 15px;
}

@media (max-width: 567px) {
	.articles-widget-area {
		margin-bottom: 0;
	}
}

.articles-widget-area .bestpark-articles-widget {
	display: flex;
	flex-direction: column;
}

.articles-widget-area .bestpark-articles-widget .bp-articles-title {
	text-align: center;
}

.articles-widget-area .bestpark-articles-widget .bp-articles-title > h2 {
	margin-top: 0;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.articles-widget-area .bestpark-articles-widget .bp-articles-title > h2 {
		margin-bottom: 16px;
	}
}

.articles-widget-area .bestpark-articles-widget .bp-articles-wrap {
	display: flex;
}

@media (max-width: 767px) {
	.articles-widget-area .bestpark-articles-widget .bp-articles-wrap {
		overflow-x: auto;
		width: calc(100vw - 14px);
	}
}

.articles-widget-area .bestpark-articles-widget .bp-articles-item {
	display: flex;
	flex-direction: column;
	flex: 1;
	border-radius: 2px;
	border: 1px solid #d5d5d2;
	height: 348px;
}

.articles-widget-area .bestpark-articles-widget .bp-articles-item:not(:first-child) {
	margin-left: 37px;
}

@media (max-width: 767px) {
	.articles-widget-area .bestpark-articles-widget .bp-articles-item {
		height: 286px;
	}
	.articles-widget-area .bestpark-articles-widget .bp-articles-item:not(:first-child) {
		margin-left: 20px;
	}
}

.articles-widget-area .bestpark-articles-widget .bp-article-image > img {
	width: 100%;
	height: 222px;
	object-fit: cover;
	display: block;
}

@media (max-width: 767px) {
	.articles-widget-area .bestpark-articles-widget .bp-article-image > img {
		height: 113px;
	}
}

.articles-widget-area .bestpark-articles-widget .bp-article-description {
	padding: 15px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

@media (max-width: 767px) {
	.articles-widget-area .bestpark-articles-widget .bp-article-description {
		width: 200px;
		padding: 5px 10px;
	}
}

.articles-widget-area .bestpark-articles-widget .bp-article-description > p {
	margin: 0;
	font-family: Roboto, sans-serif;
	font-size: 14px;
}

.articles-widget-area .bestpark-articles-widget .bp-article-link {
	margin-top: auto;
	margin-left: auto;
}

.articles-widget-area .bestpark-articles-widget .bp-article-link > a {
	text-align: right;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #004884;
}

@media (max-width: 567px) {
	.articles-widget-area .bestpark-articles-widget {
		margin-top: 80px;
	}
	.articles-widget-area .bestpark-articles-widget .bp-article-link {
		padding: 15px 10px;
	}
}

.social-widget-area {
	display: grid;
	grid-gap: 118px;
	justify-content: center;
	grid-template-columns: repeat(auto-fit, 290px);
	margin-bottom: 62px;
	padding: 0 1rem;
}

@media (max-width: 567px) {
	.social-widget-area {
		grid-template-columns: repeat(auto-fill, 100%);
		grid-gap: 0;
		margin-bottom: 25px;
	}
}

.social-widget-area .social-widget {
	flex-grow: 1;
	text-align: center;
	width: 100%;
	margin-top: 45px;
}

.social-widget-area .social-widget #bp-newsletter > p {
	font-size: 12.7px;
	margin: 8px 0;
	margin-bottom: 28px;
	display: flex;
}

.social-widget-area .social-widget #bp-newsletter input {
	width: 100%;
}

.social-widget-area .social-widget #bp-newsletter input[type="email"] {
	margin-bottom: 8px;
	padding: 16px 20px;
}

.social-widget-area .social-widget .textwidget > table {
	border-spacing: 0;
}

.social-widget-area .social-widget .textwidget > table tr td {
	text-align: left;
	height: 48px;
	padding-bottom: 8px;
}

.social-widget-area .social-widget .textwidget > table tr td:first-child {
	text-align: center;
	width: 25%;
	padding-left: 7px;
}

@media (max-width: 567px) {
	.social-widget-area .social-widget .textwidget > table {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 569px) {
	.social-widget-area .social-widget > * {
		max-width: 290px;
		margin: auto;
	}
}

.social-widget-area .social-widget.social-widget-area-2 h3 {
	margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* News (Ajankohtaista)
--------------------------------------------- */
/* stylelint-disable */
.alm-btn-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.template-news-content {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 1rem;
}

.template-news-categories {
	justify-content: center;
}

.alm-btn-wrap {
	padding-top: 30px;
}

.alm-btn-wrap .done {
	opacity: 60%;
	cursor: default;
}

.template-news-categories,
.alm-listing {
	display: flex;
	flex-wrap: wrap;
}

.template-news-categories .template-news-single-post,
.alm-listing .template-news-single-post {
	max-width: 100%;
	min-width: 250px;
	padding: 30px 15px 30px 15px;
}

.template-news-categories .template-news-single-post a, .template-news-categories .template-news-single-post h4,
.alm-listing .template-news-single-post a,
.alm-listing .template-news-single-post h4 {
	font-weight: 700;
	font-size: 22px;
	text-decoration: none;
}

.template-news-categories .template-news-single-post img,
.alm-listing .template-news-single-post img {
	max-height: 230px;
	min-height: 280px;
	object-fit: cover;
	padding-bottom: 19px;
	min-width: 100%;
}

.alm-listing {
	justify-content: space-between;
}

.single-post-title {
	color: #3c3c3c;
}

.template-news-categories {
	padding: 60px 0 30px;
}

.template-news-single-category {
	padding: 20px 10px;
}

.template-news-single-category a {
	color: #52ae32;
}

.template-news-single-category-button {
	font-size: 16px;
	font-weight: 500;
	border: 2px solid #52ae32;
	padding: 10px 30px;
	border-radius: 3px;
	text-decoration: none;
}

.template-news-single-category-button:hover {
	color: #fff;
	background-color: #52ae32;
}

.template-news-single-category-button:active {
	color: #fff;
	background-color: #52ae32;
}

.active-item, .current {
	background-color: #52ae32 !important;
	color: #fff !important;
}

@media screen and (max-width: 480px) {
	.template-news-single-post {
		max-width: none !important;
	}
}

@media screen and (max-width: 3440px) {
	.template-news-single-post {
		flex: 0 0 33%;
		max-width: 33%;
	}
}

@media screen and (max-width: 1050px) {
	.template-news-single-post {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
}

@media screen and (max-width: 1220px) {
	.template-news-single-post {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 750px) {
	.template-news-single-post {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 30px 0 30px 0 !important;
	}
}

@media screen and (max-width: 525px) {
	.template-news-categories {
		flex-direction: column;
		align-items: center;
	}
}

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

/* BestPark parks list
--------------------------------------------- */
.best-park.parks-list-view.grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, 290px);
	grid-gap: 10px;
	justify-content: center;
}

@media (max-width: 567px) {
	.best-park.parks-list-view.grid {
		grid-template-columns: repeat(auto-fill, 100%);
	}
}

.best-park.parks-list-view {
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.best-park.parks-list-view .bp-park-card {
	height: 490px;
	background-position: 80%;
	background-size: cover;
	padding: 25px 15px 20px;
	border-radius: 2px;
	display: flex !important;
	flex-flow: column;
	color: #fff;
	background-color: #004884;
	justify-content: space-between;
}

@media (max-width: 567px) {
	.best-park.parks-list-view .bp-park-card {
		width: 100%;
	}
}

.best-park.parks-list-view .bp-park-card h2 {
	color: #fff !important;
}

.best-park.parks-list-view .bp-park-card a.park-button {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #52AE32;
	color: #000;
	margin: auto auto 0;
	width: 100%;
	padding: 7.5px;
	text-decoration: none;
	border-radius: 3px;
}

@media screen and (min-width: 600px) {
	.best-park.parks-list-view .bp-park-card a.park-button {
		padding: 15px;
	}
}

.best-park.parks-list-view .bp-park-card a.park-button.secondary {
	background-color: #fff;
	color: #004884;
}

.best-park.parks-list-view .bp-park-card a.park-button .small {
	font-size: 11px;
	font-weight: 700;
}

@media (max-width: 1023px) {
	.best-park.parks-list-view .bp-park-card a.park-button .small {
		font-size: 10px;
	}
}

.best-park.parks-list-view .bp-park-card a.park-button .price {
	margin: 0 7px;
	line-height: 1;
	font-weight: 700;
}

.best-park.parks-list-view .bp-park-card a.park-button .price.check-advance {
	font-size: 16px;
	margin: 0;
}

.best-park.parks-list-view .bp-park-card .park-card-cta {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.best-park.parks-list-view .bp-park-card .park-card-cta .half {
	flex: 0 0 100%;
	margin-top: 0.5rem;
	line-height: 2.5;
}

@media screen and (min-width: 600px) {
	.best-park.parks-list-view .bp-park-card .park-card-cta .half {
		flex: 0 0 46%;
		line-height: 1.5;
	}
}

.best-park.parks-list-view .park-card-body {
	font-size: 18px;
	line-height: normal;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	color: #fff;
	margin-top: 5px;
}

.best-park.parks-list-view .park-card-amenities {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	margin: 12px -6px -6px;
}

.best-park.parks-list-view .park-card-amenities > div {
	width: 45px;
	height: 45px;
	border: 1px solid #fff;
	border-radius: 2px;
	display: flex;
	place-content: center;
	margin: 4px;
}

.best-park.parks-list-view .park-card-amenities > div img {
	width: 20px;
}

.best-park.parks-list-view .bp-park-card-header {
	display: flex;
	flex-flow: row;
	align-items: center;
}

.best-park.parks-list-view .bp-park-card-header h2 {
	font-size: 20px;
	margin: 0 0 0 10px;
	font-weight: 700;
}

.best-park.parks-list-view .bp-park-card-header h2 .bp-park-rating {
	display: block;
	font-size: 12px;
}

.best-park.parks-list-view .bp-park-card-header > img {
	height: 45px;
	align-self: flex-start;
}

@media screen and (max-width: 1023px) {
	.best-park.parks-list-view .slick-list {
		box-sizing: border-box;
		width: 100vw;
	}
}

.best-park.parks-list-view .slick-slide {
	padding: 10px;
}

.best-park.parks-list-view .slick-arrow {
	position: absolute;
	bottom: 50%;
	transform: translateY(-50%);
	z-index: 3;
	transition: all 0.3s ease-in;
	text-indent: -9999px;
	background-color: transparent;
	border: 0;
	background-image: url("./img/parks/arrow2.svg");
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: 100% 0;
	height: 48px;
	width: 48px;
	filter: brightness(0) saturate(100%) invert(14%) sepia(57%) saturate(4533%) hue-rotate(193deg) brightness(99%) contrast(101%);
	opacity: 0;
}

.best-park.parks-list-view .slick-arrow.slick-disabled {
	display: none !important;
}

.best-park.parks-list-view:hover .slick-arrow {
	opacity: 1;
}

.best-park.parks-list-view .slick-prev {
	left: 0;
	margin-left: -50px;
	transform: rotate(-90deg) translateX(-50%);
	margin-bottom: 35px;
}

.best-park.parks-list-view .slick-next {
	right: 0;
	margin-right: -50px;
	background-color: transparent;
	transform: rotate(90deg) translateX(-50%);
}

.best-park.parks-list-view .slick-dots {
	list-style: none;
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 0 1.5rem;
	padding: 0;
}

.best-park.parks-list-view .slick-dots li {
	padding: 0.5rem;
}

.best-park.parks-list-view .slick-dots li button {
	background: #ccc;
	font-size: 10px;
	text-indent: -9999px;
	border-radius: 16px;
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
}

.best-park.parks-list-view .slick-dots li.slick-active button {
	background: #52AE32;
	width: 15px;
	height: 15px;
}

.bp-park-list-grp {
	margin-top: 55px;
}

.bp-park-list-grp h2 {
	margin-bottom: 15px;
}

@media (max-width: 567px) {
	.bp-park-list-grp .best-park.parks-list-view {
		display: block;
	}
	.bp-park-list-grp .best-park.parks-list-view .bp-park-card {
		width: 100%;
		flex-basis: 215px;
		flex-shrink: 0;
		height: 290px;
		padding: 20px 7px 15px;
	}
	.bp-park-list-grp .best-park.parks-list-view .park-card-amenities {
		display: none;
	}
	.bp-park-list-grp .best-park.parks-list-view a.park-button {
		padding: 0;
	}
	.bp-park-list-grp .best-park.parks-list-view a.park-button .price {
		font-size: 18px;
		padding: 15px 2px;
	}
}

/* BestPark Contact form
--------------------------------------------- */
.best-park.contact-form-view {
	overflow: hidden;
	width: 100%;
	padding: 35px 35px 40px;
	box-sizing: border-box;
	background-image: url(img/blue-square.png);
	background-size: 68px 68px;
}

.best-park.contact-form-view #bpcf-submitted {
	color: #fff;
	margin-bottom: 0;
}

.best-park.contact-form-view form .loading-state {
	opacity: 0.5;
	cursor: not-allowed;
}

.best-park.contact-form-view form .textarea,
.best-park.contact-form-view form .text-input {
	font-family: Roboto, sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 2px;
	padding: 9px 15px;
	background: #fff;
}

.best-park.contact-form-view form .textarea.error,
.best-park.contact-form-view form .text-input.error {
	border: 2px solid #f5574b;
}

.best-park.contact-form-view form textarea,
.best-park.contact-form-view form input {
	width: 100%;
	border: none;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	padding: 2px;
}

.best-park.contact-form-view form textarea:focus,
.best-park.contact-form-view form input:focus {
	border: none;
	outline: none;
}

.best-park.contact-form-view form > div {
	margin-bottom: 10px;
}

.best-park.contact-form-view form > div label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 7px;
}

.best-park.contact-form-view form .btn-wrapper {
	margin-top: 34px;
	margin-bottom: 0;
}

.best-park.contact-form-view form .btn-wrapper button {
	width: 50%;
}

@media (max-width: 567px) {
	.best-park.contact-form-view form .btn-wrapper button {
		width: 100%;
	}
}

@media (max-width: 1023px) {
	.best-park.contact-form-view {
		margin-bottom: 30px;
	}
	.best-park.contact-form-view .button button {
		width: 100%;
	}
}

/* Slick slider
--------------------------------------------- */
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

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

.flex-1 {
	flex: 1;
}

/*# sourceMappingURL=style.css.map */