/*!
Theme Name: kukarika_basic
Author: kukarika
Author URI: http://www.kukarika.com
Description: kukarika custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kukarikaTheme
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 with others.

kukarikaTheme is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */



/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	height: 100vh;
    scroll-behavior: smooth;
	line-height: 1.15; 
	-webkit-text-size-adjust: 100%;
}

:root {
    scrollbar-color: rgba(0,0,0,.2)!important;
    scrollbar-width: thin!important
}

::-webkit-scrollbar {
    width: 9px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.4)
}

::-webkit-scrollbar-thumb:window-inactive {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    font-family: LibertinusSans-Regular !important;
	margin: 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;
}

:root {
  --basic_color: #a37e2c;
  --secondary_color: #006039;
}

/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	  START FONTS						   */
/*-------------------------------------------------------------*/

@font-face {
    font-family: tan-mon-cheri;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/kukarika_basic/fonts/Tan_Mon_Cheri/tan-mon-cheri.woff2") format("woff2");

}
.tan-mon-cheri{
	font-family:tan-mon-cheri;
}

/* @font-face {
    font-family: Brygada1918-Regular;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/kukarika_basic/fonts/Brygada_1918/Brygada1918-Regular.woff2") format("woff2");

}
.Brygada1918-Regular{
	font-family:Brygada1918-Regular;
} */

@font-face {
    font-family: AncizarSerif-Medium;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/kukarika_basic/fonts/Ancizar/AncizarSerif-Medium.woff2") format("woff2");

}
.Brygada1918-Regular{
	font-family:AncizarSerif-Medium;
}

@font-face {
    font-family: FiraSans-Light;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/kukarika_basic/fonts/FiraSans/FiraSans-Light.woff2") format("woff2");

}
.FiraSans-Light{
	font-family:FiraSans-Light;
}

@font-face {
    font-family: LibertinusSans-Regular;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/kukarika_basic/fonts/Libertinus/LibertinusSans-Regular.woff2") format("woff2");

}
.LibertinusSans-Regular{
	font-family:LibertinusSans-Regular;
}

@font-face {
    font-family: Thasadith-Regular;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/kukarika_basic/fonts/Thasadith/Thasadith-Regular.woff2") format("woff2");

}
.Thasadith{
	font-family:Thasadith-Regular;
}

/* @font-face {
    font-family: Perpetua;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/kukarika_basic/fonts/Perpetua/Perpetua.woff2") format("woff2");

}
.Thasadith{
	font-family:Perpetua;
} */

@font-face {
    font-family: perfectocalligraphy;
    font-style: normal;
    font-weight: normal;
	font-display: swap; 
    src: url("/wp-content/themes/kukarika_basic/fonts/Calligraphy/perfectocalligraphy.ttf") format("truetype");

}
.Calligraphy{
	font-family:perfectocalligraphy;
}

/*-------------------------------------------------------------*/
/* 					   	    END	FONTS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   	    START COLORS 					   */
/*-------------------------------------------------------------*/

.whiteFontColor {
	color: #ffffff !important;
}

.whiteBackgroundColor {
	background-color: #ffffff;
}

.blackFontColor {
	color: #000000;
}

.blackBackgroundColor {
	background-color: #000000;
}

.greenFontColor > a {
    color: #006039 !important;
    font-weight: bold !important;
}

/*-------------------------------------------------------------*/
/* 					   	    END	COLORS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   START ALL SCREENS        			   */
/*-------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

html {
	height: 100vh;
	scroll-behavior: smooth;
}

#contentArea {
    max-width: 1920px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	line-height: normal;
}

.displaynone {
	display: none !important;
}

.displayblock {
	display: block !important;
}

.displayflex {
	display: flex !important;
}

.mobile .display-desktop {
	display: none;
}

.desktop .display-mobile {
    display: none;
}

/*-------------------------------------------------------------*/
/* 				    START ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/


/* write your style here */
.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #333333;
}

.classic_href {
	color: inherit;
	text-decoration: none;
}

/*-------------------------------------------------------------*/
/* 				    END ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/

.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu li a {
	text-decoration: none;
}

.wpcf7-text {
    width: 100%;
    margin-bottom: 20px;
    outline: 0 !important;
    box-shadow: none !important;
}

.wpcf7-textarea {
    margin-bottom: 20px;
    resize: none;
    outline: 0 !important;
    box-shadow: none !important;
	width: 100%;
}

.desktop .wpcf7-text[name="your-name"] {
    width: 97%;
}

.wpcf7-spinner {
    position: absolute;
    left: 0;
}

form.wpcf7-form {
    position: relative;
}

.wpcf7-response-output {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

.wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    top: 35px;
    font-size: x-small;
}

.site-header {
    background: transparent !important;
}

.wpcf7-text {
    width: 100%;
    margin-bottom: 20px;
    outline: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border: 1px solid #000 !important;
}

.wpcf7-textarea {
    margin-bottom: 20px;
    resize: none;
    outline: 0 !important;
    box-shadow: none !important;
    background-color: transparent;
    border: 1px solid #000;
}

.wpcf7-submit {
    outline: 0 !important;
    box-shadow: none !important;
}

.desktop .wpcf7-text[name="your-name"] {
    width: 97%;
}

.wpcf7-spinner {
    position: absolute;
    left: 0;
}

form.wpcf7-form {
    position: relative;
}

.wpcf7-response-output {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

.wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    top: 35px;
    font-size: x-small;
}

.error404 #colophon {
	display: none !important;
}

.error404 .error-404 {
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

button.kuka_accordion * {
    color: #000;
}

a {
    outline: 0 !important;
    box-shadow: none !important;
}

.kuka_accordion:hover {
    background-color: transparent !important;
}

.kuka_category-description {
    line-height: normal;
}

.kuka_accordion {
    font-weight: normal !important;
}

#colophon {
    background-color: #000000 !important;
}

body {
    background-color: #F9F9F9;
}

.site-footer {
    padding: 0;
}

#colophon hr {
    margin: 0;
}

.main_logo {
    max-height: max-content;
    max-width: max-content;
}

.socials_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.socials_wrapper img {
    filter: invert(1);
}

.socials_wrapper a:last-child {
    margin-right: 0;
}

.col-max {
    margin: auto;
}

.desktop .custom_col_width_a {
    width: 31%;
}

.desktop .custom_col_width_b {
    width: 25%;
}

.desktop .custom_col_width_c {
    width: 25%;
}

.desktop .custom_col_width_d {
    width: 19%;
}

#colophon .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#colophon .menu a {
    text-decoration: none;
    color: #fff;
    opacity: 0.6;
}

#menu {
    height: 100dvh;
}

.btn-close {
    background: none !important;
    opacity: 1;
    padding: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    z-index: 9;
    position: absolute;
}

.offcanvas .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offcanvas .menu a, .wpml-ls-legacy-list-horizontal a span {
    text-decoration: none;
}

.offcanvas .menu {
    text-align: center;
    height: 100dvh;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.menu_toggler {
    background: transparent !important;
    padding: 0;
	border: none !important;
}

#colophon .menu_additions {
    display: none;
}

#menu {
    border: none;
}

.mobile #colophon h5.whiteFontColor {
    margin-top: 35px;
}

.mobile #colophon .custom_col_width_a h5.whiteFontColor {
    margin-top: 0;
}

.mobile .bottom_footer_row .col-12 * {
    text-align: center;
    margin: auto;
}

.mobile .socials_wrapper a {
    margin-right: 25px !important;
}

.mobile .socials_wrapper, .mobile .copyright_col {
    margin-bottom: 15px !important;
}

.mobile .wpcf7-response-output {
    line-height: normal;
    margin-top: 15px !important;
}

.home #primary {
    margin: 0;
}

.home #main {
    margin: 0;
}

.basic_button, .wpcf7-submit {
    border: 0;
    background: none;
    background-color: var(--basic_color);
    border-color: var(--basic_color);
    color: #fff !important;
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    font-family: FiraSans-Light;
    /* font-weight: 600; */
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
}

.kuka_panel p {
    font-size: small;
}

button.kuka_accordion * {
    color: #000;
    font-weight: 500;
}

.croppedContent {
    margin: auto;
}

.swiper-button-next, .swiper-button-prev {
    color: #000 !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -50px;
    right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -50px;
    left: auto;
}

.mobile .swiper-button-next, .mobile .swiper-rtl .swiper-button-next {
    right: -20px;
}

.mobile .swiper-button-prev, .mobile .swiper-rtl .swiper-button-prev {
    left: -20px;
}

.mobile .swiper-button-next::after, .mobile .swiper-rtl .swiper-button-next::after, .mobile .swiper-button-prev::after, .mobile .swiper-rtl .swiper-button-prev::after {
    font-size: 22px;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--basic_color) !important;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}

#masthead {
    position: fixed;
    top: 0;
    width: 100%;
    background: #f9f9f980 !important;
    margin: 0;
    padding: 0;
    backdrop-filter: blur(20px);
    transition: all .3s ease;
	z-index: 9;
}

.home:not(.scrolled) #masthead {
    background-color: transparent !important;
    backdrop-filter: none !important;
    transition: all .3s ease;
}

#masthead .main_logo, #masthead .menu_toggler {
    transition: all .3s ease;
}

.home:not(.scrolled) #masthead .main_logo, .home:not(.scrolled) #masthead .menu_toggler {
    filter: invert(1);
    transition: all .3s ease;
}

.basic_button {
    border: 0 !important;
    background: none !important;
    background-color: var(--basic_color) !important;
    border-color: var(--basic_color) !important;
    color: #fff !important;
    cursor: pointer !important;
    padding: .6180469716em 1.41575em !important;
    text-decoration: none !important;
    /* font-weight: 600 !important; */
    font-family: FiraSans-Light;
    text-shadow: none !important;
    display: inline-block !important;
    -webkit-appearance: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.croppedContentBigger {
    max-width: 90%;
    margin: auto;
}

.offcanvas .menu a {
    text-transform: uppercase;
	color: #000;
}

#loader_screen video {
    width: 100%;
    height: 100dvh;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

#loader_screen {
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: #fff;
}

.video_wrapper {
    position: relative;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.video_wrapper .video_title {
    z-index: 1;
}

#loader_screen .video_wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #000000c7;
    transition: all .5s ease;
    z-index: 1;
}

#loader_screen .video_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    transition: all .5s ease;
    z-index: 1;
}

.header:not(.no_img)::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) -20%, rgba(249, 249, 249, 1) 100%);
    transition: all .5s ease;
    z-index: 1;
}

#loader_screen .centered_info {
    position: absolute;
    width: max-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.more_btn {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 4px;
    z-index: 1;
}

#loader_screen .active .video_wrapper::after {
    background: transparent;
}

.mobile .video_wrapper, .mobile #loader_screen video {
    height: 50dvh;
}

#menu-footer-menu-1 ul, #menu-footer-menu-2 ul, #menu-footer-menu-3 ul {
    margin-top: 0;
    list-style: none;
    padding-left: 10px;
    padding-top: 5px;
}

.main_navbar .menu a {
    color: #000;
}

.main_navbar .menu {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    display: flex;
}

.masonry_grid {
    width: 90%;
    margin: 0 auto;
}

.masonry_grid-sizer,
.masonry_grid-item {
    width: 20%;
    padding: 7px;
    box-sizing: border-box;
}

.masonry_grid-item img {
    width: 100%;
    height: auto;
    display: block;
}

.mobile .masonry_grid-sizer, .mobile .masonry_grid-item {
    width: 100%;
}

.fancybox__toolbar__column button:first-child, .fancybox__toolbar__column button:nth-child(2), .fancybox__toolbar__column button:nth-child(3) {
    display: none !important;
}

.header {
    height: 100dvh;
    position: relative;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.inner_text {
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nav_menu .menu .sub-menu .sub-menu li {
    min-width: max-content;
}

.home-psy #primary, .home-corporate #primary, .home-psy #main, .home-corporate #main {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body:not(.scrolled) #masthead {
    background: transparent !important;
    backdrop-filter: none !important;
}

body.home-corporate:not(.scrolled) #masthead .menu a {
    color: #ffffff;
}

body.home-corporate:not(.scrolled) #masthead .menu li:not(.menu-item-has-children) a {
    background-image: linear-gradient(#ffffff,#ffffff) !important;
}

.main_navbar .menu li.menu-item-has-children a {
    background-image: none !important;
}

body.home-corporate:not(.scrolled) #masthead .menu .menu-item-has-children > a::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' preserveAspectRatio='xMidYMid meet'><path d='M1 1l4 4 4-4' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") !important;
}

.croppedContentSm {
    margin: auto;
}

.circle-container {
    position: relative;
    list-style-type: none;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid #000000;
    transform: rotate(-90deg);
}
  
.circle-item, .circle-item_label {
    position: absolute;
    background: rgba(255,255,255, 0.69);
    border-radius: 50%;
    display: grid;
    place-items: center;
    z-index: 1;
}
  
.circle-info {
    transform: rotate(90deg);
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background: #F9F9F9;
    border: 1px solid #006039;
	padding: 0;
}

.circle-container:after {
    text-align: center;
	font-family: Brygada1918-Regular;
	color: #a37e2c;
    transform: rotate(90deg);
}

#item_info {
    position: relative;
}

.circle-info.pressed {
    background: #006039;
    color: #ffffff;
}

#item_info_wrapper {
    width: max-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: max-content;
    margin-top: auto;
    margin-bottom: auto;
}

.mobile .circle-info {
    width: 25px;
    height: 25px;
}

.mobile .circle-item {
    width: 25px;
    height: 25px;
}

.mobile .circle-container {
    width: 324.11px;
    height: 324.11px;
}

.mobile #item_info_wrapper {
    margin-top: 45px;
}

.item_info {
    padding: 0;
}

.mobile .circle-container:after {
    font-size: 12px;
    line-height: 12px;
}

.mobile #item_info {
    max-width: 321px;
}

.circle-item {
	transition: all .3s ease;
}

.circle-item:hover {
	transition: all .3s ease;
}

.circle-item .circle-info {
	transition: all .3s ease;
}

.circle-item:hover .circle-info {
	background: #006039;
    color: #ffffff;
	transition: all .3s ease;
}

.item_info p {
    text-align: justify;
}

.flowchart {
    justify-content: center;
}

.mobile #item_info_wrapper #item_info {
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#item_info_wrapper #item_info {
    background-color: #F9F9F9;
    border-left: 1px solid #000;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
}

.item_number {
    line-height: normal;
    font-family: tan-mon-cheri;
    display: flex;
}

.circle-item .circle-info {
    font-family: Brygada1918-Regular;
}

.tagline span, .services_section_corporate .title_inner {
    font-style: italic;
}

.people_1 img, .people_2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no_img .whiteFontColor {
    color: #000 !important;
}

.single-post #primary {
    padding-top: 0 !important;
}

.accordion-button::after {
    content: 'more';
    background: none !important;
    transform: none !important;
    font-style: normal;
}

.accordion-button, .accordion-header, .accordion-item {
    background: transparent !important;
    border: none;
    outline: 0 !important;
    box-shadow: none !important;
    color: #000 !important;
}

.accordion-item {
    border-bottom: 1px solid #00000029;
    border-radius: 0 !important;
}

.single-services .services_section_corporate img {
    object-fit: cover;
}

.wpcf7-response-output {
    margin-top: 35px !important;
}

.contact .main_contact_content .socials_wrapper img {
    filter: none;
}

.main_contact_content h6 {
    font-weight: normal;
}

.quotation_text span {
    font-style: italic;
}

.masonry_grid .masonry_grid-item {
    transition: all .3s ease;
}

.masonry_grid .masonry_grid-item:hover {
    transform: scale(1.01);
    transition: all .3s ease;
}

.services_section_corporate hr {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.news-num-title {
    width: 65%;
    display: inline-flex;
}

.news-category {
    width: 20%;
}

.news-date {
    width: 15%;
    text-align: right;
}

.main_rows_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.mobile.press-title, .mobile .news-title {
    width: 100%;
}

.mobile .news-category {
    width: 100%;
    padding-left: 26.7px;
    padding-right: 55px;
}

.mobile .news-date {
    position: absolute;
    right: 0;
    top: 13px;
    width: fit-content;
}

.toggler_article {
    display: -ms-flexbox;
    display: flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    padding: 0;
    list-style: none;
    width: 100%;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    box-sizing: border-box;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 0;
}

:root {
    --arc-step: 28px; /* adjust intensity of the curve */
}

.curved-accordion .accordion-item {
    padding-left: calc(var(--arc-step) * var(--d));
    border: none !important;
    background: transparent !important;
}

.curved-accordion .accordion-button {
    background: transparent !important;
    padding-left: 0 !important;
    box-shadow: none !important;
}

.services_section_corporate .accordion-button.title_inner {
    border-bottom: 1px solid #00000029;
}

.desktop .arrow_accordion {
    transform: translateX(-10%);
}

.mobile .curved-accordion .accordion-item {
    padding-left: 0 !important;
}

.circle-item_label {
    background-color: transparent;
}

.mobile .site-title img {
    margin-top: 5px;
}

.mobile .offcanvas .menu_additions .socials_wrapper img {
    filter: none;
}

.mobile #masthead {
    z-index: 9999;
}

.mobile .btn-close {
    right: 25px;
    top: 21px;
}

.mobile .offcanvas-open .menu_toggler {
    display: none;
}

.mobile body:not(.offcanvas-open) .btn-close {
    display: none;
}

.home #masthead {
    display: none;
}

.mobile .book_btn {
    font-size: 20px !important;
    line-height: 20px !important;
    margin: 0 !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    padding: 15px !important;
}

.google_maps_wrapper iframe {
    width: 100%;
}

.google_maps_wrapper iframe {
    filter: grayscale(1);
}

.main_navbar .menu a {
    text-transform: uppercase;
    font-family: FiraSans-Light;
    font-weight: 500;
}

.offcanvas .menu a {
    font-family: FiraSans-Light;
    font-weight: 500;
}

.services_section_corporate .accordion-button::after {
    width: max-content;
}

.services_section_corporate .accordion-button.title_inner {
    padding-right: 0;
    align-items: flex-start;
}

.services_section_corporate .accordion-button.title_inner p {
    padding-right: 15px;
}

.kuka_cookie-consent-popup button, #kuka_save-preferences {
    background-color: #a37e2c !important;
}

.header:not(.no_img) .inner_text {
    position: relative;
    z-index: 2;
}

.mobile .flowchart {
    flex-direction: column;
    align-items: center;
}

.mobile .circle-item_label p {
    font-size: 10px;
}

.mobile .item_info p {
    text-align: left;
}

.legal_page_content a {
    color: #000;
}

.psy_services img {
    filter: grayscale(1);
}

#colophon .menu a, .main_navbar .menu a {
    position: relative !important;
    padding: 0 !important;
    text-decoration: none !important;
    background-image: linear-gradient(#ffffff99,#ffffff99) !important;
    background-position: 0% 100% !important;
    background-repeat: no-repeat !important;
    background-size: 0 1px !important;
    transition: color .3s,background-size .3s !important;
    width: max-content !important;
}

#colophon .menu a:hover, .main_navbar .menu a:hover {
    background-size: 100% 1px !important;
}

.main_navbar .menu a {
    background-image: linear-gradient(#000000,#000000) !important;
}

.motto_text {
    font-style: italic;
}

.mobile .video_wrapper {
    justify-content: center;
}

.menu-footer-bottom-menu-container .menu {
    display: flex;
    align-items: center;
}

.header_item > a {
    opacity: 0.8 !important;
    /* font-weight: 600; */
}

.mobile #menu-footer-menu-3 .header_item > a {
    display: none !important;
}

.nav_menu .menu-item-has-children > a::after {
    content: "";
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' preserveAspectRatio='xMidYMid meet'><path d='M1 1l4 4 4-4' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    transform-origin: 50% 50%;
    display: inline-flex;
    margin-left: 5px;
}

.nav_menu .menu li {
    position: relative;
}

.nav_menu .menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    background: white;
    list-style: none;
    z-index: 999;
    transition: opacity .4s ease, transform .4s ease;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    box-shadow: 0 0 2px rgba(0,0,0,.1);
    margin-top: 0 !important;
}

.nav_menu .menu li:hover > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.nav_menu .menu .sub-menu li {
    line-height: 1.1;
}

.nav_menu .menu .sub-menu li:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.mobile .offcanvas .menu .sub-menu {
    height: 0;
    opacity: 0;
    z-index: -1;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile .offcanvas .menu .menu-item-has-children > a::after {
    content: "";
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%226%22%20height%3D%224%22%20viewBox%3D%220%200%206%204%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.67071%203.18026L-5.31277e-05%20-9.79928e-07L5.34147%20-5.12957e-07L2.67071%203.18026Z%22%20fill%3D%22%23252626%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    display: inline-flex;
    margin-left: 8px;
    width: 10px;
    height: 13px;
}

.mobile .offcanvas .menu .sub-menu * {
    font-size: 15px;
    line-height: 24px;
}

.mobile .offcanvas .menu .active .sub-menu {
    max-width: 340px;
    margin: auto;
    height: auto;
    opacity: 1;
    z-index: 1;
}

.mobile .offcanvas .menu .menu-item-has-children.active > a::after {
    transform: rotate(180deg) translateY(10px);
}

.mobile .offcanvas .socials_wrapper a {
    margin-left: 12.5px !important;
    margin-right: 12.5px !important;
}

h4.inner_p {
    font-weight: normal;
}

.mobile .video_wrapper .video_title {
    text-align: center;
    width: max-content;
}

.services .header.no_img {
    height: max-content;
}

.services .header.no_img .col-lg-2 {
    display: none;
}

.services .header.no_img .row {
    width: 100%;
}

.mobile .contact .croppedContentSm.main_section_wrapper {
    max-width: 100%;
}

.mobile .choros .croppedContentSm.main_section_wrapper h2 {
    margin-bottom: 0 !important;
}

.home #colophon {
    display: none !important;
}

.mobile .privacy-policy .croppedContent, .mobile .terms-of-use .croppedContent {
    max-width: max-content;
}

body.home-corporate:not(.scrolled) #masthead .menu .sub-menu a {
    color: #000 !important;
}

body.home-corporate:not(.scrolled) #masthead .menu .sub-menu a::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' preserveAspectRatio='xMidYMid meet'><path d='M1 1l4 4 4-4' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") !important;
}

.choros .main_section_wrapper {
    padding-bottom: 0;
}

.desktop .nav_menu .menu li.menu-item-has-children li.menu-item-has-children.active a::after {
    transform: rotate(180deg);
}

.mobile .offcanvas .menu .sub-menu .sub-menu {
    display: none;
}

.mobile .offcanvas .menu .sub-menu .menu-item-has-children.active .sub-menu {
    display: block;
}

.mobile .offcanvas .menu .sub-menu .menu-item-has-children > a::after {
    background-position: center;
}

.mobile .offcanvas .menu .sub-menu .menu-item-has-children.active > a::after {
    transform: rotate(180deg);
    padding-top: 17px;
}

.desktop .single-services .services_section_corporate img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.single-services .services_section_corporate img {
    filter: grayscale();
}

.menu-kyklos-corporate-menu-container, .menu-kyklos-psy-menu-container {
    width: max-content;
}

#menu-kyklos-corporate-menu li:nth-last-child(3), #menu-kyklos-psy-menu li:nth-last-child(3) {
    margin-right: 0;
}

.mobile #colophon .bottom_footer_row .menu * {
    margin-top: 5px;
    line-height: 20px !important;
}

.mw80 {
    margin: auto;
}

.simple_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.simple_ul a {
    text-decoration: none;
    color: inherit;
    font-weight: bold;
}

.services #primary {
    padding-top: 0 !important;
}

.nav_menu .menu .sub-menu li:last-child a::after {
    display: none;
}

.desktop .nav_menu .menu-item-1077 .menu-item {
    margin-right: 0;
}

.desktop .menu-item-has-children.menu-item-1077 > .sub-menu {
    padding-right: 0 !important;
}

.desktop .nav_menu .menu-item-1077 .sub-menu li {
    min-width: max-content;
}

.desktop .nav_menu #menu-item-1169 .sub-menu li {
    min-width: max-content;
}

.desktop .kyklos-seminars #services-hover-image, .desktop .resources #services-hover-image {
    object-fit: cover;
}

.desktop .single-services.corporate_service .services_section_corporate img {
    position: relative !important;
    max-height: max-content !important;
    height: max-content !important;
    filter: none;
}

.grecaptcha-badge {
    display: none !important;
}

.mobile .vid_poster {
    width: 100%;
    object-fit: cover;
    height: 50dvh;
    position: absolute;
    left: 0;
    top: 0;
}

.highlight_text {
    color: #006039;
    display: inline-flex;
    width: max-content;
}

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

ul.tick_list li {
    position: relative;
}

ul.tick_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 6L9 17l-5-5' stroke='%23006039' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.q_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.mobile .q_wrapper {
    flex-direction: column;
    align-items: flex-start;
}

.mobile .q_title {
    order: 2;
}

.mobile .progress_num {
    order: 1;
}

.custom-radio {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 1;
}

.custom-radio-wrapper {
    position: relative;
}

.custom-radio-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    transform: none;
    outline: 1px solid #006039;
    border-radius: 50%;
    background-color: transparent;
}

.custom-radio-wrapper:has(.custom-radio:checked)::after {
    background-color: #a37e2c;
    border: 3px solid #F9F9F9;
}

.answer_wrapper {
    cursor: pointer;
}

.how-we-work .button_section, .katemliadou-thaleia .button_section, .alexiou-alexandra .button_section, .services .services_section_corporate, .how-we-work .flowchart {
    padding-top: 0;
}

.background_video {
    position: absolute;
    z-index: -1;
    height: 100vh;
    width: 100%;
    filter: grayscale(1);
}

.background_video video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.contact #main {
    padding-bottom: 0 !important;
}

.contact .main_contact_content iframe {
    object-fit: cover;
}

.contact_info_main_wrapper {
    overflow-y: auto;
}

.contact_form_wrapper {
    margin-top: 50px;
}

.contact .contact_info_main_wrapper a:hover {
    color: #006039;
}

.mobile .contact .main_contact_content,
.mobile .contact .main_contact_content .google_maps_wrapper,
.mobile .contact .main_contact_content .google_maps_wrapper p,
.mobile .contact .main_contact_content iframe {
    min-height: 50vh;
}

.contact_info_main_wrapper {
    position: relative;
}

.contact_info_main_wrapper::-webkit-scrollbar {
    display: none;
}

.handwritten_font {
    font-family: perfectocalligraphy;
    line-height: 0;
    position: absolute;
}

.kyklos-for-you .letter h3 {
    position: relative;
}

.kuka_cookie-consent-popup button, #kuka_save-preferences {
    font-family: FiraSans-Light !important;
}

.masonry_grid {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.masonry_grid.is-loaded {
    opacity: 1;
}

.masonry_grid-item:nth-child(3n) img {
    object-fit: cover;
}

.masonry_grid-item:nth-child(4n) img {
    object-fit: cover;
}

.masonry_grid-item:nth-child(4n+1) img {
    object-fit: cover;
}

.masonry_grid-item:nth-child(5n) img {
    object-fit: cover;
}

/*-------------------------------------------------------------*/
/* 					   	  START MEDIA						   */
/*-------------------------------------------------------------*/

@media (max-height: 740px) {
    .offcanvas .menu a, .wpml-ls-legacy-list-horizontal a span {
        font-size: 20px !important;
        line-height: 40px !important;
    }

    .offcanvas .menu .sub-menu * {
        font-size: 13px !important;
        line-height: 25px !important;
    }

    .offcanvas .menu .menu-item-has-children.active > a::after {
        transform: rotate(180deg) translateY(5px) !important;
    }
}

@media (min-width: 320px) {
    h1, h1 p {
        font-size: 30px;
    }

    h1.big.page-title {
        font-size: 110px;
        line-height: 110px;
    }

    h2, h2 p {
        font-size: 28px;
        line-height: 28px;
    }

    h2.smaller, h2.smaller p {
        font-size: 20px;
        line-height: 20px;
    }

    h3, h3 p {
        font-size: 30px;
        line-height: 30px;
    }

    h4, h4 p, .services .description_wrap {
        font-size: 18px;
    }

    .home-psy .header.quotation_text.no_img h4.bigger {
        font-size: 25px;
    }

    h5, h5 p {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    h6, h6 p {
        font-size: 18px;
    }

    p, .accordion-button::after {
        font-size: 16px;
    }

    .main_navbar .menu a, .basic_button, .wpcf7-submit, .wpcf7-text, .wpcf7-textarea, #colophon .menu a, .email_field, .phone_field, .simple_ul a {
        font-size: 16px;
    }

    .circle-item .circle-info {
        font-size: 15px;
    }

    .site-footer .upper_footer_row {
        padding: 63px 15px 58px 15px;
    }

    .site-footer .bottom_footer_row {
        padding: 25px 15px 25px 15px;
    }

    .main_logo {
        height: 35px !important;
    }

    .socials_icon {
        height: 20px;
    }

    .col-max {
        max-width: 90%;
    }

    .btn-close {
        width: 30px;
        right: 40px;
        top: 30px;
    }

    .offcanvas .menu a, .wpml-ls-legacy-list-horizontal a span {
        font-size: 30px;
        line-height: 50px;
    }

    .menu_toggler svg {
        width: 37px;
    }

    .wpcf7-text {
        height: 47px;
    }

    .croppedContent {
        max-width: 80%;
    }

    #masthead {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    body:not(.home) #primary, body:not(.home-corporate) #primary, body:not(.home-psy) #primary {
        padding-top: 70px;
    }

	body:not(.home) #main, body:not(.home-corporate) #main, body:not(.home-psy) #main {
		padding-bottom: 100px;
	}

    .wpcf7-text, .wpcf7-textarea {
        padding-left: 10px;
        padding-right: 10px;
    }

    .video_wrapper {
        padding: 70px;
    }

    #loader_screen .main_logo {
        min-height: 60px !important;
    }

    .masonry_gallery, .title_and_text, .flowchart, .tagline, .title_and_description, .people_1, .people_2, .services_section_corporate, .letter, .main_section_wrapper, .services .header.no_img, .quiz {
        padding-top: 25px;
        padding-bottom: 50px;
    }

    .button_section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .inner_text, .mw80 {
        max-width: 80%;
    }

    .croppedContentSm {
        max-width: 80%;
        margin: auto;
    }

    .inner_p {
        max-width: 100%;
    }

    .item_number {
        font-size: 50px;
        width: 37px;
        height: 52px;
        margin-top: 0;
    }

    .croppedContentLg {
        max-width: 80%;
        margin: auto;
    }

    .wpcf7-textarea {
        padding-top: 15px;
    }

    .people_2 img {
        max-height: 350px;
        margin-bottom: 25px;
    }

    .services_section_corporate .accordion-button.title_inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .circle-item_label {
        max-width: 70px;
    }

    #item_1_label {
        margin-right: -4.688vw;
    }

    #item_4_label {
        margin-left: -2.604vw;
    }
    
    .motto_text {
        max-width: max-content;
    }

    .menu-footer-bottom-menu-container .menu li:first-child {
        margin-right: 15px;
    }

    .nav_menu .menu-item-has-children > a::after {
        width: 7.17px;
        height: 5.24px;
    }

    .nav_menu .menu .sub-menu {
        margin-top: 0.521vw;
        padding: 1.042vw;
        padding-top: 1.042vw;
        padding-left: 0.914vw;
        padding-right: 0;
    }

    .nav_menu .menu .sub-menu li {
        margin-bottom: 0.833vw;
        min-width: 11.182vw;
    }

    .services .header.no_img .inner_text {
        max-width: 80%;
        margin: auto;
        padding: 0;
    }

    .small_f, #menu-footer-bottom-menu a {
        font-size: 12px !important;
        line-height: 12px !important;
    }

    .mb-5c {
        margin-bottom: 25px;
    }

    .mt-5c {
        margin-top: 25px;
    }

    .answer_wrapper {
        padding-left: 10px;
    }

    .answer_wrapper_out input {
        margin-top: 4px;
    }

    .basic_button, .wpcf7-submit {
        border-radius: 12px;
    }

    .services .header.no_img {
        padding-top: 95px !important;
    }
    
    .highlight_text {
        margin-bottom: 10px;
    }

    ul.tick_list li {
        padding-left: 28px;
        margin-bottom: 10px;
    }

    ul.tick_list li::before {
        width: 18px;
        height: 18px;
    }

    .p_list {
        padding-left: 35px;
    }

    .custom-radio-wrapper .answer_wrapper {
        padding-left: 25px;
    }

    .custom-radio-wrapper::after {
        width: 15px;
        height: 15px;
    }

    .custom-radio {
        width: 16px;
        height: 16px;
    }

    .contact #primary {
        padding-top: 70px !important;
    }

    .contact .main_contact_content, .contact .main_contact_content .google_maps_wrapper, .contact .main_contact_content .google_maps_wrapper p, .contact .main_contact_content iframe {
        height: max-content;
    }

    .contact_info_main_wrapper {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .py5 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .handwritten_font {
        font-size: 40px;
        margin-left: 20px;
        bottom: 12px !important;
    }

    .masonry_grid-item:nth-child(3n) img {
        height: 310px;
    }

    .masonry_grid-item:nth-child(4n) img {
        height: 450px;
    }

    .masonry_grid-item:nth-child(4n+1) img {
        height: 600px;
    }

    .masonry_grid-item:nth-child(5n) img {
        height: 380px;
    }
}

@media (min-width: 992px) {
    h1, h1 p {
        font-size: 3.385vw;
    }

    h1.big.page-title {
        font-size: 10.417vw;
        line-height: 10.417vw;
    }

    h2, h2 p {
        font-size: 2.604vw;
        line-height: 2.604vw;
    }

    h2.smaller, h2.smaller p {
        font-size: 1.563vw;
        line-height: 1.563vw;
    }

    h3, h3 p {
        font-size: 2.865vw;
        line-height: 2.865vw;
    }

    h4, h4 p, .services .description_wrap {
        font-size: max(1.25vw, 16px);
    }

    .home-psy .header.quotation_text.no_img h4.bigger {
        font-size: 1.823vw;
    }

    h5, h5 p {
        font-size: 1.302vw !important;
        line-height: 1.302vw !important;
    }

    h6, h6 p {
        font-size: 1.042vw;
    }

    p, .accordion-button::after {
        font-size: max(0.938vw, 14px);
    }

    .basic_button, .wpcf7-submit, .wpcf7-text, .wpcf7-textarea, #colophon .menu a, .email_field, .phone_field, .simple_ul a {
        font-size: max(12px, 0.833vw);
    }

    .main_navbar .menu a {
        font-size: max(12px, 0.938vw);
    }

    .circle-item .circle-info {
        font-size: 1.042vw;
    }

    .site-footer .upper_footer_row {
        padding: 4.844vw 0.781vw 3.021vw 0.781vw;
    }

    .site-footer .bottom_footer_row {
        padding: 0.781vw 0.781vw 0.833vw 0.781vw;
    }

    .main_logo {
        height: 2.865vw !important;
    }

    .socials_icon {
        height: max(1.042vw, 15px);
    }

    .socials_wrapper a {
        margin-right: 1.302vw;
    }

    .col-max {
        max-width: 93.75vw;
    }

    .btn-close {
        width: 1.563vw;
        right: 2.083vw;
        top: 1.563vw;
    }

    .offcanvas .menu a, .wpml-ls-legacy-list-horizontal a span {
        font-size: 1.563vw;
        line-height: 2.604vw;
    }

    .menu_toggler svg {
        width: 1.927vw;
    }

    .wpcf7-text {
        height: 2.448vw;
    }

    .croppedContent {
        max-width: 93.75vw;
    }

    #masthead {
        padding-top: 1.042vw;
        padding-bottom: 1.042vw;
    }

    body:not(.home) #primary, body:not(.home-corporate) #primary, body:not(.home-psy) #primary {
        padding-top: 6.25vw;
    }

	body:not(.home) #main, body:not(.home-corporate) #main, body:not(.home-psy) #main {
		padding-bottom: 5.208vw;
	}

    .wpcf7-text, .wpcf7-textarea {
        padding-left: 0.781vw;
        padding-right: 0.781vw;
    }

    .video_wrapper {
        padding: 4.167vw;
    }

    #loader_screen .main_logo {
        min-height: 6.25vw !important;
    }

    .masonry_gallery, .title_and_text, .flowchart, .tagline, .title_and_description, .people_1, .people_2, .services_section_corporate, .letter, .main_section_wrapper, .services .header.no_img, .quiz {
        padding-top: 2.604vw;
        padding-bottom: 5.208vw;
    }

    .button_section {
        padding-top: 2.604vw;
        padding-bottom: 2.604vw;
    }

    .inner_text, .mw80 {
        max-width: 62.5vw;
    }

    .croppedContentSm {
        max-width: 72.917vw;
        margin: auto;
    }

    .inner_p {
        max-width: 41.667vw;
    }

    .circle-container {
		width: 36.458vw;
		height: 36.458vw;
	}
	  
	.circle-item {
		width: 2.604vw;
		height: 2.604vw;
	}

	.circle-info {
		width: 2.604vw;
		height: 2.604vw;
	}

	#item_info {
		width: 26.8vw;
        min-height: 14.063vw;
	}

	.circle-info.pressed {
		width: 2.604vw;
		height: 2.604vw;
	}

	.circle-container {
		margin-right: 8.1vw;
	}

    .circle-container:after {
		font-size: 1.563vw;
		line-height: 1.563vw;
	}

    #item_info_wrapper #item_info {
        padding-left: 1.563vw;
        padding-top: 2.604vw;
        padding-bottom: 2.604vw;
    }

    .item_number {
        font-size: 10.938vw;
        width: 7.813vw;
        height: 14.063vw;
        margin-top: 3.125vw;
    }

    .croppedContentLg {
        max-width: 46.875vw;
        margin: auto;
    }

    .wpcf7-textarea {
        padding-top: 0.781vw;
    }
    
    .people_2 img {
        max-height: 28.125vw;
        margin-bottom: 1.823vw;
    }

    #services-hover-image {
        height: 24.583vw;
    }

    .services_section_corporate .accordion-button.title_inner {
        padding-top: 0.833vw;
        padding-bottom: 0.833vw;
    }

    .circle-item_label {
        max-width: 7.813vw;
    }

    .motto_text {
        max-width: 20.833vw;
    }

    .menu-footer-bottom-menu-container .menu li:first-child {
        margin-right: 1.042vw;
    }

    .nav_menu .menu-item-has-children > a::after {
        width: max(0.521vw, 7px);
        height: max(0.521vw, 7px);
    }

    .nav_menu .menu .sub-menu {
        margin-top: 0.781vw !important;
        padding: 1.042vw;
    }

    .nav_menu .menu .sub-menu li {
        margin-bottom: 0.573vw;
        min-width: 9.688vw;
    }

    .main_navbar .menu li.menu-item-has-children > a {
        padding-bottom: 0.938vw !important;
    }

    .services .header.no_img .inner_text {
        max-width: 72.917vw;
        margin: auto;
        padding: 0;
    }

    .services .description_wrap {
        max-width: 26.042vw;
    }

    .menu-kyklos-corporate-menu-container li, .menu-kyklos-psy-menu-container li {
        margin-right: 1.302vw;
    }

    .small_f, #menu-footer-bottom-menu a {
        font-size: max(0.625vw, 10px) !important;
        line-height: max(0.625vw, 10px) !important;
    }

    .ms-5c {
        margin-left: 2.083vw;
    }

    .me-5c {
        margin-right: 2.083vw;
    }

    .mb-5c {
        margin-bottom: 2.5vw;
    }

    .mt-5c {
        margin-top: 2.5vw;
    }

    #colophon .menu li {
        line-height: max(1.302vw, 16px);
    }

    .answer_wrapper {
        padding-left: 0.781vw;
    }

    .answer_wrapper_out input {
        margin-top: 0.208vw;
    }

    #colophon .bottom_footer_row .menu * {
        line-height: max(0.625vw, 10px) !important;
    }

    .basic_button, .wpcf7-submit {
        border-radius: 0.625vw;
    }

    .services .header.no_img {
        padding-top: 8.854vw !important;
    }

    .nav_menu .menu .sub-menu .sub-menu {
        top: -1.042vw !important;
        left: max(7.76vw, 107px) !important;
    }

    .nav_menu .menu-item-1077 li {
        padding-right: 1.042vw !important;
    }

    .highlight_text {
        margin-bottom: 0.521vw;
    }

    ul.tick_list li {
        padding-left: 1.458vw;
        margin-bottom: 0.521vw;
    }

    ul.tick_list li::before {
        width: 0.938vw;
        height: 0.938vw;
    }

    .p_list {
        padding-left: max(2.083vw, 30px);
    }

    .custom-radio-wrapper .answer_wrapper {
        padding-left: 1.823vw;
    }

    .custom-radio-wrapper::after {
        width: 1.042vw;
        height: 1.042vw;
    }

    .custom-radio {
        width: 1.094vw;
        height: 1.094vw;
    }

    .contact #primary {
        padding-top: 4.948vw !important;
    }

    .contact .main_contact_content, .contact .main_contact_content .google_maps_wrapper, .contact .main_contact_content .google_maps_wrapper p, .contact .main_contact_content iframe {
        height: calc(100vh - 4.948vw);
    }

    .contact_info_main_wrapper {
        padding-left: 2.604vw;
        padding-right: 2.604vw;
        padding-top: 1.563vw;
        padding-bottom: 1.563vw;
        max-height: calc(100vh - 4.948vw);
    }

    .py5 {
        padding-left: 1.302vw;
        padding-right: 1.302vw;
    }

    .handwritten_font {
        font-size: 3.906vw;
        margin-left: 1.823vw;
        bottom: 1.25vw !important;
    }

    .masonry_grid-item:nth-child(3n) img {
        height: 16.146vw;
    }

    .masonry_grid-item:nth-child(4n) img {
        height: 23.438vw;
    }

    .masonry_grid-item:nth-child(4n+1) img {
        height: 31.25vw;
    }

    .masonry_grid-item:nth-child(5n) img {
        height: 19.792vw;
    }
}

@media (min-width: 1920px) {
    h1, h1 p {
        font-size: 65px;
    }

    h1.big.page-title {
        font-size: 200px;
        line-height: 200px;
    }

    h2, h2 p {
        font-size: 50px;
        line-height: 50px;
    }

    h2.smaller, h2.smaller p {
        font-size: 30px;
        line-height: 30px;
    }

    h3, h3 p {
        font-size: 55px;
        line-height: 55px;
    }

    h4, h4 p, .services .description_wrap {
        font-size: 24px;
    }

    .home-psy .header.quotation_text.no_img h4.bigger {
        font-size: 35px;
    }

    h5, h5 p {
        font-size: 25px !important;
        line-height: 25px !important;
    }

    h6, h6 p {
        font-size: 20px;
    }

    p, .accordion-button::after {
        font-size: 18px;
    }

    .basic_button, .wpcf7-submit, .wpcf7-text, .wpcf7-textarea, #colophon .menu a, .email_field, .phone_field, .simple_ul a {
        font-size: 16px;
    }

    .main_navbar .menu a {
        font-size: 18px;
    }

    .circle-item .circle-info {
        font-size: 20px;
    }

    .site-footer .upper_footer_row {
        padding: 93px 15px 58px 15px;
    }

    .site-footer .bottom_footer_row {
        padding: 15px 15px 16px 15px;
    }

    .main_logo {
        height: 55px !important;
    }

    .socials_icon {
        height: 20px;
    }

    .socials_wrapper a {
        margin-right: 25px;
    }

    .col-max {
        max-width: 1800px;
    }

    .btn-close {
        width: 30px;
        right: 40px;
        top: 30px;
    }

    .offcanvas .menu a, .wpml-ls-legacy-list-horizontal a span {
        font-size: 30px;
        line-height: 50px;
    }

    .menu_toggler svg {
        width: 37px;
    }

    .wpcf7-text {
        height: 47px;
    }

    .croppedContent {
        max-width: 1800px;
    }

    #masthead {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    body:not(.home) #primary, body:not(.home-corporate) #primary, body:not(.home-psy) #primary {
        padding-top: 120px;
    }
    
	body:not(.home) #main, body:not(.home-corporate) #main, body:not(.home-psy) #main {
		padding-bottom: 100px;
	}

    .wpcf7-text, .wpcf7-textarea {
        padding-left: 15px;
        padding-right: 15px;
    }

    .video_wrapper {
        padding: 80px;
    }

    #loader_screen .main_logo {
        min-height: 120px !important;
    }

    .masonry_gallery, .title_and_text, .flowchart, .tagline, .title_and_description, .people_1, .people_2, .services_section_corporate, .letter, .main_section_wrapper, .services .header.no_img, .quiz {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .button_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .inner_text, .mw80 {
        max-width: 1200px;
    }

    .croppedContentSm {
        max-width: 1400px;
        margin: auto;
    }

    .inner_p {
        max-width: 800px;
    }

    .circle-container:after {
		font-size: 30px;
		line-height: 30px;
	}

	.circle-container {
		width: 700px;
		height: 700px;
	}
	  
	.circle-item {
		width: 50px;
		height: 50px;
	}

	.circle-info {
		width: 50px;
		height: 50px;
	}

	#item_info {
		width: 515px;
        min-height: 270px;
	}

	.circle-info.pressed {
		width: 50px;
		height: 50px;
	}

	.circle-container {
		margin-right: 155px;
	}

    #item_info_wrapper #item_info {
        padding-left: 30px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .item_number {
        font-size: 210px;
        width: 150px;
        height: 270px;
        margin-top: 60px;
    }

    .croppedContentLg {
        max-width: 900px;
        margin: auto;
    }

    .wpcf7-textarea {
        padding-top: 15px;
    }

    .people_2 img {
        max-height: 540px;
        margin-bottom: 35px;
    }

    #services-hover-image {
        height: 472px;
    }

    .services_section_corporate .accordion-button.title_inner {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    
    .circle-item_label {
        max-width: 150px;
    }

    #item_1_label {
        margin-right: -90px;
    }

    #item_4_label {
        margin-left: -50px;
    }

    .motto_text {
        max-width: 400px;
    }

    .menu-footer-bottom-menu-container .menu li:first-child {
        margin-right: 20px;
    }

    .nav_menu .menu-item-has-children > a::after {
        width: 10px;
        height: 10px;
    }

    .nav_menu .menu .sub-menu {
        margin-top: 15px !important;
        padding: 20px;
    }

    .nav_menu .menu .sub-menu li {
        margin-bottom: 11px;
        min-width: 186px;
    }

    .main_navbar .menu li.menu-item-has-children > a {
        padding-bottom: 18px !important;
    }

    .services .header.no_img .inner_text {
        max-width: 1400px;
        margin: auto;
        padding: 0;
    }

    .services .description_wrap {
        max-width: 500px;
    }

    .menu-kyklos-corporate-menu-container li, .menu-kyklos-psy-menu-container li {
        margin-right: 25px;
    }

    .small_f, #menu-footer-bottom-menu a {
        font-size: 12px !important;
        line-height: 12px !important;
    }

    .ms-5c {
        margin-left: 40px;
    }

    .me-5c {
        margin-right: 40px;
    }

    .mb-5c {
        margin-bottom: 48px;
    }

    .mt-5c {
        margin-top: 48px;
    }
    
    #colophon .menu li {
        line-height: 25px;
    }

    .answer_wrapper {
        padding-left: 15px;
    }

    .answer_wrapper_out input {
        margin-top: 4px;
    }

    #colophon .bottom_footer_row .menu * {
        line-height: 12px !important;
    }

    .basic_button, .wpcf7-submit {
        border-radius: 12px;
    }

    .services .header.no_img {
        padding-top: 170px !important;
    }

    .nav_menu .menu .sub-menu .sub-menu {
        top: -20px !important;
        left: 149px !important;
    }

    .nav_menu .menu-item-1077 li {
        padding-right: 20px !important;
    }

    .highlight_text {
        margin-bottom: 10px;
    }

    ul.tick_list li {
        padding-left: 28px;
        margin-bottom: 10px;
    }

    ul.tick_list li::before {
        width: 18px;
        height: 18px;
    }

    .p_list {
        padding-left: 40px;
    }

    .custom-radio-wrapper .answer_wrapper {
        padding-left: 35px;
    }

    .custom-radio-wrapper::after {
        width: 20px;
        height: 20px;
    }

    .custom-radio {
        width: 21px;
        height: 21px;
    }

    .contact #primary {
        padding-top: 95px !important;
    }

    .contact .main_contact_content, .contact .main_contact_content .google_maps_wrapper, .contact .main_contact_content .google_maps_wrapper p, .contact .main_contact_content iframe {
        height: calc(100vh - 95px);
    }

    .contact_info_main_wrapper {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 30px;
        padding-bottom: 30px;
        max-height: calc(100vh - 95px);
    }

    .py5 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .handwritten_font {
        font-size: 75px;
        margin-left: 35px;
        bottom: 24px !important;
    }

    .masonry_grid-item:nth-child(3n) img {
        height: 310px;
    }

    .masonry_grid-item:nth-child(4n) img {
        height: 450px;
    }

    .masonry_grid-item:nth-child(4n+1) img {
        height: 600px;
    }

    .masonry_grid-item:nth-child(5n) img {
        height: 380px;
    }
}