/* ----------------- VERSION 02------------------------- */
body * {

--kokino: #98202c ;
--ladi: #8aaa7d ;
--ble: #3c597b ;
--mpez: #EFEEE4 ;
--ocra: #dbb95a ;
background:none;


}

html {
  scroll-behavior: smooth;
scroll-padding-top: 50px ;

}

a:link {
    color: #787878;
}

p a:link {
    color: #ffffff;
    border-bottom: 1px dashed #ffffff;
}

p a:hover {
	background-color:#98202c;
}

p:before {
    content: "";
    width: 0;
    display: none;
    overflow: hidden;
}


p a:visited {
    color: rgba(255,255,255,0.50) ;
}

iframe {
    width:  100% !important;
    height: auto !important;
	aspect-ratio: 16 / 9;
}

#GB_Banner { 
	background-color: white;
	height: 400px;
	max-height: 400px ;
}  

#videobanner {
	margin: 0 auto ;
	width: 900px ;
}

#GB_Banner_small {
	min-height: 160px;
	
}





.wp-block-embed iframe {  /* -----------------------   correct ratio video  ----------------------------- */

    aspect-ratio: 16 / 9;
	height: auto;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* -----------------------   MOBILE  ----------------------------- */

.shadowed { box-shadow: 0 0 200px rgba(0, 0, 0, 0.3) inset; }

.page_1259 , .page_13 , .page_2490 , .page_2466 { background-color: var(--ladi); }

.page_57 { background-color: var(--ble); }

.pageCat_20 , .inCat_20 , .pageCat_34 , .inCat_34 { background-color: #cfbd9a; }

.pageCat_5 , .inCat_5 , .pageCat_33 , .inCat_33 { background-color:#a74242; }

.page_1444 , .page_2832 , .page_2827 , .page_2494 , .page_2913 , .page_2908 { background-color: var(--ocra);	}

.pageCat_26 , .inCat_26 { background-color:#ddb684; }

.page_27 { background-color:#b55d54; }

.page_3440 , .page_3028 , .page_2484 {background-color: var(--ble) ; }


#slideshow {
  animation: fade_in_1 3s ease-out;
}

@keyframes fade_in_1 {
  0% , 25% {
    opacity: 0;

  }
  100% {
    opacity: 1;
  }
}


#GB_Banner { }
#GB_Banner img {

    object-fit: cover;
    max-height: 400px;
    min-width: 100%;
	height: 50vh;
	background-position-y: center bottom;
}

#blockWindow {
    display: block;
}
#blockWindow {
	text-align: center ;
}

#theContent {
	transform: translateY(-80px);
	background-color: var(--mpez); 
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
	display: inline-block;
}

#subTitle {
text-align: left;
    font-size: 1.1em;
    padding-top: 3.5em;
    font-weight: 500;
    font-family: 'Noto Sans';
}


/* -----------------------   MENUS  DESKTOP ----------------------------- */

#GBmenu {
	position: relative;
	align-items: flex-start;
	transform: translateY(-70px);
}



#theMenu {
	position: sticky;
    top: 160px;
	z-index: 2000;
	width: 220px;
    float: left;
}


/* The container */
@media only screen and (min-width: 800px) { 
	
	#GBmenu { width: 220px; }
	
	#GBmenuMobile { display:none; }	

#cssmenu  {
	font-family: 'Noto Sans';
	text-transform: none;
    font-size: 1.2em;
    font-weight: 500;
	z-index: 1100 ;
}

#cssmenu > ul {
  width: 200px;
}

#cssmenu > ul li {
  display: block;
  position: relative;
  text-align: center;
}

#cssmenu > ul li a {

	color: #4d4c4c;
	text-transform: none;
    text-align: left;
	padding: 0.4em 0 0.2em 0.4em ;
}



/* The hover state of the menu/submenu links */
#cssmenu > ul li a:hover,
#cssmenu > ul li:hover > a {
  color: white ;
  background: var(--kokino); ;  /*  color on hover  */
  border-bottom: none;

}


	
/* THE SUBMENUS */
#cssmenu > ul ul {
  position: absolute;
  left: 100%;
  top: -9999px;
  padding-left: 1em;
  opacity: 0;
  width: 250px;
text-align: center;

  /* The fade effect, created using an opacity transition */

  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

#cssmenu > ul ul li a {
	font-size: 0.9em;
	color: #333;
	background-color: rgba(255, 255, 255, 0.85);
	}
	
#cssmenu > ul li a {	

    border-bottom: 1px dashed rgba(106,0,1,0.4);
}

/* Showing the submenu when the user is hovering the parent link */
#cssmenu > ul li:hover > ul {
  top: 0px;
  opacity: 1;
  z-index: 1;

	}

} /* End menu desktop */
	


/* -----------------------  END MENUS ----------------------------- */

@media only screen and (min-width: 800px) {

#theBlocks {
    margin-right: 20px;
    max-width: 1080px;
    margin-left: 220px;
}
}

/* -----------------------  Slick slider ----------------------------- */

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ffffff;
}

.slick-dots li button:before {
	font-size: 12px;
	    opacity: .25;
    color: #ffffff;
}

@media only screen and (max-width: 1300px) {

	.slick-prev {
    	left: 10px;
	}

	.slick-next {
    	right: 30px;
	}
}

.slick-prev , .slick-next {
	z-index: 999 ;
}

.slick-prev:before, .slick-next:before { 
font-size: 30px;	
}
	
/* -----------------------  End Slick slider ----------------------------- */

#introBlock , #blockSofia {
	
	color: white ;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

#block_Subtitle { min-height: 100px ;}


#block_Cards {
	
	max-width: 80%;
	margin: 0 auto ;
}

.blockFront {
	
	font-family: "Noto Sans", sans-serif;
	height: fit-content;
    display: inline-block;
	width: 100% ;
	/* position: sticky; */
	top:100px;
	box-shadow: 0 0 200px rgba(0,0,0,0.3) inset;
}

#blockWindow {}

#cardFrontNea {

	display: flex ;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
	padding:10px;
	margin: 0 auto;
	height: 280px;
	max-width: 250px;
	position: relative ;
	color: white;
	
}

#cardFrontStudents {

	display: flex ;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
	padding:20px;
	margin: 0 auto;
	position: relative ;
	color: white;
	max-width: 250px ;
}

.trainees {
	max-width: 180px;
}

#cardFront {

	padding:10px;
	margin: 0 auto;
	height: 300px;
	max-width:250px ;
	flex: 1 0 30%;
	position: relative ;
	color: white;
	float:left ;
}


#cardFrontIdentity , #cardFrontApplications {

	padding: 20px;
    height: 220px;
    max-width: 250px;
    position: relative;
    color: white;
    max-width: fit-content;
  	margin-inline: auto;
	min-width: 250px;
}
#cardFrontTeam {
max-width: 800px;
    margin: 0 auto;
	padding: 1.2em;
}

#cardExcerptTeam {
	
	padding-left: 10px;
	display: table-cell ;
}


.textPost p a:link  {
	color: #353535 ;
	font-weight: 600 ;
	border-bottom: rgba(33,33,33,1.00) thin dashed;
}

.textPost p a:hover {
	background: none
}

.fxCard::before, .fxCard::after {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
}

.fxCard::before {
  top: 0px;
  left: 0px;
  border-top: 1px solid rgba(255,255,255,0.5) ;
  border-left: 1px solid rgba(255,255,255,0.5);
  transition: 1s all;
}

.fxCard::after {
  bottom: 0px;
  right: 0px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  border-right: 1px solid rgba(255,255,255,0.5);
  transition: 1s all;
}

.fxCard:hover {
	
	background: none ;
		
}

.fxCard:hover::before, .fxCard:hover::after {
  width: 100%;
  height: 100%;
}


#cardTitle {
	color: white;
	text-align: center;
	padding-bottom: 1em;
}

#cardTitleStudents {
	font-size: 0.9em ;
}

#pageDate {
	font-weight: 300;
    font-size: 0.9em;
}

#title_block {
	font-family: "Noto Sans", sans-serif;
	padding: 5px 10px 10px 10px ;
	text-align: left;
	color: white;
}

#title_others { 	
	font-family: "Noto Sans", sans-serif;
	padding: 5px 10px 10px 0px ;
	text-align: left;
	color: white; }

#title_block  a:link{ color:white; } 
#title_block  a:visited{ color:white; } 
#title_block  a:hover{ color:#ABCD2A; } 
#title_block  a:active{ color:#6FB25C}

#cardThumb {
	max-height:400px;
	width: auto ;
	display: table-cell ;
}

#cardThumb img {
	
	height: 100% ;
	max-height: 160px !important;
	width: auto; 
	max-width: 250px;
	object-fit: contain;
	margin: 0 auto;
}

.thumbFX {
	
	filter: grayscale(1);
}


.blur img{
transition: 1s ease;
}

.blur img:hover {
-webkit-filter: blur(3px);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: 1s ease;
}

#cardFront:hover #cardExcerpt {
	 opacity: 1;	
}

#cardFrontIdentity:hover #cardExcerpt , #cardFrontApplications:hover #cardExcerpt {
	 opacity: 1;	
}

#cardFrontIdentity:hover #cardThumb img , #cardFrontApplications:hover #cardThumb img , #cardFrontPartners:hover #cardThumbPartners img {
-webkit-filter: blur(3px);
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
transition: 1s ease;	
opacity: 0.3;
}

.FXthumb {
filter: saturate(0.7);
background: none ;
}

.FXthumb:hover {
filter: saturate(1);
transition: 0.5s ease;	
} 


#title_block a:hover {
	color: white ;
	background-color: #98202c ;
}


.Card_sofia {
	transition: 1s ease;
	background-color: rgba(0,0,0,0); ;
}

.Card_sofia:hover {
	transition: 1s ease;
	background-color: rgba(0,0,0,0.1);
}

.Card_sofia:hover .thumbFX {
	
	filter: grayscale(0);
	transition: 1s ease;
}

.cardCat {
	float: left ;
	padding: 30px !important ;
}

#otherPostsCat {
	max-width: 960px ;
	margin: 0 auto ;
}

#cardExcerpt {
position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
background-color: rgb(255 255 255 / 12%);
}

#previewExcerpt {
	max-width: 250px;
    text-align: left;
    font-style: italic;
    margin-left: 30px;
	margin-right: 10px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	}

#blockExcerpt {
    padding: 1em;
    color: #FFF;
    text-align: left;
    font-style: italic;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  background-color: #560607;
}

#article:hover .overlay {
  opacity: 0.85;
}	

.excerpt_txt {
	color: white;
}

#cardFrontPartners {
	max-width: 150px;
    position: relative;
}

#namePartner { 
	position: absolute;
    top: 50%;
    width: 150px;
	opacity: 0;
  	transition: 1s ease;
	transform: translateY(-50%);
	font-weight: 600;
	
}

#cardFrontPartners:hover #namePartner {

	 opacity: 1;
}

#Nea_News { 
	background-color: var(--kokino);
    height: 400px;
	max-width: 1200px;
}

		
#Tavtothta_identity {
	background-color: var(--ladi);
	min-height:380px;
} 


#Ekpaidevsi_Education {
	background-color: var(--ble);
} 

		
#omada_team {
	background-color: var(--ocra);
}

#containerTeamcard { min-height: 210px }

#cardExcerpt02 {
    display: inline-block;
    max-width: 600px;
}


#previewExcerpt02 {
	text-align: left ;
	color: white ;
}
		
#cardThumbPartners img {
	width: 100% ;
	max-width: 100%;
	height:auto
}

#sinergasies_partners {
	
	background-color: white;
	min-height:250px;
} 

#Efarmoges_Applications {
	background-color: var(--ladi);
} 
#Ekpaidevomenoi_Students {
	background-color: #cfbd9a;
}


.photoStudent {
	
	float: left !important;
    margin-right: 20px !important;
}

#epikoinonia_contact {
	background-color: var(--ble);
	min-height:400px;
	margin-bottom: 20px;

} 
#Apofoitoi_graduated {
background-color:#ddb684 ;
	max-height:200px ;
	}

#biblio {
background-color:#b55d54 ;
}

#teamTop {
	padding: 10px;
	background-color: var(--ocra) ; 
	font-family: "Noto Sans", sans-serif;
    height: fit-content;
    display: inline-block;
    width: 100%;
    top: 100px;
    box-shadow: 0 0 200px rgba(0, 0, 0, 0.3) inset;
}

#descr_cat , txt_content {
	padding-left: 20px ;
}


.striped-background {
	
  background-image: repeating-linear-gradient(45deg, #e1e1e100 0, #e1e1e1 1px, transparent 0, transparent 50%);;
  background-size: 15px 15px; /* Adjust this value to control the thickness of the stripes */
  background-attachment: fixed; /* Optional: makes the stripes stay in place even when scrolling */
}

.cursor-dot,
.cursor-dot-outline {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;

}

.cursor-dot {
  width: 15px;
  height: 15px;
  background-color: #E40104;
  z-index: 1000;
}

.cursor-dot-outline {
  width: 30px;
  height: 30px;
  background-color: rgba(255,255,255,0.33) ;
  z-index: 1000;
	margin: 0 auto ;
}

#centerBlocks {
	margin: auto 0 ;
}


#postContent {
    text-align: left;
    /* background-color: rgba(220, 220, 220, 0.7); */
    padding: 1em;
    margin-top: 1.6em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}  

#postSelected {
    text-align: left;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border: 1px dashed firebrick;
    max-width: 1040px;
    width: 100%;
}

#postSelected a:link {
	color: #000000 ;
}

.titlePost {
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
    text-align: left;
	margin-bottom: 10px ;
}

#blockOthers {   
   
    display: inline-block;
	margin-bottom: 1.5em ;
	max-width: 1080px ;
	width: 100%;
}

#containerOther {
	float: left;
    display: table-row;
}

#ThumbOther { 
    display: table-cell;
	padding: 1em;
}

#ExcerptOther {
    display: table-cell;
	padding-left: 1.5em ;
	padding-top: 8px;
}

.detailsPost {
    float: left;
    width: 100%;
    font-size: .8em;
    margin-top: 0.2em;
    border-top: none;
    color: #3B3B3B;
    text-align: left;
}

.contactBlock {
	width: 45% ;
	max-width: 45% ;
	float: left;
	color: #FFFFFF ;
	text-align: left ;
}

#contact_address {
	padding-left: 20px ;
	padding-right: 20px ;
}

#contact_legal {
	padding-left: 20px ;

}

.wp-block-image :where(figcaption) {
	display: none !important ;
}

#footer_B {
	clear: both ;
	border-top: solid 1px #ffffff38;
    margin-left: 20px;
	margin-right: 20px;
}
	
.contact_details {
	margin: 0 auto;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-size: 0.9em;
}

#epikoinonia_contact a:link , #epikoinonia_contact a:visited {
	border-bottom: none ;
	color: white ;
}

.contact_details a:hover {
	background-color: var(--kokino) ;
}

#footerGB {
	position: fixed;
    bottom: 0;
    background-color: darkgrey;
    width: 100%;
    text-align: center;
}

#new_footer {
	font-size: 0.8em;
}

#termSearch {
	font-size: 1.4em ;
}

#results {
	padding: 1em ;
	text-align: left ;
}

#SearchTitle {
	padding: 50px;
} 

.searchBlock {
	background-color: #ffffff;
    margin: 50px;
    width: 100%;
    max-width: 1024px;
}

#theResultParent {
	font-size: 0.9em ;
}

#theResult , #theResult a:link , #theResultParent a:link { 
font-weight: 500;
	color: black ;
}

#theResult a:hover , #theResultParent a:hover {
	background-color:#98202c;
	color: white;
	padding: 5px;  
}  

#block404 {

	transform: translateY(50%)
}


.fa, .fas {
    font-weight: 900;
    float: left;
    padding-right: 10px;
}

.fa-brands, .fab {
    font-weight: 400;
    font-size: 24px;
    float: left;
    padding-right: 10px;
}