/*!
Theme Name: dickinson
Theme URI: http://underscores.me/
Author: hecsaber
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: dickin
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.

dickinson is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
:root {
	--main-trans: translatex(0%);	
	--service-color: #6DBDC6;
	--main-height: 100vh;
}


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-snap-type: y proximity;
}

/* 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: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
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: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	height: 100%;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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 0 1.5em;
}

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

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

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

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

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

body {
	font-family: 'Prompt', sans-serif;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
}

.site-main {
	margin: 0 18rem;
}

.main-navigation {
	width: calc(80/192 * 100%);
	position: fixed;
	right: 0;
	top: 0;
	background-color: #011F3F;
	transition: all 1s ease-in-out;
	transform: translatex(100%);
	z-index: 9;
}

@media screen and (max-width: 800px) {
	.main-navigation {
		width: 100%;
	}
}

.menu.nav-menu {
	display: block;
    padding-top: 1.5rem;
}

.menu.nav-menu li, .language-selector {
	padding-left: 4.75rem;
}

.language-selector {
	margin-top: 2.5rem;
}

.menu.nav-menu a, .language-selector span {
	text-transform: uppercase;
    color: #6DBDC6;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2.25rem;
}

.menu.nav-menu .book-menu a {
    color: #ffcd61;
    border: 3px solid #ffcd61;
    padding: 0.75rem;
    display: inline-block;
}

.language-selector span {
	color: white;
	font-weight: 300;
	letter-spacing: 1px;
}

.language-selector span:first-of-type {
	font-weight: 500;
}

.language-selector span:first-of-type::after {
	content: '';
	display: inline-block;
	width: 3px;
	border-radius: 2px;
	height: 1rem;
	background-color: #fff;
	margin-left: 0.5rem;
	margin-right: 0.2rem;
}

.back-home {
	transform: translateX(10rem);
	transition: all 300ms ease-out;
	height: 1.5rem;
	display: flex;
    align-items: center;
}

.arrow-rotate {
	transform: rotatey(90deg);
}

.back-home a {
	text-transform: uppercase;
	color: #6DBDC6;
	font-size: 1rem;
	font-weight: 300;
	margin: 0;
	text-decoration: none;
}

.smooth-slide {
	transform: translatex(0);
}

.site-branding {
	display: flex;
	position: absolute;
	z-index: 99;
	justify-content: space-between;
	align-items: center;
	margin: 0 18rem;
	padding: 1.5rem 0;
	width: calc(100% - 36rem);
}

.site-branding .custom-logo-link {
	display: flex;
	align-items: center;
}

.site-branding .custom-logo-link img {
	width: 85%;
}

@media screen and (max-width: 1600px) {
	.site-main, .site-branding {
		width: calc(100% - 16rem);
		margin: 0 8rem;
	}
}

@media screen and (max-width: 1200px) {
	.site-branding, .site-main {
		width: calc(100% - 4rem);
		margin: 0 2rem;
	}
}

@media screen and (max-width: 900px) {
	.back-home {
		display: none;
	}
}

@media screen and (max-width: 800px) {
	.site-branding, .site-main {
		width: 100%;
		margin: 0;
	}
	
	.site-branding .custom-logo-link {
		display: flex;
     	align-items: center;
	}
	
	.site-branding .custom-logo-link img {
		width: 75%;
	}
	
	.site-branding, .site-main {
		padding: 1rem;
	}
	
	.language-selector {
		margin-top: 7rem;
	}
	
	.menu.nav-menu {
		padding-top: 2rem;
	}
	
	.menu.nav-menu a, .language-selector span {
		font-size: 0.9rem;
	}
}

.hamb-menu {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 1.5rem;
}

.hamb-menu span {
	width: 1.75rem;
	height: 2px;
	background-color: #6DBDC6;
	transition: all 500ms ease-in-out;
}

.color-menu {
	background-color: #6DBDC6 !important;
}

#masthead {
	position: relative;
	min-height: var(--main-height);
	height: auto;
	scroll-snap-align: start;
	overflow: hidden;
}

.site-title {
	margin: 0;
}

.menu-right {
	display: flex;
	position: relative;
	min-height: 1.5rem;
}

.menu-right input[type="search"] {
	background: transparent;
	background: url('https://www.dickinsonconsulting.hu/wp-content/uploads/2021/05/search_color.png');
	background-size: 7%;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: right center;
	border: none;
	border-radius: 0;
	width: 230px;
	height: 1.5rem;
	color: #6DBDC6;
}

.menu-right input[type="search"]:focus {
    border: 2px solid #6DBDC6;
	background: none;
}

.color-search {
	background-image: url('https://www.dickinsonconsulting.hu/wp-content/uploads/2021/05/search_color.png') !important;
	color: #6DBDC6 !important;
}

.color-search:focus {
	border: 2px solid #6DBDC6 !important;
	background: none !important;
}

.b-off {
	background: none !important;
}

.menu-right input[type="search"]:focus-visible {
	outline: none;
}

.menu-right input[type="submit"] {
	display: none;
}

.arrow {
	background: url('https://www.dickinsonconsulting.hu/wp-content/uploads/2021/04/arrow_color-turquoise_right.png');
	background-repeat: no-repeat;
	background-size: 1.5rem 1.5rem;
	background-position: 4.75rem 50%;
	padding-left: 7.5rem !important;
}

.arrow-mod {
	background: url('https://www.dickinsonconsulting.hu/wp-content/uploads/2021/05/arrow_color-turquoise.png');
	background-size: 1rem;
	background-repeat: no-repeat;
    background-position: 4.75rem 50%
}

@media screen and (max-width: 800px) {
	.menu-right form {
		display: none;
	}
}

@media screen and (max-width: 1300px) {
	.menu.nav-menu li, .language-selector {
		padding-left: 5%;
	}
	.arrow {
		margin: 5%;
		background-position: 0 50%;
		padding-left: 2rem !important;
	}
}

.video-container {
    width: 100%;
    height: var(--main-height);
    z-index: -100;
	object-fit: cover;
	transition: all 1s ease-in-out;
}

.video-container video {
	position: absolute;
	top: 0;
    width: 100%;
    height: 100vh;
    z-index: -100;
	object-fit: cover;
}

.slide-left {
	transform: translatex(-72%) scale(0.8);
	transform-origin: left center;
}

.video-player {
	width: 10rem;
    height: 10rem;
	background-image: url('https://www.dickinsonconsulting.hu/wp-content/uploads/2021/05/icon_fooldal_play-gomb.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100%;
    position: absolute;
    top: calc(50% - 5rem);
    left: calc(50% - 5rem);
    border-radius: 100%;
	cursor: pointer;
	transition: all 1s ease-in-out;
}

.hide-content {
	opacity: 0;
}

.play-button-slide {
	left: 95%;
	background-color: #e6e6e6;
}

.video-pause span:first-of-type {
	transform: translatey(12px) rotate(45deg);
}

.video-pause span:nth-of-type(2) {
	display: none;
}

.video-pause span:last-of-type {
	transform: translatey(-11px) rotate(-45deg);
}

.menu-open span:first-of-type {
	transform: translatey(12px) rotate(45deg);
}

.menu-open span:nth-of-type(2) {
	display: none;
}

.menu-open span:last-of-type {
	transform: translatey(-11px) rotate(-45deg);
}

.video-with-menu {
	transform: translatex(-200%);
}

@media screen and (max-width: 800px) {
	.video-with-menu {
		transform: translatex(-150%) scale(.5);
	}
}

.slide-control {
	width: 100%;
	height: 100px;
	flex-wrap: nowrap;
	padding: 2rem 0;
	letter-spacing: 2px;
	font-weight: 500;
}

.slide-control img {
	cursor: pointer;
	max-width: 1.5rem;
}

.slide-control > * {
	display: flex;
	height: 3rem;
	justify-content: center;
	align-items: center;
}

.slide-control div:first-of-type {
	justify-content: flex-start !important;
}

.slide-control div:last-of-type {
	justify-content: flex-end !important;
}

.slide-control h2 {
	text-transform: uppercase;
    text-align: center;
	margin: 0;
	font-size: 1rem;
    font-weight: 500;
}

@media screen and (max-width: 800px) {
	.slide-control {
		margin-bottom: 0;
		height: auto;
	}
	
	.slide-control > *:first-of-type, .slide-control > *:last-of-type {
		flex-basis: 15% !important;
	}
	
	.slide-control > *:nth-of-type(2) {
		flex-basis: 70% !important;
	}
	
}

.menu-toggle {
	display: none !important;
}

.slide-content {
	display: flex;
	flex-wrap: nowrap;
	width: 300%;
	min-height: 80vh;
	/* min-height: calc(100vh - 100px - 1.75rem); */
	transform: translatex(calc(var(--main-trans) / 3 * -100%));
}

.slide-transition {
	transition: all 1s ease-in-out;
}

@media screen and (max-width: 800px) {
	.service-holder {
		height: 100vh;
		margin-bottom: 0;
	}
	.slide-content {
		height: auto;
	}
}

@media screen and (max-width: 1100px) and (min-height: 860px) {
	.slide-content {
		min-height: unset;
	}
}

.slide-content > * {
	width: 100%;
	margin: 0 !important;
	transition: all 1s ease-in-out;
}

.slide-offset {
	animation: offset 1s ease-in-out;
}

.slide-onset {
	animation: onset 1s ease-in-out;
}

.slide-offset-r {
	animation: offset-r 1s ease-in-out;
}

.slide-onset-r {
	animation: onset-r 1s ease-in-out;
}

@keyframes onset {
	0% {
		transform: translatex(100%);
	}
	100% {
		transform: translatex(0);
	}
}

@keyframes offset {
	0% {
		transform: translatex(-200%);
	}
	100% {
		transform: translatex(-300%);
	}
}


@keyframes onset-r {
	0% {
		transform: translatex(-100%);
	}
	100% {
		transform: translatex(0);
	}
}

@keyframes offset-r {
	0% {
		transform: translatex(200%);
	}
	100% {
		transform: translatex(300%);
	}
}

.content-holder {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    align-items: flex-start;
	position: relative;
	height: 100%;
}

.content-holder > *:last-of-type {
	justify-self: flex-end;
    align-self: flex-end;
	margin: 0;
}

.service-holder {
	overflow: hidden;
	scroll-snap-align: start;
	flex-wrap: nowrap;
}

.service-heading {
	margin-top: 2rem;
	font-size: 6rem;
	line-height: 6rem;
	font-weight: 300;
	font-style: italic;
	color: 011F3F;
	text-transform: uppercase;
	position: absolute;
}

@media screen and (max-width: 1600px) {
	.service-heading {
		font-size: 4.75rem;
		line-height: 4.25rem;
		margin-top: 0;
	}
}

@media screen and (max-width: 800px) {
	.service-heading {
		font-size: 3rem;
	    line-height: 2.75rem;
		margin-top: 0;
	}
	
	.content-holder {
		margin: 0;
		grid-template-columns: 1fr;
     	grid-template-rows: 1fr 2fr;
	}
	
	.content-holder > *:last-of-type {
		justify-self: inherit;
		align-self: inherit;
		margin: 0;
	}
}

.large-img-holder {
	position: relative;
	z-index: -1;
}

.entry-header {
	display: none;
}

.wp-block-image.size-full {
	position: relative;
}

.wp-block-image.size-full img {
	width: 100%;
}

.wp-block-image.size-full figcaption {
	position: absolute;
	width: 25rem;
	color: #011F3F;
    top: 35%;
    left: 50%;
    font-size: 3.125rem;
	line-height: 2.75rem;
    text-transform: uppercase;
	user-select: none;
}

.wp-block-image.size-full figcaption code {
	font-family: inherit;
	font-size: 1.25rem;
	margin-top: 0.5rem;
}

.grid-system {
	--posi: -0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5rem;
}

.grid-item {
	min-height: 200px;
	display: flex;
	flex-direction: column;
}

.grid-item > * {
	width: 100%;
}

.grid-item.horizontal {
	grid-column: 1 / span 2;
}

@media screen and (max-width: 1000px) {
	.grid-item.horizontal {
		grid-column: 1 / 1;
		flex-direction: column;
	}
}

.grid-item.vertical {
	grid-column: span 1 / -1;
	grid-row: 1 / span 2;
	flex-direction: column;
}

.grid-item.vertical .grid-image {
	width: 100%;
}

.grid-item.vertical .grid-text {
	padding: 1rem;
	width: 100%;
}

.section-heading {
	text-transform: uppercase;
    text-align: center;
	margin: 0;
	font-size: 1rem;
    font-weight: 500;
	scroll-snap-align: start;
	padding: 2rem 0;
	margin-bottom: 1rem;
	letter-spacing: 2px;
	font-weight: 500;
}

.heading-thin {
	font-weight: 300;	
}

.grid-title {
	display: flex;
}

.grid-year {
	flex: 3;
	font-size: 6.2rem;
	font-weight: 200;
	margin: 0;
	padding: 0;
	line-height: 5rem;
}

.grid-content {
	margin-top: 1rem;
}

.grid-text {
	padding: 1.5rem;
}

.grid-super {
	flex: 1;
}

.grid-logo {
	flex: 5;
}

.grid-image {
	width: 50%;
	display: flex;
	align-items: flex-start;
    justify-content: center;
	margin-right: 2rem;
}

.grid-image img {
	width: 100%;
}

.custom-logo-link {
	transition: all 500ms ease-in-out; 
}

.arrow-image {
	height: 6.25rem;
}

.arrow-image img {
	height: 100%;
}

.service-arrow {
	position: absolute;
	left: 0;
	display: flex;
	transform: translatey(-20rem);
	transition: transform 500ms ease-in-out;
}

.service-arrow.slide-out {
	transform: translate(-100%, -20rem);	
}

.arrow-text {
	font-size: 1.875rem;
	line-height: 2.5rem;
    padding-top: 0.5rem;
}

.arrow-text strong a {
	font-size: 2.1875rem;
	color: var(--service-color);
	display: block;
	text-transform: uppercase;
	text-decoration: none;
}

@media screen and (max-width: 1600px) {
	.arrow-text {
		font-size: 1.5rem;
		line-height: 2rem;
		padding-top: 0.5rem;
	}

	.arrow-text strong a {
		font-size: 1.75rem;
	}
}

.portrait {
  height: 300px;
  width: 300px;
  background:  var(--service-color);
  clip-path: path("M 0.3,48.5 215,48.5 169.4,2.8 172.1,0 222.6,50.5 172.1,101 169.4,98.2 215,52.5 0.3,52.5 z");
}

@media screen and (max-width: 800px) {
	
	.service-holder {
		height: 100%;
	}
	
	.service-arrow {
		white-space: nowrap;
		transform: translate(-9rem, -26rem) scale(0.6);
	}
	
	.service-arrow.slide-out {
	    transform: translate(-100%, -26rem) scale(0.6);	
    }
	
	.arrow-text {
		padding-left: 1rem;
	}
	
	.service-heading {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.grid-text {
		padding: 1.5rem 0;
	}
	
	.service-arrow .portrait {
		width: 240px;
	}
}

@media screen and (max-width: 322px) {
	.service-heading {
		font-size: 1.65rem;
		line-height: 1.85rem;
	}
}

@media screen and (max-width: 800px) and (min-height: 700px) {
	.service-arrow {
		transform: translate(-12rem, -32rem) scale(0.5);
	}
	
	.service-arrow.slide-out {
	    transform: translate(-100%, -32rem) scale(0.5);	
    }	
}

@media screen and (min-width: 600px) and (max-width: 800px) {
		
	.service-arrow {
		transform: translate(-12rem, -230%) scale(0.75);
	}
	
	.service-arrow.slide-out {
	    transform: translate(-100%, -230%) scale(0.75);	
    }
	
	.content-holder {
		grid-template-rows: 1fr 3fr;
	}
	
}

.video-container .post-thumbnail {
	overflow: hidden;
	padding-top: 6.875rem;
 	display: grid;
    justify-content: flex-start;
    align-items: center;
    grid-template-columns: 7fr 4fr;
}

.video-container .post-thumbnail img {
	align-self: flex-start;
}

@media screen and (max-width: 800px) {
	.video-container .post-thumbnail img {
		object-fit: cover;
		max-width: 85%;
	}
}

@keyframes textAnim {
	0% {
		transform: translatex(0);
	}
	50% {
		transform: translatex(-100%);
	}
	100% {
		transform: translatex(0);
	}
}

.title-area {
	display: flex;
}

.title-year {
	flex: 1;
	display: flex;
	flex-wrap: nowrap;
	align-items: start;
}

.title-year p {
	margin: 0;
}

.title-year .year {
	font-size: 6rem;
	line-height: 6rem;
	font-weight: 100;
}

.title-year .year-super {
	font-size: 1.25rem;
	text-transform: uppercase;
}

.title-logo {
	flex: 1;
}

.wp-block-media-text__content {
	padding: 0 !important;
	grid-row: 2 !important;
	grid-column: auto !important;
}

.wp-block-media-text__media img {
	width: auto;
}

.wp-block-media-text.alignwide.is-stacked-on-mobile {
	grid-template-columns: 1fr;
	grid-template-rows: repeat(2, 1fr);
}

.special-case:not(:first-child) {
	margin-left: 0;
}

.special-pattern {
	position: relative;
	width: auto;
}

.special-pattern img {
	position: absolute;
	top: 0;
	left: 0;
	padding-right: 3rem;
	z-index: 2;
}

.special-pattern-bottom {
	position: relative;
	width: auto;
}

.special-pattern-bottom img {
	position: absolute;
	padding-left: 3rem;
	bottom: 0;
	right: 0;
	z-index: 2;
}

@media screen and (max-width: 1200px) {
	.wp-block-column.special-case > div:first-of-type {
		grid-template-rows: auto !important;
        gap: 1rem !important;
	}
	
	.special-case:not(:first-child) {
	    margin-left: 0.25rem;
    }
	
	.special-pattern img {
		transform: scale(1.1);
        transform-origin: left top;
	}
	
	.special-pattern-bottom img {
		transform: scale(1.1);
        transform-origin: right bottom;
	}
}

@media screen and (max-width: 800px) {
	.special-case {
		flex-direction: column;
		flex-wrap: nowrap;
		margin-left: 0;
	}
	
	.special-case:not(:first-child) {
		margin-left: 0;
	}
	
	.special-case > *:nth-of-type(2) {
		padding: 0;
	}
	
	.special-pattern img, .special-pattern-bottom img {
		z-index: -1;
	}

	.wp-block-columns.special-case > *:nth-of-type(1) {
		order: 1;
	}
	
	.wp-block-columns.special-case > *:nth-of-type(1) img {
		width: 55%;
	}
	
	.wp-block-columns.special-case  > *:nth-of-type(2) {
		order: 3;
		margin-top: 1rem;
	}
	
	.wp-block-columns.special-case  > *:nth-of-type(3) {
		order: 2;
		display: flex;
        justify-content: flex-end;
        align-items: flex-start;
	}
	
	.wp-block-columns.special-case  > *:nth-of-type(3) img {
		width: 75%;
	}
	
	.wp-block-columns.special-case-reverse  > *:nth-of-type(3) img {
		width: 55%;
	}
	
	.wp-block-columns.special-case-reverse  > *:nth-of-type(1) img {
		width: 75%;
	}
	
	.wp-block-columns.special-case  > *:nth-of-type(2) img {
		width: 50%;
	}
}

@media screen and (min-width: 500px) and (max-width: 800px) {
	.wp-block-columns.special-case  > *:nth-of-type(2) {
		margin-top: 5rem;
	}
}

@media screen and (max-width: 1200px) {
	.grid-system {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}
	
	.grid-item:nth-of-type(3), .grid-item:nth-of-type(6) {
		grid-row: 3;
	}
}

@media screen and (max-width: 800px)  {
	
	.grid-holder {
		overflow-x: hidden;
	}
	
	.grid-system {
		width: 300%;
		grid-template-columns: repeat(3, 1fr);
		gap: 0;
		transition: all 500ms ease-in-out;
		transform: translatex(calc(var(--posi) / 3 * -100%));
	}
	
	.grid-item {
		margin-top: 1rem;
	}
	
	.grid-item:nth-of-type(1) {
		grid-column: 2 / span 1;
		grid-row: 2 / span 1;
	}
	
	.grid-item:nth-of-type(3) {
		grid-column: 3 / span 1;
		grid-row: 1 / span 1;
	}
	
	.grid-item:nth-of-type(5) {
		grid-column: 1 / span 1;
		grid-row: 1 / span 1;
	}
	
	.grid-item:nth-of-type(6) {
		grid-column: 3 / span 1;
		grid-row: 2 / span 1;
	}
}

.partner-holder {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 800px) {
	.partner-holder {
		flex-wrap: nowrap !important;
	}
	
	.partner-holder > div:nth-child(2n) {
		margin: 0;
	}
}

.partner-control {
	scroll-snap-align: start;
}

.blue-contact {
	height: 37.5rem;
	width: 100%;
}

.blue-contact .contact-bg {
	position: absolute;
	left: 0;
	width: 50%;
	height: 37.5rem;
	background-color: #011F3F;
	transition: all 150ms ease-in-out;
}

.blue-contact:hover .contact-bg, .blue-contact:focus .contact-bg {
	background-color: #F2F2F2;
}

.blue-contact .contact-bg img {
	position: absolute;
	width: 50%;
	left: 0;
	transform: translatey(15rem);
}

.blue-contact .blue-title, .blue-contact .blue-content {
	position: relative;
	z-index: 99;
	color: white;
	transition: all 150ms ease-in-out;
}

.blue-contact:hover .blue-title, .blue-contact:hover .blue-content, .blue-contact:focus .blue-title, .blue-contact:focus .blue-content {
	color: #011F3F;
}

.blue-contact:hover .red-title {
	color: #F55D5D;
}

.blue-contact:hover .yellow-title {
	color: #FFCD61;
}

.blue-contact .blue-title {
	font-size: 6.25rem;
	letter-spacing: -2px;
	line-height: 5.75rem;
	font-weight: 200;
	font-style: italic;
    margin-bottom: 1rem;
}

.blue-contact .blue-content {
	width: 80%;
	font-size: 1.25rem;
	font-weight: 300;
	margin: 0;
	line-height: 1.5rem;
}

.blue-contact .blue-button {
	position: relative;
	z-index: 99;
	display: inline-block;
    font-size: 1.25rem;
	text-decoration: none;
	color: white;
	border: 3px solid white;
	padding: 1.25rem 2rem;
	margin-top: 2rem;
	margin-left: 15rem;
	text-transform: uppercase;
	transition: all 150ms ease-in-out;
	text-align: center;
}

.blue-contact:hover .blue-button, .blue-contact:focus .blue-button {
	border-color: #F2F2F2;
	background-color: #011F3F;
}

.white-contact {
    margin-left: 3rem !important;
}

.white-title {
	font-size: 6.25rem;
	letter-spacing: -2px;
	line-height: 5.75rem;
	font-weight: 200;
	font-style: italic;
    margin-bottom: 1rem;
    color: #011F3F;
}

.white-content {
    color: #011F3F;
	width: 60%;
	font-size: 1.25rem;
	font-weight: 300;
	margin: 0;
	margin-bottom: 3rem;
	line-height: 1.5rem;
}

.white-mail, .white-phone {
	display: grid;
	grid-template-columns: 6rem 1fr;
	align-items: center;
	margin-bottom: 1.5rem;
}

.white-mail .white-icon, .white-phone .white-icon {
	width: 80%;
}

.contact-field {
	margin-bottom: 15rem;
}

@media screen and (min-width: 500px) and (max-width: 800px) {
	.contact-field {
		flex-direction: column;
	}
	
	.white-contact {
		margin-top: 15rem;
	}
	
	.blue-contact .contact-bg img {
		width: 36%;
	}

}

@media screen and (max-width: 1710px) {
	.blue-contact .blue-title, .white-title {
		font-size: 5.75rem;
	}
}

@media screen and (max-width: 1435px) {
	.blue-contact .blue-title, .white-title {
		font-size: 4.5rem;
		margin-top: 4.25rem;
	}
	
	.blue-contact .blue-button {
		padding: 1rem;
		text-align: center;
		margin-left: 10rem;
		position: absolute;
        right: calc(50% + 1rem);
	}
}

@media screen and (max-width: 984px) {
	.blue-content {
		width: 90% !important;
	}
	
	.contact-field {
		margin-bottom: 6rem;
	}
	
	.blue-contact .blue-title, .white-title {
		font-size: 3.75rem;
		margin-top: 3rem;
	}
}

@media screen and (max-width: 800px) {
	
	.contact-field {
		padding: 0;
		margin-bottom: 2rem;
	}
	
	.blue-contact {
		height: 21rem;
	}
	
	.blue-contact .contact-bg {
		width: 100%;
		height: 21rem;
	}
	
	
	.blue-contact .contact-bg img {
		transform: translatey(10rem);
		width: 50%;
	}
	
	.blue-contact .blue-button {
		position: absolute;
        min-width: 15rem;
        font-size: 1rem;
        right: 2rem;
        padding: 0.5rem;
        margin: 3rem 0 0 0;
        text-align: center;
	}
	
	.blue-content {
		display: none;
	}
		
	.white-title, .white-content {
		z-index: 9;
        position: relative;
	}
	
	.white-contact {
		margin-left: 0 !important;
	}
	
	.white-content {
		width: 100%;
	}
	
	.white-mail, .white-phone {
		grid-template-columns: 3rem 1fr;
	}
}

.post-area {
	background-color: #F8F7F7;
	padding: 3rem !important;
	width: 90%;
	margin-top: 10rem;
	position: relative;
}

.post-area li {
    display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	position: relative;
}

.post-area li time {
	grid-column: 1 / -1;
	grid-row: 1 / span 1;
	position: absolute;
	top: -10rem;
	left: -3rem;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto 1fr;
}

.single-post time {
	margin: 1rem 0;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto 1fr;
}

.post-area li time .post-day, .single-post time .post-day {
	font-size: 6.25rem;
	line-height: 5rem;
	font-weight: 200;
	grid-row: 1 / -1;
	grid-column: 1 / 2;
}

.post-area li time .post-month, .single-post time .post-month {
	font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1rem;
	grid-row: 1/ 2;
}
.post-area li time .post-year, .single-post time .post-year {
	font-size: 1.25rem;
	grid-column: 2/ 3;
}

.post-area li > a {
	grid-column: 1 / -1;
    grid-row: 2 / span 1;
	font-weight: 600;
}

.post-area li .wp-block-latest-posts__featured-image {
	grid-column: 2 / -1;
	grid-row-start: 3;
	height: 75%;
}

.post-area li .wp-block-latest-posts__featured-image a {
	width: 100%;
	height: 100%;
}

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

.post-area li .wp-block-latest-posts__post-full-content {
	grid-column: 1 / -1;
	grid-row-start: 3;
	width: 50%;
	background: linear-gradient(180deg, black, transparent 75%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
	height: 15rem;
    overflow: hidden;
}

.post-area a {
	color: #6DBDC6;
	font-size: 3.125rem;
	text-transform: uppercase;
	text-decoration: none;
}

.post-area .post-read {
	grid-row-start: 4;
	grid-column: 1 / -1;
	text-align: center;
	font-size: 1.125rem;
	height: 15rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 12.5rem;
}

.post-area > img {
	position: absolute;
    z-index: -999;
    bottom: 0;
    left: 50%;
    width: 86%;
	transform: rotatey(180deg);
}


@media screen and (max-width: 800px) {
	.post-area > img {
		display: none;
	}
}

@media screen and (max-width: 800px) {
	
	.post-area {
		margin: 0 0 1.5rem 0;
		width: 100%;
		padding: 1rem;
	}
	
	.post-area li .wp-block-latest-posts__featured-image {
		--mar: -1rem;
		position: absolute;
		top: var(--mar);
		right: var(--mar);
		left: var(--mar);
		height: auto;
		grid-row-start: 1;
		grid-column: 1 / -1;
	}
	
	.post-area li > a {
		grid-row: 3 / span 1;
	}
	
	.post-area li time {
		--m-top: 15rem;
		grid-row: 2 / span 1;
		position: relative;
		top: 0;
		left: 0;
		margin-top: var(--m-top);
	}
	
	.post-area li .wp-block-latest-posts__post-full-content {
		width: 100%;
		grid-row-start: 4;
	}
	
	.post-area li time .post-month {
		float: none;
	}
}

.social-link {
    justify-content: center;
    align-items: center;
	flex-wrap: nowrap !important;
}

.social-link > div {
	flex: inherit !important;
    width: 4%;
	transition: all 150ms ease-in-out;
}

.social-link > div:hover {
	transform: scale(1.2);
}

@media screen and (max-width: 1200px) {
	.social-link > div {
		width: 7%;
	}
}

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

	.social-link .wp-block-column:not(:only-child) {
		flex-basis: inherit !important;
	}
	
	.social-link > div {
		width: 14%;
		flex-basis: 0;
	}
	
	.social-link > div:not(:first-of-type) {
		margin-left: 2rem;
	}
}

.site-footer {
	background-color: #011F3F;
	color: white;
	height: 18.75rem;
	position: absolute;
	left: 0;
	right: 0;
	padding: 1.75rem 18rem 3rem;
	scroll-snap-align: start;
}

@media screen and (max-width: 1600px) {
	.site-footer {
    	padding: 1.75rem 8rem 3rem;	
	}
}

@media screen and (max-width: 1200px) {
	.site-footer {
    	padding: 1.75rem 2rem 3rem;	
	}
}

.site-footer .site-info {
	display: flex;
	align-items: flex-end;
}

.site-footer .site-info > div:not(:first-of-type) {
	margin-left: 2rem;
}

.site-footer .site-info > * {
	flex: 1;
}

.site-footer .site-info .footer-right a {
	display: block;
}

.site-footer .site-info .footer-middle p:nth-of-type(2), .site-footer .site-info .footer-right a {
	color: #6DBDC6;
}

.site-footer .site-info .footer-right a:last-of-type, .site-footer .site-info .footer-left img {
	margin-bottom: 1.5rem;
}


@media screen and (max-width: 800px) {
	
	.site-footer {
		padding: 1rem;
	}
	
	.site-footer .site-info {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.site-footer .site-info > div:not(:first-of-type) {
		margin-left: 0;
	}
	
	.site-footer .footer-right {
		display: none;
	}
	
	.site-footer .footer-left img {
		width: 80%;
		margin-bottom: 0 !important;
	}
	.site-footer p {
		font-size: 0.75rem;
		line-height: 1rem;
	}
	
	.site-footer .footer-middle {
		color: #6DBDC6;
	}
}

.about-holder {
	margin: 0 -18rem;
	overflow-x: hidden;
}

.about-holder figure {
	margin: 0;
}

@media screen and (max-width: 1600px) {
	.about-holder {
		margin: 0 -8em;
	}
}

@media screen and (max-width: 800px) {
	.about-holder {
		margin: 0 -1rem;
	}
	
	.about-holder figure {
		width: 200%;
	}
	
	.wp-block-image.size-full figcaption {
		position: relative;
		margin-left: 2rem;
		color: #6DBDC6;
		left: 0;
		font-size: 1.85rem;
	}
}

.grid-slider {
	display: none;
}

.grid-slider > * {
	width: 1rem;
	height: 1rem;
	background: #aaa;
	border-radius: 50%;
}

.highlighted {
	background: #333;
}

.grid-slider > *:not(:first-of-type) {
	margin-left: 0.5rem;
}

@media screen and (max-width: 800px) {
	.grid-slider {
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		margin-bottom: 3rem;
	}
}

/* subpages */

p.heading-text {
	justify-self: center;
	font-weight: 400;
    font-size: 1.25rem;
	transform: translatex(-16rem);
	width: 80%;
	margin: 0;
}

p.heading-text strong {
	font-weight: 600;
}

p.heading-text::before {
    content: '//';
	display: block;
	transform: translate(-2rem, 1rem);
    font-size: 2.5rem;
}

.service-block > * {
    display: flex;
	align-items: center;
	flex-direction: column;
}

.service-block h3 {
	text-transform: uppercase;
	font-weight: 200;
	font-size: 1.5rem;
	text-align: center;
    min-height: 4rem;
    margin-bottom: 0;
    margin-top: 3rem;
}

.service-block p {
	padding: 0 3rem;
    text-align: center;
}

.service-block figure {
	display: flex;
    justify-content: center;
    align-items: center;
}

.service-block figure img {
	width: 80%;
}

@media screen and (max-width: 1600px) {
	.service-block p {
		padding: 0 0.5rem;
	}	
}

@media screen and (max-width: 920px) {
	.service-block {
		flex-direction: column;
	}
	
	.service-block > *:not(last-of-type) {
		margin-bottom: 2rem;
	}
}

@media screen and (max-width: 800px) {
	
	.service-block p {
		padding: 0;
		text-align: center;
		margin-top: 0.25rem;
	}
		
	.service-block > * {
		flex-direction: row;
	}
	
	.service-block figure {
		flex-basis: 40%;
	}
	
	.service-block div {
		flex-basis: 60%;
	}
	
	.service-block > *:nth-of-type(2n) {
		flex-direction: row-reverse;
	}
	
	.service-block > *:nth-of-type(2n) figure {
		padding-left: 1rem;
	}
	
	.service-block > *:nth-of-type(2n + 1) figure {
		padding-right: 1rem;
	}
	
	.service-block h3 {
		margin-top: 0;
	}
	
	.service-block .wp-block-group__inner-container h3, .service-block .wp-block-group__inner-container p {
		text-align: left;
	}
	
	.service-block  > *:nth-of-type(2n) .wp-block-group__inner-container h3, .service-block  > *:nth-of-type(2n) .wp-block-group__inner-container p {
		text-align: right;
	}
}

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

ul.towhom li {
	display: grid;
	justify-content: flex-start;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    grid-template-columns: 2rem 1fr;
    gap: 1.5rem;
}

@media screen and (max-width: 800px) {
	ul.towhom li {
		font-size: 1.25rem;
	}
}

ul.towhom > li::before {
    content: '';
    display: inline-block;
    background-image: url(https://www.dickinsonconsulting.hu/wp-content/uploads/2021/04/arrow_color-turquoise_right.png);
    width: 1.5rem;
    height: 1.5rem;
    background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-right: 1rem;
}

ul.towhom-red > li::before {
	background-image: url(https://www.dickinsonconsulting.hu/wp-content/uploads/2021/05/arrow_color-red_right.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

ul.towhom-yellow > li::before {
	background-image: url(https://www.dickinsonconsulting.hu/wp-content/uploads/2021/05/arrow_color-yellow_right.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.pattern-holder {
	position: absolute !important;
	margin-bottom: 0 !important;
    left: 0;
    width: 50%;
    height: 50%;
}

.blue-contact-full .contact-bg {
	position: absolute;
    left: 0;
    width: 100%;
    height: 33rem;
    background-color: #011F3F;
    transition: all 150ms ease-in-out;
}


.blue-contact-full .contact-bg img {
	/* transform: translate(61rem, -2rem) rotate(-90deg) scale(0.6); */
	left: unset;
	right: 0;
	width: 19%;
}

.blue-contact-full .blue-title {
	width: 65%;
	font-size: 6.25rem;
    letter-spacing: -2px;
    line-height: 5.75rem;
    font-weight: 200;
    font-style: italic;
    margin: 1rem 0;
}

.blue-contact-full .red-title {
	color: #F55D5D;
}

.blue-contact-full .yellow-title {
	color: #FFCD61;
}

.blue-contact-full > *:first-of-type {
	display: flex;
	align-items: center;
}

.blue-contact-full .blue-button {
	margin-left: 0;
}

.blue-contact-full > *:last-of-type {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

@media screen and (max-width: 800px) {
	
	.blue-contact-full {
		margin-bottom: 8rem;
	}
	
	.blue-contact-full .blue-title {
		width: 100%;
	}
	
	.blue-contact-full > .blue-contact {
		height: min-content;
	}
	
	.blue-contact-full .contact-bg {
		transform: translateY(8rem);
    	transform-origin: bottom;
    	height: 30rem;
		margin-bottom: 25rem;
	}
	
	.blue-contact-full .contact-bg img {
		/* transform: translate(100%, 150%) rotate(-90deg); */
	}
}

.section-who {
	margin-bottom: 4.875rem;
}

.section-who > *:first-of-type {
	display: flex;
	align-items: flex-end;
}

.section-who img {
	position: absolute;
	left: 0;
	width: 33%;
	transform: translatey(7.15rem);
}

@media screen and (max-width: 1600px) {
	.section-who img {
		width: 44%;
	}
}

@media screen and (max-width: 1300px) {
	.section-who {
		margin-bottom: 2.875rem;
	}
	.section-who img {
		transform: translatey(5.15rem);
	}
}

@media screen and (max-width: 960px) {
	.section-who {
		flex-direction: column-reverse;
	}
	
	.section-who > *:first-of-type {
		min-height: 8rem;
	}
	
	.section-who img {
		width: 85%;
		z-index: -9;
	}
}

@media screen and (max-width: 1435px) {
	.blue-contact .blue-button {
		position: relative;
		right: inherit;
	}
}

.grid-projects {
	--posi: -0;
	display: grid;
	grid-template-columns: 1fr;
	margin: 0 18rem;
	gap: 2rem;
}

@media screen and (max-width: 1600px) {
	.grid-projects {
		margin: 0 9rem;
	}
	
	p.heading-text {
		transform: translatex(-4rem);
		width: 110%;
	}
}

@media screen and (max-width: 1100px) {
	.grid-projects {
		margin: 0;
	}
	
	.video-container .post-thumbnail {
		grid-template-columns: 1fr;
	}
	
	p.heading-text {
		transform: translatex(0);
		width: 100%;
		padding: 0 2rem;
	}
	
	p.heading-text::before {
		left: 0;
		top: -5rem;
	}
}

@media screen and (max-width: 800px) {
	
	p.heading-text {
		left: 0;
		padding: 0 2rem;
		margin-right: 0;
		top: 65vh;
		font-size: 0.85rem;
	}
	
	p.heading-text::before {
		font-size: 3rem;
	}
	
	.grid-projects {
		grid-template-columns: repeat(5, 1fr);
		width: 500%;
		gap: 0;
		transform: translatex(calc(var(--posi) / 5 * -100%));
		transition: all 500ms ease-in-out;
	}
	
	.section-who {
		margin-bottom: 3rem;
	}
}

.grid-project-item {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}

@media screen and (max-width: 800px) {
	.grid-project-item {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(2, 1fr);
		gap: 0;
	}
	
	.grid-project-item:nth-of-type(2n) > *:first-of-type {
		grid-row: 2 / span 1;
	}
	
	.grid-project-item:nth-of-type(2n) > *:last-of-type {
		grid-row: 1 / span 1;
	}
	
}

.grid-project-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

@media screen and (max-width: 800px) {
	
	.project-holder > * {
		overflow-x: hidden;	
	}
	
	.grid-project-content {
		padding: 0;
		justify-content: flex-start;
	}
}

.grid-project-content img {
	display: block;
	width: 50%;
}

.grid-project-content .grid-project-location {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 300;
	margin-bottom: 0.5rem;
	letter-spacing: 2px;
}


.grid-project-content h3 {
	font-size: 1.75rem;
	font-weight: 400;
}

.grid-project-content > *:last-of-type {
	margin-bottom: 0;
}

.grid-project-right {
	align-items: flex-end;
}

.grid-project-right p {
	text-align: right;
}

@media screen and (max-width: 800px) {
	.grid-project-right {
		padding-left: 0;
		align-items: flex-start;
	}
	
	.grid-project-right p {
		text-align: left;
	}
}

ul.post-list {
	--singleView: 3;
	--childCount: 3;
	--translateVol: 0;
    display: grid;
    grid-template-columns: repeat(var(--childCount), 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 5rem;
	width: calc(var(--childCount) / var(--singleView) * 100%);
	transition: all 300ms ease-in-out;
	transform: translatex(calc(var(--translateVol) / var(--childCount) * -100%));
}

ul.post-list li {
	margin: 0 1.25rem;
}

ul.post-list .post-item a {
	text-decoration: none;
    color: unset;
}

ul.post-list .post-item h3 {
	text-transform: uppercase;
    letter-spacing: 2px;
}

ul.post-list .post-item img {

	object-fit: cover;
}

.single-post main {
	position: relative;
}

@media screen and (max-width: 800px) {
	ul.post-list {
		--singleView: 1;
	}
}

.single-post main::before {
    content: '';
    display: block;
    position: absolute;
    background: #6DBDC6;
    left: -18rem;
    right: -18rem;
    top: 0;
    height: 100%;
    z-index: -99;
    /* width: 100%; */
}

.single-post main::after {
    content: '';
    display: block;
    position: absolute;
    background: #F8F7F7;
    left: 0;
    right: 0;
    height: calc(100% - 16rem);
    top: 11rem;
    z-index: -9;
}

.single-post .site-main {
	padding: 3rem 0;
    position: relative;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.single-post .post {
	margin: 6rem;
	margin-top: 8rem;
}

@media screen and (max-width: 800px) {
	.single-post .post {
		margin: 2rem;
		margin-top: 8rem;
	}
	
	.single-post .site-main {
		margin-bottom: 1rem;
	}
	
	ul.post-list {
		margin-bottom: 0;
	}
}

.single-post main h1 {
	font-size: 2.75rem;
	font-weight: 500;
	color: #6DBDC6;
	text-transform: uppercase;
}

.single-post .entry-content {
	
}

.contact-block {
	position: relative;
    margin: 0 -18rem;
    background: #011F3F;
    padding: 3rem 0;
    min-height: 30rem;
    z-index: 1;
    display: flex;
    align-items: center;
}

.contact-block .contact-grid {
	display: grid;
    margin: 0 18rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    align-items: center;
    height: 100%;
    min-height: 100%;
}

.contact-block .contact-grid .contact-title h1 {
	width: 65%;
    font-size: 6.25rem;
    letter-spacing: -2px;
    line-height: 5.75rem;
    font-weight: 200;
    font-style: italic;
    margin: 1rem 0;
    text-transform: uppercase;
    color: #F55D5D;
}

.page-id-69 .contact-block .contact-grid .contact-title h1 {
	color: #6DBDC6;
}

.page-id-145 .contact-block .contact-grid .contact-title h1 {
	color: #FFCD61;
}

.contact-block .contact-grid .contact-button p {
	width: 80%;
    font-size: 1.25rem;
    font-weight: 300;
    margin: 0;
    line-height: 1.5rem;
    color: white;
}

.contact-block .contact-grid .contact-button a {
	position: relative;
    z-index: 99;
    display: inline-block;
    font-size: 1.25rem;
    text-decoration: none;
    color: white;
    border: 3px solid white;
    padding: 1.25rem 2rem;
    margin-top: 2rem;
    margin-left: 0;
    text-transform: uppercase;
    transition: all 150ms ease-in-out;
}

.contact-block .contact-img {
	position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.contact-block:hover {
	background-color: #F2F2F2;
}

.contact-block:hover .contact-grid .contact-button p {
	color: #011F3F;
}

.contact-block:hover .contact-grid .contact-button a {
	border-color: #F2F2F2;
	background-color: #011F3F;
}

@media screen and (max-width: 1600px) {
	.contact-block {
		margin: 0 -8rem;
	}
	
	.contact-block .contact-grid {
		margin: 0 8rem;
	}
	
	.contact-block .contact-img img {
		width: 90%;
	}
}

@media screen and (max-width: 1200px) {
	.contact-block {
		margin: 0 -2rem;
	}
	
	.contact-block .contact-grid {
		margin: 0 2rem;
	}
	
	.contact-block .contact-img img {
		width: 75%;
	}
}

@media screen and (max-width: 800px) {
	.contact-block {
		margin: 0 -1rem;
		padding: 1rem;
		padding-bottom: 10rem;
		margin-bottom: 5rem;
	}
	
	.contact-block .contact-grid {
		margin: 0 1rem;
		grid-template-columns: 1fr;
	}
	
	.contact-block .contact-img {
		top: 75%;
	}
	
	.contact-block .contact-img img {
		width: 50%;
	}
}

.target-block {
	position: relative;
	margin-bottom: 16.4rem;
}

.target-block .target-pattern {
	position: absolute;
	display: flex;
	left: -18rem;
	z-index: -1;
}

.target-block .target-list {
	list-style: none;
    margin-left: 50%;
    padding-left: 0;
	position: relative;
	z-index: 2;
}

.target-block .target-list li {
	display: grid;
    justify-content: flex-start;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    grid-template-columns: 2rem 1fr;
    gap: 1.5rem;
}

.target-block .target-list li:before {
	background-image: url(https://www.dickinsonconsulting.hu/wp-content/uploads/2021/05/arrow_color-red_right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 50%;
	content: '';
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
}

.page-id-69 .target-block .target-list li:before {
	background-image: url(https://www.dickinsonconsulting.hu/wp-content/uploads/2021/04/arrow_color-turquoise_right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.page-id-145 .target-block .target-list li:before {
	background-image: url(https://www.dickinsonconsulting.hu/wp-content/uploads/2021/05/arrow_color-yellow_right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.contact-block .target-pattern {
	position: absolute;
	bottom: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	z-index: -9;
}

@media screen and (max-width: 1600px) {
	
	.target-block {
		margin-bottom: 13.9rem;
	}
	
	.contact-block .target-pattern img {
		width: 90%;
	}

}

@media screen and (max-width: 1200px) {
	.target-block {
		margin-bottom: 10rem;
	}
	
	.contact-block .target-pattern img {
		width: 75%;
	}
	
}

@media screen and (max-width: 980px) {
	.target-block .target-list {
		margin-left: 1rem;
	}
}

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

	.contact-block .target-pattern img {
		width: 75%;
	}
	
	.target-block {
		padding-bottom: 11.3rem;
		margin-bottom: 0;
	}
	
	.target-block .target-list {
		margin-left: 1rem;
	}

}

.partner-group {
	overflow: hidden;
	padding: 2rem 0;
}

.partner-group .partner-grid {
	--partnerWidth: 5;
	--childNumber: 19;
	--translateSize: 0;
	display: grid;
	width: calc(var(--childNumber) / var(--partnerWidth) * 100%);
	grid-template-columns: repeat(var(--childNumber), 1fr);
	align-items: center;
	justify-items: center;
	transition: all 300ms ease-in-out;
	transform: translatex(calc(var(--translateSize) / var(--childNumber) * -100%));

}

.logo-animate {
	animation: playLogo 100s infinite linear;
}

@keyframes playLogo {
	0% {
		transform: translatex(0)
	}
	50% {
		transform: translatex(calc(13/19*-100%))
	}
	100% {
		transform: translatex(0)		
	}
}

.partner-group .partner-grid > * {
	width: 50%;
}

.partner-group .partner-grid > *:hover {
	transform: scale(1.1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.49, 3.99);
}

@media screen and (max-width: 800px) {
	.partner-group .partner-grid {
		--partnerWidth: 3 !important;
		animation: none;
	}
}
/*
.single-post #page {
	overflow-x: hidden;
}
*/

.single-post div.site-main {
	overflow: hidden;
}

.subscribe-button {
	position: fixed;
	top: 50%;
	left: 50%;
}

.subs-block {
	position: fixed;
	top: 0;
	width: 35rem;
	left: calc(50% - 17.5rem);
	background: #fff;
	padding: 1.5rem 3rem;
	z-index: 999;
	transition: all 500ms ease-in-out;
}


.subs-block > * {
	overflow: hidden;
}

.subs-block h2 {
	font-weight: 200;
	font-style: italic;
	font-size: 7.5rem;
	text-transform: uppercase;
	margin: 0 0 1.25rem 0;
	line-height: 7rem;
}


.subs-block form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 200%;
    transition: all 300ms ease-in-out;
}

.part-two {
	justify-content: flex-end;
}

.subs-block form > *:nth-of-type(3) {
	grid-column: 1 / 2;
}

.subs-block form > *:nth-of-type(4) {
	grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.subs-block form > *:nth-of-type(5) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.subs-block .wpcf7 .ajax-loader {
	width: 1px;
	height: 1px;
	margin: 0;
	display: inline;
}

.subs-block input, #show-sub {
	width: 28.875rem;
	height: 4rem;
	border-radius: 0;
	border: 2px solid #011f3f;
	/* margin-bottom: 0.5rem; */
	text-align: center;
}

#show-sub, .subs-block input[type="submit"] {
	--bgColor: #dadada;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--bgColor);
	/* margin-top: 0.2rem; */
}

.subs-block input[type="submit"] {
	background: #011f3f;
	cursor: pointer;
}

#show-sub img {
	width: 6%;
}

.show-right {
	animation: 300ms flip ease-in-out;
	animation-fill-mode: forwards;
}

@keyframes flip {
	0% {
		transform: translatex(0) rotatex(0);
	}
	49% {
		transform: translatex(0) rotatex(88,2deg);
	}
	50% {
		transform: translatex(-50%) rotatex(90deg);
	}
	100% {
		transform: translatex(-50%) rotatex(0);
	}
}

.subs-block input[type="checkbox"] {
	position: relative;
	width: 2rem;
	height: 2rem;
}

.subs-block p {
	font-size: 1.25rem;
	margin: 0;
}

.subs-block form div {
	margin-bottom: 0.5rem;
}

.subs-block form p {
	font-size: 1rem;
	line-height: 1.25rem;
	margin: 0;
}

.subs-block .marketing-msg {
	text-transform: uppercase;
	font-size: 2.14rem;
	color: #6DBDC6;
	margin-bottom: 1rem;
}

::placeholder, .subs-block a {
	text-transform: uppercase;
	text-align: center;
	font-size: 1rem;
	color: #dadada;
	text-decoration: none;
	opacity: 1;
}

.subs-block a {
	margin-top: 1.5rem;
	display: block;
}

.slide-up {
	transform: translatey(-150%);
}

.d-none {
	display: none !important;
}

@media screen and (max-width: 800px) {
	.subs-block {
		margin-bottom: 0;
		bottom: 0;
		width: 100%;
		left: 0;
		padding: 1rem;
		max-height: 100vh;
	}
	
	.subs-block input, #show-sub {
		width: 100%;
		margin-top: 0;
	}
	
	.subs-block h2 {
		font-size: 4.2rem;
	    line-height: 4.2rem;
		margin-bottom: 0;
	}
	
	.subs-block .marketing-msg {
		margin-bottom: 0.5rem;
		font-size: 1.75rem;
	}
	
	.subs-block form p {
		font-size: 0.75rem;
		line-height: 0.8rem;
	}
}

.success-story {
	display: grid;
    grid-template-columns: 7% 1fr 7%;
    align-items: center;
}

@media screen and (min-width: 800px) {
	.success-story {
		grid-template-columns: 1fr;
	}
	.success-story > div:first-of-type, .success-story > div:last-of-type {
		display: none;
	}
}

.marketing-op-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-items: center;
	justify-content: center;
	justify-items: center;
}

.marketing-op-grid > * {
	width: 50%;
	margin-bottom: 5rem;
}

@media screen and (max-width: 1200px) {
	.marketing-op-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media screen and (max-width: 800px) {
	.marketing-op-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.coaching-badge {
    display: flex;
    justify-content: center;
    align-items: center;
}

.coaching-badge img {
	width: 75%;
}

@media screen and (max-width: 800px) {
	.coaching-badge img {
		width: 100%;
	}
}

/* language selector in menu */

.language-selector.menu.nav-menu {
    color: white;
	margin: 0;
	padding: 0;
    padding-top: 6.5rem;
    display: flex;
	list-style: none;
}

.language-selector.menu.nav-menu > *:not(:first-of-type) {
	padding-left: 1rem;
}

.language-selector.menu.nav-menu > *:first-of-type a::after {
	content: '';
	background: white;
	width: 3px;
	height: 1rem;
	display: inline-block;
	margin-left: 1rem;
}

.language-selector.menu.nav-menu li a {
	color: white;
}

.language-selector.menu.nav-menu .active_language a {
	font-weight: 800;
}

.language-selector.menu.nav-menu .inactive_language a {
	font-weight: 300;
}

.blue-background {
	position: fixed;
	top: 0;
	min-height: 100vh;
	width: 100vw;
	background: rgba(1,31,63,0.75);
	z-index: 998;
}

.subs-block .subscribe-cancel {
	color: #011F3F;
}

.down-arrow {
	position: absolute;
    left: calc(50% - 1rem);
    bottom: 1rem;
}

html {
	scroll-behavior: smooth;
}

.site-footer .site-pagination {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 2rem 0;
}


.site-footer .site-pagination .right-pagination {
	justify-self: flex-end;
}

.site-pagination .left-pagination a,
.site-pagination .right-pagination a {;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	text-decoration: none;
}

.site-pagination .left-pagination a img {
	height: 1.5rem;
    margin-right: 1rem;
}

.site-pagination .right-pagination a img {
	height: 1.5rem;
	margin-left: 1rem;
}

.site-pagination .left-pagination p, 
.site-pagination .right-pagination p {
	margin: 0;
}

.site-pagination .up-arrow {
	justify-self: center;
}

.site-pagination .up-arrow img {
	width: 75%;
	cursor: pointer;
}

@media screen and (max-width: 960px) {
	.site-pagination .left-pagination p, .site-pagination .right-pagination p {
		display: none;
	}
}

.certificate-link {
	text-align: right;
}

.icon-scroll:before {
  position: fixed;
  left: 50%;
}

.icon-scroll {
  position: fixed;
  right: 2%;
  top: 50%;
  width: 40px;
  height: 70px;
  margin-left: -20px;
  margin-top: -70px;
  box-shadow: inset 0 0 0 1px black;
  border-radius: 25px;
}

.icon-scroll:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: black;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
	0% {
    	opacity: 1;
	}
	100% {
    	opacity: 0;
    	transform: translateY(46px);
	}
}

.close-block {
	position: absolute;
	z-index: 9999;
	top: 1rem;
	right: 1rem;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.close-block span {
	width: 1.75rem;
    height: 2px;
    background-color: #6DBDC6;
}

.close-block span:first-of-type {
    transform: translatey(13px) rotate(45deg);
}


.close-block span:last-of-type {
    transform: translatey(12px) rotate(-45deg);
}

#wt-cli-accept-all-btn {
	background-color: #011F3F !important;
}

.cli-modal-content.cli-bar-popup, .cli-tab-header {
	border-radius: 0 !important;
}

.wpcf7 a {
	text-transform: none;
	display: inline;
	color: #6DBDC6;
	margin: 0;
	text-decoration: underline;
}

.privacy-policy .video-container {
	display: none;
}

.privacy-policy #masthead {
	min-height: 10rem;
}

.lang-block {
	--boxWidth: 16rem;
	position: fixed;
    top: 0;
    left: calc(50% - var(--boxWidth));
    background: white;
    padding: 3rem 6rem;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 40%);
	z-index: 99999;
}

.lang-block > * {
	border: 2px solid black;
    padding: 1rem 6rem;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.lang-block a {
	color: black;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.lang-block a:first-of-type::after {
	content: '';
	width: 2px;
	height: 1rem;
	background-color: black;
	display: block;
	margin-left: 1rem;
}

@media screen and (max-width: 800px) {
	.lang-block {
		max-width: 95vw;
		padding: 3rem;
		width: 95vw;
	}
	
	.lang-block > * {
		padding: 1rem 2rem;
	}
	
	.lang-block > div a:nth-of-type(1) {
		justify-self: flex-end;
	}
}

.project-list {
    display: grid;
    grid-template-columns: auto 1fr auto;
    position: relative;
    z-index: 9;
    align-items: center;
	justify-items: center;
	margin-bottom: 1rem;
}

.project-list .section-heading {
	margin-bottom: 0;
}

.project-list div:first-of-type, .project-list div:last-of-type {
	display: none;
}

@media screen and (max-width: 800px) {
	.project-list div:first-of-type, .project-list div:last-of-type {
		display: flex;
		width: 50%;
		cursor: pointer;
		justify-content: flex-start;
	}
	
	.project-list div:last-of-type {
		justify-content: flex-end;
	}
}