/*
Theme Name: Divi - Child theme
Theme URI: 
Version: 0.8
Description: Divi - Child 
Author: Social Mind
Author URI: http://www.socialmind.gr
Template: Divi
*/
/*@import url(../Divi/style.css);*/
/* =Theme customization starts here

------------------------------------------------------- */

:root {
	--main-color: #07509b;
	--blue-gray: #5b7b8c;
	--text-gray: #59595c;
}

@font-face {
    font-family: CFAstyStd;
    src: url("/wp-content/themes/Divi-child/fonts/CFAstyStd-Book.otf") format("opentype");
}

@font-face {
    font-family: CFAstyStd;
    font-weight: bold;
    src: url("/wp-content/themes/Divi-child/fonts/CFAstyStd-Bold.otf") format("opentype");
}

@font-face {
    font-family: CFAstyStd;
    font-weight: 100;
    src: url("/wp-content/themes/Divi-child/fonts/CFAstyStd-Light.otf") format("opentype");
}


@font-face {
    font-family: CFAstyStd;
    font-weight: 600;
    src: url("/wp-content/themes/Divi-child/fonts/CFAstyStd-Medium.otf") format("opentype");
}

body p, body h1, body h2, body h3, body h4, body h5, body li{
	font-family: CFAstyStd;
}

/* MAIN ASSETS - start */

.page-intro-section.et_pb_section {
    min-height: 90vh;
}

.main-title .et_pb_text_inner {
	padding: 4px 0px;
	margin-left: 15px;
}

.main-title .et_pb_text_inner:before {
    content: '';
    width: 3px;
    height: 0%;
    position: absolute;
    background: var(--main-color);
    left: -15px;
    top: 0px;
    transition: all 0.7s ease-in-out;
}

.main-title.et_had_animation .et_pb_text_inner:before, .et_had_animation .main-title .et_pb_text_inner:before {
    height: 100%;
}

.main-title h5 {
	color: var(--main-color);
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 14px;
    font-weight: 400;
}

.main-title h1 {
	font-size: 36px;
	padding-bottom: 0;
	color: var(--text-gray);
    font-weight: bold;
}

.main-title.light h1, .main-title.light h5 {
	color: white;
}

.main-title.light .et_pb_text_inner:before {
	background: white; 
}

.content-view .pt-cv-view a.panel-title {
    background-color: transparent;
    border: none;
    padding: 0;
    color: white;
    font-size: 16px;
    border-bottom: 2px solid white;
}

.content-view .pt-cv-view a.panel-title:before {
    content: ">";
    position: absolute;
    right: 0;
    font-size: 23px;
    top: 0px;
}

.content-view .pt-cv-view .panel {
    background-color: transparent;
    border: none;
    margin-bottom: 20px;
}

.content-view .pt-cv-view .panel-default>.panel-heading {
    background-color: transparent;
    border: none;
}

.content-view .pt-cv-view a.panel-title {
    background-color: transparent;
    border: none;
    padding: 0;
    color: white;
    font-size: 16px;
    border-bottom: 2px solid white;
    padding-right: 21px;
}

.content-view.dark .pt-cv-view a.panel-title {
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

.custom-list-style li::marker {
    border-radius: 0;
    content: '\5e';
    font-family: 'ETmodules';
    color: var(--main-color);
    font-size: 19px;
}

.custom-list-style.white li::marker {
	color: white;
}

.custom-list-style.ciel li::marker {
    color: #a2b8e0;
}

.table-style table tbody tr:nth-child(odd) {
    background-color: #ced5ec;
}

.table-style table th {
    background-color: var(--main-color);
    color: white;
}

/* MAIN ASSETS - end */

/* HEADER - start */

#top-menu li.current-menu-item.menu-item > a, #top-menu li.current-menu-ancestor > a {
	color: white;
	text-decoration: underline;
}

#main-header .nav li ul.sub-menu {
    background-color: var(--main-color);
    border-color: #a3b9e1;
}

header .logo_container img, .custom-header-search-container {
	transition: all 1s ease !important;
}

header.et-fixed-header .custom-header-search-container {
    margin-bottom: 15px;
}

.et_header_style_fullscreen .et-fixed-header #et-top-navigation {
    padding: 20px 0 !important;
}

header .nav li ul {
    width: 400px;
}

header ul.sub-menu li, header ul.sub-menu li a {
    width: 100% !important;
    line-height: 1.5em;
}

header .nav li.et-reverse-direction-nav li ul {
    left: auto;
    right: 400px;
}

/* HEADER - end */

/* HOMEPAGE - start */

.main-title.hm-rojects {
	position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 40px 10px 20px;
    background: white;
}

.hm-figures-column {
    display: flex;
    gap: 3%;
	justify-content: space-evenly;
}

.hm-figures.et_pb_module.et_pb_blurb {
    margin-bottom: 0px;
    display: flex;
    flex: 1;
}

.hm-figures .et_pb_blurb_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hm-figures .et_pb_main_blurb_image {
    min-height: 58px;
	display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hm-figures .et_pb_main_blurb_image .et_pb_image_wrap {
	margin: 0px;
}

.hm-figures .et_pb_blurb_container:before {
    content: '';
    width: 62px;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hm-figures .et_pb_blurb_description span {
	font-weight: bold;
}

.hm-figures .et_pb_blurb_container {
    padding-top: 20px;
    position: relative;
	max-width: 210px;
}

div.et_pb_section.key-fig-section {
    background-image: linear-gradient(360deg, #ffffff 35%, #0000004f 35%), url(/wp-content/uploads/2025/09/200914_ORT_R5175e.jpg);
    padding: 100px 0 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: -1px;
}

.key-fig-section .hm-figures .et_pb_blurb_container:before {
    width: 0%;
    transition: all 1s ease;
}

.key-fig-section .hm-figures.et_had_animation .et_pb_blurb_container:before {
    width: 45%;
}

.key-fig-section .hm-figures-column {
    gap: 1%;
}

.key-fig-section .hm-figures .et_pb_blurb_description span {
    transform: scale(0);
    display: block;
    transition: all 1s ease;
}

.key-fig-section .hm-figures.et_had_animation .et_pb_blurb_description span {
    transform: scale(1);
}

.key-fig-section .hm-figures.et_pb_module.et_pb_blurb {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: white;
    padding: 30px;
}

.key-fig-section.investors .hm-figures .et_pb_blurb_description span, .key-fig-section.investors .hm-figures .et_pb_blurb_description p {
    font-size: 18px;
}

div.et_pb_section.key-fig-section.investors {
    background-image: linear-gradient(360deg, #ffffff 35%, #0000004f 35%), url(/wp-content/uploads/2025/09/investors1.png)
}

.portfolio-single:not(.active) {
	display: none;
	visibility: hidden;
}

.portfolio-single.active {
	animation: opacityFull 0.5s linear;
}

a.portfolio-arrow.prev.et-pb-arrow-prev, a.portfolio-arrow.next.et-pb-arrow-next {
    opacity: 1;
    color: var(--main-color);
    background: #ffffff8f;
    top: unset;
    bottom: 77px;
}

a.portfolio-arrow.prev.et-pb-arrow-prev {
	left: 0;
}


a.portfolio-arrow.next.et-pb-arrow-next {
	right: 0;
}

.portfolio-main-page-row a.portfolio-arrow.prev.et-pb-arrow-prev, .portfolio-main-page-row a.portfolio-arrow.next.et-pb-arrow-next{
	top: unset;
    bottom: 36px;
}

.portfolio-main-page-row .portfolio-title{
	display: none;
}

.keypoint-icon img {
    aspect-ratio: 1/1;
    border: 1px solid var(--main-color);
    width: 56px;
    object-fit: scale-down;
}

@keyframes opacityFull {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* HOMEPAGE - end */

/* PORTFOLIO - start */

.portfolio-container-main-container {
	display: flex;
    flex-direction: column;
    gap: 30px;
}

.portfolio-single-section {
	display: flex;
    flex-direction: row;
    gap: 3%;
    flex-wrap: wrap;
}

.portfolio-single-section .portfolio-column-one {
	flex: 55%;
	max-width: 55%;
}

.portfolio-single-section .portfolio-column-two {
	display: flex;
    flex-direction: column;
    gap: 40px;
	padding-right: 50px;
	flex: 42%;
}

.single-keypoint-icon {
    display: flex;
    gap: 20px;
	font-weight: bold;
    flex: 0 1 47%;
}

.keypoint-icons-container .single-keypoint-icon {
    border-bottom: 1px solid #acacac;
}

.keypoint-icons-container {
	display: flex;
    flex-wrap: wrap;
    gap: 6%;
    row-gap: 30px;
}

.portfolio-single-section.single-portoflio-even-container {
	flex-direction: row-reverse;
}

.portfolio-single-section.single-portoflio-odd-container {
	padding-right: 50px;
}

.portfolio-single-section.single-portoflio-even-container {
	padding-left: 50px;
}

.single-keypoint-icon .keypoint-icon {
	flex: 1;
}

.single-keypoint-icon .keypoint-info-text {
	flex: 4;
}

.page-intro-section.project-category, .page-intro-section {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.page-intro-section.project-category .et_pb_row {
	margin-top: 0;
    margin-bottom: 0;
}

.portfolio-main-filters-row {
	padding-bottom: 0;
}

.wpcp-swiper-dots {
    display: none !important;
}

.portfolio-container-main-container {
	scroll-margin-top: 150px;
}

.portfolio-single-section .wpcp-carousel-section.nav-vertical-center .swiper-button-prev {
	left: 0; 
}

.portfolio-single-section .wpcp-carousel-section.nav-vertical-center .swiper-button-next {
    right: 0%; 
}

.portfolio-single-section .swiper-wrapper .wpcp-single-item img {
    height: 300px;
    object-fit: cover;
}

.projects-main-row .portfolio-container .portfolio-title, .projects-main-row .portfolio-container > a:not(.portfolio-arrow) {
    display: none;
}

.projects-main-row .portfolio-cs-slider .portfolio-image-container {
    max-height: 500px;
}

.portfolio-container .portfolio-title {
    margin-top: 15px;
}

.awards-carousel.dica_divi_carousel .dica_divi_carouselitem .dica-image-container .image {
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awards-carousel.dica_divi_carousel .dica_divi_carouselitem h3 {
    font-size: 20px;
    padding: 5px;
}

/* PORTFOLIO - end */

.portfolio-cs-slider .portfolio-image-container {
	max-height: 373px;
    overflow: hidden;
}

.portfolio-cs-slider .portfolio-image-container img {
    object-fit: cover;
    aspect-ratio: 3/2;
    width: 100%;
}

.porfolio-presenation .portfolio-cs-slider .portfolio-image-container {
    overflow: hidden;
}

.porfolio-presenation .portfolio-cs-slider .portfolio-image-container img {
    height: 400px;
    aspect-ratio: unset;
    transition: all 1s ease;
}

.porfolio-presenation .portfolio-cs-slider .portfolio-image-container:hover img {
    transform: scale(1.2);
}

.porfolio-presenation a.portfolio-arrow.prev.et-pb-arrow-prev, .porfolio-presenation a.portfolio-arrow.next.et-pb-arrow-next {
    top: 351px;
}

.porfolio-presenation .portfolio-cs-slider {
    padding: 2px;
}

/* COMPANY - start */

.team-blurb h4, .team-blurb h5, .team-blurb h6 {
    text-align: center;
	padding-bottom: 0;
}

.team-blurb h4 {
    color: var(--main-color);
    font-weight: bold;
    flex: 2;
}

.team-blurb h5, .team-blurb h6 {
	color: var(--text-gray);
    line-height: 1.2em;
}

.team-blurb h5 {
    font-size: 14px;
    flex: 5;
    font-size: 14px;
    flex: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-blurb h6 {
	font-size: 13px;
    flex: 1;
}

.team-blurbs-row.et_pb_row .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 3%;
    justify-content: center;
}

.team-blurbs-row.et_pb_row .team-blurb.et_pb_blurb {
    margin-bottom: 0;
    box-shadow: #07509b52 10px 4px 25px -11px;
    width: fit-content;
    padding: 35px 10px;
    border-radius: 20px;
    background-color: white;
    flex: 0 1 calc(16.6% - 10px);
    display: flex;
    min-height: 185px;
}

.team-blurbs-row.et_pb_row.bod .team-blurb.et_pb_blurb {
    flex: 0 1 calc(22% - 10px);
}

.team-blurb.et_pb_blurb .et_pb_blurb_content {
    display: flex;
    width: 100%;
    justify-content: center;
}

.team-blurb.et_pb_blurb .et_pb_blurb_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.team-blurb.et_pb_blurb .et_pb_blurb_description {
    flex: 4;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.preentation.et_pb_blurb .et_pb_blurb_container {
    vertical-align: middle;
    border-left: 1px solid var(--main-color);
}

.preentation.et_pb_blurb .et_pb_module_header {
    font-weight: bold;
    font-size: 20px;
}

.preentation.et_pb_blurb .et_pb_blurb_description {
    font-size: 13px;
    color: var(--main-color);
}

/* COMPANY - end */

/* Corporate Governance - start */

.corporate-section-1 .et_pb_column {
    max-width: 683px;
}

.blog-investors-module.association article .post-meta, .blog-investors-module.association article .post-meta a {
    color: #7f95c5;
    font-size: 13px;
}

.investors-row-side-menu.corporate .et_pb_widget {
    width: 100%;
    margin: 0;
}

.investors-row-side-menu.corporate li.menu-item-has-children, .investors-row-side-menu.corporate li.docs {
    padding-left: 27px;
    position: relative;
}

.investors-row-side-menu.corporate li.docs .menu-toggle {
    pointer-events: none;
}

.investors-row-side-menu.corporate .sub-menu a {
    font-size: 15px;
}

.investors-row-side-menu.corporate li.menu-item-has-children .menu-toggle, .investors-row-side-menu.corporate li.docs .menu-toggle {
    position: absolute;
    left: -5px;
    top: -3px;
	cursor: pointer;
	width: 100%;
}

.investors-row-side-menu.corporate li.menu-item .menu-toggle:not(.opened) {
	height: 100%;
}

.investors-row-side-menu.corporate li.menu-item .menu-toggle img, .investors-row-side-menu.corporate li.docs .menu-toggle img {
	transform: rotate(-90deg);
	transition: all 0.7s ease;
}

.investors-row-side-menu.corporate li.menu-item-has-children .menu-toggle.opened img {
	transform: rotate(0deg);
}

.investors-row-side-menu.corporate {
    bottom: auto;
    top: 91.7%;
    right: 17.9%;
}

.investors-row-side-menu.corporate ul#menu-corporate-governance > li.menu-item-has-children {
    border-bottom: 1px solid #a2b8e045;
	margin-bottom: 35px;
}

.investors-row-side-menu.corporate .sub-menu li {
    margin-bottom: 6px;
}

.investors-row-side-menu.corporate .investors-side-menu-title h2 {
    margin-left: 0px; 
}
 
/* Corporate Governance - end */

/* Investors - start */

.content-view-presentation .pt-cv-ifield img {
    height: 238px;
}

.content-view-presentation img.pt-cv-thumbnail {
	width: 100%;
    object-fit: cover;
}

.content-view-presentation h4.pt-cv-title {
    padding: 0;
    border-left: 1px solid var(--main-color);
    padding-left: 10px;
    margin: 0;
    padding-bottom: 10px;
    flex: 2;
}

.content-view-presentation .pt-cv-content a {
	text-decoration: underline !important;
}

.content-view-presentation h4.pt-cv-title a {
	font-size: 16px;
    color: #333;
    font-weight: 400;
    padding: 0;
}

.content-view-presentation .pt-cv-content {
	border-left: 1px solid var(--main-color);
    padding-left: 10px;
    margin: 0;
    padding-bottom: 10px;
    flex: 1;
}

.content-view-presentation .pt-cv-meta-fields {
	border-left: 1px solid var(--main-color);
    padding-left: 10px;
    flex: 1;
}

.content-view-presentation time {
	color: #7f95c5;
    font-size: 13px;
}

.content-view-presentation .pt-cv-view {
    display: flex;
    max-width: 100%;
}

.content-view-presentation .pt-cv-page {
    display: flex;
    width: 100%;
    justify-content: center;
}

.content-view-presentation .pt-cv-colsys .pt-cv-content-item {
	flex: 0 1 33.3%;
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 100%;
    float: unset;
}

.content-view-presentation .pt-cv-view .pt-cv-ifield {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    flex: 1;
}

.content-view-presentation .pt-cv-href-thumbnail {
    flex: 1;
}

.content-view-presentation.light h4.pt-cv-title a, .content-view-presentation.light .pt-cv-content a, .content-view-presentation.light time {
	color: white;
}

.content-view-presentation.light * {
	border-color: white !important;
}

.shareholders-info .sustain-blurb-1 {
    height: 100%;
    display: flex;
}

.shareholders-info .et_pb_main_blurb_image {
    margin-bottom: 10px;
}

.sustain-blurb-1 .et_pb_image_wrap {
    overflow: hidden; 
}

.sustain-blurb-1 .et_pb_image_wrap img {
    transition: all 3s ease;
}

.sustain-blurb-1:hover .et_pb_image_wrap img {
    transform: scale(1.3);
}

.finance-report-section .et_pb_row:not(.all) {
    border-bottom: 1px solid var(--blue-gray);
    padding: 15px 0px;
}

.finance-report-section .et_pb_column {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.finance-report-section .date {
    flex: 1;
}

.finance-report-section .title {
    flex: 7;
}

.finance-report-section .et_pb_blurb {
    flex: 0;
}

.finance-report-section .title p, .finance-report-section .date p {
    line-height: 1em;
}

.finance-report-section .title p {
    color: black;
}

.finance-report-section .date p {
    font-size: 13px;
}

.finance-report-section .et_pb_blurb .et_pb_main_blurb_image {
    margin: 0;
}

.finance-report-section .et_pb_blurb h4.et_pb_module_header {
    padding: 0;
}

.finance-report-section .et_pb_blurb h4.et_pb_module_header a {
    font-size: 12px;
}

.finance-report-section.main .title p, .finance-report-section.main .date p, .finance-report-section.main .et-pb-icon, .finance-report-section.main .et_pb_blurb h4.et_pb_module_header a {
    color: white !important;
}

.finance-report-section.main .et_pb_row {
    padding: 3px 0px;
    max-width: 40%;
    margin-left: 17%;
}

.inv-metrics .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
}

.inv-metrics .et_pb_blurb {
    flex: 1;
    padding: 30px 15px;
}

.inv-metrics .et_pb_blurb h4.et_pb_module_header {
    font-size: 24px;
}

.inv-metrics .et_pb_blurb .et_pb_blurb_description p {
    font-size: 18px;
    line-height: 1.3em;
}


/* Investors - end */

/* Sustainability - start */

.sustain-blurb-1 .et_pb_blurb_content {
    max-width: 523px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 37px -1px, rgba(0, 0, 0, 0.06) 0px 2px 24px -1px;
}

.sustain-blurb-1 .et_pb_blurb_description {
    padding: 15px;
}

.sustain-blurb-1 .et_pb_blurb_description p {
	text-align: right;
}

.sustain-blurb-1 .main-title h1 {
    font-size: 20px;
}

.sustain-blurb-1 .et_pb_blurb_description a {
	color: #7F95C5;
}

.sustain-blurb-1 .et_pb_blurb_description a:after {
    content: '\35';
    font-family: 'ETmodules';
    font-size: 23px;
    vertical-align: sub;
}

.sustain-full-section-2 .et_pb_column {
    width: fit-content;
    margin-right: 0px !important;
    display: block;
    margin-left: auto;
    float: unset;
}
/*
.sustain-blocks-column {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}  

.sustain-blocks-column .sustain-blurb-1 {
    flex: 49%;
}
*/
.sustain-blocks-column .main-title {
    min-height: 72px;
}

/* Sustainability - end */

/* Media - start */

.blog-news-module.media .et_pb_blog_grid .et_pb_post {
    background-color: transparent;
}

.blog-news-module.media article .post-meta {
	display: none;
}

.blog-news-module.media article .new-meta .date {
    color: #7F95C5;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog-news-module.media article .new-meta .author {
	color: #ABABAB;
}

.blog-news-module.media article .entry-title a {
	color: white;
}

.blog-news-module.media article .new-meta {
    border-bottom: 2px solid #8096c5;
    margin-bottom: 15px;
    order: 2;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.blog-news-module.media article .new-meta p {
	padding-bottom: 0px;
}

.all-button a, .all-button a:before {
	transition: all 0.5s ease;
}

.all-button a:hover, .all-button a:hover:before {
	opacity: 0.6;
}

.all-button a:after {
    content: '\24';
    font-family: 'ETmodules';
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
    font-size: 22px;
}

.media-press-release-blog {
	width: 70%;
}

.media-press-release-blog-section {
    min-height: 596px;
    display: flex;
    align-items: center;
}

.media-press-release-blog article {
    margin-bottom: 0;
    padding-bottom: 40px;
    position: relative;
}

.media-press-release-blog .et_pb_ajax_pagination_container article:not(:nth-last-child(3)):not(:first-child):before {
    content: '';
    width: 26vw;
    height: 1px;
    background: white;
    position: absolute;
    top: -20px;
}
/* Media - end */

/* inside category - start */

.cat-inside-blog-grid .et_pb_ajax_pagination_container {
	display: flex;
    flex-wrap: wrap;
    gap: 3%;
    row-gap: 50px;
}

.cat-inside-blog-grid .et_pb_ajax_pagination_container > div {
    flex: 100%;
}

.cat-inside-blog-grid article {
	flex: 0 1 31.3%;
    margin-bottom: 0;
    border: 1px solid var(--gray);
    padding: 20px;
}

.cat-inside-blog-grid article img {
    height: 250px;
    object-fit: cover;
}

/* inside category  end */

#articles-container.overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.7);
}

.values-col {
    display: flex;
    flex-wrap: wrap;
	z-index: 2;
    justify-content: space-evenly;
    column-gap: 30px;
}

.aboutus .et_pb_column.imagecol {
	z-index: 1;
}

.values-col > * {
    flex: 100%;
}

.aboutus-blurb, .aboutus-blurb .close {
	cursor: pointer;
}

.aboutus-blurb .et_pb_main_blurb_image img {
	transition: all 0.5s ease;
}

.aboutus-blurb:hover .et_pb_main_blurb_image img {
	transform: scale(1.2);
}

.aboutus-blurb .et_pb_blurb_description strong {
    font-size: 20px;
}

.aboutus-blurb .et_pb_blurb_description span.big-fs {
    font-size: 25px;
    color: var(--main-color);
}

.aboutus-blurb .et_pb_blurb_description .hidden-info {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 99;
    width: 80%;
    height: fit-content;
    background: #f2f2f2;
    padding: 30px;
    max-width: 900px;
    max-height: 49%;
    box-shadow: rgba(100, 100, 111, 0.2) -12px 15px 8px 0px;
    flex-direction: column;
    cursor: default;
    padding-top: 62px;
}

.aboutus-blurb.open .et_pb_blurb_description .hidden-info {
    animation: fadeIn ease 1s;
}

.values-section.et_pb_section {
    z-index: 3;
}

.aboutus-blurb .et_pb_blurb_description img {
    position: absolute;
    top: -34px;
    left: 5%;
    transform: translatey(-48%);
    opacity: 0;
    transition: all 1s ease 1s;
}

.aboutus-blurb.open .et_pb_blurb_description img {
    transform: translate(0%);
    opacity: 1;
}

.aboutus-blurb .et_pb_blurb_description .info {
    max-height: 100%;
    overflow: auto;
    padding-right: 10px;
    scrollbar-width: thin;
}

.values-col .et_pb_blurb {
    padding: 30px;
    border: 2px solid var(--main-color);
    position: relative;
    flex: 1;
    display: flex;
}

.values-col .et_pb_blurb .et_pb_blurb_content {
    display: flex;
    justify-content: center;
    position: initial;
}

.values-col .et_pb_blurb .et_pb_blurb_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.values-col .et_pb_blurb .descr {
    font-weight: 600;
}

.values-col .et_pb_blurb .et_pb_main_blurb_image {
    position: absolute;
    left: -26px;
    background: white;
    padding: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.values-col .et_pb_blurb .et_pb_module_header {
    padding: 0;
}

.values-col .et_pb_blurb h4.et_pb_module_header, .values-col .et_pb_blurb .descr {
    text-align: center;
    line-height: 1.2em;
}

.values-col .et_pb_blurb .close {
    font-size: 24px;
    right: 10px;
    tp: 10px;
    top: 10px;
    position: absolute;
}

.portfolio-single-section.no-image .single-keypoint-icon {
    flex: 1;
}

.portfolio-single-section.no-image .portfolio-column-two {
    flex: 0 1 80%;
    margin: 0 auto;
}

.wpcp-carousel-section.nav-vertical-center {
    margin: 0;
}

.wpcp-carousel-section i.fa {
    color: white !important;
}

.awards-row .et_pb_image_wrap {
    max-width: 195px;
    min-height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.light .footer-columns-info p, .light .footer-columns-info p a, .light a.cookie-settings-button, .light .footer-columns-info h4 {
    color: #59595c;
}

.light .custom-footer-row .et_pb_column {
    border-left: 2px solid #59595c;
}

.light .custom-footer-row.et_pb_row {
    border-bottom: 2px solid #59595c;
}

:root {
	--gray: #656d75;
}

.investors-menu.et_pb_row {
    padding: 0;
}

.cat-inside-blog-grid article h2.entry-title {
    font-size: 18px;
}

.cat-inside-blog-grid article * {
	line-height: 1.2em;
}

.cat-inside-blog-grid .et_pb_post .post-meta {
	margin-bottom: 10px;
}

.cat-inside-blog-grid article .post-meta, .cat-inside-blog-grid article .post-meta a {
	color: var(--main-color) !important;
    font-weight: 600;
}

.investors-menu.et_pb_row .et_pb_column {
    display: flex;
    border-bottom: 2px solid #f2f2f2;
	justify-content: center;
}

.investors-menu .et_pb_column .et_pb_text:first-of-type {
	border-left: 2px solid #f2f2f2;
}

.investors-menu .et_pb_column .et_pb_text {
    border: 2px solid #f2f2f2;
    border-left: none;
    border-bottom: none;
    padding: 10px;
	transition: all 0.5s ease;
}

.investors-menu .et_pb_column .et_pb_text:hover {
    background-color: #7f95c5;
}

.investors-menu .et_pb_column .et_pb_text a, .investors-menu .et_pb_column .et_pb_text p {
    transition: all 0.5s ease;
}

.investors-menu .et_pb_column .et_pb_text:hover a, .investors-menu .et_pb_column .et_pb_text:hover p {
    color: white !important;
}

.investors-menu .et_pb_text p {
    color: var(--main-color);
    text-align: center;
}

.investors-menu .et_pb_column .et_pb_text:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: var(--main-color);
    bottom: -1px;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.investors-menu .et_pb_column .et_pb_text:hover:before {
	opacity: 1;
}
/* image style - start */

/*1*/

.img-style-shadow img {
    box-shadow: rgb(100 100 111 / 62%) 5px 5px 28px 0px;
}

/*2*/

.image-style-2 .et_pb_image_wrap  {
    padding-left: 20px;
    padding-top: 20px;
}

.image-style-2 span.et_pb_image_wrap:before {
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #787a9126;
}

/*3*/

.image-style-3 .et_pb_image_wrap  {
    padding-left: 20px;
    padding-top: 20px;
}

.image-style-3 span.et_pb_image_wrap:before {
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    left: 0;
    top: 0;
    background: #787a9126;
}

/* image style - end */

@media screen and (min-width: 981px) {
	.awards-row.et_pb_row {
		justify-content: center;
	    gap: 50px;
	}
	
	.awards-row.et_pb_row .et_pb_column {
		width: fit-content;
		margin-right: 0;
	}
}

.awards-row .et_pb_text {
    text-align: center;
}

.awards-row .et_pb_text .et_pb_text_inner {
    position: relative;
}

.portfolio-main-page-row .title-porfolio {
    display: flex;
    align-items: center;
    border: 2px solid var(--main-color);
}


.corporate .sustain-blocks-column .main-title {
    min-height: 120px;
}

.et_header_style_left #et-top-navigation{
	padding-top: 20px;
}

.custom-header-search-container{
	display: flex;
    justify-content: end;
	margin-bottom: 40px;
}

.custom-header-search-container .asl_w_container.asl_w_container_1{
	max-width: 250px;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
    padding: 0px 3px;
}

.bottom-links-column{
	display: flex;
    /*gap: 20px;
    justify-content: space-between;*/
}

.footer-law-links a {
    font-size: 14px;
}

.custom-footer-row.et_pb_row {
    border-bottom: 2px solid white;
}

.custom-footer-row .et_pb_column {
    border-left: 2px solid white;
    padding: 0 30px;
}

.et_pb_column .footer-columns-info.et_pb_module {
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: flex;
}

.footer-columns-info .membership {
	display: flex;
    align-items: center;
    gap: 10px;
}

.footer-columns-info .membership .epra {
    min-width: 75px;
}

.footer-columns-info h4:before {
    content: ">";
    position: absolute;
    right: 0;
}

.footer-law-links {
    padding-left: 27px;
}

.footer-columns-info h4 {
    color: white;
    max-width: max-content;
    position: relative;
    padding-right: 20px;
    padding-bottom: 5px;
}

.footer-columns-info p, .footer-columns-info p a {
    color: white;
}

.footer-first-column a {
    padding-bottom: 5px;
    line-height: 1.3em;
}

footer .adress-2 {
    border-top: 1px solid white;
    padding-top: 10px;
}

footer .light .adress-2 {
    border-top: 1px solid #59595c;
}

footer .adress-2 p, footer .footer-third-column p {
    padding-bottom: 5px;
    line-height: 1.3em;
}

a.cookie-settings-button{
	color:white;
}

.bottom-links-column .et_pb_module {
    margin-top: 8px;
	padding-left: 30px;
    padding-right: 30px;
	max-width: 264px;
    font-size: 14px;
}

.bottom-links-column>* {
    flex: 1;
}

.home-main-slider .et_pb_slider:before {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(37,63,143,1) 0%, rgba(37,63,143,0) 100%);
    z-index: 9;
}

#ajaxsearchlite1 {
    max-width: 400px;
    margin: 0 auto;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
    border: unset;
    background-color: #ffffff82;
}

#ajaxsearchlite1 .probox .proinput input[type=search]::placeholder {
    color: white !important;
}

.promagnifier{
	box-shadow: unset !important;
}

#top-menu a {
    color: white;
    font-size: 16px;
    font-weight: normal;
}

.et-fixed-header#main-header{
	/*background-color: #07509bd6;*/
	/*background: linear-gradient(180deg,rgba(37,63,143,1) 0%,rgba(37,63,143,0.6) 100%);*/
	background: #16264d;
}

#main-header .nav li.wpml-ls-item ul.sub-menu {
    background: transparent;
    width: 35px;
    border: none;
    box-shadow: none;
    padding: 0;
}

#main-header .nav li.wpml-ls-item ul.sub-menu > li, #main-header .nav li.wpml-ls-item ul.sub-menu > li > a {
    padding: 0;
}

.home-main-slider .et_pb_slider:after {
    content: "";
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    background: linear-gradient(0deg, rgb(26 26 26 / 41%) 0%, rgba(37,63,143,0) 100%);
}

.home-main-slider .et-pb-arrow-prev{
	left: 0 !important;
    opacity: 1;
    bottom: 0 !important;
    top: unset;
    background-color: #ffffffbd;
	padding: 14px;
    aspect-ratio: 1/1;
}

.home-main-slider .et-pb-arrow-next{
	right: 0 !important;
    opacity: 1;
    bottom: 0 !important;
    top: unset;
    background-color: #ffffffbd;
	padding: 14px;
    aspect-ratio: 1/1;
}

.home-main-slider .et-pb-arrow-prev:before{
	content: "\23";
    color: #07509b;
    font-size: 45px;
}

.home-main-slider .et_pb_slide_description p {
    font-size: 27px !important;
    line-height: 1.3em;
}

.home-main-slider .et-pb-arrow-next:before{
	content: "\24";
    color: #07509b;
    font-size: 45px;
}

.home-main-slider .et_pb_slide_description {
	text-align: left;
    padding-bottom: 4%;
    padding-top: 30%;
}

#main-header .container {
    max-width: 1920px;
    width: 90%;
}

.hm-figures .et_pb_blurb_description p {
	font-weight: 600;
    line-height: 1.4em;
    font-size: 21px;
}

.hm-figures .et_pb_blurb_description span {
    font-weight: bold;
    color: var(--main-color);
    font-size: 24px;
}

.custom-footer-row p {
    font-size: 13px;
}

.blog-news-module article{
	border: unset !important;
	padding: 0 !important;
	display: flex;
    flex-direction: column;
	margin-bottom: 0 !important;
}

.blog-news-module article .et_pb_image_container{
	order: 1;
}

.blog-news-module article .post-meta{
	order: 2;
	border-bottom: 2px solid #8096c5;
    margin-bottom: 15px;
}

.blog-news-module article .post-meta .published{
	color: #496d80;
}

.blog-news-module article .entry-title{
	order: 3;
	font-weight: 300;
    line-height: 1.4em;
    font-size: 20px;
}

.blog-news-module article .et_pb_image_container{
	margin: unset !important;
}

.blog-news-module article .entry-featured-image-url{
	margin-bottom: 10px !important;
}

.blog-news-module article .entry-featured-image-url:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #07509bb3;
	opacity: 0;
	transition: all 0.5s ease;
}

.blog-news-module article:hover .entry-featured-image-url:before {
	opacity: 1;
}

.blog-investors-module article{
	border: unset !important;
    padding: 0 !important;
	display: flex;
    flex-direction: column;
	margin-bottom: 0 !important;
	position: relative;
}

.blog-investors-module article .et_pb_image_container{
	margin: 0 !Important;
}

.blog-investors-module article .entry-featured-image-url{
	margin-bottom: 0 !Important;
}

.blog-investors-module article .et_pb_image_container{
	order: 1;
}

.blog-investors-module article a[rel="tag"] {
    order: 2;
    background-color: #07509b;
    position: relative;
    width: fit-content;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 10px;
    position: absolute;
	bottom: 0;
	left: 0;
}

.blog-investors-module .entry-title {
	display: none;
}

.blog-investors-module article .post-content{
	order: 3;
	padding-left: 10px;
	padding-top: 10px;
}

.blog-investors-module article .post-content p{
	font-size: 15px;
    line-height: 1.3em;
}

.blog-investors-module article.et_pb_post .post-meta{
	order: 4;
	margin-bottom: 0;
	padding-left: 10px;
	color: white;
}

.blog-investors-module article .post-meta .published{
	color: #7f95c5;
    font-size: 13px;
}

.blog-investors-module article .post-content:before {
    content: "";
    width: 1px;
    height: 23%;
    background-color: #07509b;
    position: absolute;
    bottom: 0;
    left: 0;
}

.investors-blurb.et_pb_blurb .et_pb_main_blurb_image {
    position: relative;
    margin: 0;
}

.investors-blurb.et_pb_blurb .et_pb_module_header {
	background-color: #07509b;
    width: fit-content;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.investors-blurb.et_pb_blurb .et_pb_blurb_description {
    padding-left: 10px;
    padding-top: 1px;
    border-left: 1px solid var(--main-color);
}

.investors-blurb.et_pb_blurb .et_pb_blurb_description p:first-of-type {
    font-size: 15px;
    line-height: 1.3em;
    color: #666;
    padding: 0;
}

.investors-blurb.et_pb_blurb .et_pb_blurb_description p:last-of-type {
    color: #7f95c5;
    font-size: 13px;
}

h2.page-form-title {
    color: #59595c;
    position: relative;
    padding-top: 10px;
	padding-left: 15px;
}

h2.page-form-title:before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    background: var(--main-color);
    left: 0px;
    top: 0px;
}

.page-contact-row-form-column .wpcf7-form{
	width: fit-content;
    margin: 0 auto;
    padding: 50px;
    background-color: white;
	max-width: 480px;
}

.page-contact-row-form-column .wpcf7-form input[type=text]{
	border: unset;
    padding: 10px 10px 10px 32px;
    border-bottom: 1px solid #636366;
    background-image: url(https://noval.socialadvisor.gr/wp-content/uploads/2023/09/form-name.png);
    background-repeat: no-repeat;
    background-size: auto;
    font-size: 15px;
    background-size: 21px;
    background-position: center left;
}

.page-contact-row-form-column .wpcf7-form input[type=email]{
	border: unset;
    padding: 10px 10px 10px 32px;
    border-bottom: 1px solid #636366;
    background-image: url(https://noval.socialadvisor.gr/wp-content/uploads/2023/09/form-email.png);
    background-repeat: no-repeat;
    background-size: auto;
    font-size: 15px;
    background-size: 21px;
    background-position: center left;
}

.page-contact-row-form-column .wpcf7-form textarea{
	width: 100%;
    border: unset;
    border-bottom: 1px solid #636366;
	font-size: 15px;
	line-height: 1.3em;
}

.wpcf7-submit {
    background-color: white;
    border: 2px solid var(--main-color);
    color: var(--main-color);
    font-size: 20px;
    padding: 10px 15px;
    cursor: pointer;
	transition: all 0.5s;
}

.wpcf7-submit:hover {
    color: white;
    background-color: var(--main-color);
}

.page-contact-row-border-column{
	border-left: 2px solid white;
    padding: 15px 0 15px 12px;
    margin-top: 50px;
}

.page-contact-row-border-column h3{
	font-size: 24px;
}

.centered-white-title h1{
	font-size: 44px;
}

.page-intro-section{
	min-height: 90vh;
}

.portfolio-category p{
	color: var(--main-color);
    width: fit-content;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 2px;
}

.portfolio-category {
    position: relative;
	margin-bottom: 5px;
    margin-top: 15px;
}

.portfolio-category:before {
    content: "";
    width: 80%;
    height: 2px;
    background-color: #7f95c5;
    position: absolute;
    bottom: 0;
    left: 10%;
}

.portfolio-row-homepage .portfolio-category {
    margin-top: 0;
}

.portfolio-row-homepage .portfolio-category:before {
	bottom: auto;
	top: -2px;
}

.portfolio-title p{
	color: black;
    text-align: center;
    font-size: 20px;
}

.portfolio-arrow-prev{
	position: absolute;
    bottom: 26%;
    background-color: #ffffff6b;
    width: 40px;
    aspect-ratio: 1/1;
    left: 0;
}

.portfolio-arrow-next{
	position: absolute;
    bottom: 26%;
    background-color: #ffffff6b;
    width: 40px;
    aspect-ratio: 1/1;
    right: 0;
}

a.minimal-button {
    border: unset !important;
    padding: unset !important;
    color: #7f95c5 !important;
}

.home-main-slider .et_pb_slide_description .et_pb_slide_content{
	max-width: fit-content;
    background-color: #ffffff5c;
    padding: 25px 30px;
}

.investors-financial-reports-column-1 {
    padding-right: 40px;
    margin: 5% 0; 
}

.financial-reports-single-file {
    color: white;
    border-bottom: 2px solid white;
    max-width: 640px;
    margin-bottom: 15px !important;
}

.financial-reports-single-file:before {
    content: ">";
    position: absolute;
    right: 0;
    font-size: 23px;
    top: 0px;
}

.financial-reports-row {
	display: flex;
    align-items: center;
    justify-content: center;
}

.financial-reports-row .et_pb_column {
	max-height: 400px;
	padding-right: 20px;
    overflow: auto;
}

.financial-reports-section .et_pb_row {
    max-width: 500px;
}

/* width */
.financial-reports-row .et_pb_column::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.financial-reports-row .et_pb_column::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.financial-reports-row .et_pb_column::-webkit-scrollbar-thumb {
	background: var(--main-color);
}

/* Handle on hover */
.financial-reports-row .et_pb_column::-webkit-scrollbar-thumb:hover {
  background: var(--blue-gray);
}

.financial-reports-section.et_pb_section {
	    background-position: 0 100%;

}

.investors-financial-reports-column-1 .et_pb_button_module_wrapper:before {
    content: ">";
    position: absolute;
    right: 0;
    font-size: 23px;
    top: 4px;
    color: white !important;
}

a.financial-reports-button {
    color: white !important;
}

a.financial-reports-button:hover{
	background-color:transparent !important;
}

.blog-ir-reports-module article .entry-title {
    margin-top: 20px;
    background-color: transparent;
    color: black;
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 0;
}

.blog-ir-reports-module article .post-content:before{
	height: 75px;
}

.ir-shareholders-row .et_pb_column {
    background-color: var(--gray);
    padding: 100px 50px;
    border-left: 1px solid white;
}

.ir-shareholders-box-text h1{
	color: white;
    font-weight: bold;
    font-size: 42px;
    padding-bottom: 5px;
}

.ir-shareholders-box-text h2{
    color: white;
    font-weight: 600;
	padding-bottom: 0;
}

.ir-shareholders-box-text p{
	color: white;
    font-size: 20px;
}

.ir-shareholders-row:before {
    content: "";
    background-image: url(https://noval.socialadvisor.gr/wp-content/uploads/2023/09/shareholders-icon.png);
    background-color: white;
    background-repeat: no-repeat;
    position: absolute;
    padding: 44px;
    aspect-ratio: 1/1;
    z-index: 9;
    background-position: center;
    border: 1px solid var(--main-color);
    left: 45%;
    top: -10px;
}

.portfolio-figures.hm-figures .et_pb_blurb_container{
	max-width: 150px;
}

.ir-shareholders-row {
    margin-top: 110px !important;
}

a.portfolio-back-button {
    display: flex;
    align-items: center;
}

.portf-back-icon {
    background-color: var(--main-color);
    font-size: 24px;
    color: white;
    padding: 5px 11px;
}

.portf-back-text{
    background-color: transparent;
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    border: 1px solid white;
}

.portfolio-main-filters-row select option {
    background: rgba(0, 0, 0, 0.3);
}

.filter-row-location-select {
    width: fit-content;
    margin: 0 auto;
}

.filter-row-status-select {
    width: fit-content;
    float: right;
}

#portfolio-location-filter, #portfolio-status-filter, #press-year-filter, #finance-report-filter {
    font-size: 16px;
    padding: 6px 10px;
    box-shadow: unset;
    padding-right: 30px;
    cursor: pointer;
    color: white;
    background: transparent;
    font-weight: bold;
    border: 1px solid white;
}

#finance-report-filter {
    color: black;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.filter-row-location-select:before, .filter-row-status-select:before, .post-year-filter:before {
    content: ">";
    position: absolute;
    background-color: var(--main-color);
    z-index: 99999;
    right: 0px;
    pointer-events: none;
    padding: 0px 8px;
    color: white;
    font-size: 24px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid white;
}

.post-year-filter.et_pb_code {
    width: fit-content;
    margin: 0 auto;
}

.portfolio-main-filters-row{
	border-top: 2px solid white;
}

.portfolio-filter-by-text {
    color: white;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: -54px;
}

.financial-reports-single-file-blue {
    color: var(--main-color);
    max-width: 650px;
    border-color: var(--main-color);
}

.financial-reports-single-file-blue p{
	padding-right: 25px;
}

.financial-reports-single-file-blue:before{
	color: var(--main-color);
}

.investors-row-side-menu {
    position: absolute;
    right: 10%;
    max-width: 400px;
    background-color: var(--gray);
    z-index: 9;
    padding: 45px 30px;
    top: 83%;
}

.investors-side-menu-title h2 {
    color: white;
    font-weight: 600;
    margin-left: 40px;
}

.investors-side-menu-item {
    padding-left: 40px;
    background-image: url(https://noval.socialadvisor.gr/wp-content/uploads/2023/09/down-arrow.png);
    background-size: auto;
    background-position: 0 center;
    margin-bottom: 35px !important;
}

.investors-side-menu-title {
    margin-bottom: 50px !important;
}

.investors-side-menu-item a {
    color: white;
    font-size: 17px;
	vertical-align: middle;
}

.investors-side-menu-item:last-child {
    margin-bottom: 0 !important;
}

/* ### GRID CALENDAR INVESTOR PAGE ### */
.item1 { 
	grid-area: topwhite; 
	max-height: 475px;
}
.item2 { 
	grid-area: topimageone;
	max-height: 475px;
}

.item2 img {
    height: 100%;
    object-fit: cover;
}

.item3 { 
	grid-area: maintext; 
	background-color: var(--main-color);
    padding: 80px 30px 20px 80px;
	max-height: 475px;
}
.item4 { 
	grid-area: bottomblue; 
	max-height: 475px;
	background-color: var(--main-color);
}
.item5 { 
	grid-area: bottomimageone; 
	max-height: 475px;
}
.item6 { 
	grid-area: bottomimagetwo; 
	max-height: 475px;
}
.item7 { 
	grid-area: bottomwhite; 
	max-height: 475px;
}

.grid-container {
	display: grid;
  	grid-template-areas:
    'topwhite topimageone maintext maintext'
    'bottomblue bottomimageone bottomimagetwo bottomwhite';
  	gap: 10px;
	grid-template-columns: 25% 25% 25% 23%;
}

/* ### END GRID CALENDAR INVESTOR PAGE ### */

.single-calendar-event{
	display: flex;
    justify-content: space-between;
    align-items: self-end;
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 7px;
    margin-bottom: 20px;
}

p.financial-event-date {
    padding-bottom: 0;
    font-weight: bold;
}

.calendar-calendar-col a {
    color: white;
    position: relative;
    padding-right: 25px;
}

.calendar-calendar-col a:before {
    content: ">";
    position: absolute;
    right: 0;
    font-size: 23px;
    top: -2px;
}

/* ### Timeline - start ### */

.timeline {
    display: flex;
    height: 500px;
}

.timeline:before {
    content: '';
    width: 0%;
    height: 2px;
    position: absolute;
    background: black;
    top: 0;
    left: 4.5px;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: all 4s ease;
}

.timelinecode.et_had_animation .timeline:before {
    width: calc(100% - 9px);
    opacity: 1;
}

.timeline.hide-line:before {
    width: 0%;
    transition: none;
}

.timeline .tl-item {
    flex: 1;
    position: relative;
}

.timeline .date {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    width: 100%;
    position: absolute;
}

.timeline .tl-item:nth-child(odd) .date {
    top: 30%;
    transform: translatey(50px);
    opacity: 0;
    transition: all 2s ease;
}

.timeline .tl-item:nth-child(even) .date {
    top: 65%;
    transform: translatey(-50px);
    opacity: 0;
    transition: all 2s ease;
}

.timelinecode.et_had_animation .tl-item .date {
    transform: translatey(0%);
    opacity: 1;
}

.timeline .info {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 50%;
    opacity: 0;
    display: flex;
    justify-content: center;
    transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
}

.timeline .tl-item:nth-child(even) .info {
    top: 0;
    align-items: flex-end;
    transform: translatey(10%);
    padding-bottom: 50px;
    display: flex;
}

.timeline .tl-item:nth-child(odd) .info {
    bottom: 0;
    padding-top: 50px;
    transform: translatey(-10%);
}

.timeline .tl-item .info.visible {
    opacity: 1;
    transform: translatey(0%);
}

.timeline .tl-item .info:before {
    content: '';
    width: 2px;
    left: 0;
    margin: auto;
    right: 0;
    background: black;
    height: 0px;
    opacity: 0;
    position: absolute;
    transition: all 0.7s ease-in-out;
}

.timeline .tl-item:nth-child(even) .info:before {
    bottom: 0;
}

.timeline .tl-item:nth-child(odd) .info:before {
    top:0;
}

.timeline .tl-item .info.visible:before {
    height: 50px;
    opacity: 1;
}

.timeline .info .text {
    max-height: 200px;
    overflow: auto;
    padding: 0 10px;
    scrollbar-width: thin;
    width: fit-content;
    max-width: 100%;
}

.timeline .cyrcle {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: gray;
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.timeline .tl-item:nth-child(1) .info:before, .timeline .tl-item:nth-child(1) .cyrcle {
    background: #253f80;
}
.timeline .tl-item:nth-child(1) .date {
    color: #253f80
}

.timeline .tl-item:nth-child(2) .info:before, .timeline .tl-item:nth-child(2) .cyrcle {
    background: #5280c1;
}
.timeline .tl-item:nth-child(2) .date {
    color: #5280c1
}

.timeline .tl-item:nth-child(3) .info:before, .timeline .tl-item:nth-child(3) .cyrcle {
    background: #a2b8e0;
}
.timeline .tl-item:nth-child(3) .date {
    color: #a2b8e0
}

.timeline .tl-item:nth-child(4) .info:before, .timeline .tl-item:nth-child(4) .cyrcle {
    background: #78818f;
}
.timeline .tl-item:nth-child(4) .date {
    color: #78818f
}

.timeline .tl-item:nth-child(5) .info:before, .timeline .tl-item:nth-child(5) .cyrcle {
    background: #001F3F;
}
.timeline .tl-item:nth-child(5) .date {
    color: #001F3F
}

.timeline .tl-item:nth-child(6) .info:before, .timeline .tl-item:nth-child(6) .cyrcle {
    background: #508C9B;
}
.timeline .tl-item:nth-child(6) .date {
    color: #508C9B
}

.timeline .tl-item:nth-child(7) .info:before, .timeline .tl-item:nth-child(7) .cyrcle {
    background: #77B0AA;
}
.timeline .tl-item:nth-child(7) .date {
    color: #77B0AA
}

.timeline .tl-item:nth-child(8) .info:before, .timeline .tl-item:nth-child(8) .cyrcle {
    background: #58A399;
}
.timeline .tl-item:nth-child(8) .date {
    color: #58A399
}

.timeline .tl-item:nth-child(9) .info:before, .timeline .tl-item:nth-child(9) .cyrcle {
    background: #1B1A55;
}
.timeline .tl-item:nth-child(9) .date {
    color: #1B1A55
}

.timeline .tl-item:nth-child(10) .info:before, .timeline .tl-item:nth-child(10) .cyrcle {
    background: #9DB2BF;
}
.timeline .tl-item:nth-child(10) .date {
    color: #9DB2BF
}

.timeline .tl-item:nth-child(11) .info:before, .timeline .tl-item:nth-child(11) .cyrcle {
    background: #ACB1D6;
}
.timeline .tl-item:nth-child(11) .date {
    color: #ACB1D6
}

.timeline .tl-item:nth-child(12) .info:before, .timeline .tl-item:nth-child(12) .cyrcle {
    background: #245953;
}
.timeline .tl-item:nth-child(12) .date {
    color: #245953
}

.timelinecode {
    max-width: 100vw;
    overflow: hidden;
}

.timelinecode .wrap .arrow {
    font-size: 58px;
    color: black;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    cursor: pointer;
    transition: all .5s ease;
}

.timelinecode .wrap .arrow.left {
    left: -22px;
}

.timelinecode .wrap .arrow.right {
    right: -18px;
}

.timelinecode .wrap .arrow:hover {
    opacity: 0.5;
}

.timeline .tl-item:not(.visible) {
    display: none;
}


/* ### Timeline - end ### */


@media all and (min-width: 1040px) {
	.home-main-slider .et_pb_slide {
		height: 97vh;
	}
	
	.home-main-slider .et_pb_slide_0 .et_pb_section_video_bg .mejs-video {
	    bottom: -3%;
	}
}

@media all and (max-width: 1039px) {
	.home-main-slider .et_pb_slide {
		height: auto;
		aspect-ratio: 2/1;
	}
	
	.home-main-slider .et_pb_slide_description p {
		font-size: 19px !important;
	}
	
	.home-main-slider .et_pb_slide_description {
	    padding-top: 8%;
	}
	
	.hm-figures .et_pb_blurb_description p {
        font-size: 16px;
	}
	
	.hm-figures .et_pb_blurb_description span {
        font-size: 19px;
    }
}

@media all and (max-width: 980px) {
    .mobile-col-reverse.et_pb_row {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }
    
    .hm-figures-column {
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .hm-figures.et_pb_module.et_pb_blurb {
        flex: calc(50% - 30px);
    }
    
    .et_fixed_nav #main-header {
        position: fixed;
    }
    
    header > .container {
        display: flex;
        padding-top: 15px;
        align-items: flex-start;
    } 
    
    .et_header_style_left header .logo_container {
        position: relative;
        height: auto;
        width: auto;
        flex: 2;
    }
    
    .et_header_style_left header .logo_container #logo {
        width: 222px;
        max-width: 88%;
    }
    
    header #et-top-navigation {
        padding: 0 !important;
        flex: 1;
    }
    
    header .custom-header-search-container {
        margin-bottom: 10px;   
    }
    
    header .mobile_menu_bar {
        padding-bottom: 10px;
    }
    
    header .mobile_menu_bar:before {
        color: white;
    }
    
    .home-main-slider .et-pb-arrow-next, .home-main-slider .et-pb-arrow-prev {
        height: 48px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .home-main-slider .et-pb-arrow-next:before, .home-main-slider .et-pb-arrow-prev:before {
        font-size: 20px;
    }
    
    .iframe-row iframe {
        margin: 0 auto;
        display: block;
    }
    
    header .et_mobile_menu li a {
        color: white;
    }
    
    #main-header .et_mobile_menu {
        border-color: var(--gray);
        background-color: var(--main-color) !important;
    }
    
    header .et_mobile_menu .menu-item-has-children>a {
        background-color: transparent;
    }
    
    .et_mobile_menu li a:hover, .nav ul li a:hover {
        background-color: transparent;
        opacity: 1;
    }
    
    header li.wpml-ls-item > ul.sub-menu, header li.wpml-ls-item > ul.sub-menu > li {
        padding: 0 !important;
    }
    
    header li.wpml-ls-item > ul.sub-menu > li > a {
        padding-left: 5%;
    }
    
    .custom-footer-row-1 .et_pb_column {
        margin-bottom: 0px;
    }
    
    .custom-footer-row-1 a {
        font-size: 12px;
    }
    
    .projects-main-row.mobile-col-reverse {
        margin-bottom: 30px;
    }
    
    .portfolio-main-filters-row {
        display: flex;
        flex-wrap: wrap;
        gap: 1%;
    }
    
    .portfolio-main-filters-row .et_pb_column:first-of-type {
        flex: 100%;
    }
    
    .portfolio-main-filters-row .et_pb_column:not(:first-of-type) {
        flex: 49%;
        width: 100%;
    }
    
    .filter-row-location-select, .filter-row-status-select {
        width: 100%;
        margin: 0;
        float: unset;
    }
    
    #portfolio-location-filter, #portfolio-status-filter, #press-year-filter, #finance-report-filter {
        width: 100%;
    }
    
    .portfolio-single-section .portfolio-column-one, .portfolio-single-section .portfolio-column-two {
        flex: 100%;
        max-width: 80%;
        margin: 0 auto;
        padding: 0;
    }
    
    .portfolio-single-section.single-portoflio-even-container, .portfolio-single-section.single-portoflio-odd-container {
        padding: 0;
    }
    
    .portfolio-single-section, .portfolio-single-section.single-portoflio-even-container {
        flex-direction: column;
    }
}

@media all and (max-width: 850px) {
    .portfolio-row-homepage.et_pb_row .et_pb_column {
        width: 90%;
        margin: 0;
        margin: 0 auto !important;
        margin-bottom: 30px !important;
    }
}

@media all and (max-width: 740px) {
	.home-main-slider .et_pb_slide {
		aspect-ratio: 1/1;
	}
	
	.home-main-slider .et_pb_section_video_bg {
		overflow: visible;
		left: 30%;
	}
	
	.page-intro-section .et_pb_text h1 {
        font-size: 23px;
    }
    
    .single-keypoint-icon .keypoint-info-text {
        font-size: 15px;
        line-height: 1.26em;
    }
}

@media all and (max-width: 580px) {
    html[lang="el"] .portf-back-text {
        font-size: 11px;
    }
    
    html[lang="el"] .filter-row-location-select:before, html[lang="el"] .filter-row-status-select:before, html[lang="el"] .post-year-filter:before {
        font-size: 10px;
    }
    
    html[lang="el"] #portfolio-location-filter, html[lang="el"] #portfolio-status-filter, html[lang="el"] #press-year-filter, html[lang="el"] #finance-report-filter {
        font-size: 11px;
        padding-right: 1px;
    }
}

@media all and (max-width: 500px) {
    .single-keypoint-icon {
        gap: 7px;
    }
}