@charset "UTF-8";
/*!
Theme Name: dsaf.de
Theme URI: http://underscores.me/
Author: Softwareentwicklung
Author URI: https://dsaf.de
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: dsaf
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
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%;
}

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

/* Custom
--------------------------------------------- */
/* *********** */
/* Typographie */
/* *********** */
@font-face {
	font-family: "Sofia W01 UltraLight";
	src: url("./sass/fonts/sofia/Fonts/1446807/03d6e9c8-63d0-4bb4-9f03-225ecc92d0b5.woff2") format("woff2"), url("./sass/fonts/sofia/Fonts/1446807/7deec5d5-c013-43cf-b573-d5656d323f03.woff") format("woff");
}

@font-face {
	font-family: "Sofia W01 Extra Light";
	src: url("./sass/fonts/sofia/Fonts/1446813/3b485b1f-1671-4643-8881-d860c25e479f.woff2") format("woff2"), url("./sass/fonts/sofia/Fonts/1446813/6f8f20de-6458-4121-be65-48f1075f0131.woff") format("woff");
}

@font-face {
	font-family: "Sofia W01 Light1446819";
	src: url("./sass/fonts/sofia/Fonts/1446819/8d11b8a0-868c-4a53-8b26-9f0ccbd58247.woff2") format("woff2"), url("./sass/fonts/sofia/Fonts/1446819/9b976f15-23b7-45cd-ad4b-59c95b2889f9.woff") format("woff");
}

@font-face {
	font-family: "Sofia W01 Regular1446825";
	src: url("./sass/fonts/sofia/Fonts/1446825/8b31e0d7-5f53-45c2-b318-064f0b532543.woff2") format("woff2"), url("./sass/fonts/sofia/Fonts/1446825/476fe015-ab32-40a2-8fed-0a5af9a3bba4.woff") format("woff");
}

@font-face {
	font-family: "Sofia W01 Medium1446831";
	src: url("./sass/fonts/sofia/Fonts/1446831/fe0b48dd-7bb4-4787-913d-eaf613373f35.woff2") format("woff2"), url("./sass/fonts/sofia/Fonts/1446831/d493595c-97d2-4edc-bc9a-c09ad13b4913.woff") format("woff");
}

@font-face {
	font-family: "Sofia W01 Semi Bold";
	src: url("./sass/fonts/sofia/Fonts/1446837/20755c49-19b5-4792-aaf3-27f6b048149a.woff2") format("woff2"), url("./sass/fonts/sofia/Fonts/1446837/7cdc9309-dc21-43e2-a348-c6e3853fe8a9.woff") format("woff");
}

@font-face {
	font-family: "Sofia W01 Bold1446843";
	src: url("./sass/fonts/sofia/Fonts/1446843/80042803-0630-405f-b2d2-af97b4e50b46.woff2") format("woff2"), url("./sass/fonts/sofia/Fonts/1446843/ec41d681-0313-4b04-88c0-820aebb51f4e.woff") format("woff");
}

@font-face {
	font-family: "Sofia W01 Black";
	src: url("./sass/fonts/sofia/Fonts/1446849/fb8331b5-dfd3-496e-9a0e-8afbb5014272.woff2") format("woff2"), url("./sass/fonts/sofia/Fonts/1446849/b65232b3-e982-4cd6-a8ae-4bee2ecdb90d.woff") format("woff");
}

@font-face {
	font-family: "Sofia W01 UltraLight Italic";
	src: url("./sass/fonts/sofia/Fonts/1446855/e5442d63-bacc-4559-9cd3-9e5595665edf.woff2") format("woff2"), url("./sass/fonts/sofia/Fonts/1446855/e006fedf-79f5-404e-80b4-2a3b184e8d31.woff") format("woff");
}

@font-face {
	font-family: "Sofia W01 Extra Light Italic";
	src: url("./sass/fonts/sofia/Fonts/1446861/4cf8ac66-d3f6-40f2-85b7-cc50e152755e.woff2") format("woff2"), url("./sass/fonts/sofia/Fonts/1446861/4626fff0-a1dd-4740-8635-c728d8d22d72.woff") format("woff");
}

@font-face {
	font-family: "Sofia W01 Light Italic1446867";
	src: url("./sass/fonts/sofia/Fonts/1446867/9be1eedf-69e4-4b70-ba74-3b23121fde9c.woff2") format("woff2"), url("./sass/fonts/sofia/Fonts/1446867/461e0a9e-689d-4609-bd34-f2316740e199.woff") format("woff");
}

@font-face {
	font-family: "Sofia W01 Regular Itali1446873";
	src: url("./sass/fonts/sofia/Fonts/1446873/87cd0dd6-3e8b-46f1-b677-ab7644ea015e.woff2") format("woff2"), url("./sass/fonts/sofia/Fonts/1446873/90682d0e-e5df-4a2e-a2ff-6899b8ae8e4b.woff") format("woff");
}

@font-face {
	font-family: "Sofia W01 Medium Italic1446879";
	src: url("./sass/fonts/sofia/Fonts/1446879/9da6ce88-4609-46ec-b6a3-9e8a69f8d053.woff2") format("woff2"), url("./sass/fonts/sofia/Fonts/1446879/44cb396c-a0d9-43f0-a13f-bad6bd335656.woff") format("woff");
}

@font-face {
	font-family: "Sofia W01 Semi Bold Italic";
	src: url("./sass/fonts/sofia/Fonts/1446885/e03d67b8-21d1-471a-a052-5450498e2851.woff2") format("woff2"), url("./sass/fonts/sofia/Fonts/1446885/7e254ac6-68c1-4462-b775-f4064eea9be4.woff") format("woff");
}

@font-face {
	font-family: "Sofia W01 Bold Italic1446891";
	src: url("./sass/fonts/sofia/Fonts/1446891/27f146af-7709-44d9-8b45-d09866bec59f.woff2") format("woff2"), url("./sass/fonts/sofia/Fonts/1446891/5f085bad-f484-4825-8686-d347df989cf2.woff") format("woff");
}

@font-face {
	font-family: "Sofia W01 Black Italic";
	src: url("./sass/fonts/sofia/Fonts/1446897/a530894d-0665-46f3-814a-63a6b8d26f59.woff2") format("woff2"), url("./sass/fonts/sofia/Fonts/1446897/d3520334-6c66-4dbd-af86-5902de1edff1.woff") format("woff");
}

@font-face {
	font-family: Sofia Pro;
	src: url("./sass/fonts/Sofia Pro Medium Az.otf") format("otf");
	font-weight: 400;
}

@font-face {
	font-family: Sofia Pro Bold;
	src: url("./sass/fonts/Sofia Pro Bold Az.otf") format("otf");
	font-weight: 800;
}

body {
	font-family: Sofia W01 Regular1446825, Sofia Pro, sans-serif;
}

strong, h1, h2, h3, h4, h5 {
	font-family: Sofia W01 Bold1446843, Sofia Pro Bold, sans-serif;
}

p {
	font-size: 20px;
}

small {
	font-size: 12px;
}

button, input[type="text"] {
	font-size: 18px;
}

h1 {
	font-size: 55px;
}

h2 {
	font-size: 44px;
}

@media only screen and (max-width: 1200px) {
	h1, h2 {
		font-size: 28px;
	}
	p {
		font-size: 16px;
	}
}

html {
	overflow: scroll;
	overflow-x: hidden;
}

html body.page, html body.post {
	margin: 0;
}

.big-padding-top {
	padding-top: 50px;
}

.pos-rel {
	position: relative;
}

.pos-abs {
	position: absolute;
}

.collapsible .content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	color: #0a1928;
}

.higher-pic {
	bottom: 0;
	right: 0;
}

::-webkit-scrollbar {
	width: 0;
	/* Remove scrollbar space */
	background: transparent;
	/* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
	background: #FF0000;
}

.blue-bg {
	background-color: #0a1928;
	color: white;
}

.grey-bg {
	background-color: #e6ebeb;
	color: black;
}

a.without-decoration {
	text-decoration: none;
}

a.without-decoration:hover, a.without-decoration:focus, a.without-decoration:active, a.without-decoration:visited {
	text-decoration: none;
}

.fa.search-top {
	position: absolute;
	font-size: 25px;
	left: 0px;
	color: #0a1928;
	cursor: pointer;
	float: right;
	padding: 15px 10px;
	line-height: 1.75em;
}

.search-form .search-wrap input {
	font-size: 16px;
	padding: 15px 10px 15px 45px;
	border-radius: 25px;
	border: none;
	background-color: #e6ebeb;
	width: 100%;
}

[class^="no-color-change-"] {
	background-color: pink;
}

[class^="no-color-change-"].no-color-change-black {
	color: black !important;
}

[class^="no-color-change-"].no-color-change-black:hover, [class^="no-color-change-"].no-color-change-black:focus, [class^="no-color-change-"].no-color-change-black:active, [class^="no-color-change-"].no-color-change-black:visited {
	color: black !important;
}

.editor-hint {
	background-color: red;
	color: white;
	font-weight: bolder;
}

.inner-wrap {
	margin: 0 auto;
	max-width: 85vw;
}

.decent-wrap {
	margin: 0 auto;
	max-width: 72vw;
}

.strong-wrap {
	margin: 0 auto;
	max-width: 55vw;
}

.animate-logo {
	background-image: url("public/svg/logo_new.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

.animate-logo.animate-logo-left {
	background-position: left;
}

.animate-logo.animate-logo-right {
	background-position: right;
}

.animate-logo-light {
	background-image: url("public/svg/logo_new_light.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

.animate-logo-light.animate-logo-left {
	background-position: left;
}

.animate-logo-light.animate-logo-right {
	background-position: right;
}

.dsaf-button {
	border-color: #00c8ff;
	background-color: #00c8ff;
}

.square {
	position: relative;
	width: 100%;
}

.square:after {
	content: "";
	display: block;
}

.dsaf-empty-button {
	border-color: #00c8ff;
	background-color: transparent;
}

a.post-edit-link {
	text-decoration: none;
	color: #00c8ff;
}

a.post-edit-link:hover, a.post-edit-link:active, a.post-edit-link:visited, a.post-edit-link:focus {
	text-decoration: none;
}

.tags-links a {
	text-decoration: none;
	text-transform: uppercase;
}

.tags-links a:before {
	content: "#";
}

.column-10 {
	flex-basis: 10%;
}

.column-20 {
	flex-basis: 20%;
}

.column-30 {
	flex-basis: 30%;
}

.column-40 {
	flex-basis: 40%;
}

.column-60 {
	flex-basis: 60%;
}

.column-70 {
	flex-basis: 70%;
}

.column-80 {
	flex-basis: 80%;
}

.column-90 {
	flex-basis: 90%;
}

.checkedBubble {
	position: relative;
	border-radius: 23px;
	padding: 5px 10px;
	color: white;
	background-color: #00c8ff;
}

.checkedBubble:before {
	content: "✓";
	position: absolute;
	left: -10px;
	border: 2em 2em 0 2em;
	background-color: #00c8ff;
	color: white;
}

.dsaf-bubble-bg {
	background: url("public/svg/bubble_blue.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: grid;
	place-items: center;
}

.taped-content {
	/* Style the tab */
	/* Style the buttons that are used to open the tab content */
	/* Change background color of buttons on hover */
	/* Create an active/current tablink class */
	/* Style the tab content */
	/* Go from zero to full opacity */
}

.taped-content .tab {
	overflow: hidden;
	border: 1px solid #ccc;
}

.taped-content .tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
}

.taped-content .tab button:hover {
	background-color: #ddd;
}

.taped-content .tab button.active {
	background-color: #ccc;
}

.taped-content .tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}

.taped-content .tabcontent {
	animation: fadeEffect 1s;
	/* Fading effect takes 1 second */
}

@keyframes fadeEffect {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.justAsk {
	min-height: 792px;
	padding: 60px;
	position: relative;
	background-image: url(public/img/robbie_ask.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	background-position-y: 70px;
}

.justAsk .robbie > div {
	width: 493px;
	height: 319px;
}

.justAsk .robbie .button-like {
	font-size: 44px;
}

.justAsk .inner-wrap {
	position: relative;
}

.justAsk input[type="text"] {
	background-color: transparent;
	border: 2px solid #00c8ff;
	border-radius: 40px;
	padding: 5px 10px;
	color: white;
	height: 40px;
	width: 100%;
}

.justAsk input[type="text"]::placeholder {
	font-size: 80%;
	padding: 10px 5px;
}

.justAsk button {
	border-radius: 40px;
	border-color: #00c8ff;
	background-color: #00c8ff;
	color: white;
	font-size: 80%;
	height: 40px;
	width: 100%;
}

.justAsk img {
	z-index: 101;
	position: absolute;
	max-height: 100%;
	height: auto;
	width: auto;
	right: 0;
	bottom: -10%;
	padding-right: 10vw;
}

.justAsk .wp-block-columns {
	margin-bottom: 0;
	width: 95%;
}

.justAsk .dsaf-frame {
	border: 10px solid #00c8ff;
	border-radius: 2em 2em 0 2em;
	border-radius: 162px 162px 0 162px;
	width: 493px;
	height: 319px;
	padding: 20px;
}

.justAsk .dsaf-frame h3 {
	margin-bottom: 5%;
}

.justAsk span.button-like {
	text-align: center;
	color: #00c8ff;
	background-color: white;
	border-radius: 15px;
	padding: 2% 20%;
	width: 100%;
}

#logo_container .site-title {
	padding: 3em;
}

#logo_container .site-title a, #logo_container .site-title a:hover, #logo_container .site-title a:focus, #logo_container .site-title a:active {
	color: black;
	text-decoration: none;
}

header#masthead {
	padding: 20px 0;
	min-height: 100px;
	box-shadow: 0 3pt 6px 0 #00000029;
}

header#masthead #header-text-nav-wrap {
	display: flex;
	align-items: end;
}

header#masthead #header-text-nav-wrap [class^="box-"] {
	flex: 5;
}

header#masthead #header-text-nav-wrap .box-logo {
	flex: 1;
}

header#masthead #main-navigation-search-form {
	line-height: 75px;
}

header#masthead #main-navigation-search-form button {
	display: none;
}

.clearfix {
	display: block;
}

.main-navigation {
	width: 48vw;
}

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

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

#header-middle-section {
	margin-right: 25px;
}

#header-logo-image {
	position: relative;
}

#header-logo-image #big-logo img {
	height: 50px;
	width: auto;
	padding-left: 23px;
}

#header-logo-image #site-title {
	margin-top: 5px;
	height: 20px;
	width: 80px;
	position: absolute;
	bottom: -10;
}

@media screen and (max-width: 1200px) {
	#header-logo-image #big-logo img {
		padding-left: 0;
	}
}

#site-navigation li > ul, #site-navigation li > ol {
	margin: 0;
	list-style: none;
}

#site-navigation ul li a {
	color: #0a1928;
	font-size: 16px;
	font-weight: bold;
}

#site-navigation ul li a:hover, #site-navigation ul li a:active, #site-navigation ul li a:focus, #site-navigation ul li a:visited {
	color: #0a1928;
	text-decoration: none;
}

#site-navigation ul li.current-menu-item > a {
	color: #00c8ff;
}

#site-navigation li {
	position: relative;
	padding-left: 2px;
	min-width: fit-content;
	margin-right: 1.8vw;
}

#site-navigation li > a {
	line-height: 75px;
	height: 75px;
}

#site-navigation .main-navigation li.default-menu,
#site-navigation .main-navigation li.default-menu {
	display: none;
}

#site-navigation .main-navigation a {
	color: #0a1928;
	display: block;
}

.search-form {
	line-height: 75px;
}

.search-form .fa-search:before {
	line-height: 75px;
}

.search-form button {
	display: none;
}

/* =RESPONSIVE STRUCTURE
----------------------------------------------- */
@media screen and (max-width: 1500px) {
	.no_sidebar_full_width #primary .entry-content > .alignwide,
	.no_sidebar_content_centered #primary .entry-content > .alignwide {
		margin-left: -30px;
		margin-right: -30px;
	}
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
	.no_sidebar_content_centered.boxed #primary .entry-content > .alignfull {
		margin-left: -30px;
		margin-right: -30px;
	}
}

@media screen and (max-width: 1308px) {
	#page {
		width: 97%;
	}
	.wide #page {
		width: 100%;
	}
	.inner-wrap {
		width: 94%;
	}
}

@media screen and (max-width: 1078px) {
	body {
		padding: 15px 0;
	}
	#featured-slider .entry-container {
		max-width: 60%;
	}
	.call-to-action-content {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.call-to-action-button {
		width: 93%;
	}
	.footer-socket-wrapper .copyright {
		max-width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}
	.footer-socket-wrapper .small-menu {
		text-align: center;
	}
	.footer-socket-wrapper .small-menu li {
		display: inline;
	}
	.footer-socket-wrapper .small-menu a {
		display: inline;
		padding: 5px 5px 0;
	}
	.small-menu li.default-menu, li.default-menu {
		display: none;
	}
	.no_sidebar_full_width #primary .entry-content > .alignwide {
		margin-left: -10px;
		margin-right: -10px;
	}
}

@media screen and (max-width: 1078px) and (min-width: 768px) {
	.no_sidebar_full_width.boxed #primary .entry-content > .alignfull,
	.no_sidebar_content_centered.boxed #primary .entry-content > .alignfull {
		margin-left: -25px;
		margin-right: -25px;
	}
}

@media screen and (max-width: 768px) {
	.no_sidebar_content_centered #primary .entry-content > .alignwide {
		margin-left: -10px;
		margin-right: -10px;
	}
	.no_sidebar_full_width.boxed #primary .entry-content > .alignfull,
	.no_sidebar_content_centered.boxed #primary .entry-content > .alignfull {
		margin-left: -20px;
		margin-right: -20px;
	}
	#primary, #secondary {
		width: 100%;
		margin: 0;
	}
	#featured-slider .entry-container {
		max-width: 70%;
	}
	#featured-slider .entry-description-container {
		padding: 5px 10px;
	}
	#featured-slider .slider-title-head {
		margin-bottom: 0;
	}
	#featured-slider .entry-title span {
		font-size: 18px;
		line-height: 1.4;
	}
	#featured-slider .entry-content p {
		font-size: 14px;
		line-height: 1.4;
	}
	#featured-slider .slider-read-more-button {
		font-size: 14px;
		padding: 5px 10px;
	}
}

@media screen and (max-width: 767px) {
	#header-logo-image {
		max-height: 80px;
		max-width: 80px;
	}
	#header-logo-image #site-title {
		display: block;
	}
	.tg-one-half, .tg-one-third, .tg-one-fourth {
		width: 100%;
		margin: 0;
	}
	#primary, #secondary {
		float: none;
		width: 100%;
		margin: 0;
	}
	.left_sidebar #tertiary {
		width: 100%;
	}
	.both_sidebar #primary,
	.both_sidebar #secondary,
	.both_sidebar #content,
	.both_sidebar #tertiary {
		width: 100%;
	}
	.menu-toggle,
	.main-navigation.toggled .menu-primary-container {
		display: block;
		cursor: pointer;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation {
		padding-top: 0;
	}
	.menu-toggle:before {
		color: black;
		content: "Menü";
		font-size: 22px;
		float: right;
		padding-top: 22px;
		padding-right: 8px;
	}
	.one-page-menu-active .menu-toggle:before {
		top: -17px;
	}
	.menu-primary-container {
		clear: both;
	}
	.menu-primary-container > ul > li > a,
	.menu > ul > li > a {
		line-height: 50px;
		height: 88px;
	}
	.menu-primary-container ul ul li {
		padding-right: 0;
	}
	.menu-primary-container > ul > li > a,
	.menu > ul > li > a {
		height: auto;
		line-height: 1;
	}
	#masthead .menu-primary-container li a {
		border-bottom: 1px solid #444444;
		color: #d5d5d5;
		display: block;
		font-size: 16px;
		padding: 10px 0;
		width: auto;
		height: auto;
		line-height: 24px;
	}
	.better-responsive-menu .menu li .sub-toggle,
	.better-responsive-menu .menu li ul li .sub-toggle {
		right: 15px;
		top: 8px;
		background-color: #4cb0c6;
		line-height: 20px;
		width: 20px;
		height: 20px;
		text-align: center;
		cursor: pointer;
		color: #ffffff;
		font-size: 14px;
		transform: none;
	}
	.better-responsive-menu .menu li .sub-toggle .fa,
	.better-responsive-menu .menu li:hover .sub-toggle .fa {
		color: #ffffff !important;
	}
	.better-responsive-menu .menu li ul li .sub-toggle {
		transform: none;
	}
	.better-responsive-menu .menu li .sub-toggle:hover {
		background-color: #3a9eb4;
	}
	.better-responsive-menu #site-navigation {
		position: relative;
	}
	.better-responsive-menu .main-navigation ul.menu,
	.better-responsive-menu .main-small-navigation ul.menu {
		background-color: #303440;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 9;
	}
	.better-responsive-menu .main-navigation ul li ul {
		position: unset;
		width: 100%;
	}
	.better-responsive-menu .main-navigation ul li ul li {
		border: none;
	}
	.better-responsive-menu .main-navigation li,
	.better-responsive-menu .main-small-navigation li {
		text-align: left;
		position: relative;
		width: 100%;
		padding: 0;
	}
	.better-responsive-menu .main-navigation ul li:hover ul,
	.better-responsive-menu .main-navigation ul ul li:hover ul,
	.better-responsive-menu .main-navigation ul ul ul li:hover ul,
	.better-responsive-menu .main-navigation ul ul ul ul li:hover ul,
	.better-responsive-menu .main-navigation ul ul ul ul ul li:hover ul {
		display: none;
	}
	.better-responsive-menu .main-navigation ul li ul,
	.better-responsive-menu .main-navigation ul li:hover ul ul,
	.better-responsive-menu .main-navigation ul ul li:hover ul ul,
	.better-responsive-menu .main-navigation ul ul ul li:hover ul ul,
	.better-responsive-menu .main-navigation ul ul ul ul li:hover ul ul {
		box-shadow: none;
		background-color: rgba(0, 0, 0, 0);
	}
	.better-responsive-menu .main-navigation ul li ul::before {
		display: none;
	}
	.better-responsive-menu #masthead .main-navigation ul li ul li a {
		padding-left: 20px;
	}
	.better-responsive-menu #masthead .main-navigation ul li ul li ul li a {
		padding-left: 40px;
	}
	.no_sidebar_content_centered #primary .entry-content > .alignwide {
		margin-left: -10px;
		margin-right: -10px;
	}
}

@media screen and (max-width: 600px) {
	#featured-wide-slider .slider-title-head .entry-title a {
		font-size: 24px;
	}
	#featured-wide-slider .entry-content p {
		font-size: 16px;
		margin-top: 0;
		margin-bottom: 0;
	}
	#featured-wide-slider .slider-read-more-button a {
		padding: 6px 20px;
		font-size: 14px;
	}
	a.slide-prev, a.slide-next {
		padding: 6px 14px;
	}
	a.slide-next {
		right: 1%;
	}
	a.slide-prev {
		left: 1%;
	}
	.no_sidebar_full_width #primary .entry-content > .alignwide,
	.no_sidebar_content_centered #primary .entry-content > .alignwide {
		margin-left: 0;
		margin-right: 0;
	}
	.no_sidebar_full_width.boxed #primary .entry-content > .alignfull,
	.no_sidebar_content_centered.boxed #primary .entry-content > .alignfull {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (max-width: 420px) {
	#page {
		width: 97%;
	}
	.inner-wrap {
		width: 95%;
	}
	#featured-slider .entry-content, #featured-slider .slider-read-more-button {
		display: none;
	}
}

#site-navigation {
	position: relative;
}

#site-navigation .sub-menu {
	position: absolute;
	background-color: white;
	display: block;
	font-size: 60%;
	top: 55px;
}

#site-navigation .sub-menu li {
	z-index: 101;
	padding: 0 0 0 2px;
	line-height: 0;
	margin-right: 0;
}

#site-navigation .sub-menu li > a {
	line-height: initial;
	height: 30px;
}

.menu-toggle {
	margin-bottom: 0;
}

.menu-toggle:before {
	font-size: 35px;
	padding: 0;
	color: #0a1928;
}

#main-navigation-social-form {
	padding-left: 15px;
}

#main-navigation-social-form a {
	color: #0a1928;
	font-size: 24px;
	padding: 5px;
	line-height: 75px;
	text-decoration: none;
}

#main-navigation-social-form a:hover, #main-navigation-social-form a:active, #main-navigation-social-form a:visited, #main-navigation-social-form a:focus {
	color: #0a1928;
	text-decoration: none;
}

#main-navigation-social-form a img[id^="header-"] {
	height: 1em;
	width: 1em;
}

#main-navigation-search-form {
	position: relative;
	width: 13vw;
}

body #page {
	width: 100% !important;
}

body .page {
	margin-bottom: 0;
}

#home_01 {
	height: fit-content;
	padding: 4vw 0;
}

#home_01 .big-padding-top {
	padding-top: 50px;
}

#home_01 input[type="text"] {
	background-color: transparent;
	border: 2px solid #00c8ff;
	border-radius: 40px;
	padding: 5px 10px;
	color: white;
	height: 40px;
	width: 70%;
}

#home_01 input[type="text"]::placeholder {
	font-size: 80%;
	padding: 10px 5px;
}

#home_01 button {
	border-radius: 40px;
	border-color: #00c8ff;
	padding: 10px 5px;
	background-color: #00c8ff;
	color: white;
	margin-left: 20px;
	font-size: 80%;
	height: 40px;
	width: 70%;
}

#home_01 .tree-pics {
	position: relative;
	width: 668px;
	height: auto;
}

#home_01 .tree-pics #home_sec01_img01 {
	border-radius: 115px 115px 115px 0;
	position: absolute;
	height: 346px;
	width: 346px;
	object-fit: cover;
	z-index: 103;
	bottom: 0;
	left: 0;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

#home_01 .tree-pics #home_background_img_01 {
	position: absolute;
	border-radius: 115px 115px 115px 0;
	background-color: #00c8ff;
	height: 346px;
	width: 346px;
	z-index: 102;
	bottom: 20px;
	left: 20px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

#home_01 .tree-pics #home_sec01_img02 {
	border-radius: 87px 87px 0 87px;
	position: absolute;
	height: 265px;
	width: 265px;
	object-fit: cover;
	z-index: 103;
	bottom: 283px;
	left: 370px;
}

#home_01 .tree-pics #home_background_img_02 {
	position: absolute;
	border-radius: 87px 87px 0 87px;
	background-color: #00c8ff;
	height: 265px;
	width: 265px;
	z-index: 102;
	bottom: 263px;
	left: 350px;
}

#home_01 .tree-pics #home_sec01_img03 {
	border-radius: 51.81px 51.81px 51.81px 0;
	position: absolute;
	height: 157px;
	width: 157px;
	object-fit: cover;
	z-index: 103;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	bottom: 14px;
	left: 510px;
}

#home_01 .tree-pics #home_background_img_03 {
	position: absolute;
	border-radius: 51.81px 51.81px 51.81px 0;
	background-color: #00c8ff;
	height: 157px;
	width: 157px;
	z-index: 102;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	bottom: 0px;
	left: 490px;
}

#home_02 {
	padding: 105px 0 43px 0;
}

#home_02 h2 {
	text-align: center;
	margin-bottom: 5vw;
}

#home_02 figure {
	align-items: center;
	text-align: center;
}

#home_02 .slick-slide {
	height: 200px;
}

#home_02 .slick-slide:active {
	outline: none;
}

#home_02 .slick-dots li button {
	background: url("public/svg/bubble.svg");
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	background-size: 20px;
	text-indent: -9999px;
	overflow: hidden;
}

#home_02 .slick-dots li.slick-active button {
	background: url("public/svg/bubble_blue.svg");
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	background-size: 20px;
	text-indent: -9999px;
	overflow: hidden;
}

#home_02 img[src$="bubble.svg"] {
	height: 20px;
	width: 20px;
}

@media screen and (max-width: 1200px) {
	#home_02 .slick-slide {
		height: 115px;
	}
}

#home_03 {
	padding: 43px 0;
}

#home_03 .topping {
	margin: 0 auto;
	max-width: 70%;
}

#home_03 .topping h2 {
	margin: 10px 0;
}

#home_03 .dsaf-frame {
	border: 4px solid #00c8ff;
	border-radius: 2em 2em 0 2em;
}

#home_03 .dsaf-frame h4 {
	word-break: break-word;
	font-size: 20px;
	margin-bottom: 5px;
}

#home_03 .dsaf-frame p {
	font-size: 12px;
}

#home_03 .square {
	position: relative;
	width: 290px;
	height: 290px;
	margin: 0 auto;
	border-radius: 95px 95px 0 95px;
	display: grid;
	place-items: center;
}

#home_03 .square:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

#home_03 .middle {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 25px 3px 25px 33px;
}

#home_03 .middle > div {
	padding: 0 10px;
	text-align: left;
}

#home_03 .middle > div h4, #home_03 .middle > div p {
	max-width: 95%;
	margin: 0 auto;
}

#home_03 .middle figure {
	margin-bottom: 20px;
}

#home_03 button {
	margin: 30px 0;
	border-radius: 40px;
	border-color: #00c8ff;
	padding: 10px 5px;
	background-color: transparent;
	color: white;
	font-size: 18px;
	height: 37px;
	width: 189px;
}

#home_03 img[id^='home_sec03_'] {
	height: 114px;
	width: 105px;
	margin: 0 auto;
}

#home_04 h2 {
	margin-bottom: 20px;
}

#home_04 .wp-block-media-text__media {
	background-image: url("public/img/44.jpg");
	background-position: 50% 50%;
}

#home_04 .wp-block-button__link {
	border-color: #00c8ff;
	background-color: #00c8ff;
}

#home_04 .wp-block-media-text__content {
	padding: 30px 30px 30px 156px;
}

#home_04 .small-images .middle:after {
	content: '';
	position: absolute;
	border-radius: 2em 2em 2em 0;
	height: 117px;
	width: 117px;
	top: 10px;
	left: 40px;
	right: -10px;
	bottom: -10px;
	background: #00c8ff;
	padding-bottom: 0;
	z-index: -1;
}

#home_04 .small-images > div:nth-of-type(even) .middle:after {
	background: #0a1928;
}

#home_04 .small-images img[id^="home_sec04_"] {
	border-radius: 2em 2em 2em 0;
	width: 117px;
	height: 117px;
	object-fit: cover;
	height: 117px;
	width: 117px;
}

#home_05 {
	padding: 3vh 0;
	min-height: 40vh;
}

#home_05 .slick-container-single {
	min-height: 40vh;
}

#home_05 .slick-container-single > div h2, #home_05 .slick-container-single > div p {
	padding-left: 10vw;
}

#home_05 .slick-container-single > div p {
	word-break: break-word;
	color: #00c8ff;
	font-size: 44px;
	line-height: 1;
	max-width: 70vw;
}

#home_05 .slick-slide {
	height: max-content;
	min-height: 40vh;
	padding: 165px 0;
}

#home_05 .slick-slide:active {
	outline: none;
}

#home_05 .slick-dots li button {
	background: url("public/svg/bubble.svg");
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	background-size: 20px;
	text-indent: -9999px;
	overflow: hidden;
}

#home_05 .slick-dots li.slick-active button {
	background: url("public/svg/bubble_blue.svg");
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	background-size: 20px;
	text-indent: -9999px;
	overflow: hidden;
}

#home_06 {
	min-height: 792px;
	padding: 60px;
	position: relative;
	background-image: url(public/img/robbie_ask.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	background-position-y: bottom;
}

#home_06 .robbie > div {
	width: 493px;
	height: 319px;
}

#home_06 .robbie .button-like {
	font-size: 44px;
}

#home_06 .inner-wrap {
	position: relative;
}

#home_06 input[type="text"] {
	background-color: transparent;
	border: 2px solid #00c8ff;
	border-radius: 40px;
	padding: 5px 10px;
	color: white;
	height: 40px;
	width: 100%;
}

#home_06 input[type="text"]::placeholder {
	font-size: 80%;
	padding: 10px 5px;
}

#home_06 button {
	border-radius: 40px;
	border-color: #00c8ff;
	background-color: #00c8ff;
	color: white;
	font-size: 80%;
	height: 40px;
	width: 100%;
}

#home_06 img {
	z-index: 101;
	position: absolute;
	max-height: 100%;
	height: auto;
	width: auto;
	right: 0;
	bottom: -10%;
	padding-right: 10vw;
}

#home_06 .wp-block-columns {
	margin-bottom: 0;
	width: 95%;
}

#home_06 .dsaf-frame {
	border: 10px solid #00c8ff;
	border-radius: 2em 2em 0 2em;
	border-radius: 162px 162px 0 162px;
	width: 493px;
	height: 319px;
	padding: 20px;
}

#home_06 .dsaf-frame h3 {
	margin-bottom: 5%;
}

#home_06 span.button-like {
	text-align: center;
	color: #00c8ff;
	background-color: white;
	border-radius: 15px;
	padding: 2% 20%;
	width: 100%;
}

#solution_01 {
	padding: 23px 0;
}

#solution_01 .inner-wrap {
	min-height: 792px;
}

#solution_01 .wp-block-column:first-of-type {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#solution_01 .wp-block-column:first-of-type h1 {
	color: #00c8ff;
}

#solution_01 .wp-block-column:last-of-type {
	position: relative;
}

#solution_01 .text-bubbles {
	min-height: 792px;
}

#solution_01 .text-bubbles .text-bubble {
	position: absolute;
	display: inline-flex;
}

#solution_01 .text-bubbles .text-bubble:nth-of-type(1) {
	top: 90px;
	right: 180px;
}

#solution_01 .text-bubbles .text-bubble:nth-of-type(1) div {
	font-size: 20px;
	display: inline-block;
	background-color: #00c8ff;
	opacity: .24;
	padding: 5px 0;
	border-radius: 23px;
	width: 213px;
}

#solution_01 .text-bubbles .text-bubble:nth-of-type(1):before {
	position: relative;
	background-color: #00c8ff;
	opacity: .24;
	left: -22.55px;
	content: "✓";
	padding: 8px 14px;
	border-radius: 15px 15px 0 15px;
}

#solution_01 .text-bubbles .text-bubble:nth-of-type(2) {
	top: 147px;
	right: 154px;
}

#solution_01 .text-bubbles .text-bubble:nth-of-type(2) div {
	font-size: 20px;
	width: 292px;
	border-radius: 23px;
	padding: 5px 0;
	background-color: #00c8ff;
	display: flex;
	align-items: center;
	justify-content: center;
}

#solution_01 .text-bubbles .text-bubble:nth-of-type(2):before {
	position: relative;
	font-size: 24px;
	background-color: #00c8ff;
	left: -22.55px;
	content: "✓";
	padding: 8px 14px;
	border-radius: 15px 15px 0 15px;
}

#solution_01 .text-bubbles .text-bubble:nth-of-type(3) {
	top: 219px;
	right: 218px;
}

#solution_01 .text-bubbles .text-bubble:nth-of-type(3) div {
	font-size: 20px;
	display: inline-block;
	background-color: #00c8ff;
	opacity: .24;
	padding: 5px 0;
	border-radius: 23px;
	width: 213px;
}

#solution_01 .text-bubbles .text-bubble:nth-of-type(3):before {
	position: relative;
	background-color: #00c8ff;
	opacity: .24;
	left: -22.55px;
	content: "✓";
	padding: 8px 14px;
	border-radius: 15px 15px 0 15px;
}

#solution_01 .text-bubbles .text-bubble:nth-of-type(4) {
	top: 333px;
	right: 334px;
}

#solution_01 .text-bubbles .text-bubble:nth-of-type(4) div {
	font-size: 20px;
	width: 242px;
	border-radius: 23px;
	padding: 5px 0;
	background-color: #00c8ff;
	opacity: .55;
	display: flex;
	align-items: center;
	justify-content: center;
}

#solution_01 .text-bubbles .text-bubble:nth-of-type(4):before {
	position: relative;
	font-size: 24px;
	background-color: #00c8ff;
	opacity: .55;
	left: -22.55px;
	content: "✓";
	padding: 8px 14px;
	border-radius: 15px 15px 0 15px;
}

#solution_01 .text-bubbles .text-bubble:nth-of-type(5) {
	top: 448px;
	right: 287px;
}

#solution_01 .text-bubbles .text-bubble:nth-of-type(5) div {
	font-size: 20px;
	width: 362px;
	border-radius: 23px;
	padding: 5px 0;
	background-color: #00c8ff;
	display: flex;
	align-items: center;
	justify-content: center;
}

#solution_01 .text-bubbles .text-bubble:nth-of-type(5):before {
	position: relative;
	font-size: 24px;
	background-color: #00c8ff;
	left: -22.55px;
	content: "✓";
	padding: 8px 14px;
	border-radius: 15px 15px 0 15px;
}

#solution_01 .text-bubbles .text-bubble:nth-of-type(6) {
	top: 556px;
	right: 236px;
}

#solution_01 .text-bubbles .text-bubble:nth-of-type(6) div {
	font-size: 20px;
	width: 286px;
	border-radius: 23px;
	padding: 5px 0;
	background-color: #00c8ff;
	opacity: .55;
	display: flex;
	align-items: center;
	justify-content: center;
}

#solution_01 .text-bubbles .text-bubble:nth-of-type(6):before {
	position: relative;
	font-size: 24px;
	background-color: #00c8ff;
	opacity: .55;
	left: -22.55px;
	content: "✓";
	padding: 8px 14px;
	border-radius: 15px 15px 0 15px;
}

#solution_01 .text-bubbles .text-bubble:nth-of-type(7) {
	top: 651px;
	right: 251px;
}

#solution_01 .text-bubbles .text-bubble:nth-of-type(7) div {
	font-size: 20px;
	width: 168px;
	border-radius: 23px;
	padding: 5px 0;
	background-color: #00c8ff;
	opacity: .24;
	display: flex;
	align-items: center;
	justify-content: center;
}

#solution_01 .text-bubbles .text-bubble:nth-of-type(7):before {
	position: relative;
	font-size: 10px;
	background-color: #00c8ff;
	opacity: .24;
	left: -22.55px;
	content: "✓";
	padding: 8px 14px;
	border-radius: 7px 7px 0 7px;
}

#solution_01 .text-bubbles .text-bubble:nth-of-type(8) {
	top: 712px;
	right: 267px;
}

#solution_01 .text-bubbles .text-bubble:nth-of-type(8) div {
	font-size: 41px;
	font-weight: bold;
	width: 308px;
	border-radius: 23px;
	padding: 5px 0;
	background-color: #00c8ff;
	display: flex;
	align-items: center;
	justify-content: center;
}

#solution_01 .text-bubbles .text-bubble:nth-of-type(8):before {
	position: relative;
	font-size: 41px;
	background-color: #00c8ff;
	left: -22.55px;
	content: "✓";
	padding: 8px 14px;
	border-radius: 15px 15px 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

#solution_02 {
	padding: 56px 0;
}

#solution_02 h2 {
	margin-bottom: 18px;
}

#solution_02 p {
	max-width: 743px;
	margin: 0 auto;
}

#solution_03 {
	padding: 121px;
}

#solution_03 h2 {
	max-width: 548px;
	margin-bottom: 9px;
}

#solution_03 p {
	max-width: 532px;
}

#solution_03 .column-40 {
	position: relative;
}

#solution_03 .column-40 figure {
	position: relative;
}

#solution_03 .column-40 figure:after {
	content: '';
	position: absolute;
	height: 326px;
	width: 326px;
	top: 20px;
	left: -25px;
	right: -10px;
	bottom: -10px;
	background: #00c8ff;
	padding-bottom: 0;
	border-radius: 107px 107px 0 107px;
	z-index: 100;
}

#solution_03 .column-40 img {
	height: 326px;
	width: 326px;
	border-radius: 107px 107px 0 107px;
	object-fit: cover;
	position: relative;
	z-index: 101;
}

#solution_03 .strong-wrap > div:not(:last-of-type) {
	margin-bottom: 81px;
}

#solution_04 {
	padding: 20px 0;
}

#solution_04 .tabs {
	border-radius: 8px;
	overflow: hidden;
}

#solution_04 .tab {
	width: 100%;
	color: white;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 8px;
}

#solution_04 .tab > div > br, #solution_04 .tab > div > p, #solution_04 .tab > div + p {
	display: none;
}

#solution_04 .tab input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

#solution_04 .tab-label {
	display: flex;
	justify-content: space-between;
	padding: 1em;
	background: white;
	color: #0a1928;
	font-weight: 800;
	cursor: pointer;
	/* Icon */
}

#solution_04 .tab-label:hover {
	background: #e6e6e6;
}

#solution_04 .tab-label::after {
	content: "\276F";
	width: 1em;
	height: 1em;
	text-align: center;
	transition: all .35s;
}

#solution_04 .tab-content {
	max-height: 0;
	padding: 0 1em;
	color: #0a1928;
	background: white;
	transition: all .35s;
}

#solution_04 .tab-close {
	display: flex;
	justify-content: flex-end;
	padding: 1em;
	font-size: 0.75em;
	background: white;
	cursor: pointer;
}

#solution_04 .tab-close:hover {
	background: #e6e6e6;
}

#solution_04 input:checked + .tab-label {
	background: #e6e6e6;
}

#solution_04 input:checked + .tab-label::after {
	transform: rotate(90deg);
}

#solution_04 input:checked ~ .tab-content {
	max-height: 100vh;
	padding: 1em;
}

#solution_04 .higher-pic img {
	border-radius: 2em 2em 0 2em;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#products_01 h1 {
	color: #00c8ff;
}

#products_01 .tree-icons {
	position: relative;
}

#products_01 .tree-icons .iconContainer {
	height: 30%;
	width: 30%;
	position: absolute;
}

#products_01 .tree-icons img {
	height: 50px;
	width: 50px;
	fill: #00c8ff;
	stroke: #00c8ff;
}

#bots_04 .strong-wrap {
	margin: 0;
	max-width: initial;
	padding-left: 22.5vw;
}

#bots_04 .tabs {
	display: flex;
	flex-wrap: wrap;
}

#bots_04 .tabs > * {
	flex: 1 1 429px;
	padding: 11px 18px 0 18px;
	margin: 0 34px 18px 0;
}

#tt_04 {
	background-image: url("public/img/24.jpg");
	background-repeat: no-repeat;
}

#credentials_03 .cd-horizontal-timeline {
	opacity: 0;
	margin: 2em auto;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

#credentials_03 .cd-horizontal-timeline::before {
	/* never visible - this is used in jQuery to check the current MQ */
	content: 'mobile';
	display: none;
}

#credentials_03 .cd-horizontal-timeline.loaded {
	/* show the timeline after events position has been set (using JavaScript) */
	opacity: 1;
}

#credentials_03 .cd-horizontal-timeline .timeline {
	position: relative;
	height: 100px;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

#credentials_03 .cd-horizontal-timeline .events-wrapper {
	position: relative;
	height: 100%;
	margin: 0 40px;
	overflow: hidden;
}

#credentials_03 .cd-horizontal-timeline .events-wrapper::after, #credentials_03 .cd-horizontal-timeline .events-wrapper::before {
	/* these are used to create a shadow effect at the sides of the timeline */
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	height: 100%;
	width: 20px;
}

#credentials_03 .cd-horizontal-timeline .events-wrapper::before {
	left: 0;
	background-image: -webkit-linear-gradient(left, #f8f8f8, rgba(248, 248, 248, 0));
	background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}

#credentials_03 .cd-horizontal-timeline .events-wrapper::after {
	right: 0;
	background-image: -webkit-linear-gradient(right, #f8f8f8, rgba(248, 248, 248, 0));
	background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}

#credentials_03 .cd-horizontal-timeline .events {
	/* this is the grey line/timeline */
	position: absolute;
	z-index: 1;
	left: 0;
	top: 49px;
	height: 2px;
	/* width will be set using JavaScript */
	background: #dfdfdf;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

#credentials_03 .cd-horizontal-timeline .filling-line {
	/* this is used to create the green line filling the timeline */
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #0099ff;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

#credentials_03 .cd-horizontal-timeline .events a {
	position: absolute;
	bottom: 0;
	z-index: 2;
	text-align: center;
	font-size: 1.3rem;
	padding-bottom: 15px;
	color: #383838;
	/* fix bug on Safari - text flickering while timeline translates */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

#credentials_03 .cd-horizontal-timeline .events a::after {
	/* this is used to create the event spot */
	content: '';
	position: absolute;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -5px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	border: 2px solid #dfdfdf;
	background-color: #f8f8f8;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	-moz-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
}

#credentials_03 .no-touch .cd-horizontal-timeline .events a:hover::after {
	background-color: #0099ff;
	border-color: #0099ff;
}

#credentials_03 .cd-horizontal-timeline .events a.selected {
	pointer-events: none;
}

#credentials_03 .cd-horizontal-timeline .events a.selected::after {
	background-color: #0099ff;
	border-color: #0099ff;
}

#credentials_03 .cd-horizontal-timeline .events a.older-event::after {
	border-color: #0099ff;
}

@media only screen and (min-width: 1100px) {
	#credentials_03 .cd-horizontal-timeline {
		margin: 6em auto;
	}
	#credentials_03 .cd-horizontal-timeline::before {
		/* never visible - this is used in jQuery to check the current MQ */
		content: 'desktop';
	}
}

#credentials_03 .cd-timeline-navigation a {
	/* these are the left/right arrows to navigate the timeline */
	position: absolute;
	z-index: 1;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 34px;
	width: 34px;
	border-radius: 50%;
	border: 2px solid #dfdfdf;
	/* replace text with an icon */
	overflow: hidden;
	color: transparent;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

#credentials_03 .cd-timeline-navigation a::after {
	/* arrow icon */
	content: '';
	position: absolute;
	height: 16px;
	width: 16px;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#credentials_03 .cd-timeline-navigation a.prev {
	left: 0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

#credentials_03 .cd-timeline-navigation a.next {
	right: 0;
}

#credentials_03 .no-touch .cd-timeline-navigation a:hover {
	border-color: #0099ff;
}

#credentials_03 .cd-timeline-navigation a.inactive {
	cursor: not-allowed;
}

#credentials_03 .cd-timeline-navigation a.inactive::after {
	background-position: 0 -16px;
}

#credentials_03 .no-touch .cd-timeline-navigation a.inactive:hover {
	border-color: #dfdfdf;
}

#credentials_03 .cd-horizontal-timeline .events-content {
	position: relative;
	width: 100%;
	margin: 2em 0;
	overflow: hidden;
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	transition: height 0.4s;
}

#credentials_03 .cd-horizontal-timeline .events-content li {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	padding: 0 5%;
	opacity: 0;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

#credentials_03 .cd-horizontal-timeline .events-content li.selected {
	/* visible event content */
	position: relative;
	z-index: 2;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

#credentials_03 .cd-horizontal-timeline .events-content li.enter-right, #credentials_03 .cd-horizontal-timeline .events-content li.leave-right {
	-webkit-animation-name: cd-enter-right;
	-moz-animation-name: cd-enter-right;
	animation-name: cd-enter-right;
}

#credentials_03 .cd-horizontal-timeline .events-content li.enter-left, #credentials_03 .cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-name: cd-enter-left;
	-moz-animation-name: cd-enter-left;
	animation-name: cd-enter-left;
}

#credentials_03 .cd-horizontal-timeline .events-content li.leave-right, #credentials_03 .cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-direction: reverse;
	-moz-animation-direction: reverse;
	animation-direction: reverse;
}

#credentials_03 .cd-horizontal-timeline .events-content li > * {
	max-width: 800px;
	margin: 0 auto;
}

#credentials_03 .cd-horizontal-timeline .events-content h2 {
	font-size: 2.6rem;
	font-family: "Playfair Display", serif;
	font-weight: 700;
	line-height: 1.2;
}

#credentials_03 .cd-horizontal-timeline .events-content em {
	display: block;
	font-style: italic;
	margin: 10px auto;
}

#credentials_03 .cd-horizontal-timeline .events-content em::before {
	content: '- ';
}

#credentials_03 .cd-horizontal-timeline .events-content p {
	font-size: 1.4rem;
	color: #959595;
}

#credentials_03 .cd-horizontal-timeline .events-content em, #credentials_03 .cd-horizontal-timeline .events-content p {
	line-height: 1.6;
}

@media only screen and (min-width: 768px) {
	#credentials_03 .cd-horizontal-timeline .events-content h2 {
		font-size: 7rem;
	}
	#credentials_03 .cd-horizontal-timeline .events-content em {
		font-size: 2rem;
	}
	#credentials_03 .cd-horizontal-timeline .events-content p {
		font-size: 1.8rem;
	}
}

@-webkit-keyframes cd-enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}

@-moz-keyframes cd-enter-right {
	0% {
		opacity: 0;
		-moz-transform: translateX(100%);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0%);
	}
}

@keyframes cd-enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@-webkit-keyframes cd-enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}

@-moz-keyframes cd-enter-left {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0%);
	}
}

@keyframes cd-enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
}

[data-site="single"] .inner-wrap {
	max-width: 90vw;
}

[data-site="single"] .inner-wrap [data-post-type="post"] {
	padding-right: 10vw;
}

[data-site="single"] .entry-header h1.entry-title {
	font-size: 75px;
	line-height: normal;
	font-weight: bold;
}

[data-site="single"] .entry-header .entry-meta {
	margin-top: 12px;
	font-size: 16px;
	line-height: 1.5;
}

[data-site="single"] .entry-content {
	margin-top: 45px;
}

[data-site="single"] .wp-block-columns {
	margin-top: 55px;
}

[data-site="single"] .thumbnail img {
	width: 100%;
	max-height: 660px;
	object-fit: cover;
}

[data-site="single"] #single-sidebar {
	padding-left: 5vw;
	border-left: 1px solid black;
}

[data-site="single"] #single-sidebar .widget_search {
	position: relative;
}

[data-site="single"] #single-sidebar .widget-title {
	font-weight: bold;
}

[data-site="single"] #single-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

[data-site="single"] #single-sidebar h2 {
	margin-top: 20px;
}

main[data-site="page"] .entry-content {
	margin-top: 0;
}

main[data-site="index"] article[id^="post-"] {
	margin: 15vh 0 1vh 0;
	border-bottom: 1px solid black;
}

main[data-site="index"] article[id^="post-"] .inner-wrap {
	padding-left: 3vw;
}

main[data-site="index"] article[id^="post-"] .blue-bordered-frame {
	font-size: 18px;
	padding: 7px 20px;
	border: 3px solid #00c8ff;
	border-radius: 25px;
}

main[data-site="index"] article[id^="post-"] .tagline a {
	font-size: 16pt;
	line-height: 24pt;
	color: black;
}

main[data-site="index"] article[id^="post-"] h2.entry-title {
	font-size: 35pt;
	font-weight: bold;
	line-height: 35pt;
}

main[data-site="index"] article[id^="post-"] h2.entry-title a {
	color: black;
	text-decoration: none;
}

main[data-site="index"] article[id^="post-"] h2.entry-title a:hover, main[data-site="index"] article[id^="post-"] h2.entry-title a:active, main[data-site="index"] article[id^="post-"] h2.entry-title a:focus, main[data-site="index"] article[id^="post-"] h2.entry-title a:visited {
	color: black;
	text-decoration: none;
}

footer.site-footer {
	border-top: 2px solid #e6ebeb;
	width: 100% !important;
	background-color: #0a1928;
	color: white;
}

footer.site-footer.container-fluid {
	padding: 60px 0 20px 0;
}

footer.site-footer .footer-menu .flexbox {
	padding: 10px 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

footer.site-footer .footer-menu .flexbox ul {
	margin: 0;
	padding: 0;
}

footer.site-footer .footer-menu ul {
	display: block;
}

footer.site-footer .footer-menu ul li {
	list-style: none;
}

footer.site-footer .footer-lowest {
	margin-top: 40px;
	padding: 20px 0;
	min-height: 150px;
}

footer.site-footer .footer-lowest .socials {
	float: left;
}

footer.site-footer .footer-lowest .socials a {
	color: white;
}

footer.site-footer .footer-lowest .socials a:hover, footer.site-footer .footer-lowest .socials a:focus, footer.site-footer .footer-lowest .socials a:active, footer.site-footer .footer-lowest .socials a:visited {
	color: white;
}

footer.site-footer .footer-lowest .socials a i {
	font-size: 48px;
	padding: 5px 20px 5px 5px;
}

footer.site-footer .footer-lowest .socials a img {
	max-height: 80px;
}

footer.site-footer .footer-lowest .socials a img[id^="footer-"] {
	max-height: 50px;
	max-width: 50px;
	padding: 0 5px;
	margin-bottom: 29px;
}

footer.site-footer .footer-lowest .member {
	float: right;
}

footer.site-footer .footer-lowest .member img {
	margin-left: 60px;
	height: 80px;
}

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