/*!
Theme Name: katerini
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: Gotham-Light !important;
	margin: 0;
}

a {
	text-decoration: none;
}

a:hover, a:focus {
	color: inherit;
}

.basic_link {
    color: inherit;
}

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

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

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

@font-face {
    font-family: Gotham-Bold;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/katerini/fonts/Gotham-Bold.otf") format("opentype");
}
.Gotham-Bold{
	font-family:Gotham-Bold;
}

@font-face {
    font-family: Gotham-Book;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/katerini/fonts/Gotham-Book.otf") format("opentype");
}
.Gotham-Book{
	font-family:Gotham-Book;
}

@font-face {
    font-family: Gotham-Light;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/katerini/fonts/Gotham-Light.otf") format("opentype");
}
.Gotham-Light{
	font-family:Gotham-Light;
}

@font-face {
    font-family: Gotham-XLight;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/katerini/fonts/Gotham-XLight.otf") format("opentype");
}
.Gotham-XLight{
	font-family:Gotham-XLight;
}

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


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

.whiteFontColor {
	color: #ffffff;
}

.whiteBackgroundColor {
	background-color: #ffffff;
}

.blackestFontColor {
	color: #000000;
}

.blackFontColor {
	color: #262626;
}

.blackFontColor2 {
	color: #515151;
}

.blackBackgroundColor {
	background-color: #262626;
}

.beigeFontColor {
	color: #DCDCDC;
}

.beigeBackgroundColor {
	background-color: #DCDCDC;
}

.blueFontColor {
	color: #20273A;
}

.blueBackgroundColor {
	background-color: #20273A;
}

.goldFontColor {
	color: #9E8678;
}

.goldBackgroundColor {
	background-color: #9E8678;
}

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


/*-------------------------------------------------------------*/
/* 				    START CUSTOM COOKIES CSS		   		   */
/*-------------------------------------------------------------*/
.kuka-cookies-bar-container * {
    -webkit-appearance: none !important;
}

.kuka-cookies-bar-container {
    position: fixed;
    width: 100%;
    background-color: #ffffffc7;
    color: black;
    right: 0;
    bottom: 0;
    overflow: hidden;
    box-shadow: none;
    padding: 15px 10px;
    z-index: 1000000000;
    animation: CookiesMainEnter 1s forwards;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: max-content;
    max-width: 520px;
    bottom: 2em;
    left: 2em;
    border-radius: 0;
    padding: 26px;
}

a#kuka-cookie_action_cookie_settings, #kuka-cookie_action_reject, #kuka-cookie_action_accept_all {
    background-color: #20273A;
    height: 43px;
    padding-left: 23px;
    padding-right: 23px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border-color: transparent;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    color: #ffffff;
    font-weight: bold;
}

#kuka-cookie_action_cookie_settings {
    margin-left: 10px !important;
}

a#kuka-cookie_action_accept_all {
    margin-right: 0 !important;
}

a#kuka-cookie_action_accept_all {
	background-color: #20273A;
}

.kuka-cookies-bar-btn_wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
    width: 100%;
}

.kuka-cookies-action_button {
	color: grey;
	margin: 0 10px;
}

.kuka-custom-cookies-unique-cookie-settings-btn-action {
    cursor: pointer;
}

/* OPTIONS WINDOW STYLING */
.kuka-cookies-bar-options_outside_wrapper {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 10000000001;
}

.mobile #kuka-cookies-bar-options_outside_wrapper {
    width: 100vw;
}

.kuka-cookies-bar-options_outside_wrapper.kuka-cookies-bar-options_outside_wrapper_hide {
	display: none;
}

.kuka-cookies-bar-options_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 90dvh;
	min-width: 500px;
	background-color: #ffffff;
	border-radius: 0;
	padding: 1em;
	animation: CookiesSettingsEnter 1s forwards;
}

.kuka-cookies-bar-options_title_wrapper {
	display: flex;
	justify-content: space-between;
	font-size: 2rem;
	line-height: 1.4;
}

.kuka-cookies-bar-options_title_h2 {
	font-size: inherit;
	line-height: inherit;
}

.kuka-cookies-bar-options_exit {
	color: black;
	line-height: inherit;
	text-decoration: none;
	outline: none;
	border: none;
}

.kuka-cookies-bar-options_mid_part_wrapper {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: start;
	overflow: hidden;
}

.kuka-cookies-bar-options_par_wrapper {
	margin-bottom: 30px;
}

.options_btn_save_and_exit {
    background-color: #97FF9B;
    color: #20273A !important;
    text-decoration: none;
    cursor: pointer;
    border-radius: 100px;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.options_btn_save_and_exit:hover,
.options_btn_save_and_exit:focus {
	background-color: #20273A;
}

.kuka-cookies-bar-options_cookies_wrapper {
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 0.2em;
}

.kuka-cookies-bar-options_cookies_container {
	display: block;
	width: 100%;
	background-color: white;
	text-align: left;
	border-radius: 0;
	border: 1px solid rgb(218, 220, 224);
	padding: 1em 1em 0 1em;
	margin: 10px 0;
}

.options_btn_save_and_exit, a#kuka-cookies-bar-options_btn_save_and_exit {
    border-radius: 0;
    background: #20273A;
    color: #ffffff !important;
}

.kuka-cookies-bar-options_cookies_container>.kuka-cookies-bar-options_cookies_container_wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.kuka-cookies-bar-options_cookies_container>.kuka-cookies-bar-options_cookies_container_wrapper>h2 {
	font-size: 1em;
	font-weight: 700;
}

.kuka-cookies-bar-options_cookies_container>.kuka-cookies-bar-options_cookies_container_wrapper>div {
	cursor: pointer;
}

/* CUSTOM CHECKBOX BUTTON */
.kuka-cookies-bar-options_cookies_container .kuka-cookies-bar-options_cookies-custom_checkbox_wrapper * {
	cursor: pointer;
}

.kuka-cookies-bar-options_cookies_container .kuka-cookies-bar-options_cookies-custom_checkbox_wrapper {
	display: flex;
	flex-direction: row;
}

.kuka-cookies-bar-options_cookies_container .kuka-cookies-bar-options_cookies-custom_checkbox_wrapper>label {
	cursor: pointer;
	margin: 0 15px;
}

.kuka-cookies-bar-options_cookies-custom_checkbox:checked {
	background-position: right center;
	background-image: url(/wp-content/themes/katerini/images/whiteDot.svg);
	/* HERE ADD YOUR PATH TO THIS IMAGES */
	background-color: #20273A;
	border-color: #20273A;
}

.kuka-cookies-bar-options_cookies-custom_checkbox {
	width: 3rem;
	height: 1.5rem;
	background-image: url(/wp-content/themes/katerini/images/blackDot.svg);
	/* HERE ADD YOUR PATH TO THIS IMAGES */
	background-position: left center;
	vertical-align: top;
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 0.75rem;
	transition: background-position 0.15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}

.kuka-cookies-bar-options_cookies-custom_checkbox:not([disabled]):focus {
	background-image: url(/wp-content/themes/katerini/images/blueDot.svg);
	/* HERE ADD YOUR PATH TO THIS IMAGES */
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.kuka-cookies-bar-options_cookies-custom_checkbox:not([disabled]):hover {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(255, 165, 0, .6);
}

.kuka-cookies-bar-options_cookies-custom_checkbox:disabled {
	pointer-events: none;
	filter: none;
	opacity: .5;
}

.kuka-cookies-bar-options_cookies_description {
	font-size: 0.9em;
	margin-bottom: 10px;
}

.kuka-cookies-bar-options_cookies_open_each_cookie_btn {
    background: transparent !important;
    color: inherit !important;
    border: none !important;
    font-size: 0.8em;
    text-decoration: underline 1px;
    padding: 0 0.5em 0.5em 0.5em;
    margin: 0;
    margin-bottom: 1em;
}

.kuka-cookies-bar-options_cookies_open_each_cookie_btn:hover {
	opacity: 0.8;
}

.kuka-cookies-bar-options_each_cookie_whole_container {
	height: auto;
	overflow: hidden;
	border-radius: 0 10px;
}

.kuka-cookies-bar-options_each_cookie_whole_container.hidden-kuka-custom-cookies {
	height: 0px !important;
}

/* EACH COOKIE LINE IN OPTIONS */
.kuka-cookies-bar-options_each_cookie_whole_container {
	width: 100%;
	max-height: 400px;
	border-collapse: collapse;
	overflow: auto;
}

.kuka-cookies-bar-options_each_cookie_whole_container_table {
    width: 100%;
}

.kuka-cookies-bar-options_each_cookie_whole_container_table thead {
    position: sticky;
    top: -1px;
    z-index: 9;
}

.kuka-cookies-bar-options_each_cookie_whole_container_table thead th {
    text-align: left;
}

.kuka-cookies-bar-options_each_cookie_whole_container_table tr .kuka-cookies-bar-options_each_cookie_name {
	width: 30%;
	font-weight: 700;
	margin: 0 15px 0 0;
}
  
.kuka-cookies-bar-options_each_cookie_whole_container td, .kuka-cookies-bar-options_each_cookie_whole_container th {
	border: 1px solid #ddd;
	padding: 8px;
}

.kuka-cookies-bar-options_each_cookie_whole_container tr:nth-child(even){
	background-color: #f2f2f2;
}

.kuka-cookies-bar-options_each_cookie_whole_container tr:hover {
	background-color: #ddd;
}

.kuka-cookies-bar-options_each_cookie_whole_container th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: gray;
	color: white;
}

.kuka-cookies-bar-options_each_cookie_container {
	background-color: white;
	color: black;
	font-size: 0.85em;
	cursor: pointer;
	line-height: 1;
	padding: 1.4rem 0.5em;
}

.kuka-cookies-bar-options_each_cookie_container_not_link {
	cursor: auto;
}

.kuka-cookies-bar-options_cookies_container hr {
	margin: 0;
}

.kuka-cookies-bar-options_btn_wrapper {
	display: flex;
	justify-content: space-between;
}

/* OTHER SCREEN SIZES */
@media screen and (max-width: 900px) {
	.kuka-cookies-bar-container {
		width: 100%;
	}

	.kuka-cookies-bar-options_wrapper {
		width: 100%;
		height: 100dvh;
		min-width: 200px;
		border-radius: 0;
		animation: CookiesSettingsEnterMobile 1s forwards;
	}

	.kuka-cookies-bar-options_cookies-custom_checkbox {
		width: 2.5rem;
		height: 1.25rem;
	}
}

/* CUSTOM ENETER ANIMATIONS */
@keyframes CookiesMainEnter {
	from {
		left: -150%;
		/* transform: skewX(-90deg); */

	}

	to {
		left: 2em;
		transform: skewX(0);
	}
}

@keyframes CookiesSettingsEnter {
	from {
		width: 0;
		opacity: 0;
	}

	to {
		width: 80%;
		max-width: 1000px;
		opacity: 1;
	}
}

@keyframes CookiesSettingsEnterMobile {
	from {
		width: 0;
		opacity: 0;
	}

	to {
		width: 100%;
		opacity: 1;
	}
}
/*-------------------------------------------------------------*/
/* 				    END CUSTOM COOKIES CSS		   			   */
/*-------------------------------------------------------------*/

.mobile .kuka-cookies-bar-btn_wrapper {
    display: flex;
    flex-direction: column;
}

.mobile a#kuka-cookie_action_cookie_settings, .mobile #kuka-cookie_action_reject, .mobile #kuka-cookie_action_accept_all {
    margin-left: 0 !important;
    margin-right: 0;
    width: 100%;
}

.mobile #kuka-cookies-bar-container {
    left: 0 !important;
    right: 0 !important;
	bottom: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    min-width: 100%;
}

.mobile .kuka-cookies-bar-options_btn_wrapper {
    flex-direction: column;
    text-align: center;
}

.mobile a#kuka-cookies-bar-options_btn_accept_all {
    margin-bottom: 1em;
}

#masthead {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 100%;
	z-index: 9999;
}

#masthead a,
#masthead a div {
	display: block;
	width: fit-content !important;
}

#masthead #logo {
	color: #DCDCDC;
}

#menu_toggler {
	background-image: url(/wp-content/themes/katerini/images/menu_toggler.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.dwdeka-theoi-tou-olympou #menu_toggler {
	background-image: url(/wp-content/themes/katerini/images/menu_toggler_blue.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.menu_col button {
	background-color: transparent;
	border: none;
}

#burgerMenu {
    height: 100vh;
}

#menu_close {
    background-image: url(/wp-content/themes/katerini/images/menu_close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
	opacity: 1;
}

#burgerMenu .offcanvas-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #E4DFDA;
}

#menu-1 .menu-item {
    list-style: none;
}

#menu-1 .menu-item a {
    color: #E4DFDA;
}

#menu-1 {
    margin: 0;
    padding: 0;
	text-align: center;
}

.mobile #masthead {
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 35px;
}

.mobile .flex_desktop {
    display: flex;
    align-items: flex-start;
}

.mobile .temp_logo {
    font-size: 26.43px;
    line-height: 0.5;
}

.mobile #menu_toggler {
    width: 39px;
    height: 21.78px;
}

#footer-menu {
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

#footer-menu li {
    list-style: none;
}

.croppedContent {
    max-width: 94%;
    margin: auto;
}

.select_ca #my_month, .select_ca #my_year {
    appearance: none;
}

.error404 {
    background: #20273A;
}

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

.temp_logo {
    line-height: 0;
}

.flex_desktop {
	display: flex;
	align-items: center;
}

.error404 {
	overflow: hidden;
}

#circle_1 {
	background-image: url(/wp-content/themes/katerini/images/circle_1.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#circle_2 {
	background-image: url(/wp-content/themes/katerini/images/circle_2.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#circle_3 {
	background-image: url(/wp-content/themes/katerini/images/circle_3.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#circle_3mbl {
	background-image: url(/wp-content/themes/katerini/images/circle_3.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#circle_1 {
    position: absolute;
}

#circle_2 {
    position: absolute;
}

#circle_3, #circle_3mbl {
    position: absolute;
}

#burgerMenu {
    background: #9E8678;
}

#burgerMenu a {
    color: #DCDCDC;
}

.error404 #page, .politiki-aporritou #page, .politiki-cookies #page, .hmerologio #page, .single-post #page, .drasi #page, .home #page, .single-points_of_interest #page, .katerini #page, .diadromes #page {
	position: relative;
	overflow: hidden;
}

#menu-1 {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

#menu-1 .menu-item.current-menu-item a {
    color: #20273A;
}

.mobile #burgerMenu {
    width: 100vw;
}

.mobile .menu-mainmenu-container {
    width: 100%;
    padding-right: 7%;
}

.mobile #menu_close {
    right: 30px;
    top: 30px;
    width: 34px;
    height: 34px;
}

.mobile .offcanvas_opened .flex_desktop {
	display: none;
}

.mobile ul#menu-1 {
    padding-bottom: 100px;
}

.politiki-aporritou #main, .politiki-cookies #main {
    height: 100%;
}

.mobile .politiki-aporritou #colophon, .mobile .politiki-cookies #colophon {
	display: none;
}

.mobile .politiki-aporritou #main, .mobile .politiki-cookies #main {
    padding-bottom: 98px;
    padding-top: 98px;
}

.main_wrapper {
    max-width: 85%;
    margin: auto;
}

.mobile .politiki-aporritou #main, .mobile .politiki-cookies #main {
    min-height: 100vh;
}

.fund_logos {
	border: 1px solid #DCDCDC;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #141D30;
	font-family: Gotham-Bold;
}

#colophon .temp_logo {
    color: #DCDCDC;
}

#footer-menu li a {
	color: #9E8678;
}

#colophon #footer-menu {
	border-left: 1px solid #9E8678;
}

#footer-menu li:last-child {
    margin-bottom: 0;
}

.mobile .mobile_width_50 {
    width: 50%;
    flex: 0 0 50%;
}

.mobile #colophon .mobile_width_50 img {
    width: 100%;
    max-width: 130px;
}

.apps_wrapper {
    display: flex;
    flex-direction: column;
}

.mobile #colophon .apps_wrapper {
    display: flex;
    align-items: normal;
    flex-direction: column;
}

.features_list {
	column-count: 2;
}

.desktop .max_w_subtitle {
	max-width: 60%;
}

.mobile .fund_logos {
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 10.67px;
    line-height: 12.8px;
	padding-left: 15px;
	padding-right: 15px;
}

.mobile #colophon .temp_logo {
    font-size: 45.34px;
    line-height: 54.41px;
}

.mobile #footer-menu li a {
    font-size: 11px;
    line-height: 10px;
}

.mobile .footer_bottom_row {
    padding-top: 20px;
    padding-bottom: 23px;
    padding-left: 30px;
    padding-right: 30px;
}

.mobile .pt_mob_20 {
	padding-top: 20px;
}

.mobile #colophon #footer-menu {
    padding-left: 20px;
}

.mobile .app_logo {
    width: 100%;
    max-width: 219px;
    margin: auto;
    margin-bottom: 20px;
}

.mobile .footer_top_row {
    padding-top: 23px;
    padding-bottom: 33px;
    padding-left: 30px;
    padding-right: 30px;
}

.mobile .margin_bottom_footer {
    margin-top: 18px;
    margin-bottom: 7px;
}

.mobile #colophon .footer_top_row h5 {
	font-size: 19px;
}

.mobile .features_list {
    padding-left: 20px;
}

.mobile #colophon .footer_top_row h4 {
	font-size: 19px;
    line-height: 22.8px;
}

.select_ca #my_month, .select_ca #my_year {
    background: transparent;
    border: aliceblue;
    color: #DCDCDC;
    text-transform: uppercase;
	cursor: pointer;
}

.select_ca #my_month, .select_ca #my_year,
.select_ca #my_month:focus, .select_ca #my_year:focus,
.select_ca #my_month:active, .select_ca #my_year:active {
	border: none;
	background: transparent;
	box-shadow: none;
	outline: 0;
}

.articles_slider .swiper-slide {
    background: #141D30;
}

.calendar_post_image {
    border-radius: 100px;
    object-fit: cover;
}

.no_posts_calendar {
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar_custom_posts .select_ca {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.calendar_custom_posts .select_ca select {
    background: transparent;
    border: none;
    color: #DCDCDC !important;
	cursor: pointer;
}

.calendar_custom_posts .select_ca select:focus, .calendar_custom_posts .select_ca select:active {
	outline: 0;
	box-shadow: none;
}

.calendar_custom_posts #ajax_ac_widget th {
    background: transparent;
    color: #DCDCDC;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Gotham-Book;
    padding: 5px 1px;
    padding-top: 0;
    text-align: center;
}

.select_ca #my_month, .select_ca #my_year {
    font-family: 'Gotham-Bold';
}

.calendar_custom_posts #ajax_ac_widget td {
    border: none;
    text-align: center;
}

.mobile .calendar_custom_posts #ajax_ac_widget td {
	width: 50px;
}

.calendar_custom_posts #today a, .calendar_custom_posts #today span {
    background: transparent !important;
    color: #DCDCDC !important;
    border: 1px solid #DCDCDC;
    border-radius: 7.19px !important;
}

.calendar_custom_posts #my_calender span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DCDCDC !important;
    border-radius: 100px !important;
	padding: 0;
}

.calendar_custom_posts #my-calendar .has-post {
    background: transparent;
    color: #DCDCDC;
    position: relative;
    border: 1px solid #9E8678;
    color: #9E8678;
    border-radius: 100px !important;
}

.calendar_custom_posts #ajax_ac_widget {
    padding: 0;
    width: max-content;
}

.calendar_custom_posts #my_calender {
    width: max-content;
    margin-left: 0;
	margin-top: 0;
}

.mobile .calendar_custom_posts {
    margin-bottom: 25px;
}

#ajax_ac_widget {
    border: 1px solid #9E8678;
	border-radius: 20.84px !important;
}

#ajax_ac_widget-3 .clear {
    display: none;
}

.articles_slider {
	height: 100%;
}

.date_wrapper .date.calendar_date {
	color: #9E8678;
}

.second_date {
	color: #9E8678;
}

.date_wrapper {
    text-align: center;
}

.img_wrap {
	border-left: 1px solid #9E8678;
}

.swiper_next_articles {
    background-image: url(/wp-content/themes/katerini/images/arr_r.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.swiper_prev_articles {
    background-image: url(/wp-content/themes/katerini/images/arr_r.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    transform: rotate(-180deg);
}

.swiper_arrows_wrapper_articles {
    display: flex;
    justify-content: flex-end;
}

.max_width_cal {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.select_ca #my_month option, .select_ca #my_year option {
    color: #9E8678 !important;
}

.hmerologio #circle_1 {
    z-index: 1;
}

.hmerologio #calendar {
	z-index: 2;
	position: relative;
}

.articles_slider .swiper-slide {
    display: flex;
    align-items: center;
}

.modal-backdrop {
    opacity: 0 !important;
}

.swiper-scrollbar {
    border-radius: 0;
    -ms-touch-action: none;
    background: #141D30 !important;
    margin-top: 0;
}

.scrollbar_wrapper {
    left: 95px;
    bottom: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: absolute
}

.cal_wrap {
    display: flex;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical>.swiper-scrollbar {
    position: relative !important;
    top: 1% !important;
    z-index: 50 !important;
    width: 4px !important;
    height: 98% !important;
}

.mobile .swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    margin-left: 77px
}

.swiper-scrollbar-drag {
    background: #9E8678 !important;
    border-radius: 0 !important;
    border-radius: 100px !important;
    cursor: pointer;
}

.mobile .max_width_cal {
    max-width: 89%;
    margin: auto;
}

.mobile #calendar {
    padding-top: 98px;
	padding-bottom: 25px;
}

.mobile .swiper_prev_articles, .mobile .swiper_next_articles {
    width: 29px;
    height: 29px;
}

.mobile .swiper_next_articles {
    margin-left: 15px;
}

.mobile .swiper_arrows_wrapper_articles {
    margin-bottom: 15px;
}

.mobile .calendar_custom_posts #ajax_ac_widget {
    width: 100%;
    height: 295.64px;
    padding: 25px;
    max-width: 386.5px;
}

.mobile #my_calender {
    width: 100%;
    padding-top: 30px;
}

.mobile .calendar_custom_posts #my_calender span {
    max-width: 30px;
    margin: auto;
}

.mobile .calendar_custom_posts #my-calendar .has-post {
    width: 30px !important;
    height: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.mobile .img_wrap {
    display: none;
}

.mobile .single_blog_img .small_text {
    display: none;
}

.mobile .information_post_wrapper {
    border-left: 1px solid #9E8678;
    padding-left: 25px;
    margin-left: 15px;
}

.mobile .articles_slider .swiper-slide {
	height: 84px !important;
	border-radius: 17.06px;
}

.mobile .cal_wrap {
    max-width: 89%;
    margin: auto;
}

.mobile .xs_small_text {
	font-size: 10.69px;
	line-height: 12.83px;
}

.mobile .articles_slider {
    width: 95%;
    margin-left: 0;
}

.mobile .information_post_wrapper .title_post {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.mobile .articles_slider .swiper-wrapper {
    max-height: 310px;
}

.mobile .swiper-scrollbar-drag {
    height: 17.35px !important;
    width: 17.35px !important;
    margin-left: -8px;
}

.mobile .swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical>.swiper-scrollbar {
    width: 1.83px !important;
    height: 293px !important;
}

#custom-bg {
    width: 100%;
    height: 751.09px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.zindex1 {
    z-index: 1;
    position: relative;
}

.bs_gold {
	border-left: 1px solid #9E8678;
}

.single-post .date_wrapper {
	border-bottom: 1px solid #9E8678;
}

.max_post_width {
	max-width: 58%;
    margin: auto;
}

.mobile .single-post #main {
    padding-top: 106px;
}

.mobile .max_post_width {
    max-width: 89%;
}

.mobile .flex_mob {
    display: flex;
    align-items: center;
    max-width: 90%;
    margin: auto;
}

.mobile .bs_gold {
    border: none;
    margin-top: 34px;
}

.mobile .single-post #calendar {
    padding-top: 55px;
    padding-bottom: 25px;
}

.mobile .menu_col button {
    padding-right: 0;
}

.mobile .single-post .date_wrapper {
	min-width: max-content;
    border-bottom: none;
    border-right: 1px solid #9E8678;
	padding-right: 25px;
	margin-right: 19px;
}

.mobile .loc svg {
    margin-right: 15px;
}

.bg_img {
    height: 100vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

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

.bg_img_content p {
	max-width: 70%;
	margin: auto;
}

.first_section_img {
	object-fit: cover;
	width: 100%;
}

.drasi .second_section {
	display: flex;
}

.drasi .second_section img.circle {
    border-radius: 270px;
    object-fit: cover;
}

.logos_wrapper img:last-child {
    margin-left: 20px;
}

.mobile .first_section_info {
    padding-top: 52px;
    padding-bottom: 62px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.mobile .first_section_img {
    max-height: 268px;
}

.mobile .drasi .second_section img.circle {
    width: 170.41px;
    height: 170.41px;
}

.mobile .drasi .second_section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 45px;
    max-width: 89%;
    margin: auto;
}

.mobile .logos_wrapper {
    display: flex;
    margin-top: 66px;
}

.mobile .logos_wrapper img {
    width: 141.18px;
    height: 55.27px;
}

.mobile .bg_img_content p {
    max-width: 100%;
	margin: 0;
}

.mobile .bg_img {
    justify-content: space-between;
}

.mobile .bg_img_content {
    padding-top: 144px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile .circle_btn {
    margin-top: 45px;
    margin-bottom: 38px;
    margin-left: auto;
    margin-right: auto;
}

.circle_btn, .circle_btn:hover {
	border: 1px solid #9E8678;
	border-radius: 100px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Gotham-Bold;
	font-size: 15px;
	line-height: 18px;
	color: #9E8678;
	height: 33.05px;
    width: max-content;
	display: flex;
	align-items: center;
	justify-content: center;
}

.opacity_layer {
    position: absolute;
    top: 0;
    background: rgb(20,29,48);
    background: linear-gradient(180deg, rgba(20,29,48,0) 0%, rgba(20,29,48,1) 100%);
    height: 100vh;
    width: 100vw;
}

.mobile .bg_img_content {
	z-index: 1;
}

.gods_wrapper {
	background-image: url(/wp-content/themes/katerini/images/gods.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.circle-container {
    position: relative;
    list-style-type: none;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid #20273A;
    transform: rotate(-90deg);
}
  
.circle-item {
    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: #FFFFFF;
	padding: 0;
}

.mobile .gods_wrapper {
    padding-top: 45px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 84.77px !important;
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}

.circle-container:after {
    text-align: center;
	font-family: Gotham-Bold;
	color: #20273A;
    transform: rotate(90deg);
}

html:lang(el) .circle-container:after {
    content: 'Οι 12 Θεοί του Ολύμπου';
}

html:lang(en-US) .circle-container:after {
    content: 'The 12 Gods of Olympus';
}

#god_info {
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
    box-shadow: 25px 30px 80px rgba(32, 33, 36, 0.5);
}

.circle-info.pressed {
    background: #20273A;
}

.circle-item.pressed {
    background: rgba(32, 39, 58, 0.42);
}

.opacity_layer_img {
    background-color: #20273A;
    mix-blend-mode: color;
    width: 100%;
    position: absolute;
    top: 0;
}

.god_info {
    background: rgb(241,240,240);
    background: linear-gradient(114deg, rgba(241,240,240,1) 0%, rgba(208,210,211,1) 100%);
}

.god_info p {
    overflow: scroll;
	overflow-x: hidden;
}

.god_info p::-webkit-scrollbar {
    width: 4px;
    background: #BEC0C4;
}

.god_info p::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: #9E8678;
	max-height: 20px
}

.opacity_layer_shadow {
	background: rgb(20,29,48);
	background: linear-gradient(180deg, rgba(20,29,48,0) 0%, rgba(20,29,48,1) 100%);
	width: 100%;
	position: absolute;
	top: 0;
}

.god_main_narration {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.god_portrait {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 15px;
}

.god_main_narration {
    width: 100%;
    z-index: 1;
}

#god_info_wrapper {
    width: max-content;
}

.pre_image {
    width: auto;
}

.active_image {
	transition: all .3s ease;
}

.pressed .active_image {
    width: 55%;
    transition: all .3s ease;
}

.mobile .dwdeka-theoi-tou-olympou #masthead, .mobile .points-of-interest #masthead {
    background: #20273A;
    padding-bottom: 20px;
}

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

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

.mobile .pre_image {
    width: 60%;
}

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

.mobile #god_info {
    border-radius: 15px;
}

.mobile .god_portrait {
    height: 181px;
    background-position: center !important;
}

.mobile #god_info_wrapper {
    margin-top: 25px;
}

.mobile .god_info, .mobile .god_main_narration {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.mobile .god_main_narration {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.mobile .god_info p {
    padding-right: 7px;
    max-height: 158px;
}

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

.mobile .opacity_layer_img, .mobile .opacity_layer_shadow {
    height: 181px;
}

.gods_wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

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

.mobile .dwdeka-theoi-tou-olympou.offcanvas_opened #masthead, .mobile .points-of-interest.offcanvas_opened #masthead {
    background: #9E8678;
}

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

.circle-item:hover {
    background: rgba(32, 39, 58, 0.42);
	transition: all .3s ease;
}

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

.circle-item:hover .circle-info {
	background: #20273A;
	transition: all .3s ease;
}

.circle-item:hover .pre_image {
	display: none;
}

.circle-item:hover .active_image {
    display: flex !important;
    margin: auto;
}

#play_pause_btn {
	background-color: transparent;
	border: none;
	cursor: pointer;
}

#play_pause_btn:hover path:first-child {
	fill: #9E8678 !important;
	transition: all .3s ease;
}

#play_pause_btn:hover path {
	stroke: #9E8678 !important;
	transition: all .3s ease;
}

#play_pause_btn path:first-child {
	transition: all .3s ease;
}

#play_pause_btn path {
	transition: all .3s ease;
}

#play_pause_btn.pause path:first-child {
	fill: #9E8678 !important;
	transition: all .3s ease;
}

#play_pause_btn.pause path {
	stroke: #9E8678 !important;
	transition: all .3s ease;
}

.points-of-interest {
	background-color: #EFF4FF;
}

#map {
	box-shadow: 25px 30px 80px rgba(32, 33, 36, 0.5);
}

.mobile .home .gods_wrapper {
    margin-top: 0 !important;
}

.mobile .single-post #calendar .date_wrapper {
    border-right: none;
    padding-right: 0;
	margin-right: 0;
}

.desktop .single-post #calendar .date_wrapper {
    border-bottom: none;
    padding-bottom: 0;
}

.home .header_section .bg_img_content, .drasi .header_section .bg_img_content, .single-points_of_interest .header_section .bg_img_content, .katerini .header_section .bg_img_content, .diadromes .header_section .bg_img_content {
    margin-bottom: 0;
}

.desktop .home .header_section .circle_btn {
    margin: auto;
}

.box_poi img {
	object-fit: cover;
}

.box_poi {
	overflow: hidden;
}

.poi_slider .swiper-slide {
    display: flex;
}

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

.tagline_big {
    margin: auto;
    width: 55%;
}

.desc_poi {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.poi_filter, #reset_filter {
	border: 1px solid #20273A;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	margin-right: 14px;
	margin-bottom: 14px;
	cursor: pointer;
}

.filter_wrapper {
    display: flex;
    flex-wrap: wrap;
}

#map div {
    border: none !important;
}

.marker_sm {
    background-image: url(/wp-content/themes/katerini/images/dot_sm.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marker_md {
    background-image: url(/wp-content/themes/katerini/images/dot_md.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marker_lg {
    background-image: url(/wp-content/themes/katerini/images/dot_lg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.castle {
    background-image: url(/wp-content/themes/katerini/images/castle.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

a[href^="http://maps.google.com/maps"] {
	display: none !important
}

a[href^="https://maps.google.com/maps"] {
	display: none !important
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display: none;
}

.gmnoprint div {
    background: none !important;
}

.tooltip_inner img.poi-img {
	width: 100%;
	object-fit: cover;
}

.gm-style-iw-d {
    padding: 0 !important;
}

.gm-style-iw.gm-style-iw-c {
    padding: 0;
    box-shadow: none;
}

.gm-style .gm-style-iw-d {
    overflow: auto !important;
}

.gm-style-iw-ch {
    display: none !important;
}

button.gm-ui-hover-effect {
    position: absolute !important;
	right: 0;
}

button.gm-ui-hover-effect span {
	mask-image: url(/wp-content/themes/katerini/images/time_btn.svg) !important;
    background-color: #DCDCDC;
}

.gm-style .gm-style-iw-tc::after {
    content: "";
    background: #20273A;
    clip-path: none;
    height: 67px;
    left: 0;
    right: 0;
    position: absolute;
    top: -40px;
    width: 1px;
    margin-left: auto;
    margin-right: auto;
}

.gm-style .gm-style-iw-c {
    -webkit-transform: translate3d(-50%,-110%,0);
    transform: translate3d(-50%,-110%,0);
}

.mobile .map_section .bg_mountain {
    margin-top: 84.77px !important;
	background-image: none !important;
	background-color: #EFF4FF !important;
}

.mobile .poi_filter, .mobile #reset_filter {
    height: 18.19px;
    padding-left: 10px;
    padding-right: 20px;
	margin-right: 7px;
}

.mobile #map {
	width: 377.72px;
	height: 377.72px;
	border-radius: 15px;
}

.mobile .map_main_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile .box_poi img {
    height: 180px;
}

.mobile .box_poi {
    border-radius: 30.75px;
}

.mobile .all_poi_wrapper {
	padding-left: 35px;
	padding-right: 35px;
}

.mobile .slider_wrap_paddings {
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.mobile .other_points_of_interest_label {
    padding-top: 45px;
    padding-bottom: 35px;
}

.mobile .all_poi_wrapper {
    margin-bottom: 35px;
}

.mobile .info_poi_inner_wrapper {
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.mobile .swiper_nav_wrapper {
    margin-top: 28px;
    margin-bottom: 0;
}

.mobile .gm-style-iw.gm-style-iw-c {
    border-radius: 16.5px;
    width: 240px;
}

.mobile button.gm-ui-hover-effect {
    width: 18px !important;
    height: 18px !important;
    right: 2em;
}

.mobile .tooltip_wrapper_info {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.mobile button.gm-ui-hover-effect span {
	width: 18px !important;
	height: 18px !important;
}

.mobile .marker_sm {
	width: 15.78px;
	height: 15.78px;
}

.mobile .marker_md {
	width: 22.56px;
	height: 22.56px;
}

.mobile .marker_lg {
	width: 36.83px;
	height: 36.83px;
}

.mobile .castle {
	width: 31.76px;
	height: 31.76px;
}

.mobile .home #calendar {
    padding-top: 30px;
}

.mobile .home .map_section .bg_mountain.bg_mountain {
    margin-top: 0 !important;
}

.bg_mountain {
    margin-bottom: -2px;
}

.single-points_of_interest .tagline_big, .katerini .tagline_big, .diadromes .tagline_big {
    margin: auto;
    width: 70%;
}

.three_big_slider .swiper-wrapper {
    display: flex;
    align-items: center;
}

.section2 video {
	width: 100%;
    object-fit: cover;
}

.single_poi_info {
	overflow-y: scroll;
    direction: rtl;
    text-align: left;
}

.single_poi_info::-webkit-scrollbar {
    width: 4px;
    background: #141D30 !important;
}

.single_poi_info::-webkit-scrollbar-thumb {
    background: #9E8678;
	border-radius: 100px;
}

.single-points_of_interest .swiper_nav_wrapper, .katerini .swiper_nav_wrapper, .diadromes .swiper_nav_wrapper {
    justify-content: flex-end;
}

.mobile .single-points_of_interest .header_section .bg_img_content, .mobile .katerini .header_section .bg_img_content, .mobile .diadromes .header_section .bg_img_content, .mobile .drasi .header_section .bg_img_content {
    padding-bottom: 65px;
    justify-content: flex-end;
}

.mobile .single-points_of_interest .header_section .bg_img_content h1, .mobile .katerini .header_section .bg_img_content h1, .mobile .diadromes .header_section .bg_img_content h1, .mobile .drasi .header_section .bg_img_content h1 {
    padding-bottom: 23px;
}

.mobile .width_padding {
    padding-left: 30px;
    padding-right: 30px;
}

.mobile .section3 .width_padding {
	padding-top: 40px;
	padding-bottom: 25px;
}

.mobile .object_3d_section iframe {
    width: 100%;
    height: 175.98px;
    border-radius: 12.42px;
}

.mobile .object_3d_section {
    margin-bottom: 35px;
}

.mobile .section4 .width_padding {
    padding-top: 35px;
    padding-bottom: 45px;
}

.mobile .section5 .width_padding {
    padding-top: 45px !important;
    padding-bottom: 150px;
}

.mobile .single-points_of_interest .tagline_big, .mobile .katerini .tagline_big, .mobile .diadromes .tagline_big {
    margin: auto;
    width: 90%;
}

.mobile .three_big_slider img {
    width: 100% !important;
    height: 175.98px;
    object-fit: cover;
    border-radius: 12.42px;
}

.mobile .ptmob_poi.all_poi_wrapper .swiper_nav_wrapper {
    justify-content: center;
}

.mobile .single-points_of_interest .map_section .bg_mountain, .mobile .katerini .map_section .bg_mountain, .mobile .diadromes .map_section .bg_mountain {
    margin-top: 0 !important;
}

.mobile .single-points_of_interest .all_poi_wrapper.mtb, .mobile .katerini .all_poi_wrapper.mtb, .mobile .diadromes .all_poi_wrapper.mtb {
    margin-bottom: 0;
	padding-bottom: 45px;
}

.mobile .single_poi_info {
    padding-right: 35px;
    padding-left: 0;
    max-height: 350px;
    margin-bottom: 50px;
}

.mobile .video_slider .video_embed iframe {
    height: 35vw;
    min-height: 210px;
}

.mobile .section2 .width_padding {
	padding-top: 35px;
	padding-bottom: 35px;
}

.mobile .section2 video {
    height: 175.98px;
    border-radius: 12.42px;
}

.mobile .single-points_of_interest .other_points_of_interest_label, .mobile .katerini .other_points_of_interest_label, .mobile .diadromes .other_points_of_interest_label {
    padding-top: 45px;
    padding-bottom: 50px;
}

.mobile .ptmob_poi {
	padding-top: 4.48vw;
}

.single_poi_info p {
    direction: ltr;
}

.mobile .single_poi_info {
    overflow-y: scroll;
    direction: ltr;
    text-align: left;
}

.bottom_section_route {
    background: #141D30;
}

.route_image {
    object-fit: cover;
}

.diadromes_wrap .swiper_nav_wrapper {
    z-index: 1;
    position: relative;
}

.route_information {
	overflow: hidden;
}

.inline_flex {
    display: flex;
    align-items: center;
}

.route_info_wrapper .top_rows:first-child {
    padding-top: 0 !important;
}

.diadromes_wrap .swiper_nav_wrapper {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

.weather_wrapper {
	height: auto !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 25px 30px 60px rgba(0, 0, 0, 0.5);
}

.checkpoint_box {
	height: 100% !important;
    box-shadow: 25px 30px 60px rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.align_mid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main_info_row .align_mid {
	align-items: center;
}

.altitude_image {
    width: 100%;
}

.app_btn {
    border: 1px solid #9E8678;
    border-radius: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: auto;
	position: relative;
}

.app_btn svg {
	position: absolute;
}

.splw-weather-title,
.lw-preloader,
.lw-footer,
.splw-clouds,
.splw-sunrise,
.splw-sunset,
.splw-icon-pressure,
.splw-lite-daily-weather-details .details-icon,
.splw-gusts-wind,
.splw-lite-desc,
.splw-lite-header-title,
.splw-lite-daily-weather-details svg,
.splw-lite-current-time {
    display: none !important;
}

.splw-lite-wrapper.lw-preloader-wrapper {
    background: transparent !important;
}

.splw-lite-templates-body {
    padding: 0 !important;
}

.splw-main-wrapper {
	height: 100%;
    margin: 0 !important;
    max-width: max-content !important;
    min-width: 100% !important;
}

.splw-main-wrapper .splw-lite-daily-weather-details .splw-other-opt div:not(.splw-weather-icons) {
    padding-bottom: 0 !important;
}

.splw-lite-wrapper {
	font-family: inherit;
}

.splw-main-wrapper.horizontal .splw-lite-daily-weather-details .splw-other-opt {
    margin-top: 0;
	flex-wrap: nowrap !important;
}

.splw-main-wrapper.horizontal .splw-lite-templates-body div {
    flex: 0 0 auto;
    text-align: left;
}

.splw-main-wrapper.horizontal .splw-lite-daily-weather-details .splw-other-opt div:nth-child(even) {
	text-align: left;
}

.options-title {
    font-family: 'Gotham-Bold';
    color: #9E8678;
    text-transform: uppercase;
}

.splw-lite-desc {
    margin: 0 !important;
	font-family: 'Gotham-Bold';
    color: #9E8678 !important;
    text-transform: uppercase !important;
}

.lw-current-data-area {
    display: flex;
    flex-direction: column;
}

.splw-main-wrapper.horizontal .splw-lite-daily-weather-details .splw-other-opt {
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.splw-weather-details.splw-other-opt, .splw-lite-daily-weather-details {
    margin-right: 0 !important;
}

.splw-lite-daily-weather-details {
	flex: 100% !important;
}

.splw-icon-humidity, .splw-icon-wind, .splw-visibility {
    display: flex;
    flex-direction: column;
}

.splw-main-wrapper .splw-lite-daily-weather-details .splw-other-opt div:not(.splw-weather-icons) {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.splw-main-wrapper .splw-lite-daily-weather-details .splw-other-opt div:not(.splw-weather-icons) {
    border-right: 1px solid #DCDCDC;
}

.splw-visibility {
    border-right: none !important;
}

.splw-cur-temp {
    flex-direction: column;
}

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

img.weather-icon {
    object-fit: cover;
}

#burgerMenu {
    border: none !important;
}

.mobile .points-of-interest section:first-child {
    padding-top: 80px;
}

.desktop .single-points_of_interest .swiper_nav_wrapper, .desktop .katerini .swiper_nav_wrapper, .desktop .diadromes .swiper_nav_wrapper {
    justify-content: center;
}

.mobile .poi_slider .box_poi {
	width: 290px;
    margin: auto;
}

.desktop .single-points_of_interest .poi_slider .swiper-wrapper, .desktop .katerini .poi_slider .swiper-wrapper, .desktop .diadromes .poi_slider .swiper-wrapper {
	justify-content: space-around;
}

.desktop .single-points_of_interest .poi_slider .swiper-slide, .desktop .katerini .poi_slider .swiper-slide, .desktop .diadromes .poi_slider .swiper-slide {
    align-items: center;
}

.splw-main-wrapper .lw-current-data-area {
    display: flex;
    flex-direction: column-reverse;
}

.lw-current-data-area .splw-lite-desc {
    display: flex !important;
}

.weather_wrapper {
	position: relative;
	width: max-content;
}

.splw-lite-current-temp {
	border-right: 1px solid #DCDCDC;
}

.small_img {
	width: 100%;
}

.god_icon_wrap {
    outline: 1px solid #9E8678;
    box-shadow: 0 0 0 160px #DCDCDC inset;
    box-sizing: border-box;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.align_icon {
	display: flex;
    justify-content: flex-end;
}

.small_img, .checkpoint_box video {
    object-fit: cover;
	width: 100%;
}

.hover_preview {
    position: relative;
}

.hover_preview::after {
	transition: all .3s ease;
}

.hover_preview::after {
    content: '';
    transition: all .3s ease;
    background: transparent;
    color: #DCDCDC;
    opacity: 0.74;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s ease;
}

.hover_preview:hover::after {
    background: #20273A;
	color: #DCDCDC;
    opacity: 0.74;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.2s ease;
}

html:lang(el) .hover_preview:hover::after {
    content: 'Κάντε κλικ για μεγέθυνση της εικόνας';
}

html:lang(en-US) .hover_preview:hover::after {
    content: 'Click to enlarge image';
}

.hover_preview {
    display: flex;
}

.play-button-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	pointer-events: none;
	z-index: 2;
}

.play-button-wrapper .play-gif {
	cursor: pointer;
	pointer-events: auto;
}

.play-button-wrapper .play-gif svg {
    cursor: pointer;
    opacity: 1;
}

.basic_btn, .basic_btn:hover, .basic_btn:active, .basic_btn:focus {
	text-decoration: none;
	color: #DCDCDC;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	border: 1px solid #DCDCDC;
	width: max-content;
	font-family: Gotham-Bold;
}

.timeline_main_wrap {
	width: max-content;
}

.timeline_main_wrap .timeline {
    list-style: none;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}

.timeline_main_wrap .timeline:before {
    content: "";
    border-left: 1px solid #9E8678;
    position: absolute;
}

.timeline_main_wrap li {
	padding: 0;
	padding-bottom: 0;
	position: relative;
	cursor: pointer;
}

.timeline_main_wrap li:before {
    content: "";
    position: absolute;
    background-color: #9E8678;
    border: 1px solid #9E8678;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
}

.timeline_main_wrap li:hover:before, .timeline_main_wrap li:not(.collapsed):before {
    background-color: #DCDCDC;
}

.timeline_box {
	display: flex;
}

.overlay_gray {
    background: rgb(171,172,175);
    background: linear-gradient(0deg, rgba(171,172,175,1) 0%, rgba(251,249,249,1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    border-radius: inherit;
    left: 0;
    top: 0;
    opacity: 0.54;
    mix-blend-mode: soft-light;
}

.checkpoint_box {
    position: relative;
	/* background-color: rgb(32 39 58 / 39%); */
	background-color: rgb(32 39 58 / 100%);
}

.collapse_box_inner {
	transition: none !important;
}

.timeline_main_wrap li:not(.collapsed) {
    pointer-events: none;
}

#baguetteBox-overlay #close-button {
    display: none !important;
}

#baguetteBox-overlay {
    background-color: rgb(20 29 48 / 60%) !important;
    backdrop-filter: blur(8px);
}

.timeline_main_wrap .timeline li:first-child {
    padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.routes_slider .swiper-slide-active {
    z-index: 9 !important;
}

.svg_map {
	width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.splw-main-wrapper {
    z-index: 2;
}

.svg_map svg {
    width: 100%;
    height: 100%;
}

.satellite_btn {
	position: absolute;
	z-index: 1;
}

.timeline_main_wrap {
	z-index: 2;
}

.zindex2 {
	position: relative;
	z-index: 2;
}

.splw-main-wrapper .splw-weather-details .options-value {
	font-family: 'Gotham-Light';
	font-weight: normal;
}

.svg_map svg .collapsed {
    pointer-events: none;
}

.svg_map svg .poi_trigger {
	cursor: pointer;
}

.poi_trigger path {
	transition: all .3s ease;
}

.poi_trigger.collapsed path, .poi_trigger:hover path {
    outline: 10px solid rgb(0 191 162 / 28%) !important;
    border-radius: 100px;
	transition: all .3s ease;
}

.mobile #circle_3 {
    width: 502px;
    height: 515.62px;
    top: -280px;
    left: -45px;
}

.mobile #circle_3mbl {
    width: 100%;
    height: 515.62px;
    top: -240px;
    left: 0;
    right: 0;
    margin: auto;
}

.mobile .top_section_route {
    padding-top: 100px;
    padding-bottom: 75px;
}

.mobile .diadromes_wrap .swiper_nav_wrapper {
    width: 180px;
}

.mobile .weather_wrapper, .mobile .checkpoint_box {
    height: auto;
    border-radius: 14.69px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 65px;
    width: 100%;
}

.mobile .weather_wrapper {
	max-width: max-content;
}

.mobile .route_information {
    border-radius: 16.44px;
    width: 100%;
    margin-top: 35px;
    max-width: 318px;
    margin-left: auto;
    margin-right: auto;
}

.mobile .route_image {
	width: 100%;
	height: 190px;
}

.mobile .diadromes_wrap .main_padd {
    padding-left: 25px;
    padding-right: 25px;
}

.mobile .app_btn {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
}

.mobile .app_btn svg {
    width: 28.51px;
    height: 28.51px;
    right: 7px;
}

.mobile .bottom_section_route {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 45px;
}

.mobile .timeline_main_wrap li {
	font-size: 0;
}

.mobile .options-title {
    font-size: 10px !important;
    padding-right: 7px;
}

.mobile .splw-lite-desc {
    font-size: 10px !important;
    padding-right: 7px;
    max-width: 100px;
}

.splw-lite-desc {
    padding-top: 1px;
}

.mobile img.weather-icon {
	height: 24px;
}

.mobile .splw-lite-wrapper .splw-lite-current-temp .weather-icon {
	width: 25px !important;
}

.mobile .route_info_wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.mobile .bottom_info_row {
	padding-top: 25px;
}

.mobile .label_m_end {
    width: 59px;
    margin-right: 2.08vw;
    font-size: 10px;
    line-height: 12px;
}

.mobile .label_text {
    font-size: 13.95px;
    line-height: 19.14px;
}

.mobile .small_img, .mobile .checkpoint_box video, .mobile .hover_preview, .mobile .play-button-wrapper {
    height: 78px;
}

.mobile .hover_preview::after {
    font-size: 10px;
    line-height: 12px;
}

.mobile .padding-box {
	margin-bottom: 60px;
}

.mobile .hover_preview::after {
    background: #20273A;
    color: #DCDCDC;
    opacity: 0.74;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s ease;
}

html.mobile:lang(el) .hover_preview::after {
    content: 'Κάντε κλικ για μεγέθυνση της εικόνας';
}

html.mobile:lang(en-US) .hover_preview::after {
    content: 'Click to enlarge image';
}

.mobile .hover_preview::after {
    padding-left: 25px;
    padding-right: 25px;
}

.mobile .main_info_row {
	padding-bottom: 40px;
}

.mobile .checkpoint_icon {
    width: auto;
    height: 40px;
}

.mobile .god_icon_wrap {
    width: 64px;
    height: 64px;
    border: 10px solid transparent;
    padding: 9px;
    position: absolute;
    right: 0;
    transform: translateY(-120%);
}

.mobile .play-button-wrapper .play-gif svg {
    width: 15px;
    height: 16.54px;
}

.mobile .diadromes #main {
	position: relative;
	overflow: hidden;
}

.mobile .timeline_main_wrap li:before {
    width: 8.97px;
    height: 8.97px;
    top: 0;
    left: -34px;
}

.mobile .route_info_wrapper .top_rows {
    padding-top: 17px;
    padding-bottom: 17px;
}

.mobile .svg_map {
    width: 100%;
    height: 460px;
    position: relative;
    z-index: 1;
    border: 1px solid #DCDCDC;
    margin-top: 40px;
}

.mobile .timeline_main_wrap li:hover:before, .mobile .timeline_main_wrap li:not(.collapsed):before {
    width: 30.1px;
    height: 30.1px;
    left: -44px;
    top: -12px;
}

.mobile .checkpoint_box {
	margin-left: 0;
    margin-top: 25px;
}

.mobile .checkpoint_box .overlay_gray {
	border-radius: 14.69px;
}

.mobile .splw-main-wrapper .splw-weather-details .options-value {
    font-size: 17.48px;
    line-height: 20.98px;
    padding-right: 10px;
}

.mobile .timeline_main_wrap li:hover:before, .timeline_main_wrap li:not(.collapsed):before {
    box-shadow: 0 0 0 10px #141D30 inset;
}

.mobile .splw-main-wrapper.horizontal .splw-lite-templates-body div {
	margin-right: 7px;
	width: max-content;
}

.mobile .satellite_btn {
	bottom: 10px;
	right: 10px;
}

.mobile .timeline_main_wrap {
    margin-top: 25px;
}

.mobile .basic_btn {
    font-size: 13px;
    line-height: 15.6px;
    height: 25.87px;
    padding-left: 10px;
    padding-right: 23px;
}

.lw-current-data-area {
    margin-right: 0 !important;
}

.mobile .timeline_main_wrap .timeline:before {
    left: 2px;
    top: 0;
    bottom: 0;
}

.mobile .align_mid .text-center {
    margin-top: 25px;
}

.mobile .circle_btn, .mobile .circle_btn:hover {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 15px;
	line-height: 18px;
	height: 33.05px;
}

.mobile .weather_font {
	font-size: 13px;
	line-height: 15.6px;
}

.mobile .app_btn span {
    font-size: 11.52px;
    line-height: 13.83px;
}

.mobile .poi_filter, .mobile #reset_filter {
	font-size: 10.23px;
	line-height: 12.28px;
}

.mobile .title_field_tooltip {
    font-size: 14px;
    line-height: 20px;
}

.desktop .w-80 {
	width: 80%;
}

.mobile .explore_text {
    font-size: 22px;
    line-height: 26.4px;
}

.mobile .pois_text {
	width: 50%;
}

.mobile .filters {
	font-size: 13.52px;
	line-height: 16.22px;
}

.mobile .date.calendar_date {
    font-size: 17.15px;
    line-height: 20.58px;
}

.mobile .date_wrapper p {
    font-size: 10.69px;
    line-height: 12.83px;
}

.mobile .articles_slider .mob_flex_btn {
    display: flex;
	font-size: 12px;
	line-height: 14.4px;
}

.mobile .god_name {
    font-size: 27px;
    line-height: 32.4px;
}

.mobile .footer_list {
    font-size: 13px;
    line-height: 25.12px;
}

.mobile .single-points_of_interest h1, .mobile .katerini h1, .mobile .diadromes h1, .mobile .drasi h1 {
    font-size: 34.34px;
    line-height: 32.38px;
}

.mobile .single-points_of_interest h6, .mobile .katerini h6, .mobile .diadromes h6, .mobile .drasi h6 {
	font-size: 19px;
	line-height: 22.8px;
}

.mobile .single-points_of_interest .section3 h6, 
.mobile .single-points_of_interest .section4 h6,
.mobile .diadromes .section3 h6, 
.mobile .diadromes .section4 h6,
.mobile .katerini .section3 h6, 
.mobile .katerini .section4 h6 {
    font-size: 16px;
    line-height: 19.2px;
}

.mobile .small_text {
	font-size: 9.91px;
    line-height: 11.9px;
}

.mobile .drasi .second_section h6 {
	font-size: 20.33px;
    line-height: 24.4px;
}

.mobile .single-post .flex_mob .date.calendar_date {
    font-size: 38.68px;
    line-height: 46.42px;
}

.mobile .single-post .md_small_text {
    font-size: 11.83px;
    line-height: 14.19px;
}

.mobile .checkpoint_box h5 {
	font-size: 14px;
    line-height: 16.8px;
}

.mobile .svg_map {
	overflow: hidden;
}

.mobile .svg_map svg {
    right: 23vw;
    top: 0;
    position: absolute;
    width: 100vw;
    height: 100%;
    min-width: 180vw;
    min-width: max-content;
    transform: scale(1.5);
}

.splw-lite-desc {
    display: flex !important;
}

.splw-lite-header {
    display: none;
}

.splw-lite-current-temp {
    display: flex;
    flex-direction: column;
}

.splw-lite-current-temp .splw-cur-temp {
    order: 2;
}

.mobile #narration-section {
    margin-top: -92px;
}

.splw-weather-details .splw-weather-icons {
    margin-top: 0 !important;
	height: 100% !important;
}

.splw-lite-current-temp {
    display: flex;
    justify-content: space-between;
}

.splw-weather-icons.icons_splw {
    order: 1;
}

.splw-visibility {
    order: 3;
}

.mobile .splw-lite-current-temp {
	padding-right: 15px;
}

.wpml-ls-legacy-list-horizontal {
    border: none;
    padding: 0;
    clear: both;
}

a.wpml-ls-link {
    padding: 0;
}

.wpml-ls-first-item {
    margin-right: 15px !important;
}

#colophon .additions {
    display: none;
}

.cluster {
	background-image: url(/wp-content/themes/katerini/images/dot_lg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile .cluster {
	width: 36.83px;
	height: 36.83px;
	font-size: 18.03px !important;
}

.mobile .mobile_padding {
	padding-bottom: 1em !important;
}

.visibility-hidden {
    visibility: hidden;
}

.video_embed, .video_embed iframe {
    width: 100%;
    height: 100%;
}

.mobile .video_embed, .mobile .video_embed iframe {
	border-radius: 12.42px;
}

.mobile #logo img, .mobile #logo_footer img {
	width: 150px;
}

.mobile .points_of_interest-template-specific-poi-template .section3 a {
    word-wrap: break-word;
}

.mobile .svg_map {
    width: 100%;
    height: 460px;
    position: relative;
    z-index: 1;
    border: 1px solid #DCDCDC;
    margin-top: 40px;
    border-radius: 19.81px;
}

.mobile .poi_slider .swiper-slide {
    min-height: 453px;
}

.mobile .poi_slider .box_poi {
    margin-top: 0;
    margin-bottom: 0;
}

.info_poi_inner_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile .info_poi_inner_wrapper {
	height: 273px;
}

.mobile .copyright_col {
    text-align: center;
    padding-bottom: 15px;
}

.desktop .svg_map {
	width: 90%;
}

.scrolled .non_scroll {
    /* display: none; */
	transition: all .5s ease;
	opacity: 0;
}

body:not(.scrolled) img.scroll {
	/* display: none; */
	transition: all .5s ease;
	opacity: 0;
}

.mobile img.scroll {
	height: 50.44px;	
	width: auto !important;
}

img.scroll {
    position: absolute;
    left: 0;
}

#masthead .temp_logo {
	position: relative;
}

img.non_scroll, img.scroll {
	transition: all .5s ease;
}

.route_information .route_image {
    object-fit: cover;
    width: 100%;
}

.drasi .first_section_img {
    height: 100%;
}

.single-post .sfsi_widget.sfsi_shortcode_container {
    float: none !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-post .norm_row.sfsi_wDiv {
    float: none;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

li.share_burger {
    margin-top: 27px;
}

.is-search-icon {
    background: #ffffffcf;
    border: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    min-height: 40px;
    margin-top: -2px;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.is-form-style input.is-search-input {
    border: none !important;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
	background-color: #ffffffcf !important;
    min-height: 40px;
    font-family: Gotham-Light !important;
}

.is-ajax-search-details .is-title a, .is-ajax-search-post .is-title a,
.is-ajax-search-details .is-title a:hover, .is-ajax-search-post .is-title a:hover {
    text-transform: capitalize;
    font-size: 14px;
    color: #000;
	text-decoration: none;
}

div.is-ajax-search-details, div.is-ajax-search-result {
    padding: 0 !important;
    margin-top: 5px;
}

.is-ajax-search-details .is-ajax-search-items>div, .is-ajax-search-post {
    background: #ede8e6 !important;
}

.is-ajax-search-result {
    overflow: scroll;
}

.is-search-sections .meta, .is-search-content {
    display: none !important;
    margin: 0 !important;
}

.mobile .is-ajax-search-result {
	max-height: 150px;
}

.is-ajax-search-post, .is-ajax-search-post-details {
    padding: 10px !important;
}

.is-ajax-search-result {
    background: transparent !important;
    overflow: auto;
}

.mobile li.share_burger {
    padding-left: 7%;
}

#kuka_preferences-re-cookies {
    z-index: 9;
	border: 1px solid #20273A;
    background: #20273A;
}

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

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

#sfsiid_facebook, .sfsi_tool_tip_2 {
    padding: 0;
    width: max-content;
    background: transparent;
}

.mobile .single-post .norm_row.sfsi_wDiv {
    width: max-content !important;
}

.sfsi_tool_tip_2 .sfsi_inside {
	margin-bottom: 0 !important;
}

.mobile .sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a,
.mobile .sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a.sficn,
.mobile .sfsi_shortcode_container .sfsi_wicons {
    width: 25px !important;
    height: 25px !important;
}

.mobile .single-post .flex_mob {
    justify-content: space-between;
}

.single_poi_share_wrapper .sfsi_shortcode_container, .single_poi_share_wrapper .sfsi_wDiv {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
}

.single_poi_share_wrapper svg {
    width: 30px;
}

.single_poi_share_wrapper svg path {
	fill: #ffffff;
}

.single_poi_share_wrapper button, .single_poi_share_wrapper button:hover, .single_poi_share_wrapper button:active, .single_poi_share_wrapper button:focus {
    background: transparent;
    border: none;
    padding: 0;
	outline: 0 !important;
	box-shadow: none !important;
	cursor: pointer;
}

.is-ajax-search-items {
	max-height: max-content !important;
}

.display-home {
	display: none;
}

.home .display-home {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.mobile .points-of-interest .first_section_inner_map {
    margin-top: 100px;
}

.mobile .points-of-interest .swiper_nav_wrapper {
    justify-content: center;
}

.logo_el:lang(en) {
    display: none;
}

.logo_en:lang(el) {
    display: none;
}

.mobile .scroll.logo_en:lang(en) {
	height: 52.81px;
}

.mobile .points_of_interest-template-specific-poi-template .video_embed iframe,
.mobile .points_of_interest-template-specific-poi-template .video_embed img {
    height: 48vw;
	max-height: 300px;
}

.mobile .points_of_interest-template-specific-poi-template .video_embed img {
	object-fit: cover;
}

.question_blur_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #20273a85;
}

.q_wrapper {
    transform: translateY(250%);
    color: #00bfa2;
    max-width: 90%;
}

#beginner_btn, #advanced_btn {
    background: transparent;
    border: none;
    color: #DCDCDC;
	transition: all .3s ease;
}

#beginner_btn:hover, #advanced_btn:hover {
	color: #00bfa2;
	transition: all .3s ease;
}

.btns_wrapper {
	display: flex;
    flex-direction: column;
}

.mobile #beginner_btn h5, .mobile #advanced_btn h5 {
    font-size: 16px;
}

body:not(.dwdeka-theoi-tou-olympou) .display-gods {
	display: none !important;
}

.dwdeka-theoi-tou-olympou #logo .temp_logo:first-child {
	display: none;
}

.politiki-aporritou .mobile_cropped_content a {
	color: #00bfa2;
}

.point-of-interest-btn img {
    transition: all 0.3s ease; /* Smooth transition between images */
}

.points_of_interest-template-specific-poi-template .section4 .width_padding {
	padding-bottom: 100px;
}

#narration-section {
	margin-top: -30px;
}

.desktop .point-of-interest-btn:hover img {
    content: url('/wp-content/themes/katerini/images/pause-listen.svg');
}

.mobile #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
	padding: 7px !important;
}

.point-of-interest-div {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-bottom: 5.98vw;
}

.point-of-interest-btn img {
	width: 41px;
}

.point-of-interest-btn {
	width: 97px;
    height: 97px;
    border: 0;
    background-color: white;
    border-radius: 50%;
	box-shadow: 0 3px 10px rgb(32 39 58 / 0.07);
}

.mobile .point-of-interest-btn {
    width: 60px;
    height: 60px;
}

.mobile .point-of-interest-div {
    padding-bottom: 60px;
}

.mobile .point-of-interest-btn img {
    margin-top: 1px;
    width: 26px;
}

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

@media (min-width: 320px) {
	h1, h1 p {
		font-size: 19px;
		line-height: 22.8px;
	}

	.home h1 {
		font-size: 40px;
		line-height: 41px;
	}

	.error404 h1 {
		font-size: 61.78px;
		line-height: 60.69px;
	}

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

	.select_ca #my_month, .select_ca #my_year {
		font-size: 18.57px;
		line-height: 22.29px;
	}

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

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

	h5, h5 p {
		font-size: 22px;
		line-height: 26.4px;
	}

	h6, h6 p {
		font-size: 13px;
		line-height: 15px;
	}

	p, .select_ca #my_month option, .select_ca #my_year option {
		font-size: 13px;
		line-height: 15.6px;
	}

	.pois_text {
		font-size: 18px;
		line-height: 21.6px;
	}

	.custom_p_bigger {
		font-size: 13px;
		line-height: 15.6px;
	}

	.calendar_custom_posts #ajax_ac_widget th {
		font-size: 15.82px;
		line-height: 18.99px;
	}

	.calendar_custom_posts #my_calender span {
		width: 100% !important;
		height: 30px;
		font-size: 15.82px;
	}

	#burgerMenu a {
		font-size: 25.42px;
		line-height: 35.9px;
	}

	.articles_slider .swiper-slide {
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 8px;
		padding-bottom: 8px;
		min-height: 74px;
	}

	.drasi h2, .home .header_section h2 {
		font-size: 23.17px;
		line-height: 27.81px
	}

	.first_section_inner_map {
		padding-top: 35px;
		padding-bottom: 45px;
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (max-width: 478px) {
	.mobile .routes_slider .swiper-slide:last-child .svg_map svg {
		right: 15vw;
	}
}

@media (min-width: 500px) and (max-width: 991px) {
	.section2 video, .object_3d_section iframe, .three_big_slider img, .drasi .first_section_img {
		min-height: 35vw;
	}

	.checkpoint_box {
		max-width: 70%;
		margin: auto !important;
	}

	.timeline_box .hover_preview, .timeline_box .checkpoint_box video, .timeline_box .checkpoint_box .small_img, .checkpoint_box .play-button-wrapper {
		min-height: 100px;
	}

	.single-post .max_post_width img {
		max-height: 45vw;
	}
}

@supports (-webkit-touch-callout: none) {
	/* CSS specific to iOS devices */ 
	.mobile .svg_map svg {
		min-width: -webkit-fill-available;
	}
}
  
@media (min-width: 992px) {
	h1, h1 p {
		font-size: 2.57vw;
		line-height: 3.09vw;
	}

	.home h1 {
		font-size: 5.72vw;
		line-height: 6.46vw;
	}

	.error404 h1 {
		font-size: 7.49vw;
		line-height: 8.99vw;
	}

	.single-points_of_interest h1, .katerini h1, .diadromes h1, .drasi h1 {
		font-size: 4.36vw;
		line-height: 4.11vw;
	}

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

	.error404 h2 {
		font-size: 2.79vw;
		line-height: 3.35vw; 
	}

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

	h4, h4 p {
		font-size: 2.13vw;
		line-height: 2.56vw;
	}

	h5, h5 p {
		font-size: 1.77vw;
		line-height: 2.12vw;
	}

	h6, h6 p {
		font-size: 1.30vw;
		line-height: 1.56vw;
	}

	#colophon h6 {
		font-size: 1.25vw;
		line-height: 1.5vw;
	}

	p, .select_ca #my_month option, .select_ca #my_year option {
		font-size: 0.88vw;
		line-height: 1.06vw;
	}

	.custom_p_bigger {
		font-size: 0.93vw;
		line-height: 1.11vw;
	}

	.footer_list {
		font-size: 1.25vw;
		line-height: 2.18vw;
	}

	.date_text {
		font-size: 3.51vw;
		line-height: 4.21vw;
	}

	.explore_text {
		font-size: 3.28vw;
		line-height: 3.93vw;
	}

	.pois_text {
		font-size: 2.75vw;
		line-height: 3.30vw;
	}

	.god_name {
		font-size: 2.94vw;
		line-height: 3.5vw;
	}

	.md_small_text {
		font-size: 0.93vw;
		line-height: 1.12vw;
	}

	.small_text, .splw-lite-desc {
		font-size: 0.83vw;
		line-height: 1vw;
	}

	.xs_small_text {
		font-size: 12.27px;
		line-height: 0.76vw;
	}

	.weather_font {
		font-size: 1.14vw;
		line-height: 1.37vw;
	}
	
	#masthead {
		padding-left: 2.344vw;
		padding-right: 1.719vw;
		padding-top: 1.979vw;
	}

	#menu_close {
		width: 1.927vw;
		height: 1.92vw;
		right: 3.125vw;
		top: 1.406vw;
	}

	#menu_toggler {
		width: 2.396vw;
		height: 1.338vw;
	}

	.temp_logo {
		font-size: 2.62vw;
	}

	.footer_top_row, .footer_bottom_row {
		padding-left: 7.031vw;
		padding-right: 3.906vw;
		padding-bottom: 3.646vw;
		padding-top: 4.323vw;
	}

	#circle_1 {
		width: 31.328vw;
		height: 30.677vw;
	}
	
	#circle_2 {
		width: 59.531vw;
		height: 59.531vw;
	}

	#circle_3 {
		width: 31.328vw;
		height: 30.677vw;
	}

	.desktop #burgerMenu {
		width: 34.896vw;
	}

	#menu_close {
		width: 1.848vw;
		height: 1.848vw;
		right: 2.7vw;
		top: 3.38vw;
	}

	#burgerMenu a {
		font-size: 1.881vw;
		line-height: 3.17vw;
	}

	ul#menu-1 {
		padding-bottom: 5.208vw;
	}

	#circle_1 {
		top: -4.167vw;
		left: -8.854vw;
	}
		
	#circle_2 {
		top: -22.396vw;
		right: -26.563vw;
	}

	#circle_3 {
		width: 44.2vw;
		height: 45.4vw;
		top: -28.64vw;
		left: 5.98vw;
	}

	.politiki-aporritou #main, .politiki-cookies #main {
		padding-bottom: 18.698vw;
		padding-top: 10.156vw;
	}

	.fund_logos {
		border-radius: 1.322vw;
		padding-top: 4.167vw;
		padding-bottom: 4.531vw;
		font-size: 1.521vw;
		line-height: 1.825vw;
		padding-left: 1.3vw;
		padding-right: 1.3vw;
	}

	.footer_bottom_row {
		padding-left: 11.458vw;
		padding-right: 11.458vw;
		padding-top: 3.542vw;
		padding-bottom: 4.583vw;
	}

	#colophon .temp_logo {
		font-size: 3.571vw;
		line-height: 3.035vw;
	}

	#footer-menu li a {
		font-size: 0.885vw;
		line-height: 1.063vw;
	}
	
	#footer-menu li {
		margin-bottom: 0.781vw;
	}

	#colophon #footer-menu {
		padding-left: 4.948vw;
	}

	#colophon .mobile_width_50 img {
		width: 11.334vw;
		height: 3.336vw;
	}

	.app_logo {
		width: 22.76vw;
		height: 15.623vw;
	}

	.features_list {
		padding-left: 1.042vw;
	}

	.footer_top_row {
		padding-left: 11.458vw;
		padding-right: 11.406vw;
		padding-top: 3.125vw;
		padding-bottom: 4.167vw;
	}

	.margin_bottom_footer {
		margin-bottom: 0.625vw;
	}

	.ps_footer {
		padding-left: 1.042vw;
	}

	section#calendar {
		padding-top: 8.854vw;
		padding-bottom: 8.854vw;
		padding-left: 12.24vw;
		padding-right: 7.813vw;
	}

	.select_ca #my_month, .select_ca #my_year {
		font-size: 1.345vw;
		line-height: 1.614vw;
	}

	.articles_slider .swiper-wrapper {
		max-height: calc(100vh - 8.854vw - 8.854vw);
	}

	.articles_slider .swiper-slide {
		border-radius: 2.083vw;
	}

	.calendar_post_image {
		width: 9.323vw;
		height: 9.323vw;
	}

	.calendar_custom_posts #my_calender {
		padding: 1.927vw;
	}

	#my_calender {
		margin-top: 1.198vw;
	}

	.calendar_custom_posts #ajax_ac_widget th {
		font-size: 1.146vw;
		line-height: 1.375vw;
	}

	.calendar_custom_posts #my_calender span {
		width: 2.604vw !important;
		height: 2.604vw;
		font-size: 1.146vw;
	}

	.calendar_custom_posts #my_calender {
		max-width: 22.813vw;
	}

	.calendar_custom_posts .select_ca {
		max-width: 17.969vw;
		margin-left: 2.604vw;
	}

	.calendar_custom_posts #ajax_ac_widget {
		padding-top: 1.927vw;
	}

	.calendar_custom_posts #my-calendar .has-post {
		width: 2.604vw !important;
		height: 2.604vw;
		font-size: 1.146vw;
		padding-top: 0.417vw;
	}

	.date_wrapper .date.calendar_date {
		font-size: 3.513vw;
		line-height: 4.215vw;
	}

	.articles_slider .swiper-slide {
		padding-left: 1.563vw;
		padding-right: 1.563vw;
		padding-top: 1.302vw;
		padding-bottom: 1.302vw;
		min-height: 12.031vw;
	}

	.calendar_post_image {
		margin-left: 1.563vw;
		margin-right: 1.563vw;
	}

	.img_wrap {
		margin-left: 2.083vw;
	}

	.max_width_cal {
		max-width: 22.813vw;
	}

	.swiper_arrows_wrapper_articles {
		margin-bottom: 1.198vw;
	}

	.date_wrapper {
		min-width: 7.292vw;
	}

	.swiper_next_articles {
		width: 2.135vw;
		height: 2.135vw;
		margin-left: 1.041vw; 
	}
	
	.swiper_prev_articles {
		width: 2.135vw;
		height: 2.135vw;
	}

	.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical>.swiper-scrollbar {
		right: -1.93vw !important;
	}

	.swiper-scrollbar-drag {
		height: 1.041vw !important;
		width: 1.041vw !important;
		margin-left: -0.42vw;
	}

	.single-post #main {
		padding-top: 8.6vw;
	}

	.bs_gold {
		padding-left: 2.08vw;
	}

	.single-post .date_wrapper {
		padding-bottom: 2.08vw;
	}

	.loc {
		padding-top: 2.76vw;
		padding-left: 0.88vw;
		padding-right: 1.56vw;
	}

	.loc svg {
		margin-right: 1.41vw;
	}

	.drasi h2, .home .header_section h2 {
		font-size: 5.22vw;
		line-height: 6.26vw
	}

	.first_section_img {
		max-height: 31.4vw;
	}

	.first_section_info {
		padding-top: 3.38vw;
		padding-bottom: 4.58vw;
		padding-right: 4.48vw;
		padding-left: 19.9vw;
	}

	.drasi .second_section img.circle {
		width: 13.3vw;
		height: 13.3vw;
	}

	.logos_wrapper {
		margin-top: 8.13vw;
	}

	.info_wrap_second_section {
		padding-left: 5.47vw;
		padding-top: 3.96vw;
	}
	
	.drasi .second_section {
		padding-top: 6.87vw;
		padding-bottom: 7.92vw;
		padding-left: 23.1vw;
		padding-right: 21.6vw;
	}

	.logos_wrapper img {
		max-width: 11.1vw;
	}

	.gods_wrapper {
		padding-top: 11.25vw;
		padding-bottom: 9.1vw;
		padding-left: 5vw;
		padding-right: 10vw;
	}

	.circle-container {
		width: 43.3vw;
		height: 43.3vw;
	}
	  
	.circle-item {
		width: 8vw;
		height: 8vw;
	}

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

	.god_portrait {
		height: 19.4vw;
	}

	#god_info {
		width: 26.8vw;
		border-radius: 2.42vw;
	}

	.god_info, .god_main_narration {
		padding-top: 2.61vw;
		padding-bottom: 5.73vw;
		padding-left: 2.34vw;
		padding-right: 1.56vw;
	}
	
	.circle-info.pressed {
		width: 8.63vw;
		height: 8.63vw;
	}

	.circle-item.pressed {
		width: 11.71vw;
		height: 11.71vw;
	}

	.god_info p {
		max-height: 23.17vw;
		padding-right: 1.98vw;
	}
	
	.opacity_layer_img, .opacity_layer_shadow {
		height: 19.4vw;
	}

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

	.pre_image {
		max-height: 3.64vw;
	}

	.god_main_narration svg {
		width: 2.4vw;
		height: 1.9vw;
	}

	.first_section_inner_map {
		padding-top: 7vw;
		padding-bottom: 4.5vw;
		padding-left: 10.75vw;
		padding-right: 9vw;
	}

	.bg_mountain {
		padding-bottom: 8.9vw;
	}

	#map {
		width: 49.05vw;
		height: 52.5vw;
		border-radius: 2.637vw;
		overflow: hidden;
	}

	.home .header_section .bg_img_content, .drasi .header_section .bg_img_content, .single-points_of_interest .header_section .bg_img_content, .katerini .header_section .bg_img_content, .diadromes .header_section .bg_img_content {
		padding-bottom: 4.16vw;
	}

	.desktop .home .header_section .circle_btn {
		margin-top: 1.82vw;
	}

	.all_poi_wrapper {
		padding-left: 11.45vw;
		padding-right: 11.45vw;
		padding-bottom: 5.2vw;
	}

	.slider_wrap_paddings {
		margin-left: 11.45vw !important;
		margin-right: 11.45vw !important;
	}

	.box_poi img {
		height: 15.05vw;
	}

	.box_poi {
		border-radius: 1.6vw;
	}

	.info_poi_inner_wrapper {
		padding-top: 2.08vw;
		padding-bottom: 1.82vw;
		padding-left: 1.56vw;
		padding-right: 1.56vw;
	}

	.other_points_of_interest_label {
		margin-top: 4.84vw;
		margin-bottom: 4.84vw;
	}

	.swiper_nav_wrapper {
		margin-top: 2.08vw;
		margin-bottom: 1.56vw;
	}
	
	.poi_filter, #reset_filter {
		min-height: 2.057vw;
		height: max-content;
		padding-left: 1.14vw;
		padding-right: 2.08vw;
	}

	.marker_sm {
		width: 1.9vw;
		height: 1.9vw;
	}

	.marker_md {
		width: 2.71vw;
		height: 2.71vw;
	}

	.marker_lg {
		width: 4.43vw;
		height: 4.43vw;
	}

	.castle {
		width: 3.82vw;
		height: 3.82vw;
	}

	.tooltip_inner img.poi-img {
		height: 9.74vw;
	}

	.gm-style-iw.gm-style-iw-c {
		border-radius: 1.6vw;
		width: 15.7vw;
	}

	.tooltip_wrapper_info {
		padding-top: 0.78vw;
		padding-bottom: 1.3vw;
		padding-left: 1.56vw;
		padding-right: 1.56vw;
	}

	button.gm-ui-hover-effect span {
		width: 100% !important;
		height: 100% !important;
		mask-repeat: no-repeat;
	}

	.ptmob_poi {
		padding-top: 4.48vw;
	}

	.width_padding {
		padding-left: 11.14vw;
		padding-right: 11.14vw;
	}

	.section3 .width_padding {
		padding-top: 3.28vw;
		padding-bottom: 4.58vw;
	}

	.section4 .width_padding {
		padding-top: 5.98vw;
		padding-bottom: 5.2vw;
	}

	.object_3d_section iframe {
		width: 100%;
		height: 30.8vw;
		border-radius: 1.58vw;
	}

	.section5 .width_padding {
		padding-top: 4.68vw;
		padding-bottom: 4.68vw;
	}

	.three_big_slider img {
		width: 17.5vw !important;
		height: 11.9vw;
		object-fit: cover;
		border-radius: 1.23vw;
	}

	.section2 .width_padding {
		padding-top: 125px;
		padding-bottom: 100px;
	}

	.section2 video {
		height: 25.02vw;
		border-radius: 1.23vw;
	}

	.single_poi_info {
		padding-right: 8.6vw;
		padding-left: 2.34vw;
		height: 25.02vw;
	}

	.route_image {
		height: 21.2vw;
	}

	.route_information {
		border-radius: 1.6vw;
		width: 34.89vw;
	}

	.route_info_wrapper {
		padding-top: 2.08vw;
		padding-bottom: 2.08vw;
		padding-left: 1.56vw;
		padding-right: 1.56vw;
	}

	.label_m_end {
		margin-right: 2.08vw;
	}

	.label_m_end {
		width: 4.68vw;
	}

	.label_text {
		font-size: 1.77vw;
		line-height: 2.125vw;
	}

	.top_section_route {
		padding-top: 8.6vw;
		padding-bottom: 1.56vw;
	}

	.route_info_wrapper .top_rows {
		padding-top: 1.82vw;
		padding-bottom: 1.82vw;
	}

	.bottom_info_row {
		padding-top: 2.6vw;
	}

	.diadromes_wrap .swiper_nav_wrapper {
		width: 15.9vw;
	}

	.weather_wrapper {
		height: 9.63vw;
		border-radius: 2.42vw;
		padding-top: 1.56vw;
		padding-bottom: 1.3vw;
		padding-left: 2.08vw;
		padding-right: 2.08vw;
		margin-top: 2.6vw;
	}

	.checkpoint_box {
		width: 37.3vw;
		border-radius: 2.42vw;
		padding-top: 1.82vw;
		padding-bottom: 2.34vw;
		padding-left: 2.08vw;
		padding-right: 2.08vw;
	}

	.diadromes_wrap .main_padd {
		padding-left: 11.14vw;
		padding-right: 7.18vw;
	}

	.main_info_row {
		padding-bottom: 4.42vw;
	}

	.bottom_section_route {
		padding-left: 1.82vw;
		padding-bottom: 3.125vw;
	}

	.app_btn {
		width: 37.3vw;
		padding-top: 0.88vw;
		padding-bottom: 0.88vw;
	}

	.app_btn svg {
		width: 2.57vw;
		height: 2.57vw;
		right: 3.64vw;
	}

	.god_icon_wrap {
		width: 8.33vw;
		height: 8.33vw;
		border: 1.04vw solid transparent;
		padding: 1.30vw;
	}

	.small_img, .checkpoint_box video, .hover_preview {
		height: 7.18vw;
	}

	.hover_preview::after {
		padding-left: 2.08vw;
		padding-right: 2.08vw;
	}

	.timeline_main_wrap {
		margin-top: 1.56vw;
	}

	.checkpoint_box {
		margin-top: 3.64vw;
	}

	.basic_btn {
		font-size: 0.885vw;
		line-height: 1.06vw;
		height: 1.72vw;
		padding-left: 0.78vw;
		padding-right: 1.3vw;
	}

	.checkpoint_box .overlay_gray {
		border-radius: 2.42vw;
	}

	.satellite_btn {
		bottom: 13.5vw;
		right: 6.77vw;
	}

	.checkpoint_box {
		margin-left: 3.12vw;
	}

	.padding-box {
		margin-bottom: 5.2vw;
	}

	.splw-main-wrapper.horizontal .splw-lite-templates-body div {
		margin-right: 0.78vw;
	}
	
	.options-title {
		font-size: 0.83vw !important;
	}
	
	.splw-lite-desc {
		font-size: 0.83vw !important;
	}
	
	.splw-main-wrapper .splw-weather-details .options-value {
		font-size: 2.13vw;
		line-height: 2.56vw;
		padding-right: 1.3vw;
	}
	
	img.weather-icon {
		width: 4.06vw;
		height: 4.16vw;
	}
	
	.splw-lite-wrapper .splw-lite-current-temp .weather-icon {
		width: 3.33vw !important;
	}
	
	.hover_preview::after {
		font-size: 0.76vw !important;
		line-height: 0.82vw !important;
	}
	
	.hover_preview:hover::after {
		font-size: 1.12vw;
		line-height: 1.35vw;
	}
	
	.play-button-wrapper .play-gif svg {
		width: 2.6vw;
		height: 2.92vw;
	}
	
	.timeline_main_wrap .timeline:before {
		left: 0.43vw;
		top: 0.52vw;
		bottom: 1.04vw;
	}
	
	.timeline_main_wrap li {
		padding-left: 1.04vw;
	}
	
	.timeline_main_wrap li:before {
		width: 0.72vw;
		height: 0.72vw;
		top: 0.26vw;
		left: -1.48vw;
	}
	
	.timeline_main_wrap li:hover:before, .timeline_main_wrap li:not(.collapsed):before {
		width: 2.08vw;
		height: 2.08vw;
		left: -2.21vw;
		top: -0.41vw;
	}

	.align_mid .text-center {
		margin-top: 3.64vw;
	}

	.circle_btn, .circle_btn:hover {
		padding-left: 0.78vw;
		padding-right: 0.78vw;
		font-size: 0.78vw;
		line-height: 0.93vw;
		height: 1.72vw;
	}

	.app_btn span {
		font-size: 1.04vw;
		line-height: 1.25vw;
	}

	.poi_filter, #reset_filter {
		font-size: 0.78vw;
		line-height: 1.38vw;
	}

	.title_field_tooltip {
		font-size: 1.19vw;
		line-height: 1.19vw;
	}

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

	.timeline_main_wrap .timeline {
		padding-left: 1.56vw;
	}
	
	.timeline_main_wrap li:hover:before, .timeline_main_wrap li:not(.collapsed):before {
		box-shadow: 0 0 0 0.62vw #141D30 inset;
	}

	.splw-lite-current-temp {
		padding-right: 0.78vw;
	}

	.cluster {
		width: 4.42vw;
		height: 4.42vw;
		font-size: 2.16vw !important;
	}

	.video_embed, .video_embed iframe {
		border-radius: 1.23vw;
	}

	.video_embed iframe {
		max-height: 25vw;
	}

	#logo img, #logo_footer img {
		width: 15.6vw;
	}

	.poi_slider .swiper-slide {
		min-height: 35.4vw;
	}

	.info_poi_inner_wrapper {
		height: 20.3vw;
	}

	.copyright_col {
		text-align: center;
		margin-top: -0.78vw;
		padding-bottom: 0.78vw;
	}

	img.scroll {
		height: 5.25vw;	
		width: auto !important;
	}

	.is-ajax-search-result {
		max-height: 10.4vw;
	}

	.scroll.logo_en:lang(en) {
		height: 5.50vw;
	}
}

@media (min-width: 1800px) and (max-width: 1920px) {
	.gods_wrapper {
		max-height: 100vh;
		min-height: 100vh;
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	
	.gods_wrapper .god_portrait {
		height: 302px;
	}
	
	.gods_wrapper .opacity_layer_img,
	.gods_wrapper .opacity_layer_shadow {
		height: 302px;
	}
	
	.gods_wrapper .god_info p {
		max-height: 305px;
		padding-right: 38px;
	}
	
	.gods_wrapper .circle-container {
		width: 700px;
		height: 700px;
	}

	.gods_wrapper .circle-item.pressed {
		width: 200.77px;
		height: 200.77px;
	}

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

	.gods_wrapper .circle-item {
		width: 140px;
		height: 140px;
	}

	.gods_wrapper .circle-info {
		width: 98px;
		height: 98px;
	}

	.gods_wrapper .pre_image {
		max-height: 50px;
	}

	.gods_wrapper .circle-container:after {
		font-size: 66.98px;
		line-height: 82.37px;
	}

	.gods_wrapper .circle-item:not(.pressed):hover .active_image {
		max-height: 50px;
	}
}

@media (min-width: 1920px) {
	h1, h1 p {
		font-size: 49.48px;
		line-height: 59.38px;
	}

	.home h1 {
		font-size: 110px;
		line-height: 124.08px;
	}

	.error404 h1 {
		font-size: 143.95px;
		line-height: 172.74px;
	}

	.single-points_of_interest h1, .katerini h1, .diadromes h1, .drasi h1 {
		font-size: 83.78px;
		line-height: 79px;
	}

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

	.error404 h2 {
		font-size: 53.75px;
		line-height: 64.5px; 
	}

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

	h4, h4 p {
		font-size: 41.04px;
		line-height: 49.25px;
	}

	h5, h5 p {
		font-size: 34px;
		line-height: 40.8px;
	}

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

	#colophon h6 {
		font-size: 24.1px;
		line-height: 28.92px;
	}

	p, .select_ca #my_month option, .select_ca #my_year option {
		font-size: 17px;
		line-height: 20.4px;
	}
	
	.custom_p_bigger {
		font-size: 18px;
		line-height: 21.4px;
	}

	.footer_list {
		font-size: 24.04px;
		line-height: 42px;
	}

	.date_text {
		font-size: 67.44px;
		line-height: 80.93px;
	}

	.explore_text {
		font-size: 63px;
		line-height: 75.6px;
	}

	.pois_text {
		font-size: 52.85px;
		line-height: 63.42px;
	}

	.god_name {
		font-size: 56.58px;
		line-height: 67.2px;
	}

	.md_small_text {
		font-size: 18px;
		line-height: 21.6px;
	}

	.small_text, .splw-lite-desc {
		font-size: 16px;
		line-height: 19.2px;
	}

	.xs_small_text {
		font-size: 12.27px;
		line-height: 14.73px;
	}

	.weather_font {
		font-size: 22px;
		line-height: 26.4px;
	}

	#masthead {
		padding-left: 45px;
		padding-right: 33px;
		padding-top: 38px;
	}

	#menu_close {
		width: 35.48px;
		height: 35.48px;
		right: 52px;
		top: 65px;
	}

	#menu_toggler {
		width: 46px;
		height: 25.69px;
	}

	.temp_logo {
		font-size: 50.3px;
	}

	.footer_top_row, .footer_bottom_row {
		padding-left: 135px;
		padding-right: 75px;
		padding-bottom: 70px;
		padding-top: 83px;
	}

	#circle_1 {
		width: 601.5px;
		height: 589px;
		top: -80px;
		left: -170px;
	}
		
	#circle_2 {
		width: 1143px;
		height: 1143px;
		top: -430px;
		right: -510px;
	}

	#circle_3 {
		width: 849px;
		height: 872px;
		top: -550px;
		left: 115px;
	}

	ul#menu-1 {
		padding-bottom: 100px;
	}

	#burgerMenu a {
		font-size: 36.12px;
		line-height: 61px;
	}

	.desktop #burgerMenu {
		width: 670px;
	}

	.politiki-aporritou #main, .politiki-cookies #main {
		padding-bottom: 359px;
		padding-top: 195px;
	}

	.fund_logos {
		border-radius: 25.38px;
		padding-top: 80px;
		padding-bottom: 87px;
		font-size: 29.2px;
		line-height: 35.04px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.footer_bottom_row {
		padding-left: 220px;
		padding-right: 220px;
		padding-top: 68px;
		padding-bottom: 88px;
	}

	#colophon .temp_logo {
		font-size: 68.56px;
		line-height: 58.28px;
	}

	#footer-menu li a {
		font-size: 17px;
		line-height: 20.4px;
	}

	#footer-menu li {
		margin-bottom: 15px;
	}

	.point-of-interest-div {
		padding-bottom: 105px;
	}

	#colophon #footer-menu {
		padding-left: 95px;
	}

	#colophon .mobile_width_50 img {
		width: 217.61px;
		height: 64.05px;
	}

	.app_logo {
		width: 437px;
		height: 299.97px;
	}

	.features_list {
		padding-left: 20px;
	}

	.footer_top_row {
		padding-left: 220px;
		padding-right: 219px;
		padding-top: 60px;
		padding-bottom: 80px;
	}

	.margin_bottom_footer {
		margin-bottom: 12px;
	}

	.ps_footer {
		padding-left: 20px;
	}

	section#calendar {
		padding-top: 170px;
		padding-bottom: 170px;
		padding-left: 235px;
		padding-right: 150px;
	}

	.select_ca #my_month, .select_ca #my_year {
		font-size: 25.82px;
		line-height: 30.99px;
	}

	.articles_slider .swiper-wrapper {
		max-height: calc(100vh - 170px - 170px);
	}

	.articles_slider .swiper-slide {
		border-radius: 40px;
	}

	.calendar_post_image {
		width: 179px;
		height: 179px;
	}

	.calendar_custom_posts #my_calender {
		padding: 37px;
	}

	#my_calender {
		margin-top: 23px;
	}

	.calendar_custom_posts #ajax_ac_widget th {
		font-size: 22px;
		line-height: 26.4px;
	}

	.calendar_custom_posts #my_calender span {
		width: 50px !important;
		height: 50px;
		font-size: 22px;
	}

	.calendar_custom_posts #my_calender {
		max-width: 438px;
	}

	.calendar_custom_posts .select_ca {
		max-width: 345px;
		margin-left: 50px;
	}

	.calendar_custom_posts #ajax_ac_widget {
		padding-top: 37px;
	}

	.calendar_custom_posts #my-calendar .has-post {
		width: 50px !important;
		height: 50px;
		font-size: 22px;
		padding-top: 8px;
	}

	.date_wrapper .date.calendar_date {
		font-size: 67.44px;
		line-height: 80.93px;
	}

	.articles_slider .swiper-slide {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 25px;
		padding-bottom: 25px;
		min-height: 231px;
	}

	.calendar_post_image {
		margin-left: 30px;
		margin-right: 30px;
	}

	.img_wrap {
		margin-left: 40px;
	}

	.max_width_cal {
		max-width: 438px;
	}

	.swiper_arrows_wrapper_articles {
		margin-bottom: 23px;
	}

	.date_wrapper {
		min-width: 140px;
	}

	.swiper_next_articles {
		width: 41px;
		height: 41px;
		margin-left: 20px; 
	}
	
	.swiper_prev_articles {
		width: 41px;
		height: 41px;
	}

	.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical>.swiper-scrollbar {
		right: -37px !important;
	}

	.swiper-scrollbar-drag {
		height: 20px !important;
		width: 20px !important;
		margin-left: -8px;
	}

	.single-post #main {
		padding-top: 165px;
	}

	.bs_gold {
		padding-left: 40px;
	}

	.single-post .date_wrapper {
		padding-bottom: 40px;
	}

	.loc {
		padding-top: 53px;
		padding-left: 17px;
		padding-right: 30px;
	}

	.loc svg {
		margin-right: 27px;
	}

	.drasi h2, .home .header_section h2 {
		font-size: 100.17px;
		line-height: 120.2px;
	}

	.first_section_img {
		max-height: 604px;
	}

	.first_section_info {
		padding-top: 65px;
		padding-bottom: 88px;
		padding-right: 86px;
		padding-left: 382px;
	}

	.drasi .second_section img.circle {
		width: 256px;
		height: 256px;
	}

	.logos_wrapper {
		margin-top: 156px;
	}

	.info_wrap_second_section {
		padding-left: 105px;
		padding-top: 76px;
	}

	.drasi .second_section {
		padding-top: 132px;
		padding-bottom: 152px;
		padding-left: 443px;
		padding-right: 416px;
	}
		
	.logos_wrapper img {
		max-width: 212px
	}

	.gods_wrapper {
		padding-top: 225px;
		padding-bottom: 182px;
		padding-left: 100px;
		padding-right: 200px;
	}

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

	.circle-container {
		width: 866px;
		height: 866px;
	}
	  
	.circle-item {
		width: 160px;
		height: 160px;
	}

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

	.god_portrait {
		height: 372px;
	}

	#god_info {
		width: 515px;
		border-radius: 46.53px;
	}

	.god_info, .god_main_narration {
		padding-top: 50px;
		padding-bottom: 110px;
		padding-left: 45px;
		padding-right: 30px;
	}
	
	.circle-info.pressed {
		width: 165.77px;
		height: 165.77px;
	}

	.circle-item.pressed {
		width: 224.77px;
		height: 224.77px;
	}

	.god_info p {
		max-height: 445px;
		padding-right: 38px;
	}

	.opacity_layer_img, .opacity_layer_shadow {
		height: 372px;
	}

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

	.pre_image {
		max-height: 70px;
	}

	.god_main_narration svg {
		width: 46px;
		height: 36.146px;
	}

	.first_section_inner_map {
		padding-top: 140px;
		padding-bottom: 90px;
		padding-left: 215px;
		padding-right: 180px;
	}

	.bg_mountain {
		padding-bottom: 178px;
	}

	#map {
		width: 981px;
		height: 1050px;
		border-radius: 52.75px;
		overflow: hidden;
	}

	.home .header_section .bg_img_content, .drasi .header_section .bg_img_content, .single-points_of_interest .header_section .bg_img_content, .katerini .header_section .bg_img_content, .diadromes .header_section .bg_img_content {
		padding-bottom: 80px;
	}

	.desktop .home .header_section .circle_btn {
		margin-top: 35px;
	}

	.all_poi_wrapper {
		padding-left: 220px;
		padding-right: 220px;
		padding-bottom: 100px;
	}

	.slider_wrap_paddings {
		margin-left: 220px !important;
		margin-right: 220px !important;
	}

	.box_poi img {
		height: 289px;
	}

	.box_poi {
		border-radius: 30.75px;
	}

	.info_poi_inner_wrapper {
		padding-top: 40px;
		padding-bottom: 35px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.other_points_of_interest_label {
		margin-top: 93px;
		margin-bottom: 93px;
	}

	.swiper_nav_wrapper {
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.poi_filter, #reset_filter {
		min-height: 39.5px;
		height: max-content;
		padding-left: 22px;
		padding-right: 40px;
	}

	.marker_sm {
		width: 36.44px;
		height: 36.44px;
	}

	.marker_md {
		width: 52.1px;
		height: 52.1px;
	}

	.marker_lg {
		width: 85.04px;
		height: 85.04px;
	}

	.castle {
		width: 73.33px;
		height: 73.33px;
	}

	.tooltip_inner img.poi-img {
		height: 187px;
	}

	.gm-style-iw.gm-style-iw-c {
		border-radius: 30.75px;
		width: 301.06px;
	}

	.tooltip_wrapper_info {
		padding-top: 15px;
		padding-bottom: 25px;
		padding-left: 30px;
		padding-right: 30px;
	}

	button.gm-ui-hover-effect span {
		width: 18.71px !important;
		height: 18.71px !important;
	}

	.ptmob_poi {
		padding-top: 86px;
	}

	.width_padding {
		padding-left: 214px;
		padding-right: 214px;
	}
	
	.section3 .width_padding {
		padding-top: 63px;
		padding-bottom: 88px;
	}

	.section4 .width_padding {
		padding-top: 115px;
		padding-bottom: 100px;
	}

	.object_3d_section iframe {
		width: 100%;
		height: 592.35px;
		border-radius: 30.42px;
	}

	.section5 .width_padding {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.three_big_slider img {
		width: 336.55px !important;
		height: 228.64px;
		object-fit: cover;
		border-radius: 23.63px;
	}

	.three_big_slider .swiper-slide-active img {
		width: 100% !important;
		height: 493px;
	}

	.section2 .width_padding {
		padding-top: 125px;
		padding-bottom: 100px;
	}
	
	.section2 video {
		height: 480.4px;
		border-radius: 23.63px;
	}
	
	.single_poi_info {
		padding-right: 165px;
		padding-left: 45px;
		height: 480.4px;
	}

	.route_image {
		height: 406.44px;
	}

	.route_information {
		border-radius: 30.75px;
		width: 670px;
	}

	.route_info_wrapper {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.label_m_end {
		margin-right: 40px;
	}

	.label_m_end {
		width: 90px;
	}

	.label_text {
		font-size: 34px;
		line-height: 40.8px;
	}

	.top_section_route {
		padding-top: 165px;
		padding-bottom: 30px;
	}

	.route_info_wrapper .top_rows {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.bottom_info_row {
		padding-top: 50px;
	}

	.diadromes_wrap .swiper_nav_wrapper {
		width: 307px;
	}

	.weather_wrapper {
		height: 185px;
		border-radius: 46.53px;
		padding-top: 30px;
		padding-bottom: 25px;
		padding-left: 40px;
		padding-right: 40px;
		margin-top: 50px;
	}

	.checkpoint_box {
		width: 717px;
		border-radius: 46.53px;
		padding-top: 35px;
		padding-bottom: 45px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.diadromes_wrap .main_padd {
		padding-left: 214px;
		padding-right: 138px;
	}

	.main_info_row {
		padding-bottom: 85px;
	}

	.bottom_section_route {
		padding-left: 35px;
		padding-bottom: 60px;
	}

	.app_btn {
		width: 717px;
		padding-top: 17px;
		padding-bottom: 17px;
	}

	.app_btn svg {
		width: 49.5px;
		height: 49.5px;
		right: 70px;
	}

	.god_icon_wrap {
		width: 160px;
		height: 160px;
		border: 20px solid transparent;
		padding: 25px;
	}

	.small_img, .checkpoint_box video, .hover_preview {
		height: 138px;
	}

	.hover_preview::after {
		padding-left: 40px;
		padding-right: 40px;
	}

	.timeline_main_wrap {
		margin-top: 30px;
	}

	.checkpoint_box {
		margin-top: 70px;
	}

	.basic_btn {
		font-size: 17px;
		line-height: 20.4px;
		height: 33.05px;
		padding-left: 15px;
		padding-right: 25px;
	}

	.checkpoint_box .overlay_gray {
		border-radius: 46.53px;
	}

	.satellite_btn {
		bottom: 260px;
		right: 130px;
	}

	.checkpoint_box {
		margin-left: 60px;
	}

	.padding-box {
		margin-bottom: 100px;
	}

	.splw-main-wrapper.horizontal .splw-lite-templates-body div {
		margin-right: 15px;
	}
	
	.options-title {
		font-size: 16px !important;
	}
	
	.splw-lite-desc {
		font-size: 16px !important;
	}
	
	.splw-main-wrapper .splw-weather-details .options-value {
		font-size: 41.04px;
		line-height: 49.25px;
		padding-right: 25px;
	}
	
	img.weather-icon {
		width: 78px;
		height: 80px;
	}
	
	.splw-lite-wrapper .splw-lite-current-temp .weather-icon {
		width: 64px !important;
	}
	
	.hover_preview::after {
		font-size: 14.61px !important;
		line-height: 15.93px !important;
	}
	
	.hover_preview:hover::after {
		font-size: 21.61px;
		line-height: 25.93px;
	}
	
	.play-button-wrapper .play-gif svg {
		width: 51px;
		height: 56.17px;
	}
	
	.timeline_main_wrap .timeline:before {
		left: 8.4px;
		top: 10px;
		bottom: 20px;
	}
	
	.timeline_main_wrap li {
		padding-left: 20px;
	}
	
	.timeline_main_wrap li:before {
		width: 14px;
		height: 14px;
		top: 5px;
		left: -28.52px;
	}
	
	.timeline_main_wrap li:hover:before, .timeline_main_wrap li:not(.collapsed):before {
		width: 40px;
		height: 40px;
		left: -42.5px;
		top: -8px;
	}

	.align_mid .text-center {
		margin-top: 70px;
	}

	.circle_btn, .circle_btn:hover {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 15px;
		line-height: 18px;
		height: 33.05px;
	}

	.app_btn span {
		font-size: 20px;
		line-height: 24.01px;
	}

	.poi_filter, #reset_filter {
		font-size: 15px;
		line-height: 26.66px;
	}

	.title_field_tooltip {
		font-size: 22.88px;
		line-height: 23px;
	}

	.timeline_main_wrap .timeline {
		padding-left: 30px;
	}

	.timeline_main_wrap li:hover:before, .timeline_main_wrap li:not(.collapsed):before {
		box-shadow: 0 0 0 12px #141D30 inset;
	}

	.splw-lite-current-temp {
		padding-right: 15px;
	}

	.cluster {
		width: 85.04px;
		height: 85.04px;
		font-size: 41.63px !important;
	}

	.video_embed, .video_embed iframe {
		border-radius: 23.63px;
	}

	.video_embed iframe {
		max-height: 480px;
	}

	#logo img, #logo_footer img {
		width: 300px;
	}

	.poi_slider .swiper-slide {
		min-height: 603px;
	}

	.info_poi_inner_wrapper {
		height: 314px;
	}

	.copyright_col {
		text-align: center;
		margin-top: -15px;
		padding-bottom: 15px;
	}

	img.scroll {
		height: 100.88px;	
		width: auto !important;
	}

	.is-ajax-search-result {
		max-height: 200px;
	}

	.scroll.logo_en:lang(en) {
		height: 105.64px;
	}
}

@media (min-width: 1921px) {
	#colophon .apps_wrapper {
		max-width: 296px;
	}

	.single-points_of_interest .poi_slider .swiper-slide, .katerini .poi_slider .swiper-slide, .diadromes .poi_slider .swiper-slide {
		justify-content: center;
	}

	.routes_slider .bottom_section_route {
		min-height: 80vh;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.articles_slider .swiper-slide {
		height: max-content !important;
	}
}

/*-------------------------------------------------------------*/
/* 						   END MEDIA 						   */
/*-------------------------------------------------------------*/