/*!
Theme Name: sv_dev
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
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: sv_dev
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.

_s 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

--------------------------------------------------------------*/
@font-face {
	font-family: svdev;
	src: url(./assets/fonts/trench100free.ttf);
}

/**
 * BREAK POINTS
 */

/****************************
 * PAGE SIZES
 ****************************/

/**
MOBILE
 */

/**
DESKTOP
 */

/**
DESKTOP XL
 */

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

/**
 * 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, Raleway, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: svdev;
	color: #fd4e01;
}

h1.entry-title {
	display: none;
	font-weight: 800;
	font-size: 2.5em;
	margin: 0;
}

h1.page-title {
	font-weight: 800;
	font-size: 2.5em;
	margin: 0;
	width: 100%;
	text-align: center;
}

h2.page-subtitle {
	padding-left: 10px;
	font-size: 2em;
}

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

	h1.entry-title {
		text-align: center;
	}
}

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

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

blockquote.wp-block-quote {
	font-family: svdev;
	font-style: italic;
	color: #fd4e01;
}

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

a:visited {
	color: #fd4e01;
}

a:hover,
a:focus,
a:active {
	color: #fd4e01;
	text-shadow: 0 1px 0 #f6c8b5;
}

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

a.wp-element-button {
	font-family: svdev;
	font-size: 1.1rem;
	font-weight: 700;
	background: #fd4e01;
	-webkit-animation: bounce-top 0.9s both;
	animation: bounce-top 0.9s both;
}

a.wp-element-button:hover {
	color: #404040;
}

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
--------------------------------------------------------------*/
header.site-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: column;
	box-shadow: 0 4px 2px -2px #fd4e01;
}

header.site-header div.site-branding {
	display: inline-flex;
	font-family: svdev;
	padding: 15px 15px 0 15px;
	width: 100%;
	flex-direction: row;
	align-items: center;
}

header.site-header div.site-branding .custom-logo-link img {
	width: 125px;
}

header.site-header div.site-branding div.site-header-texts {
	margin-left: 1rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

header.site-header div.site-branding div.site-header-texts p.site-title {
	text-transform: uppercase;
	margin: 0;
	font-size: 4rem;
	font-weight: 600;
}

header.site-header div.site-branding div.site-header-texts p.site-title a,
header.site-header div.site-branding div.site-header-texts p.site-title :hover,
header.site-header div.site-branding div.site-header-texts p.site-title :visited {
	color: #fd4e01;
	text-decoration: none;
}

header.site-header div.site-branding div.site-header-texts p.site-description {
	margin: 0;
	font-size: 2rem;
}

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

	header.site-header {
		display: block;
	}

	header.site-header div.site-branding {
		text-align: center;
		display: flex;
		font-family: svdev;
		padding: 5px;
	}

	header.site-header div.site-branding .custom-logo-link img {
		width: 150px;
	}

	header.site-header div.site-branding div.site-header-texts {
		margin-left: 0;
		display: block;
		text-align: center;
		flex-direction: column;
	}

	header.site-header div.site-branding div.site-header-texts p.site-title {
		text-transform: uppercase;
		font-size: 3.5rem;
		line-height: 1;
		font-weight: 600;
	}

	header.site-header div.site-branding div.site-header-texts p.site-title a,
	header.site-header div.site-branding div.site-header-texts p.site-title :hover,
	header.site-header div.site-branding div.site-header-texts p.site-title :visited {
		color: #fd4e01;
		text-decoration: none;
	}

	header.site-header div.site-branding div.site-header-texts p.site-description {
		margin: 0;
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
}

.site {
	background-color: #fff;
	display: grid;
	grid-template-columns: auto;
	grid-template-areas: "header" "main" "footer";
}

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

.site-main {
	grid-area: main;
	overflow: hidden;
}

.padding-10 {
	padding: 10px;
}

.padding-l-10 {
	padding-left: 10px;
}

.site-footer {
	grid-area: footer;
	background-color: #666;
	color: #fff;
	font-size: 0.8rem;
	padding: 10px;
	margin-top: 10px;
}

.site-footer .site-info {
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-footer .sep {
	margin: 0 15px;
}

.site-footer a,
.site-footer :visited {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.site-footer a:hover {
	text-decoration: underline;
}

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: inline-block;
	width: 100%;
	box-shadow: 0 2px 2px #fd4e01;
}

.main-navigation ul.nav-menu {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	padding-bottom: 10px;
}

.main-navigation ul.nav-menu ul.sub-menu {
	float: left;
	position: absolute;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	top: 100%;
	left: -999em;
	z-index: 99999;
	display: inline-block;
	background-color: #fff;
	box-shadow: 2px 2px 4px #fd4e01;
	width: max-content;
}

.main-navigation ul.nav-menu ul.sub-menu ul {
	position: absolute;
	display: none;
}

.main-navigation ul.nav-menu ul.sub-menu li {
	font-size: 1.2rem;
	padding: 0;
	margin: 0;
}

.main-navigation ul.nav-menu ul.sub-menu li:hover > ul,
.main-navigation ul.nav-menu ul.sub-menu li.focus > ul {
	display: block;
	left: 75%;
}

.main-navigation ul.nav-menu ul.sub-menu a {
	min-width: 225px;
	padding: 10px 25px;
}

.main-navigation ul.nav-menu ul.sub-menu :hover > a,
.main-navigation ul.nav-menu ul.sub-menu .focus > a {
	background-color: #fd4e01;
	color: #fff;
	font-weight: 800;
}

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

.main-navigation ul.nav-menu li {
	position: relative;
	font-family: svdev;
	font-size: 1.5rem;
	cursor: pointer;
	margin-right: 1.5rem;
}

.main-navigation ul.nav-menu li:hover > a,
.main-navigation ul.nav-menu li:visited > a,
.main-navigation ul.nav-menu li.focus > a {
	text-decoration: none;
}

.main-navigation ul.nav-menu li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.1em;
	background-color: #fd4e01;
	transition: opacity 300ms, transform 300ms;
}

.main-navigation ul.nav-menu li a::after {
	transform: scale(0);
	transform-origin: center;
}

.main-navigation ul.nav-menu li a:hover {
	opacity: 1;
	text-shadow: 2px 2px 4px #fd4e01;
}

.main-navigation ul.nav-menu li a:hover::after,
.main-navigation ul.nav-menu li a:focus::after {
	opacity: 0.6;
	transform: scale(1);
	box-shadow: 2px 2px 4px #fd4e01;
}

.main-navigation ul.nav-menu li.current-menu-item a {
	font-weight: 800;
}

.main-navigation ul.nav-menu li.current-menu-item a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.1em;
	background-color: #fd4e01;
	opacity: 1;
	transform: scale(1);
	box-shadow: none;
}

.main-navigation ul.nav-menu li.current-menu-item a:hover {
	text-shadow: none;
}

.main-navigation ul.nav-menu a {
	color: #fd4e01;
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul.nav-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* Hamburger */
.menu-toggle {
	display: flex;
	align-items: center;
	background-color: unset;
	border: none;
	padding: 0 0 5px 5px;
	color: #fd4e01;
}

.menu-toggle .menu-title {
	font-size: 1.5rem;
	margin-left: 0.5rem;
}

.bar1,
.bar2,
.bar3 {
	width: 35px;
	height: 5px;
	background-color: #fd4e01;
	margin: 6px 0;
	transition: 0.4s;
}

.toggled .bar1 {
	transform: translate(0, 11px) rotate(-45deg);
}

.toggled .bar2 {
	opacity: 0;
}

.toggled .bar3 {
	transform: translate(0, -11px) rotate(45deg);
}

/** end hamburger **/
@media screen and (min-width: 600px) {

	.main-navigation {
		box-shadow: unset;
		width: auto;
	}

	.menu-toggle {
		display: none;
	}

	.main-navigation ul.nav-menu {
		display: flex;
		justify-content: flex-end;
	}
}

.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,
body {
	background-color: #f1f1f1;
}

body.page {
	width: 100%;
	margin: 0;
	max-width: 100%;
}

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

	body.page {
		width: 95%;
		margin: 0 auto;
		max-width: 1344px;
	}
}

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

	body.page {
		width: 70%;
		margin: 0 auto;
		max-width: 1344px;
	}
}

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

	.hide-mobile {
		display: none;
	}
}

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

	.hide-tablet {
		display: none;
	}
}

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

	.hide-desktop {
		display: none;
	}
}

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

.padding-left-2rem {
	padding-left: 2rem;
}

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

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

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

.entry-header {
	margin: 0 10px;
}

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

	.entry-header {
		margin: 15px 0 0 0;
	}

	.entry-content {
		padding: 0 10px;
	}
}

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

.custom-logo {
	width: 70%;
}

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

/* Home
--------------------------------------------- */

/* Contact
--------------------------------------------- */

/* ----------------------------------------------
 * Generated by Animista on 2022-11-16 13:53:19
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {

	0% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slide-in-left {

	0% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {

	0% {
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slide-in-right {

	0% {
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {

	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slide-in-bottom {

	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

/**
 * ----------------------------------------
 * animation scale-in-ver-bottom
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-ver-bottom {

	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		opacity: 1;
	}
}

@keyframes scale-in-ver-bottom {

	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		opacity: 1;
	}
}

@-webkit-keyframes scale-in-ver-top-invert {

	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 100% 0%;
		transform-origin: 100% 0%;
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 100% 0%;
		transform-origin: 100% 0%;
		opacity: 1;
	}
}

@keyframes scale-in-ver-top-invert {

	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 100% 0%;
		transform-origin: 100% 0%;
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 100% 0%;
		transform-origin: 100% 0%;
		opacity: 1;
	}
}

/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-top {

	0% {
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 1;
	}

	24% {
		opacity: 1;
	}

	40% {
		-webkit-transform: translateY(-24px);
		transform: translateY(-24px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	65% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	82% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	93% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	25%,
	55%,
	75%,
	87% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}
}

@keyframes bounce-top {

	0% {
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 1;
	}

	24% {
		opacity: 1;
	}

	40% {
		-webkit-transform: translateY(-24px);
		transform: translateY(-24px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	65% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	82% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	93% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	25%,
	55%,
	75%,
	87% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}
}

/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */
@-webkit-keyframes wobble-hor-bottom {

	0%,
	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	15% {
		-webkit-transform: translateX(-30px) rotate(-6deg);
		transform: translateX(-30px) rotate(-6deg);
	}

	30% {
		-webkit-transform: translateX(15px) rotate(6deg);
		transform: translateX(15px) rotate(6deg);
	}

	45% {
		-webkit-transform: translateX(-15px) rotate(-3.6deg);
		transform: translateX(-15px) rotate(-3.6deg);
	}

	60% {
		-webkit-transform: translateX(9px) rotate(2.4deg);
		transform: translateX(9px) rotate(2.4deg);
	}

	75% {
		-webkit-transform: translateX(-6px) rotate(-1.2deg);
		transform: translateX(-6px) rotate(-1.2deg);
	}
}

@keyframes wobble-hor-bottom {

	0%,
	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	15% {
		-webkit-transform: translateX(-30px) rotate(-6deg);
		transform: translateX(-30px) rotate(-6deg);
	}

	30% {
		-webkit-transform: translateX(15px) rotate(6deg);
		transform: translateX(15px) rotate(6deg);
	}

	45% {
		-webkit-transform: translateX(-15px) rotate(-3.6deg);
		transform: translateX(-15px) rotate(-3.6deg);
	}

	60% {
		-webkit-transform: translateX(9px) rotate(2.4deg);
		transform: translateX(9px) rotate(2.4deg);
	}

	75% {
		-webkit-transform: translateX(-6px) rotate(-1.2deg);
		transform: translateX(-6px) rotate(-1.2deg);
	}
}

/**
 * ----------------------------------------
 * animation flip-in-hor-bottom
 * ----------------------------------------
 */
@-webkit-keyframes flip-in-hor-bottom {

	0% {
		-webkit-transform: rotateX(80deg);
		transform: rotateX(80deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1;
	}
}

@keyframes flip-in-hor-bottom {

	0% {
		-webkit-transform: rotateX(80deg);
		transform: rotateX(80deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1;
	}
}

/**
 * ----------------------------------------
 * animation flip-in-hor-top
 * ----------------------------------------
 */
@-webkit-keyframes flip-in-hor-top {

	0% {
		-webkit-transform: rotateX(-80deg);
		transform: rotateX(-80deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1;
	}
}

@keyframes flip-in-hor-top {

	0% {
		-webkit-transform: rotateX(-80deg);
		transform: rotateX(-80deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1;
	}
}

/**
 * ----------------------------------------
 * animation slit-in-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes slit-in-horizontal {

	0% {
		-webkit-transform: translateZ(-800px) rotateX(90deg);
		transform: translateZ(-800px) rotateX(90deg);
		opacity: 0;
	}

	54% {
		-webkit-transform: translateZ(-160px) rotateX(87deg);
		transform: translateZ(-160px) rotateX(87deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(0) rotateX(0);
		transform: translateZ(0) rotateX(0);
	}
}

@keyframes slit-in-horizontal {

	0% {
		-webkit-transform: translateZ(-800px) rotateX(90deg);
		transform: translateZ(-800px) rotateX(90deg);
		opacity: 0;
	}

	54% {
		-webkit-transform: translateZ(-160px) rotateX(87deg);
		transform: translateZ(-160px) rotateX(87deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(0) rotateX(0);
		transform: translateZ(0) rotateX(0);
	}
}

/**
 * ----------------------------------------
 * animation scale-up-hor-left
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-hor-left {

	0% {
		-webkit-transform: scaleX(0.4);
		transform: scaleX(0.4);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
	}
}

@keyframes scale-up-hor-left {

	0% {
		-webkit-transform: scaleX(0.4);
		transform: scaleX(0.4);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
	}
}

/**
 * ----------------------------------------
 * animation scale-up-hor-right
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-hor-right {

	0% {
		-webkit-transform: scaleX(0.4);
		transform: scaleX(0.4);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}
}

@keyframes scale-up-hor-right {

	0% {
		-webkit-transform: scaleX(0.4);
		transform: scaleX(0.4);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}
}

/**
 * ----------------------------------------
 * animation scale-in-hor-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-hor-center {

	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1;
	}
}

@keyframes scale-in-hor-center {

	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1;
	}
}

/* ----------------------------------------------
 * Generated by Animista on 2022-11-16 13:53:19
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {

	0% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slide-in-left {

	0% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {

	0% {
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slide-in-right {

	0% {
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {

	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slide-in-bottom {

	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

/**
 * ----------------------------------------
 * animation scale-in-ver-bottom
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-ver-bottom {

	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		opacity: 1;
	}
}

@keyframes scale-in-ver-bottom {

	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		opacity: 1;
	}
}

@-webkit-keyframes scale-in-ver-top-invert {

	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 100% 0%;
		transform-origin: 100% 0%;
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 100% 0%;
		transform-origin: 100% 0%;
		opacity: 1;
	}
}

@keyframes scale-in-ver-top-invert {

	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 100% 0%;
		transform-origin: 100% 0%;
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 100% 0%;
		transform-origin: 100% 0%;
		opacity: 1;
	}
}

/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-top {

	0% {
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 1;
	}

	24% {
		opacity: 1;
	}

	40% {
		-webkit-transform: translateY(-24px);
		transform: translateY(-24px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	65% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	82% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	93% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	25%,
	55%,
	75%,
	87% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}
}

@keyframes bounce-top {

	0% {
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 1;
	}

	24% {
		opacity: 1;
	}

	40% {
		-webkit-transform: translateY(-24px);
		transform: translateY(-24px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	65% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	82% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	93% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	25%,
	55%,
	75%,
	87% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}
}

/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */
@-webkit-keyframes wobble-hor-bottom {

	0%,
	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	15% {
		-webkit-transform: translateX(-30px) rotate(-6deg);
		transform: translateX(-30px) rotate(-6deg);
	}

	30% {
		-webkit-transform: translateX(15px) rotate(6deg);
		transform: translateX(15px) rotate(6deg);
	}

	45% {
		-webkit-transform: translateX(-15px) rotate(-3.6deg);
		transform: translateX(-15px) rotate(-3.6deg);
	}

	60% {
		-webkit-transform: translateX(9px) rotate(2.4deg);
		transform: translateX(9px) rotate(2.4deg);
	}

	75% {
		-webkit-transform: translateX(-6px) rotate(-1.2deg);
		transform: translateX(-6px) rotate(-1.2deg);
	}
}

@keyframes wobble-hor-bottom {

	0%,
	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	15% {
		-webkit-transform: translateX(-30px) rotate(-6deg);
		transform: translateX(-30px) rotate(-6deg);
	}

	30% {
		-webkit-transform: translateX(15px) rotate(6deg);
		transform: translateX(15px) rotate(6deg);
	}

	45% {
		-webkit-transform: translateX(-15px) rotate(-3.6deg);
		transform: translateX(-15px) rotate(-3.6deg);
	}

	60% {
		-webkit-transform: translateX(9px) rotate(2.4deg);
		transform: translateX(9px) rotate(2.4deg);
	}

	75% {
		-webkit-transform: translateX(-6px) rotate(-1.2deg);
		transform: translateX(-6px) rotate(-1.2deg);
	}
}

/**
 * ----------------------------------------
 * animation flip-in-hor-bottom
 * ----------------------------------------
 */
@-webkit-keyframes flip-in-hor-bottom {

	0% {
		-webkit-transform: rotateX(80deg);
		transform: rotateX(80deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1;
	}
}

@keyframes flip-in-hor-bottom {

	0% {
		-webkit-transform: rotateX(80deg);
		transform: rotateX(80deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1;
	}
}

/**
 * ----------------------------------------
 * animation flip-in-hor-top
 * ----------------------------------------
 */
@-webkit-keyframes flip-in-hor-top {

	0% {
		-webkit-transform: rotateX(-80deg);
		transform: rotateX(-80deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1;
	}
}

@keyframes flip-in-hor-top {

	0% {
		-webkit-transform: rotateX(-80deg);
		transform: rotateX(-80deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1;
	}
}

/**
 * ----------------------------------------
 * animation slit-in-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes slit-in-horizontal {

	0% {
		-webkit-transform: translateZ(-800px) rotateX(90deg);
		transform: translateZ(-800px) rotateX(90deg);
		opacity: 0;
	}

	54% {
		-webkit-transform: translateZ(-160px) rotateX(87deg);
		transform: translateZ(-160px) rotateX(87deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(0) rotateX(0);
		transform: translateZ(0) rotateX(0);
	}
}

@keyframes slit-in-horizontal {

	0% {
		-webkit-transform: translateZ(-800px) rotateX(90deg);
		transform: translateZ(-800px) rotateX(90deg);
		opacity: 0;
	}

	54% {
		-webkit-transform: translateZ(-160px) rotateX(87deg);
		transform: translateZ(-160px) rotateX(87deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(0) rotateX(0);
		transform: translateZ(0) rotateX(0);
	}
}

/**
 * ----------------------------------------
 * animation scale-up-hor-left
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-hor-left {

	0% {
		-webkit-transform: scaleX(0.4);
		transform: scaleX(0.4);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
	}
}

@keyframes scale-up-hor-left {

	0% {
		-webkit-transform: scaleX(0.4);
		transform: scaleX(0.4);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
	}
}

/**
 * ----------------------------------------
 * animation scale-up-hor-right
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-hor-right {

	0% {
		-webkit-transform: scaleX(0.4);
		transform: scaleX(0.4);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}
}

@keyframes scale-up-hor-right {

	0% {
		-webkit-transform: scaleX(0.4);
		transform: scaleX(0.4);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}
}

/**
 * ----------------------------------------
 * animation scale-in-hor-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-hor-center {

	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1;
	}
}

@keyframes scale-in-hor-center {

	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1;
	}
}

/*------------------------------------*\
    $ENVELOPE
\*------------------------------------*/
.envelope {
	background: #eee;
	-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 1em rgba(0, 0, 0, 0.4);
	height: 20em;
	margin-top: 32em;
	position: relative;
	width: 40em;
}

.envelope .flap-top {
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: -100%;
	width: 100%;
}

.envelope .flap-top::before {
	border: 1em solid #fefefe;
	background: #f5f5f5;
	border-radius: 1em;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	content: "";
	height: 25em;
	right: 7.5em;
	position: absolute;
	bottom: -15.7em;
	-webkit-transform: rotate(45deg) skew(-9deg, -9deg) scale(1.185);
	-moz-transform: rotate(45deg) skew(-9deg, -9deg) scale(1.185);
	-ms-transform: rotate(45deg) skew(-9deg, -9deg) scale(1.185);
	-o-transform: rotate(45deg) skew(-9deg, -9deg) scale(1.185);
	transform: rotate(45deg) skew(-9deg, -9deg) scale(1.185);
	width: 25em;
}

.envelope .flap-right {
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	z-index: 9999;
}

.envelope .flap-right::before {
	background: #fefefe;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	content: "";
	height: 15.4em;
	right: -9.6em;
	position: absolute;
	top: 2.4em;
	-webkit-transform: rotate(45deg) skew(-20deg, -20deg) scale(1.6);
	-moz-transform: rotate(45deg) skew(-20deg, -20deg) scale(1.6);
	-ms-transform: rotate(45deg) skew(-20deg, -20deg) scale(1.6);
	-o-transform: rotate(45deg) skew(-20deg, -20deg) scale(1.6);
	transform: rotate(45deg) skew(-20deg, -20deg) scale(1.6);
	width: 15.35em;
}

.envelope .flap-left {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: 9999;
}

.envelope .flap-left::before {
	background: #fefefe;
	border-radius: 2em;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	content: "";
	height: 15.4em;
	left: -9.6em;
	position: absolute;
	top: 2.4em;
	-webkit-transform: rotate(45deg) skew(-20deg, -20deg) scale(1.6);
	-moz-transform: rotate(45deg) skew(-20deg, -20deg) scale(1.6);
	-ms-transform: rotate(45deg) skew(-20deg, -20deg) scale(1.6);
	-o-transform: rotate(45deg) skew(-20deg, -20deg) scale(1.6);
	transform: rotate(45deg) skew(-20deg, -20deg) scale(1.6);
	width: 15.35em;
}

.envelope .flap-bottom {
	bottom: 0;
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 9999;
}

.envelope .flap-bottom::before {
	background: #fefefe;
	border-radius: 1em;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	content: "";
	height: 25em;
	right: 7.5em;
	position: absolute;
	bottom: -15.7em;
	-webkit-transform: rotate(45deg) skew(-9deg, -9deg) scale(1.19);
	-moz-transform: rotate(45deg) skew(-9deg, -9deg) scale(1.19);
	-ms-transform: rotate(45deg) skew(-9deg, -9deg) scale(1.19);
	-o-transform: rotate(45deg) skew(-9deg, -9deg) scale(1.19);
	transform: rotate(45deg) skew(-9deg, -9deg) scale(1.19);
	width: 25em;
}

.envelope form {
	background: #fff;
	bottom: 0;
	-webkit-box-shadow: 0 0 2em rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 2em rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2em rgba(0, 0, 0, 0.3);
	left: 2.5%;
	padding: 1.5em;
	padding-bottom: 125px;
	position: absolute;
	text-align: right;
	width: 95%;
	z-index: 999;
	-webkit-animation: scale-in-ver-bottom 1.5s linear both;
	-webkit-animation-delay: unset;
	animation: scale-in-ver-bottom 1.5s linear both;
}

.envelope form p {
	position: relative;
	margin: 0;
}

.envelope form:last-child {
	margin-bottom: 40px;
	text-align: center;
}

.envelope form label {
	color: #666;
	font-size: 0.75em;
	font-weight: 800;
	left: 0;
	opacity: 1;
	padding: 0.75em;
	position: relative;
	top: -1.5em;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.envelope form input:focus + label,
.envelope form textarea:focus + label {
	opacity: 1;
	top: -2.4em;
}

.envelope form textarea {
	overflow: auto;
	outline: none;
	resize: none;
}

.envelope form input,
.envelope form textarea {
	background: #fefefe;
	border: 4px solid #eee;
	color: #999;
	font: 100% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 0;
	max-width: 100%;
	padding: 0.75em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
}

.envelope form input:last-child {
	margin-bottom: unset;
}

.envelope form input:focus,
.envelope form textarea:focus {
	background: #fff;
	border-color: #ff550e;
	-webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
	color: #333;
	outline: 0;
}

.envelope form input[type="checkbox"] {
	width: auto;
	margin-right: 5px;
}

.envelope form input[type="submit"] {
	background: #ff550e;
	color: #fff;
	font-weight: 800;
	font-size: 1em;
	letter-spacing: 0.05em;
	text-shadow: 0 1px 0 #515151;
	text-transform: uppercase;
	margin-bottom: 125px;
	max-width: 150px;
}

.envelope .wpcf7-spinner {
	position: absolute;
	top: -67%;
	left: 44%;
}

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

	.envelope {
		height: 12em;
		margin-top: 32em;
		width: 40em;
	}

	.envelope .flap-bottom::before {
		height: 15em;
		right: -6.5em;
		position: absolute;
		bottom: -13.7em;
	}

	.envelope .flap-top::before {
		height: 15em;
		right: -6.7em;
		bottom: -14em;
	}

	.envelope form {
		padding-bottom: 0;
		margin-bottom: 10em !important;
		-webkit-animation: scale-in-ver-bottom 1.5s linear both;
		-webkit-animation-delay: unset;
		animation: scale-in-ver-bottom 1.5s linear both;
	}

	.envelope form input[type="submit"] {
		margin-bottom: 2em;
	}
}

.contact-form-container {
	width: 80%;
	left: 10%;
}

ul.contact-list {
	list-style: none;
	padding-left: 0;
	margin-left: 35px;
}

ul.contact-list li {
	-webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

ul.contact-list li i {
	-webkit-animation: bounce-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: bounce-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation-delay: 0.5s;
	color: #fd4e01;
}

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

	ul.contact-list li {
		margin-bottom: 12px;
	}
}

/* B-Blocks styles
--------------------------------------------- */
.wp-block-b-blocks-animated-text {
	font-family: svdev;
	font-weight: 800;
	color: #fd4e01;
}

.bBlocksServices {
	margin: 0 10px;
	padding: 10px;
}

.bBlocksServices .bBlocksService {
	text-align: center !important;
}

.wp-block-b-blocks-price-lists.kit-digital-prices .bBlocksPriceLists .bBlocksPrice img.productImage {
	height: 10vh;
	min-width: 250px;
}

.wp-block-b-blocks-price-lists.kit-digital-prices .bBlocksPriceLists .bBlocksPrice .productDetails h4.productName {
	font-weight: 800;
	font-size: 1.5rem;
}

.wp-block-b-blocks-price-lists.kit-digital-prices .bBlocksPriceLists .bBlocksPrice .productDetails span.productPrice {
	font-family: svdev;
	display: inline-block;
}

.wp-block-b-blocks-price-lists.kit-digital-prices .bBlocksPriceLists .bBlocksPrice .productDetails span.productPrice sub {
	font-weight: 800;
	font-family: -apple-system, Raleway, sans-serif;
	font-size: 0.9rem;
	margin: 10px 5px;
}

.wp-block-b-blocks-price-lists.kit-digital-prices .bBlocksPriceLists .bBlocksPrice span.productSeparator {
	width: 50%;
	left: 25%;
}

.wp-block-b-blocks-price-lists.kit-digital-prices .bBlocksPrice:nth-child(odd) {
	-webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.wp-block-b-blocks-price-lists.kit-digital-prices .bBlocksPrice:nth-child(even) {
	-webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.wp-block-b-blocks-slider {
	color: #fd4e01;
}

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

	.wp-block-b-blocks-price-lists.kit-digital-prices .bBlocksPriceLists .bBlocksPrice {
		flex-direction: column;
		box-shadow: 2px 2px 4px #fd4e01;
	}

	.wp-block-b-blocks-price-lists.kit-digital-prices .bBlocksPriceLists .bBlocksPrice .productDetails {
		padding-right: 0;
	}

	.wp-block-b-blocks-price-lists.kit-digital-prices .bBlocksPriceLists .bBlocksPrice .productDetails span.productPrice {
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
	}

	.wp-block-b-blocks-price-lists.kit-digital-prices .bBlocksPriceLists .bBlocksPrice .productDetails span.productPrice strong {
		margin-right: 10px;
	}

	.wp-block-b-blocks-price-lists.kit-digital-prices .bBlocksPriceLists .bBlocksPrice .productDetails span.productPrice sub {
		font-weight: 800;
		font-family: -apple-system, Raleway, sans-serif;
		font-size: 0.9rem;
		margin: 10px 5px;
	}

	.wp-block-b-blocks-price-lists.kit-digital-prices .bBlocksPriceLists .bBlocksPrice .productDetails h4.productName {
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}

	.wp-block-b-blocks-price-lists.kit-digital-prices .bBlocksPriceLists .bBlocksPrice span.productSeparator {
		display: none;
	}
}

/* Custom blocks
--------------------------------------------- */

/* Contact envelope
--------------------------------------------- */

/* ----------------------------------------------
 * Generated by Animista on 2022-11-16 13:53:19
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {

	0% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slide-in-left {

	0% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {

	0% {
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slide-in-right {

	0% {
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {

	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slide-in-bottom {

	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

/**
 * ----------------------------------------
 * animation scale-in-ver-bottom
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-ver-bottom {

	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		opacity: 1;
	}
}

@keyframes scale-in-ver-bottom {

	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		opacity: 1;
	}
}

@-webkit-keyframes scale-in-ver-top-invert {

	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 100% 0%;
		transform-origin: 100% 0%;
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 100% 0%;
		transform-origin: 100% 0%;
		opacity: 1;
	}
}

@keyframes scale-in-ver-top-invert {

	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 100% 0%;
		transform-origin: 100% 0%;
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: 100% 0%;
		transform-origin: 100% 0%;
		opacity: 1;
	}
}

/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-top {

	0% {
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 1;
	}

	24% {
		opacity: 1;
	}

	40% {
		-webkit-transform: translateY(-24px);
		transform: translateY(-24px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	65% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	82% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	93% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	25%,
	55%,
	75%,
	87% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}
}

@keyframes bounce-top {

	0% {
		-webkit-transform: translateY(-45px);
		transform: translateY(-45px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 1;
	}

	24% {
		opacity: 1;
	}

	40% {
		-webkit-transform: translateY(-24px);
		transform: translateY(-24px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	65% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	82% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	93% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	25%,
	55%,
	75%,
	87% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1;
	}
}

/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */
@-webkit-keyframes wobble-hor-bottom {

	0%,
	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	15% {
		-webkit-transform: translateX(-30px) rotate(-6deg);
		transform: translateX(-30px) rotate(-6deg);
	}

	30% {
		-webkit-transform: translateX(15px) rotate(6deg);
		transform: translateX(15px) rotate(6deg);
	}

	45% {
		-webkit-transform: translateX(-15px) rotate(-3.6deg);
		transform: translateX(-15px) rotate(-3.6deg);
	}

	60% {
		-webkit-transform: translateX(9px) rotate(2.4deg);
		transform: translateX(9px) rotate(2.4deg);
	}

	75% {
		-webkit-transform: translateX(-6px) rotate(-1.2deg);
		transform: translateX(-6px) rotate(-1.2deg);
	}
}

@keyframes wobble-hor-bottom {

	0%,
	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	15% {
		-webkit-transform: translateX(-30px) rotate(-6deg);
		transform: translateX(-30px) rotate(-6deg);
	}

	30% {
		-webkit-transform: translateX(15px) rotate(6deg);
		transform: translateX(15px) rotate(6deg);
	}

	45% {
		-webkit-transform: translateX(-15px) rotate(-3.6deg);
		transform: translateX(-15px) rotate(-3.6deg);
	}

	60% {
		-webkit-transform: translateX(9px) rotate(2.4deg);
		transform: translateX(9px) rotate(2.4deg);
	}

	75% {
		-webkit-transform: translateX(-6px) rotate(-1.2deg);
		transform: translateX(-6px) rotate(-1.2deg);
	}
}

/**
 * ----------------------------------------
 * animation flip-in-hor-bottom
 * ----------------------------------------
 */
@-webkit-keyframes flip-in-hor-bottom {

	0% {
		-webkit-transform: rotateX(80deg);
		transform: rotateX(80deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1;
	}
}

@keyframes flip-in-hor-bottom {

	0% {
		-webkit-transform: rotateX(80deg);
		transform: rotateX(80deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1;
	}
}

/**
 * ----------------------------------------
 * animation flip-in-hor-top
 * ----------------------------------------
 */
@-webkit-keyframes flip-in-hor-top {

	0% {
		-webkit-transform: rotateX(-80deg);
		transform: rotateX(-80deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1;
	}
}

@keyframes flip-in-hor-top {

	0% {
		-webkit-transform: rotateX(-80deg);
		transform: rotateX(-80deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1;
	}
}

/**
 * ----------------------------------------
 * animation slit-in-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes slit-in-horizontal {

	0% {
		-webkit-transform: translateZ(-800px) rotateX(90deg);
		transform: translateZ(-800px) rotateX(90deg);
		opacity: 0;
	}

	54% {
		-webkit-transform: translateZ(-160px) rotateX(87deg);
		transform: translateZ(-160px) rotateX(87deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(0) rotateX(0);
		transform: translateZ(0) rotateX(0);
	}
}

@keyframes slit-in-horizontal {

	0% {
		-webkit-transform: translateZ(-800px) rotateX(90deg);
		transform: translateZ(-800px) rotateX(90deg);
		opacity: 0;
	}

	54% {
		-webkit-transform: translateZ(-160px) rotateX(87deg);
		transform: translateZ(-160px) rotateX(87deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(0) rotateX(0);
		transform: translateZ(0) rotateX(0);
	}
}

/**
 * ----------------------------------------
 * animation scale-up-hor-left
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-hor-left {

	0% {
		-webkit-transform: scaleX(0.4);
		transform: scaleX(0.4);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
	}
}

@keyframes scale-up-hor-left {

	0% {
		-webkit-transform: scaleX(0.4);
		transform: scaleX(0.4);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
	}
}

/**
 * ----------------------------------------
 * animation scale-up-hor-right
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-hor-right {

	0% {
		-webkit-transform: scaleX(0.4);
		transform: scaleX(0.4);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}
}

@keyframes scale-up-hor-right {

	0% {
		-webkit-transform: scaleX(0.4);
		transform: scaleX(0.4);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}
}

/**
 * ----------------------------------------
 * animation scale-in-hor-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-hor-center {

	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1;
	}
}

@keyframes scale-in-hor-center {

	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1;
	}
}

/*------------------------------------*\
    $ENVELOPE
\*------------------------------------*/
.envelope {
	background: #eee;
	-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 1em rgba(0, 0, 0, 0.4);
	height: 20em;
	margin-top: 32em;
	position: relative;
	width: 40em;
}

.envelope .flap-top {
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: -100%;
	width: 100%;
}

.envelope .flap-top::before {
	border: 1em solid #fefefe;
	background: #f5f5f5;
	border-radius: 1em;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	content: "";
	height: 25em;
	right: 7.5em;
	position: absolute;
	bottom: -15.7em;
	-webkit-transform: rotate(45deg) skew(-9deg, -9deg) scale(1.185);
	-moz-transform: rotate(45deg) skew(-9deg, -9deg) scale(1.185);
	-ms-transform: rotate(45deg) skew(-9deg, -9deg) scale(1.185);
	-o-transform: rotate(45deg) skew(-9deg, -9deg) scale(1.185);
	transform: rotate(45deg) skew(-9deg, -9deg) scale(1.185);
	width: 25em;
}

.envelope .flap-right {
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	z-index: 9999;
}

.envelope .flap-right::before {
	background: #fefefe;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	content: "";
	height: 15.4em;
	right: -9.6em;
	position: absolute;
	top: 2.4em;
	-webkit-transform: rotate(45deg) skew(-20deg, -20deg) scale(1.6);
	-moz-transform: rotate(45deg) skew(-20deg, -20deg) scale(1.6);
	-ms-transform: rotate(45deg) skew(-20deg, -20deg) scale(1.6);
	-o-transform: rotate(45deg) skew(-20deg, -20deg) scale(1.6);
	transform: rotate(45deg) skew(-20deg, -20deg) scale(1.6);
	width: 15.35em;
}

.envelope .flap-left {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: 9999;
}

.envelope .flap-left::before {
	background: #fefefe;
	border-radius: 2em;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	content: "";
	height: 15.4em;
	left: -9.6em;
	position: absolute;
	top: 2.4em;
	-webkit-transform: rotate(45deg) skew(-20deg, -20deg) scale(1.6);
	-moz-transform: rotate(45deg) skew(-20deg, -20deg) scale(1.6);
	-ms-transform: rotate(45deg) skew(-20deg, -20deg) scale(1.6);
	-o-transform: rotate(45deg) skew(-20deg, -20deg) scale(1.6);
	transform: rotate(45deg) skew(-20deg, -20deg) scale(1.6);
	width: 15.35em;
}

.envelope .flap-bottom {
	bottom: 0;
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 9999;
}

.envelope .flap-bottom::before {
	background: #fefefe;
	border-radius: 1em;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	content: "";
	height: 25em;
	right: 7.5em;
	position: absolute;
	bottom: -15.7em;
	-webkit-transform: rotate(45deg) skew(-9deg, -9deg) scale(1.19);
	-moz-transform: rotate(45deg) skew(-9deg, -9deg) scale(1.19);
	-ms-transform: rotate(45deg) skew(-9deg, -9deg) scale(1.19);
	-o-transform: rotate(45deg) skew(-9deg, -9deg) scale(1.19);
	transform: rotate(45deg) skew(-9deg, -9deg) scale(1.19);
	width: 25em;
}

.envelope form {
	background: #fff;
	bottom: 0;
	-webkit-box-shadow: 0 0 2em rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 2em rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2em rgba(0, 0, 0, 0.3);
	left: 2.5%;
	padding: 1.5em;
	padding-bottom: 125px;
	position: absolute;
	text-align: right;
	width: 95%;
	z-index: 999;
	-webkit-animation: scale-in-ver-bottom 1.5s linear both;
	-webkit-animation-delay: unset;
	animation: scale-in-ver-bottom 1.5s linear both;
}

.envelope form p {
	position: relative;
	margin: 0;
}

.envelope form:last-child {
	margin-bottom: 40px;
	text-align: center;
}

.envelope form label {
	color: #666;
	font-size: 0.75em;
	font-weight: 800;
	left: 0;
	opacity: 1;
	padding: 0.75em;
	position: relative;
	top: -1.5em;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.envelope form input:focus + label,
.envelope form textarea:focus + label {
	opacity: 1;
	top: -2.4em;
}

.envelope form textarea {
	overflow: auto;
	outline: none;
	resize: none;
}

.envelope form input,
.envelope form textarea {
	background: #fefefe;
	border: 4px solid #eee;
	color: #999;
	font: 100% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 0;
	max-width: 100%;
	padding: 0.75em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
}

.envelope form input:last-child {
	margin-bottom: unset;
}

.envelope form input:focus,
.envelope form textarea:focus {
	background: #fff;
	border-color: #ff550e;
	-webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
	color: #333;
	outline: 0;
}

.envelope form input[type="checkbox"] {
	width: auto;
	margin-right: 5px;
}

.envelope form input[type="submit"] {
	background: #ff550e;
	color: #fff;
	font-weight: 800;
	font-size: 1em;
	letter-spacing: 0.05em;
	text-shadow: 0 1px 0 #515151;
	text-transform: uppercase;
	margin-bottom: 125px;
	max-width: 150px;
}

.envelope .wpcf7-spinner {
	position: absolute;
	top: -67%;
	left: 44%;
}

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

	.envelope {
		height: 12em;
		margin-top: 32em;
		width: 40em;
	}

	.envelope .flap-bottom::before {
		height: 15em;
		right: -6.5em;
		position: absolute;
		bottom: -13.7em;
	}

	.envelope .flap-top::before {
		height: 15em;
		right: -6.7em;
		bottom: -14em;
	}

	.envelope form {
		padding-bottom: 0;
		margin-bottom: 10em !important;
		-webkit-animation: scale-in-ver-bottom 1.5s linear both;
		-webkit-animation-delay: unset;
		animation: scale-in-ver-bottom 1.5s linear both;
	}

	.envelope form input[type="submit"] {
		margin-bottom: 2em;
	}
}

.svdev-text {
	font-family: svdev !important;
	color: #fd4e01 !important;
}

.slide-title {
	font-family: svdev !important;
	font-size: 3.5rem !important;
}

.custom-dev-block {
	margin: 2rem;
	box-shadow: 0 0 20px 0 #0000001a;
	border-radius: 0 0 10px 0;
	padding: 20px;
	-webkit-animation: scale-in-hor-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: scale-in-hor-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.custom-dev-block .custom-dev-col {
	overflow-y: auto;
}

.custom-dev-block .custom-dev-col blockquote {
	color: #404040;
}

.custom-dev-block .custom-dev-col a {
	margin-top: 50px;
}

.sliderContent .sliderTitle {
	display: block;
	width: 100% !important;
	text-align: center;
	margin: 0;
	padding: 0;
	left: 0 !important;
	font-family: svdev !important;
	color: #fd4e01 !important;
	text-shadow: 0 1px 0 #000;
}

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

	.custom-dev-block {
		margin: 1rem 0.1rem;
		box-shadow: 0 0 20px 0 #0000001a;
		border-radius: 0 0 10px 0;
		padding: 10px;
	}

	.custom-dev-block blockquote {
		margin: 0.1rem;
	}
}

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