/*!
Theme Name: test
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: test
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.

test 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: 250px) {

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

html {
    margin-top: 0px !important;
}
:root {
	--lightgray: #848484;
	--gray: #231f20;
	--aqua: #1cbcc4;
	--darkblue: #0b3946;
	--yellow: #ecaa40;
}
.post, .page {
    margin: 0em;
}
body {
    margin: 0;
    font-family: 'Work Sans', sans-serif;
	color: var(--gray);
	font-weight: 300;
}
a {
    text-decoration: none;
	color: var(--aqua);
}
a:visited {
	color: #1cbcc4;
}
.aqua {
    background-color: var(--aqua);
}
.yellow {
    background-color: var(--yellow);
}
.black {
    background-color: #000000;
}
.black_trans {
    background-color: rgba(0, 0, 0, 0.5);
}
.black_trans75 {
    background-color: rgba(0, 0, 0, 0.75);
}
.white {
    background-color: #ffffff;
}
.lightgray {
    background-color: var(--lightgray);
}
.gray {
    background-color: var(--gray);
}
.txtw {
    color: #ffffff;
}
.txtb {
	font-weight: 700;
}
.txtthin {
	font-weight: 300!important;
}
.txtmedium {
	font-weight: 500!important;
}
.acaps {
	text-transform: uppercase;
}
.txti {
	font-style: italic;
}
.txtbl {
    color: #000000;
}
.txtblue {
    color: var(--darkblue);
}
.txtaq {
    color: var(--aqua);
}
.txtg {
    color: var(--gray);
}
.title {
	font-size: 25px;
	line-height: 30px;
}
.title_big {
    font-family: 'Bitter', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 40px;
	line-height: 45px;
	margin: 0px;
	text-align: center;
}
.text_big {
	font-size: 22px;
	line-height: 27px;
}
.rela {
	position: relative;
}
.abso {
	position: absolute;
}
.mw100 {
	min-width: 300px;
}
.row {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 50px;
	margin: 0px 40px;
	width: calc(100% - 80px);
	max-width: 960px;
}
.gap0 {
	gap: 0px!important;
}
.col {
	display: flex;
	flex-direction: column;
}
.size33 {
	width: 100%;
}
.size50 {
	width: 100%;
}
.shadow {
    box-shadow: 0px 10px 50px 12px #00000015;
}
.button {
    padding: 12px 22px;
    font-size: 18px;
    border-radius: 30px;
    cursor: pointer;
    user-select: none;
}
.button:hover {
    color: #000000;
	font-weight: 500;
	background-color: var(--aqua);
    box-shadow: 0px 10px 50px 12px #04394525;
}
.img_cover {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.img_contain {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.img_stretch {
    height: 100%;
    width: 100%;
}
.m0 {
    margin: 0;
}
.vp50 {
    padding: 50px 0px;
}
p {
	font-size: 14px!important;
}
/* sidebar */

.sidebar {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 2;
	gap: 10px;
    width: 140px;
    height: 55px;
    border-radius: 10px;
    transition: all 300ms;
    cursor: pointer;
    text-decoration: none;
    color: rgba(0,0,0,0.75)!important;
	background-color: rgba(255,255,255,0.25);
	animation: animateIn 1s forwards;
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
    animation-delay: 1.5s;
    opacity: 0;
}
.sidebar p {
	font-weight: 600;
	font-size: 16px!important;
	line-height: 18px;
	padding: 5px 5px;
}
.sidebar:hover {
    color: var(--aqua)!important;
	background-color: rgba(255,255,255,1);
}
.sidebar img {
	margin-left: -20px;
	height: 55px;
	width: 55px;
}
.header {
	height: 90vh;
}
.header_img {
	position: relative;
	width: 100%;
	height: 100%;
}
.header_shape {
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0px;
}
.header_logo {
	top: 17vh;
	position: absolute;
	width: 100%;
	height: 20vh;
	max-height: 310px;
}
.block {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	position: relative;
}
.section_logo {
	max-width: 550px;
}
.section_logo p {
	font-size: 22px!important;
	line-height: 25px!important;
}
.section_logo h1 {
	font-size: 30px!important;
	line-height: 35px!important;
}
.section_logo_img {
	width: 45vw;
	max-width: 350px;
	margin-bottom: 0px;
}
.section_logo_img img {
	margin: 35px 0px;
}
.section_list_img {
	position: absolute;
	height: 100%;
	width: 100%;
}
.section_list_ul {
	position: relative;
	margin-top: 200px!important;
	margin-bottom: 200px!important;
	align-items: flex-start!important;
}
.section_list_ul h2 {
	width: 300px;
}
.section_list_ul ul {
	list-style: none;
	margin: 0px!important;
    padding-inline-start: 0px!important;
}
.section_list_ul li:before {
	content: '✓';
	margin-right: 15px;
}
.section_list_ul li {
	font-size: 14px!important;
	line-height: 18px;
	font-style: italic;
	margin: 30px 0px;
}
content {
	width: 100%;
	max-width: 1280px;
}
.section_list_shape {
	top: 0px;
	position: absolute;
	width: 100%;
	height: 50px;
}
.section_list_shape_end {
	bottom: 0px;
	position: absolute;
	width: 100%;
	height: 15px;
}
.row_news {
	margin: 20px 0px;
	gap: 0px;
}
.news {
	background-repeat: repeat-y;
	background-size: 100%;
	padding-bottom: 150px;
}
.news h1 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 0px;
}
.news h2 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 0px;
}
.news_bg {
	width: 100%;
}
.news_black_trans p {
	padding: 20px;
	font-size: 16px;
	line-height: 23px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
}
.news_logo {
	height: 20px;
	padding: 35px;
}
.news_icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 200px;
	width: 200px;
	border: 1px solid #ffffff;
	padding: 10px;
}
.news_icon img {
	height: 100px;
	width: 100px;
	margin: 10px;
}
.news_icon a {
	color: #ffffff;
}
.news_icon p {
	margin: 0px;
}
#news_logo1 {
	height: 210px;
}
#news_logo2 {
	height: 170px;
}
#news_plus {
	height: 30px;
}
#workshop_logo {
	width: 50vw;
	max-width: 250px;
}
.section_workshop_shape {
	top: 0px;
	position: absolute;
	width: 100%;
	height: 20px;
}
.section_workshop_shape_end {
	bottom: 0px;
	position: absolute;
	width: 100%;
	height: 15px;
	z-index: 1;
}
.workshop_img {
	width: 100%;
	height: 450px;
	border-radius: 7px;
	overflow: hidden;
	position: relative;
	margin: 0px;
}
.workshop_img img {
    transition: all 1s linear;
    position: absolute;
    opacity: 0;
    transform: scale(1);
}
.workshop {
	position: relative;
	margin-top: -50px!important;
	margin-bottom: 50px!important;
}
.workshop_black_trans p {
	font-size: 16px!important;
}
.workshop_black_trans {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
}
.workshop_black_trans {
	padding: 50px 0px;
}
.workshop_black_trans h3 {
	text-transform: uppercase;
}
.row_links {
	gap: 0px;
    padding-bottom: 0px;
}
.pillar {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin: 400px 0px 200px 0px;
	border-radius: 14px;
	max-width: 100%;
}
.pillar_img {
	position: absolute;
	height: 250px;
	margin-top: -325px;
	max-width: 80vw;
}
.pillar_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 7px;
	padding: 0px;
}
.pillar_container_inner {
	width: 100%;
	padding: 25px;
}
.pillar_container_inner p {
	animation: Opacity 1s forwards;
	opacity: 0;
}
.pillar_button_container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.pillar_button {
	font-size: 14px;
	padding: 5px 7px;
	border-radius: 3px;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 15px;
	cursor: pointer;
}
.inspire {
	position: relative;
}
.col_inspire_txt {
 	position: relative;
	width: 100%;
	padding: 20px 40px;
	margin: 5px 0px;
	border-radius: 0px 0px 7px 7px;
}
.col_inspire_txt_alt {
   padding: 20px 0px!important;
}
.row_inspire_pic {
	flex-direction: column!important;
}
.col_inspire_pic {
 	position: relative;
	width: 100%;
	min-height: 100%;
}
.col_inspire_pic img {
	border-radius: 7px 7px 0px 0px;
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	max-height: 280px;
}
.col_inspire_pic div {
	right: 10px;
	bottom: 10px;
	z-index: 1;
}
.inspire_pic {
	position: absolute;
}
.links img {
	height: 65px;
	width: 65px
}
.links {
	padding: 25px;
}
.links a {
	width: 30%;
}
.links a div {
	display: flex;
    align-items: center;
	justify-content: center;
	font-size: 14px!important;
	line-height: 16px;
	text-align: center;
	border: 1px solid #ffffff;
	min-height: 54px;
}
.link_buttons {
	gap: 10px!important;
	flex-wrap: wrap;
}
.quote {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--lightgray);
	padding: 20px 40px;
	border-radius: 7px;
}
.quote_person {
	text-align: right;
}
.feedback {
	display: flex;
	align-items: center;
	position: relative;
}
.feedback img {
	height: 140px;
	width: 140px
}
.feedback p {
	text-align: center;
}
.quotebox {
	position: relative;
}
.quotebox {
	margin: 200px 0px;
}
.quote_l {
	left: 0px;
	width: calc(100% - 40px);
}
.quote_r {
	margin-left: 40px;
	width: calc(100% - 40px);
}
.footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px;
	text-align: center;
}
#bg_half_l {
	position: absolute;
	left: 0px;
	width: 0%;
}
#bg_half_r {
	position: absolute;
	right: 0px;
	width: 100%;
}
.blog ul {
	margin: 0px;
}
.blog .wp-block-group {
	padding: 0px!important;
}
.s_page_blur {
	position: absolute;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(250px);
	-webkit-backdrop-filter: blur(250px);
}
.wp-block-group {
	margin-bottom: 50px;
}
.post-navigation {
	background-color: #1e1e1e;
	margin: 0px!important;
	padding: 20px;
}
.nav-links a {
	font-weight: 400;
	color: #ffffff!important;
}
.nav-links a:hover {
	color: var(--aqua)!important;
}
.s_page_content {
	position: relative;
    width: calc(100% - 30px);
    max-width: 960px;
    padding: 0px 30px;
    margin: 0px 15px 0px 15px;
    z-index: 1;
}
.s_page_container {
	background-color: #e7e7e7;
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
	padding: 100px 0px 40px 0px;
	overflow-x: hidden;
}
.mail_chimp_list {
	position: relative;
	margin: 25px;
	width: 100%;
	display: flex;
	flex-direction: column;
    align-items: flex-start;
}
.s_page_content ul {
	margin: 0;
}
#mc_signup {
	width: 100%;
}
#mc_mv_EMAIL {
	max-width: 280px;
	margin: 5px 0px;
}
.mc_custom_border_hdr {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}
.mc_merge_var {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.mc_signup_submit input {
    font-family: 'Work Sans', sans-serif;
	margin-top: 20px;
    padding: 12px 22px;
    font-size: 18px;
    border-radius: 30px;
    cursor: pointer;
    user-select: none;
	background: #000000;
	color: #ffffff;
	border: 0px;
}
.mc_signup_submit input:hover {
    color: #000000;
	font-weight: 500;
	background: var(--aqua);
    box-shadow: 0px 10px 50px 12px #04394525;
}
#colophon a:hover{
	color: #ffffff;
}
#workshops {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #ececec;
}
.workshops_header {
	position: relative;
	width: 100%;
	height: 65vh;
}
.workshops_header h1 {
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	margin: 20px 20px;
}
.workshops_header_titlebox {
	display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: absolute;
	height: auto;
	width: 100%;
	bottom: 0px;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 45%);
}
.workshops_maxbox {
	position: relative;
	width: calc(100% - 50px);
	margin: 0px 25px;
	max-width: 570px;
}
.workshops_textbox {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.workshops_textbox h2 {
    font-family: 'Bitter', sans-serif;
	font-size: 29px;
	font-weight: 500;
	margin: 0px;
}
#workshops_mainTitle {
	margin: 50px 20px 0px 20px;
	font-size: 35px;
	line-height: 40px;
	text-align: center;
}
#workshops_subTitle {
	margin: 5px 0px 15px 0px;
	text-align: center;
	font-size: 22px;
}
#workshops_reserveNow {
	font-size: 22px;
}
.workshops_textbox h3 {
	font-size: 15px;
	font-weight: 300;
	max-width: 570px;
	text-align: center;
}
.workshops_instructor_icon {
	position: absolute;
	height: 35px;
	margin: 15px;
	width: 174px;
	top: 100px;
	left: 0px;
	right: auto;
	bottom: auto;
}
.workshops_shortcode {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}
.workshops_infosection {
	display: flex;
	flex-direction: column;
	justify-items: flex-start;
	align-items: center;
	margin: 35px 0px;
    gap: 0px;
}
.workshops_infosection h2 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	color: var(--darkblue);
	margin: 5px 0px;
}
.workshops_infosection ul {
	list-style-type: "+ ";
	margin: 0px 0px 40px 0px;
    padding-left: 20px;
}
.workshops_infosection li {
	font-size: 14px;
	line-height: 22px;
	margin: 5px 0px;
}
.workshops_graphic {
	width: 100%;
	max-width: 400px;
	margin-bottom: 35px;
}
.workshops_button {
	color: #ffffff;
	padding: 15px 25px;
	border-radius: 5px;
	background-color: var(--darkblue);
	cursor: pointer;
}
.workshops_button:hover {
	background-color: var(--gray);
}
.workshops_col {
	max-width: 570px;
	margin: 15px 0px;
}
.workshops_infosection_end {
	width: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding: 8px 0px;
	background-color: var(--yellow);
}
.workshops_infosection_end h2 {
	font-size: 18px;
	font-weight: 500;
	margin: 10px;
	text-align: center;
}
.workshops_bg {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	position: relative;
}
#workshopsBgimage {
	position: absolute;
	height: 100%;
	width: 100%;
    z-index: 0;
}
#navSubscribe {
    position: absolute;
    top: 90px;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 9px;
}
#navSubscribeButton {
	cursor: pointer;
	color: #ffffff;
	margin: 0px 20px;

}
#navSubscribeButton:visited {
	color: #ffffff;
}
#navSubscribeButton:hover {
	color: #1cbcc4;
}
.subscribe_overlay {
	position: fixed;
	display: flex;
	justify-content: center;
	width: 100%;
	max-height: 300px;
	bottom: 0px;
	background-color: #EFEFEF;
	opacity: 1;
	z-index: 2;
	transition: all 1s ease;
	padding: 30px 0px;
}
.subscribe_overlay_x {
    position: absolute;
	cursor: pointer;
    height: 15px;
    width: 15px;
	max-height: 25px;
	max-width: 25px;
    top: 25px;
    right: 25px;
}
.subscribe_overlay.hidden {
	padding: 0px;
	bottom: -300px;
}
.subscribe_overlay .mc_custom_border_hdr {
	font-size: 19px;
	margin-bottom: 10px;
}
.subscribe_overlay .mc_form_inside {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.subscribe_overlay .mc_signup_submit input {
	margin-top: 0px;
}
.subscribe_overlay .mc_merge_var {
	flex-direction: column;
    align-items: left;
	gap: 0px;
}
.subscribe_overlay .mc_merge_var input {
	width: 100%;
}
@keyframes Opacity {
	from {opacity: 0;}
	to {opacity: 1;}
}
.animate_in {
	animation: animateIn 1s forwards;
}
@keyframes animateIn {
    from   {
        opacity: 0;
        transform: scale(0.7);
    }
    to  {
        opacity: 1;
        transform: scale(1);
    }
}
@media only screen and (max-width: 600px) {
	.s_page_content h1 {
		font-size: 27px;
		line-height: 29px;
	}
}
@media only screen and (min-width: 600px) {
	#mc_mv_EMAIL {
		max-width: 380px;
	}
	.col_inspire_pic img {
		max-height: 325px;
	}
	.links a {
		width: 40%;
	}
	.title {
		font-size: 27px;
		line-height: 30px;
	}
	.header_shape {
		height: 310px;
	}
	.section_logo p {
		font-size: 40px!important;
		line-height: 45px!important;
	}
	.section_logo h1 {
		font-size: 50px!important;
		line-height: 55px!important;
	}
	.section_logo_img {
		margin-bottom: 120px;
	}
	.section_list_ul h2 {
		width: 450px;
	}
	.section_list_ul li { 
		font-size: 15px!important;
		margin: 20px 0px;
	}
	.news_logo {
		height: 50px;
		padding: 60px;
	}
	.row_news {
		margin: auto;
		gap: auto;
	}
	.news_black_trans p {
		padding: 35px;
		font-size: 23px;
		line-height: 37px;
	}
	.workshop_img {
		height: 500px;
	}
	.row_links {
		gap: 30px;
		padding-bottom: 20px;
	}
	.pillar_img {
		height: 250px;
		margin-top: -325px;
	}
	.pillar {
		margin: 400px 0px;
	}
	.pillar_container_inner {
		padding: 50px;
	}
	.pillar_container {
		margin: 20px;
		padding: 20px;
	}
	.pillar_container {
		width: calc(100% - 40px);
		border: 1px solid var(--lightgray);
		margin: 20px;
	}
    .s_page_content {
		width: calc(100% - 120px);
		max-width: 960px;
        padding: 40px 80px;
		margin: 0px 20px 20px 40px;
    }
	.post_section {
		width: 100%;
		padding: 100px 0px;
		background-color: #eeeeee;
	}
	.post_extra {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.post_page_section {
		padding: 100px;
		background-color: #eeeeee;
	}
	.sidebar {
		width: 200px;
		height: 70px;
		bottom: 25px;
		right: 15px;
	}
	.sidebar p {
		font-size: 18px!important;
		padding: 15px 5px;
	}
	.sidebar img {
		margin-left: -20px;
		height: 85px;
		width: 85px;
	}
	.workshops_instructor_icon {
		height: 55px;
		margin: 25px;
		width: 274px;
		top: auto;
		left: auto;
		right: 0px;
		bottom: 0px;
	}
	.workshops_header h1 {
		font-size: 28px;
		margin: 20px 40px;
	}
	.workshops_header_titlebox {
		height: 100px;;
	}
	#workshops_mainTitle {
		margin: 100px 0px 0px 0px;
		font-size: 45px;
	}
	#workshops_subTitle {
		font-size: 29px;
	}
	#workshops_reserveNow {
		font-size: 29px;
	}
	.workshops_col {
		min-width: 0px;
	}
	.workshops_infosection_end {
		padding: 15px 0px;
		gap: 0px;
	}
	.workshops_infosection_end h2 {
		font-size: 20px;
		margin: 15px;
	}
	.workshops_maxbox {
		width: calc(100% - 80px);
		margin: 0px 40px;
	}
	.workshops_textbox h3 {
		font-size: 17px;
		font-weight: 500;
	}
}
@media only screen and (min-width: 768px) {
	.mail_chimp_list {
		width: calc(100% - 40px);
	}
	#mail_section {
		max-width: 35%;
	}
	.col_inspire_pic img {
		max-height: 100%;
	}
	.pillar_button {
		font-size: 19px;
	}
	p {
		font-size: 16px!important;
	}
	.size33 {
		width: 33.33%;
	}
	.size50 {
		width: 50%;
	}
	.workshop_black_trans p {
		font-size: 13px!important;
	}
	.workshop_img {
		height: 550px;
		margin: 150px 0px 50px 0px;
	}
	.section_list_shape {
		height: 210px;
	}
	.section_list_shape_end {
		height: 50px;
	}
	.section_workshop_shape {
		height: 50px;
	}
	.section_workshop_shape_end {
		height: 30px;
	}
	.section_list_ul li { 
		font-size: 17px!important;
		margin: 20px 0px;
	}
	.row {
		flex-direction: row;
		width: calc(100% - 140px);
		margin: 0px 70px;
	}
	.mw100 {
		min-width: 20%;
	}
	.blog ul {
		margin: auto;
	}
	.blog .wp-block-group {
		padding: auto;
	}
	.quote_l {
		left: 0px;
		width: calc(100% - 150px);
	}
	.quote_r {
		margin-left: 150px;
		width: calc(100% - 150px);
	}
	.workshops_infosection_end {
		flex-direction: row;
		gap: 20px;
	}
}
@media only screen and (min-width: 960px) {
	#mail_section {
		max-width: 100%;
	}
	.row_inspire_pic {
		flex-direction: row!important;
	}
	.col_inspire_txt {
		width: calc(50% + 200px);
		border-radius: 0px 7px 7px 0px;
		padding: 20px 50px;
	}
	.col_inspire_txt_alt {
	   padding: 20px 40px!important;
	}
	.col_inspire_pic {
		min-height: 100%;
		width: calc(50% - 200px);
		border-radius: 7px 0px 0px 7px;
	}
	#bg_half_l {
		position: absolute;
		left: 0px;
		width: calc(50% - 200px);
	}
	#bg_half_r {
		position: absolute;
		right: 0px;
		width: calc(50% + 200px);
	}
	.title {
		font-size: 40px;
		line-height: 45px;
	}
	.quote {
		padding: 45px 80px;
	}
	.pillar_button_container {
		justify-content: center;
		gap: 50px;
	}
	.pillar_button {
		padding: 5px 15px;
		font-size: 23px;
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.workshop_black_trans p {
		font-size: 16px!important;
	}
	.workshop_img {
		height: 650px;
		margin: 0px;
	}
	.section_list_ul h2 {
		width: auto;
	}
	.section_list_ul li { 
		font-size: 20px!important;
		margin: 25px 0px;
	}
	.workshops_maxbox {
		max-width: 960px;
	}
	.workshops_infosection {
		flex-direction: row;
		align-items: flex-start;
	}
	.workshops_col {
		width: 33.33%;
		max-width: 500px;
	}
	.workshops_infosection h2 {
		font-size: 17px;
		line-height: 20px;
	}
	.workshops_infosection {
		gap: 15px;
	}.subscribe_overlay {
		max-height: 200px;
		padding: 50px 0px;
	}
	.subscribe_overlay.hidden {
		bottom: -200px;
	}
	.subscribe_overlay .mc_custom_border_hdr {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.subscribe_overlay .mc_merge_var {
		flex-direction: row;
		align-items: center;
		gap: 25px;
	}
	.subscribe_overlay .mc_merge_var input {
		width: 28vw;
	}
	.subscribe_overlay .mc_form_inside {
		flex-direction: row;
		gap: 25px;
	}
	.subscribe_overlay_x {
		position: absolute;
		height: 25px;
		width: 25px;
	}
}
@media only screen and (min-width: 1280px) {
	.subscribe_overlay .mc_merge_var input {
		width: 40vw;
	}
}