/*
Theme Name: net22
Theme URI: 
Author: Net22
Author URI: https://www.net22.gr/
Description: Net22
Version: 1.0
*/
.cd-horizontal-timeline ol, .cd-horizontal-timeline ul {
	list-style: none !important;
}
.cd-horizontal-timeline ol li:nth-child(2n) a {
	bottom: unset;
	top: 0;
	padding-bottom: 0;
	padding-top: 15px;
}
.cd-horizontal-timeline ol li:nth-child(2n) a::after {
	bottom:unset;
	top: -12px;
}
#header {
	display:none !important;
}
.content-items--wrapper {
	margin: 60px auto 0;
	position:relative;
	padding:0 40px 60px;
}
.ajax--results {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
	row-gap: 40px;
}
.event--card .image {
	height: 350px;
	margin-bottom: 20px;
}
.event--card .title {
	font-size: 25px;
	line-height: 1.3;
	margin-bottom: 5px;
	font-weight: 500;
	transition:all ease-in-out 250ms;
	color: #383838 !important;
}
.event--card .title:hover {
	opacity:.7;
}
.event--card .text.editor {
	font-size: 15px;
	line-height: 22px;
}
.timeline---container {
	width: 100%;
	max-width: 1400px;
	margin: auto;
}
#events--loading {
	transition: all ease-in-out 450ms;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	z-index: 2;
	justify-content: center;
}
#net22--timeline:not(.loading) #events--loading {
	opacity: 0;
	pointer-events: none;
}
#events--loading svg {
	width: 60px;
	height: 60px;
}
body {
	background-color: #FEFEFE;
}
#main {
	-webkit-box-shadow: 0px 0px 114px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 114px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 114px rgba(0, 0, 0, 0.2);
	padding-top:82px;
}
#net22--timeline {
	margin:0 !important;
}
#s5_menu_wrap {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index:10;
}
#s5_logo_wrap {
	margin-top: 5px;
}
#net22--timeline .title {
	color: #3C97CB;
	margin-bottom:10px;
}
#net22--timeline .timeline--header .content {
	margin: 60px auto 80px;
	max-width: 800px;
	padding-left: 20px;
}
.cd-timeline-navigation a svg path {
	transition:all ease-in-out 250ms;
}
.cd-timeline-navigation a {
	/* 	border-color:#3C97CB !important; */
	border:none !important;
}
.cd-timeline-navigation a:hover svg path {
	fill:#3C97CB !important;
}
.cd-horizontal-timeline .events a::after {
	border-color:#000;
	background-color:#fff;
}
.cd-horizontal-timeline .filling-line {
	background-color:#3C97CB;
}
.cd-horizontal-timeline .events a.selected::after {
	background-color: #3C97CB !important;
	border-color: #3C97CB !important;
}
.cd-timeline-navigation a svg {
	height: 100%;
	width: 100%;
}
.timeline--header .image {
	height: 570px;
}
/* .event--card .meta > span {
display:flex;
column-gap:5px;
} */
.single--event-wrapper .sticky {
	top: 82px;
	z-index: 2;
	position: sticky;
	background-color: #fff;
}
.single--event-wrapper .sticky ul {
	gap: 15px;
	padding-block: 20px;
	justify-content:center;
	flex-wrap: wrap;
}
.single--event-wrapper .sticky ul li {
	border: 1px solid #3C97CB;
	line-height:1;
	padding: 12px 8px;
	font-size: 14px;
}
.single--event-wrapper .sticky ul li:hover {
	background-color: #3C97CB;
	color: #fff;
}
.single--event-section {
	padding: 40px;
}
.single--event-section:nth-child(2n) {
	background-color: #F3F5F4;
}
.single--event-section .cols {
	column-gap:60px;
}
.single--event-section .cols .col--left {
	min-width:200px;
	max-width:200px;
}
.single--event-section .section--content ul {
	margin-left:0;
	list-style:none;
	display: flex;
	flex-direction: column;
	row-gap: 6px;
}
.single--event-section .section--content ul li,
.event--card .meta {
	font-size: 14px;
	line-height: 1.4;
}
.event--card .meta {	
	row-gap: 6px;
}
.single--event-section .section--content ul li .item--title,
.event--card .meta .meta--title {
	/* 	font-weight: 600; */
}
.single--event-section .section--content ul li .item--value,
.event--card .meta .meta--value {
	/* 	color:#3C97CB; */
	font-weight:700;
}
.single--event-section .section--title {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	position:relative;
	max-width:max-content;
}
.single--event-section .section--title::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	height: 3px;
	width: 35px;
	background-color: #3C97CB;
}
body {
	overflow-x:clip !important;
}
@media(max-width:1680px) {
	.timeline--header .image {
		height: 450px;
	}
}
@media(max-width:1550px) {
	.timeline--header .image {
		height: 325px;
	}
	#net22--timeline .timeline--header .content {
		margin-block: 40px 50px;
	}
	.event--card .image {
		height: 280px;
	}
	.event--card .title {
		font-size: 22px;
	}
	h1 {
		font-size: 30px;
	}
}
@media(max-width:1150px) {
	.single--event-wrapper .sticky ul {
		padding: 0 20px;
		width: 100%;
		margin: 0;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.single--event-wrapper .sticky {
		position: static;
	}
	#s5_logo_wrap {
		align-content: center;
		justify-content: center;
		display: flex;
		float: none;
		margin: 0;
	}
	#s5_menu_wrap_inner {
		display:none;
	}
	#net22--timeline .timeline--header .content {
		padding-inline: 20px;
	}
	.ajax--results {
		grid-template-columns: repeat(2, 1fr);
	}
	.single--event-wrapper .sticky ul li {
		text-align: center;
	}
	.single--event-section .section--title {
		font-size: 18px;
	}
	.single--event-section .cols .col--left {
		min-width: 170px;
		max-width: 170px;
	}
}
@media(max-width:767px) {
	.content-items--wrapper {
		padding-inline: 20px;
	}
	.single--event-section {
		padding: 30px 15px;
	}
	.ajax--results {
		grid-template-columns: 1fr;
	}
	.single--event-section .cols .col--left {
		min-width:unset;
		max-width:100%;
	}
	.single--event-section .cols {
		flex-direction: column;
		row-gap: 15px;
	}
	h1 {
		font-size: 24px;
	}
	.single--event-wrapper .sticky ul li {
		line-height: 1.3;
		padding-inline: 5px;
		font-size: 12.5px;
	}
	.single--event-wrapper .sticky ul {
		grid-template-columns: repeat(2, 1fr);
	}
	.single--event-wrapper .content-items--wrapper {
		margin-top:25px;
	}
}
#s5_nav li .sub--menu {
	position: absolute;
	height: unset !important;
	width: 100%;
	left: 50%;
	top: 100%;
	z-index: 2;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	transition:all linear 500ms;
	min-width: 200px;
	background-color: #fff;
	padding: 10px;
	row-gap: 10px;
}
#s5_nav li:not(:hover) .sub--menu {
	opacity:0 !important;
	pointer-events:none !important;
}
#s5_nav li {
	overflow:visible !important;
}
#s5_nav li .sub--menu li {
	padding:0 !important;
	height: unset !important;
}
#s5_nav li .sub--menu a {
	display: block !important;
	padding: 0 !important;
	min-width: unset !important;
	width: auto !important;
	white-space: unset;
	color:#1e79ad !important;
	text-align: center;
	line-height: 1.5;
	transition:all ease-in-out 400ms !important;
}
#s5_nav li .sub--menu a:hover {
	background-color:#1e79ad !important;
	color:#fff !important;
}
#s5_menu_wrap {
	overflow:visible !important;
}
#s5_nav li .sub--menu ul {
	left: 100%;
	margin: 0 !important;
	top: 0;
	min-width: unset;
	transform: unset;
}
#toggle--navigation {
	display:none;
}
#mobile--menu {
	display:none !important;
}
@media(max-width:1150px) {
	#s5_menu_wrap {
		top: 50px;
	}
	#mobile--menu {
		display:block !important;
		background: #373737;
		background: -moz-linear-gradient(top, #373737 0%, #373737 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#373737), color-stop(100%,#373737));
		background: -webkit-linear-gradient(top, #373737 0%,#373737 100%);
		background: -o-linear-gradient(top, #373737 0%,#373737 100%);
		background: -ms-linear-gradient(top, #373737 0%,#373737 100%);
		background: linear-gradient(top, #373737 0%,#373737 100%);
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 11;
	}
	#s5_responsive_mobile_toggle_click_menu span {
		background: url(https://dipethekritis.gr/templates/forte/images/vertex/responsive/menu_lightx2.png) 50% 45% no-repeat;
		background-size: auto;
		background-size: 28px 22px;
		width: 56px;
		height: 48px;
		display: block;
		cursor: pointer;
	}
	#toggle--navigation {
		-webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.6);
		-moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.6);
		box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.6);
		padding: 10px;
		background: #373737;
	}
	#toggle--navigation {
		width:230px;
		position: fixed;
		top: 132px;
		z-index: 11;
		max-height: calc(100svh - 132px);
		overflow: auto;
	}
	html body #page #toggle--navigation ul#s5_nav.menu li,
	html body #page #toggle--navigation ul#s5_nav.menu li a,
	html body #page #toggle--navigation ul#s5_nav.menu li span {
		all:unset !important;
		color:#fff !important;
	}
	html body #page #toggle--navigation ul#s5_nav.menu li {
		margin-bottom: 1px !important;
		list-style: none !important;
		padding: 0 6px 3px !important;
	}
	html body #page #toggle--navigation ul ul {
		padding-left: 10px;
		margin-top: 5px !important;
	}
	html body #page #toggle--navigation ul {
		display:flex !important;
		flex-direction:column;
		opacity: 1 !important;
		pointer-events: auto !important;
		position: static !important;
		transform: unset !important;
		min-width: unset !important;
		width: 100% !important;
		background-color: transparent !important;
		margin: 0;
		padding: 0;
	}
	html body #page #toggle--navigation ul#s5_nav.menu li,
	html body #page #toggle--navigation ul#s5_nav.menu li span,
	html body #page #toggle--navigation ul#s5_nav.menu li a {
		font-size: 10pt !important;
	}
	html body #page #toggle--navigation ul#s5_nav.menu ul li,
	html body #page #toggle--navigation ul#s5_nav.menu ul li span,
	html body #page #toggle--navigation ul#s5_nav.menu ul li a {
		font-size: 7pt !important;
	}
}


.cd-horizontal-timeline .events a {
	font-weight:700;
}
.cd-horizontal-timeline .events a::before {
	bottom: -10px;
}
#net22--timeline .timeline--header .content {
	max-width: 1200px;
}
.cd-horizontal-timeline .timeline {
	width: 100%;
	max-width: 1200px;
}
.cd-horizontal-timeline .events a::after {
	bottom: -10px;
	height: 24px;
	width: 24px;
}
#net22--timeline .title .events--date {
	font-size: 15px;
	font-weight: 400;
}
.editor p:not(:last-child) {
	margin-bottom:20px;
}
.single--event__cols .single--event-section .cols {
	flex-direction:column;
}
body.single-events #net22--timeline .title .events--date {
	color: #000;
}
@media(min-width:1151px) {
	body.single-events #net22--timeline .title .events--date {
		font-size: 18px;
	}
}
.single--event__cols {
	display: flex;
	column-gap: 40px;
}
.single--event__cols .aside--right {
	min-width:600px;
	max-width:600px;
	padding-top: 20px;
}
.single--event__cols .aside--right .grid {
	gap:20px;
}
.single--event__cols .aside--right .grid a {
	height:200px;
	display:flex;
}
.single--event-section .section--title {
	color: #3C97CB;
}
.single--event-section .section--title::after {
	display:none;
}
.aside--sticky-title {
	color: #3C97CB;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	position: relative;
	max-width: max-content;
}
.aside--sticky {
	position: sticky;
	top: 100px;
}
.enable-lightbox a {
	position:relative;
	display:flex;
}
.enable-lightbox a::before,
.enable-lightbox a::after {
	content: '';
	position: absolute;
	transition: all ease-in-out 250ms;
	opacity: 0;
}
.enable-lightbox a::before {
	background-color: rgba(0,0,0,.2);
	height: 100%;
	width: 100%;
}
.hostel--sleep-single .parent--col-right {
	margin: auto;
}
.enable-lightbox a::after {
	width: 40px;
	height: 40px;
	background-image: url('src/images/open-image.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.enable-lightbox a:hover::before, .enable-lightbox a:hover::after {
	opacity: 1;
}
.single--event__cols .single--event-section .cols .col--left {
	min-width:unset;
	max-width:unset;
}
@media(min-width:768px) {
	.single--event-section {
		padding:20px;
	}
}
@media(max-width:1550px) {
	.single--event__cols .aside--right {
		min-width: 500px;
		max-width: 500px;
	}
}
@media(max-width:1150px) {
	.single--event__cols {
		flex-direction: column;
		row-gap: 20px;
	}
	.single--event__cols .aside--right {
		padding-top:0;
	}
	.single--event__cols .aside--right {
		min-width: unset;
		max-width: 100%;
	}
	.single--event__cols .aside--right .grid {
		grid-template-columns: repeat(4,1fr);
		gap:10px;
	}
}
@media(max-width:767px) {
	.single--event__cols .aside--right .grid {
		grid-template-columns: repeat(2,1fr);
	}
	.single--event__cols .aside--right .grid a {
		height: 150px;
	}		
	body.single-events #net22--timeline .timeline--header .content {
		margin-bottom: 0;
	}
}