
/*--- # TEMPLATE (svak) ---*/


body {
	max-width: 100vw;
	overflow-x: hidden;

}

li {
	/* margin-bottom: 0em; */
}
p {
	/* margin-bottom: 1.2em; */
}

a:hover {
    font-weight: inherit;
	text-decoration: none;
    color: initial;
}

.widget {
    margin-bottom: 0;
}

.text-bold {
	font-weight: bold;
}
.text-underline {
	text-decoration: underline;
}


/* accordion */

.accordion-text {
	display: none;
}


/*--- # TEMPLATE: Header Section ---*/


/* HEADER */

@media screen and (max-width: 1260px) {  /* themify hack */
	#pagewrap {
		padding-top: 0 !important;
	}
}


#headerwrap #header {
	padding-top: 0;
	padding-bottom: 0;
}


#headerwrap:not(.fixed-header) #header {
/* 	padding-top: 0;
	padding-bottom: 0; */
}


 .fixed-header #header { /* themify hack */
/* 	padding-top: 0 !important;
	padding-bottom: 0 !important; */
}


@media screen and (max-width: 680px) { 
	#headerwrap.fixed-header #header {
		/* padding-top: 20px; */
	}
	
	#pagewrap.site #headerwrap.fixed-header {
		position: fixed;
		top: 0;
	}
}




#headerwrap.fixed-header #breadcrumbsbar {
	display: none;
}


.header,
.infobar,
.footer {
	font-size: 0.95em;
}


@media screen and (min-width: 681px) {
	
	.home-page div[data-postid="923"] {
		/* position: fixed; */
		z-index: 9;
		width: 100%;
	}
	
}


@media screen and (max-width: 680px) {
	
	#layout .themify_builder_sub_row .sub_column.last {
		/* padding-left: 1em !important; */
	}
	
		.header,
		.infobar,
		.footer {
			font-size: 0.8em;
		}
		
		
		
		#pagewrap #headerwrap {
			position: relative !important;
		}
		
		
}
	

#myheader {
	z-index: 1;
/* 	width: fit-content;
	min-width: inherit; */
}
	


#myheader, #mainbar, #infobar  { 
	width: 100%;
}

#mainbar a {  /*hack*/
	color: #fff;
    text-transform: uppercase;
}
#mainbar a:hover {  /*hack*/
	color: #1d1d1b;
}


#myheader #mainbar .tb-column-inner,
.footer .bottom .subrow_inner .tb-column-inner,
.footer .top .subrow_inner .tb-column-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

#myheader #mainbar .tb-column-inner,
.footer .bottom .subrow_inner .tb-column-inner {
	height: 55px;
	max-width: 100vw;
}

@media screen and (max-width: 680px) {
	
	#myheader #mainbar .tb-column-inner,
	.footer .bottom .subrow_inner .tb-column-inner {
		/* overflow: hidden; */
	}
	
}



#mainbar .tb-column-inner > div,
.footer .subrow_inner .tb-column-inner > div {
	padding: 0 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media screen and (max-width: 680px) {
	
	#mainbar .tb-column-inner > div,
	.footer .subrow_inner .tb-column-inner > div {
		padding: 0 0.5rem;
	}
	
}


#mainbar .tb-column-inner > *:not(:first-of-type) {
	border-left: 1px solid #1d1d1b;
}


/* .header .tb-column-inner {
	grid-template-columns: minmax(140px, 180px) minmax(40px, 1fr) 150px minmax(40px, auto) minmax(auto, auto);
} */

/* logo */
#mainbar .tb-column-inner > *:nth-of-type(1) {
    min-width: 180px;
	max-width: 180px;
	padding: 0px;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 0 1 195px;
	    -ms-flex: 0 1 195px;
	        flex: 0 1 195px;
				
}

#mainbar .tb-column-inner > *:nth-of-type(1) .image-wrap {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: -10px;
}

#mainbar .tb-column-inner > *:nth-of-type(1)  img {
	display: block;
	position: absolute;
	top: -6px;
	left: 0px;
	padding: 0 7.5px;
}

@media screen and (max-width: 680px) {
	
	/* logo */
	#mainbar .tb-column-inner > *:nth-of-type(1) {
		min-width: 150px;
		max-width: 150px;
					
	}

	#mainbar .tb-column-inner > *:nth-of-type(1) .image-wrap {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0px;
	}
	
	
}


/* main menu */
#mainbar .tb-column-inner > *:nth-of-type(2) {
    min-width: 30px;
	padding-right: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}


@media screen and (max-width: 1110px) {
	
	#mainbar .tb-column-inner > *:nth-of-type(2) {
		min-width: unset;
		-webkit-box-flex: 1;
		-webkit-flex: 0 0 40px;
			-ms-flex: 0 0 40px;
				flex: 1 0 40px;
	}
	
	
}



/* search icon */
#mainbar .tb-column-inner > *:nth-of-type(3) {
    padding-left: 0;
	border-left: none;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

/* fidaki miniature */
#mainbar .tb-column-inner > *:nth-of-type(4) {
	display: none;
	min-width: 140px;
	max-width: 170px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 140px;
	    -ms-flex: 0 0 140px;
	        flex: 0 0 140px;
}

@media screen and (max-width: 680px) {
	
	/* fidaki miniature */
	#mainbar .tb-column-inner > *:nth-of-type(4) {
		min-width: unset;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 0px;
	    -ms-flex: 0 0 0px;
	     flex: 0 0 0px;
	}	
	
}


/* user menu */
#mainbar .tb-column-inner > *:nth-of-type(5) {
    min-width: auto;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 170px;
	    -ms-flex: 0 1 170px;
	        flex: 0 1 170px;
}

@media screen and (max-width: 680px) {
	
	#mainbar .tb-column-inner > *:nth-of-type(5) {
		min-width: 100px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 100px;
			-ms-flex: 0 1 100px;
				flex: 0 1 100px;
	}	
	
	.ui.nav li a { /* themify hack */
		padding: .625em 0.15em;
	}
	
}


@media screen and (max-width: 420px) {
	
	#mainbar .tb-column-inner > *:nth-of-type(5) {
		min-width: 45px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 45px;
		-ms-flex: 0 1 45px;
		flex: 0 1 45px;
		padding: 0 5px;
}
	}
	
}


/* social */
#mainbar .tb-column-inner > *:nth-of-type(6) {
	margin-right: 1.3vw;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100px;
	    -ms-flex: 0 1 100px;
	        flex: 0 1 auto;
}




/* MENU */

.module-menu-container .ui.nav li a,
.module-menu-container .ui.nav li a:hover {
	padding: .325rem 0.5rem;
	background: none;
}

.ui.nav > li + li, /*hack*/
.ui.nav > li + li:hover {
	border: none;
	background: none;
}

#menu-main-menu, /*hack*/
#menu-footer-menu {
	background: none;
	border: none;
}





/* remove bottom margin from header menus */
.header .tb-column-inner .menu-bar,
.themify_builder_content-923 .widget,
.themify_builder_content-1251 .widget,
.footer .tb-column-inner .menu-bar {
	margin-bottom: 0;
}


/* fidaki header */

.fidaki-header .image-wrap a div {
	background-image: url('/img/fidaki-header.png');
    background-size: 100%;
    background-position: center center;
    height: 55px;
    width: 140px;
    cursor: pointer;
    display: block;
    max-width: 100%;
}

.fidaki-header .image-wrap:hover a div {
	background-image: url('/img/fidaki-header-hover.png');
	background-size: 100%;
    background-position: center center;
}




/* social links */

.header ul.social-links.horizontal,
.footer ul.social-links.horizontal {
		margin: 0;
}

	
@media screen and (min-width: 681px){
	
	.header ul.social-links.horizontal,
	.footer ul.social-links.horizontal	{
		width: max-content;
		
	}
	
}
@media screen and (max-width: 680px){
	
	.header ul.social-links.horizontal,
	.footer ul.social-links.horizontal	{
		min-width: max-content;
		overflow-x: hidden;
		
	}
	
}



/* user menu */
 

.logged-in .menu-item-668,
.logged-in .menu-item-672 {
	display: none !important;
}


/* social icons */


ul.social-links.horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	align-items: center;		
}

ul.social-links.horizontal li {
	padding-bottom:0em;
}


li.social-link-item img.hover {
	display: none;
}

li.social-link-item:hover a img.hover { 
	display: block;
}

li.social-link-item:hover a img.main {
	display: none;
}



/* SEARCH FORM */

.module.searchform {
	display: inline-block;
	height: 100%;
    width: 50px;
    height: -webkit-fill-available;
	color: #fff;
}

.searchform .widgettitle {
	width: 50px;
    margin: 0;
	padding-top: 200%;
    overflow: hidden;
}

.module.searchform:hover {
	cursor: pointer;
}

.module.searchform .widgettitle:before {
	background-image:url('https://sump.gr/img/icon-search.png');
	background-repeat: no-repeat;
	background-size: 25px 25px;
	height: 25px;
	width: 25px;
	content: '';
	position: absolute;
    left: 0%;
    top: 15px;
	cursor: pointer;
    display: inline-block;
	visibility: visible;
}

@media screen and (max-width: 680px) {
	.module.searchform .widgettitle:before {
		left: 15px;
	}
}



.module.searchform:hover .widgettitle:before {
	color: #1d1d1b;
} 

#searchform > div {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#myheader .module.searchform #searchform {
	position: absolute !important;
	z-index: 1;
	background: #f7941d;
	padding: 10px;
	border-bottom: none;
	display: none;
}

#myheader.header .searchform #searchform {
    top: 70px;
	right: calc( -100% - 100px );
	width: 250px;
}

@media screen and (max-width: 680px){	
	
	#myheader.header .searchform #searchform {
		left: -160px;
		top: 65px;
		right: auto;
}	
	}
	
}


.footer .searchform #searchform {
    bottom: 80px;
	right: 0;
    margin-bottom: 0;
}


#searchform input[type="text"] {
	background-color: #fff !important;
	color: initial;
	padding-left: 0.45em;
	width: 120px !important;
	left: 10px !important;
	padding: 8px !important;
	height: 40px !important;
}

#searchform input#searchsubmit {
	background-color: #1d1d1b;
	padding: .6em;
	height: 40px !important;
	width: 120px;
	position: absolute;
	right: -5px !important;
}



input[type="submit"] {
	color: #fff;
}

#searchform input#searchsubmit:hover {
	background-color: #fff;
	color: #1d1d1b;
}
 

 



/* INFOBAR */

#infobar { /*hack*/
	background-color: #ffffff;
    text-align: left;
    padding: 0.7em 0 0.7em 0;
    border-bottom: 1px solid #1d1d1b;
	color: #1d1d1b;
}

.infobar {
	overflow: hidden;
	max-width: 100vw;
}


@media screen and (min-width: 1201px) {
	
	#infobar > .subrow_inner {
		width: 1160px;
		margin: 0 auto;
	}	
	
}

@media screen and (max-width: 1201px) {
	
	#infobar > .subrow_inner {
		max-width: 96%;
		margin: 0 auto;
	}	
	
}


.infobar-right {
	padding-left: 2em;
	padding-right: 2em;
	border-left: 1px solid #1d1d1b;
}


/* :target:before, :not([data-anchor=""]) */ 
/* body.home-page:not(.themify_builder_active) #layout #content div.themify_builder_row.offset:not(#intro)::before {
content:"_";
display:block;
height:130px;
margin:-130px 0 0;
visibility: hidden;
z-index: -999;
opacity: 0;
} */

.beforeoffset {
content:"_";
display:block;
visibility: hidden;
z-index: -999;
opacity: 0;	
}


body.home-page .page-content .themify_builder_row {
	z-index: unset;
}

body.home-page  .page-content .module-widget,
body.home-page  .page-content .module_column {
	z-index: 1;
}

@media screen and (min-width: 768px) {
	
	body.home-page .page-content .sub_column.module_column.last {
		padding-right: 15%;
	}

}



/* infobar left */

.infobar-left {
	text-transform: uppercase;
	padding-top: 3px;
    text-align: right;	
	display: -webkit-box;	
	display: -webkit-flex;	
	display: -ms-flexbox;	
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

@media screen and (min-width: 1201px) {
	
	.infobar-left {
		position: relative;
		width: 33vw;
		left: calc(-33vw + 100% );
	}
	
}


.infobar-left .title {
	font-weight: bold;
}

.infobar-left .subtitle {

}

.infobar-left .title:after {
	content: "\00a0  \00a0";
}


@media screen and (max-width: 680px) {
	.infobar {		
		font-size: calc( 8px + 0.8vw );
	}
	.infobar-left,
	.infobar-right {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	
	.infobar-right {
		border-left: none !important;
	}
}


/* infobar right */

@media screen and (min-width: 1201px) {
	
	.infobar-right {
		position: relative;
		width: 66vw;
		left: 0;
	}
	
}



.widget-923-1-1-0,
.widget-1251-1-1-0 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}


.infobar-right .title {
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.2em;
	
	  /* margin: 0 auto; */
	  /* white-space: nowrap; */
	  overflow: hidden;
	  /* position: absolute; */
}




.infobar-right .title .scrolling {
	padding-left: 0%;
	-webkit-animation: marquee 9s linear infinite;
	        animation: marquee 9s linear infinite;	
	white-space: nowrap;
}


@-webkit-keyframes marquee {
	0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
@keyframes marquee {
	0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

/* .item a:hover {
    animation:marquee;
} */


.reset {
	padding-left: 0%;
	-webkit-animation: marquee 9s linear infinite;
	        animation: marquee 9s linear infinite;	
}



input[type="email"],
input[type="text"],
input[type="submit"] {
	border-radius: 0 !important;
}


/* NEWSLETTER @infobar-right */

.infobar-right-text {
	width: 100%;	
			
}



.infobar-right .mc4wp-form-basic {
	margin: 0em 0;
}

	.newsletter-form > div {
		display: inline-block;
		vertical-align: middle;		
	}


.newsletter-form input[type="email"] {
	margin-bottom: 0 !important;
	margin-left: 4px;
	width: 150px;
    margin-right: -3px;
}

.newsletter-form input[type="submit"] {
	background: #fff;
    color: #1d1d1b;
    border: 1px solid #ccc;
	padding: .6em 1em;
	width: auto;
	margin-bottom: 0;
}

.newsletter-form input[type="submit"]:hover {
	background: #1d1d1b;
    color: #fff;
}




@media screen and (max-width: 1000px) {
	
	.infobar-right-text {
		-ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
	
	.infobar-right-text .newsletter {
		margin: 5px 0 0 0;
	}
	
}

@media screen and (min-width: 1001px) {
	
	.infobar-right-text {

display: -webkit-box;
display: -ms-flexbox;
display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
			
	-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;		
			
}	


	.infobar-right-text .title {
		text-align: left;
		float: left;
	}

	
	.infobar-right-text .newsletter {
		min-width: 333px;
		text-align: right;
		float: right;
		margin-right: -2vw;
	}


	.infobar-right-text .newsletter-form {
		text-align: right;
		float: right;
	}
	
	.infobar-right-text > div {
	display: inline-block;
}


	
	
	
}




@media screen and (max-width: 680px) {

	.infobar-right {
		padding: 0 !important;
	}
	
	.infobar-right-text .title {
		display: none !important;
	}
	
		.infobar-right-text .newsletter {
			margin: 5px auto 0 auto;
			min-width: auto !important;
			text-align: center;
	}
	

	
}











/*--- # Breadcrumbs ---*/
#breadcrumbsbar {	
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
}

.breadcrumbs {
	margin-bottom: 0.2em;
	padding: 14px 20px 0 6.2%;
}
.breadcrumbs > span:last-of-type span {
	color: #f7941d;
}

.breadcrumbs-vimata {
	text-transform: uppercase;
    line-height: 1.5em;
}

.breadcrumbs-vimata a {
	color: #1d1d1b;
}

.breadcrumbs-vimata a:hover span,
.breadcrumbs-vimata a.title:hover {
	color: #f7941d !important;
}

@media screen and (min-width: 769px) {
	
	.single-vima_ergou .breadcrumbs-vimata {
		max-width: calc( 30% - 100px );
		position: absolute;
	}
	
}

.breadcrumbs .taxonomy {
	color: inherit;
}
.breadcrumbs .taxonomy:hover,
.breadcrumbs a:hover {
	color: #f7941d !important;
}





/* Mobile Menu */

.mobile-menu-module {
	background: #f7941d!important;
    color: #fff !important;
	text-transform: uppercase;
}


#intro {
	/* border: none; */
	/* margin-top: 120px; */
}



/* FOOTER */

#footerwrap {
	/* display: none; */
}


.footer .top { /*hack*/
	background-color: transparent !important;
	margin-top: 30px;
}

.footer .bottom { /*hack*/
	border-bottom: 0px solid transparent !important;
}

.footer.module_row_0 .module_column_0 .sub_row_0-0-1.module_subrow {
	padding-top: 1.5em !important;
    padding-right: 5% !important;
    padding-bottom: 1.5em !important;
    padding-left: 5% !important;
}


.footer .top .subrow_inner .tb-column-inner > *:nth-of-type(1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 140px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}


/* footer > bottom  - themify hack */
.footer .bottom {
	background-color: #f7941d;
	text-transform: uppercase;
}
.footer .bottom a:not(:hover) {
	color: #fff !important;
}
.footer .bottom a:hover {
	color: #1d1d1b;
}

/* logo footer*/
.footer .bottom .subrow_inner .tb-column-inner > *:nth-of-type(1) {
	 min-width: 90px;
	max-width: 90px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 90px;
        -ms-flex: 0 1 90px;
            flex: 0 1 90px;

	padding: 0;
}

.footer .bottom .subrow_inner .tb-column-inner > *:nth-of-type(1) .image-wrap {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.footer .bottom .subrow_inner .tb-column-inner > *:nth-of-type(1) img {
	padding: 0;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}



/* footer menu */
.footer .bottom .subrow_inner .tb-column-inner > *:nth-of-type(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 40px;
}

/* social footer */
.footer .bottom .subrow_inner .tb-column-inner > *:nth-of-type(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 80px;
        -ms-flex: 0 1 80px;
            flex: 0 1 80px;
}

/* search footer */
.footer .bottom .subrow_inner .tb-column-inner > *:nth-of-type(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}





.footer .top .subrow_inner .logo-footer,
.footer .bottom .main-menu  {
	padding: 0 40px !important;
}

.logo-footer {
	align-items: flex-end !important;
    margin-bottom: -8px !important;
}

.footer .bottom .main-menu {
	text-align: center;
}

.header .main-menu {
	text-align: left;
}


/* xorigoi */

.xorigoi {
	overflow-x: visible;
}

.xorigoi-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
	margin-top: 10px;
}
.xorigoi-list > * {
	margin-left: 1em;
	min-width: 90px;
	margin-bottom: 10px;
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
}

.xorigoi-list img {
	max-height: 90px;
	width: auto;
}

/* credits */

.credits {
	font-size: 12px;
}

.blue {
	color: #f7941d !important;
}
.initial-color {
	color: initial;
}


.credits-text {
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}






/* TEMPLATE HACKS */

/* social links */
@media screen and (max-width: 680px){
	
	.col3-1, .col3-2 {
		width: 100% !important;
	}
	
	.col3-2.last .module-widget {
	}
	
	.fp-tieinaitosvak-button {
		margin-left: 0 !important;
	}
	
	
}



/* # FRONTPAGE */

.home-page .widget ul,
.home-page .module-text ul,
.single-vima_ergou .post ul {
	margin: 0;
}


/* fp - subrow pagewidth */

@media screen and (min-width: 681px) {

	body.home-page #content .offset:not(#slider) .themify_builder_sub_row {
		width: 1160px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

}

@media screen and (max-width: 680px) {

	body.home-page #content .offset:not(#slider) .themify_builder_sub_row {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding-left: 5%;
	padding-right: 5%;
	}

}




/* blueli */

.module li:before, .module li:after {
	display: inherit;
}

.home-page .page-content .widget li,
.home-page .module-text li,
.single-vima_ergou .post li,
.social-links li {
	list-style: none !important;
	position: relative;
	padding: 0 0 1em 0;
	margin-bottom: 0;
}

body:not(.themify_builder_active).home-page .widget:not(.themify-social-links) li:not(.social-link-item)::after,
body:not(.themify_builder_active).home-page .module-text li:not(.social-link-item)::after,
.single-vima_ergou .post li:not(.social-link-item)::after {
	/* content: "â€¢ " !important; */
	content: "\2022" !important;
	color: #f7941d !important;
	position: absolute;
	left: -0.97em;
    top: 0.05em;
    font-size: 3em;
}
.single-vima_ergou .post li:not(.social-link-item)::after {
	left: -1.02em;
}



.home-page .module-image .image-wrap {
	margin: 0;
}


/* fp - ti einai to svak */

.fp-tieinaitosvak-button .image-wrap  {
	cursor: pointer;
}

body:not(.themify_builder_active) .svak-read-more,
#ti-einai-to-svak .sub_row_3-0-2,
#ti-einai-to-svak .sub_row_3-0-3,
#ti-einai-to-svak .sub_row_3-0-4,
#ti-einai-to-svak .sub_row_3-0-5,
#symmetoxi .sub_row_5-0-2,
#symmetoxi .sub_row_5-0-3,
#symmetoxi .sub_row_5-0-4,
#symmetoxi .sub_row_5-0-5
{
	display: none;
}

[data-anchor="ti-einai-to-svak"],
#ti-einai-to-svak {
	background-position-x: 35% !important;
}




/* action button */

.action-button {
    border: 1px solid #1d1d1b;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 80px;
    height: 80px;
    text-transform: uppercase;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 11px;
	line-height: 12px;
	z-index: 1;
	cursor: pointer;
	color: initial;
	border-radius: 50% !important;
}

.action-button.yes {
	cursor: pointer;
}


a.action-button-link {
	color: #1d1d1b !important;
    display: block;
	width: 80px;
    height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;	
}

.action-button:hover a,
a.action-button-link:hover {
	text-decoration: none;
}

/* button hover shadow */

.action-button {
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.action-button.yes:hover a {
	color: #fff !important;
}

.action-button.yes:hover {
	background-color: #f7941d;
	border-width: 2px;
}

.action-button.no {
	cursor: default;
	color: #1d1d1b;
}

.action-button.no:hover {
	background-color: #f7941d;
	color: initial;
	cursor: initial;
}

/* action button - diadikasia */

.rolos {
	margin: 0 0 2em -4.5em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rolos .action-button {
	margin-right: 2em;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}


.rolos p {
	margin: 0;
}

/* div[data-anchor="diadikasia"] .action-button {
	display: inline-block;
    float: left;
    margin: -1em 1em 0 -16% !important;
	clear: both;
} */


/* action buton - symmetoxi  */

.module-symmetoxi-syndesi {
	height: 125px;
}

.login-button {
	margin: 1.5rem 0 0 -9rem;
}
.tb-column-inner .login-button:last {
	margin-top: 1.5rem;
}




@media screen and (max-width: 680px) {
	.action-button.yes:not(.vivliothiki) {		
		/* margin-left: -4.4rem !important; */
	}
}


/* fp - bibliothiki */

.bibliothiki-buttons {
	display: flex;
    justify-content: left;
	flex-wrap: wrap;
}

.bibliothiki-buttons .action-button-link:not(last-of-type) {
	margin-right: 1em;
}


.bibliothiki-buttons .action-button-link {
	margin-bottom: 1em;
}    



/* bluedot */

.symfono-embed:before,
.facebook-embed:before,
.single-vima_ergou .arxeio .ead-preview:before,
.single-vima_ergou #respond #wpdcom:before {
/*     position: absolute;
    content: "_";
    left: -13px;
    top: 48%;
    font-size: 3em;
    color: transparent;
    border: 1px solid #1D1D1B;
    border-radius: 50%;
    background: #f7941d; */
}

/* pdf embed */

.ead-document body div {
	background-color: #fff !important;
}

/* fp - svak */

.orismos {
	font-size: 22px;
	line-height: 24px;
	color: #f7941d;
}

.fp-tieinaitosvak-image {
/* 	min-width: 480px; */
}


/* fp - symmetoxi */



.fp-symmetoxi-button {
	cursor: pointer;
	z-index: 1;
}

.fp-symmetoxi-button img {
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	width: 80px !important;
}

.fp-symmetoxi-button img:hover {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}

body:not(.themify_builder_active) .symmetoxi-read-more {
	display: none;
}

.symmetoxi-read-more {
	z-index: 1;
}



#dimiourgontas-logariasmo {
	position: absolute;
    left: 60px;
    top: 0.6em;
}








/* # FRONTPAGE: Fidaki */

.fidaki-container {
	max-width: 1200px;
	margin: auto;
	position: relative;
	padding-right: 12%;
	padding-right: calc( 7.5% + 4em );
    padding-left: 7.5%;
	
/* 	display: grid;
	grid-gap: 0px;
	grid-row-gap: 0;
	grid-template-columns: repeat(7, 1fr);
	grid-auto-rows: 1fr; */

/* 	display: flex; 	
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
}

.fidaki-container .line {
	width: 100%;
}


.fidaki-container .item {
	position: relative;
	background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
	text-transform: uppercase;
	
	/* --aspect-ratio: 0.92/1; */
	height: 0;
    padding-top: 16%;
	
	width: 14.285%;
	display: inline-block;
    float: left;
	
/* 	-webkit-flex: 0 0 calc( 100%/7 - 0.1px );
    -ms-flex: 0 0 calc( 100%/7 - 0.1px );
    flex: 0 0 calc( 100%/7 - 0.1px ); */
}

.fidaki-container .item:nth-of-type(7n+1)::before {
	content: "\A";
      white-space: pre;
}


.fidaki-container .item::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0;
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}



.fidaki-container .item .vima {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0%;
}

.vima-int {
	position: relative;
	width: 100%;
    height: 100%;
	text-align: center;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.item.empty {
	background: transparent;
}

*[class*="vima-"] a {
	text-decoration: none !important;	
}


.fidaki-container .item .mini-icon {
	background: #f7941d;
	border: 1px solid #1D1D1B;
	border-radius: 50%;
	width: 1em;
    height: 1em;
}

.fidaki-container .vima .icon {
	/* display: -webkit-box; */
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
        justify-content: center;
		
	-webkit-box-align: baseline;
    -ms-flex-align: baseline;
     align-items: baseline;
}

.fidaki-container .vima:not(.vima-ene):not(.vima-olo) .icon {
	visibility: hidden;
    width: 0;
    height: 0;
}

.fidaki-container .item:hover .icon {
	/* display: block; */
	display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
	
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
	visibility: visible !important;
	width: 100% !important;
	height: 100% !important;
}


.fidaki-container .item:not(:hover) .vima:not(.vima-ene):not(.vima-olo) .icon img {
	/* transition: visibility 0s, opacity 0.5s linear; */
	/* transition: all 0.5s ease-out; */
/* 	visibility: hidden;
	opacity: 0; */
	width: 0;
	height: 0;
}




.fidaki-container .vima:not(.vima-ene):not(.vima-olo) .icon img
/* , .fidaki-container .vima .title */
 {
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}


.fidaki-container .item:hover .icon img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
	visibility: visible;
	opacity: 1;	
	
	left: 10%;
	right: 10%;
}

.fidaki-container .item:hover .icon img,
.fidaki-container .item .vima-ene .icon img {
	min-height: 58px;
	min-width: 58px;
	
	
	width: 80%;
	height: 80%;
	
	height: auto;
	
		left: 10%;
	right: 10%;
}

.fidaki-container .item .vima-olo .icon img {
	min-height: 46px;
	min-width: 46px;
	width: 64%;
	height: 64%;	
	height: auto;
	left: 13%;
	right: 13%;
}


.fidaki-container .item:hover .mini-icon,
.fidaki-container .vima:not(.vima-mel) .mini-icon {
	display: none;
}

.fidaki-container .item .vima .title,
.fidaki-container .item.bg .title,
.afetiria .title {
	position: absolute;
	font-size: 0.85em;
    line-height: 1.2em;
	word-wrap: normal;
	color: initial;
	font-weight: bold;
}




@media screen and (max-width: 680px) {

	.fidaki-container .item:hover .icon img,
	.fidaki-container .item .vima-ene .icon img {
		min-height: 29px;
		min-width: 29px;		
	}

	.fidaki-container .item .vima-olo .icon img {
		min-height: 23px;
		min-width: 23px;
	}
	
	.fidaki-container .item .mini-icon {
		border: 0.2px solid #1D1D1B;
		border-radius: 50%;
		width: 0.5em;
		height: 0.5em;
	}

 
	
}






.afetiria .title,
.svak .title {
	position: absolute;
    border: 1px solid #231f20;
	background-color: #fff;
	padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.afetiria .title {
    top: 21%;
    right: 17%;
    width: 64%;
    height: 57.25%;
    border-radius: 50%;
}

.svak .title {
    top: 23%;
    right: 20%;
    width: 60% !important;
    height: 53.5%;
	font-size: 1.8vw !important;
}


.fidaki-container .item .vima .title {
	text-align: center;
	width: 80%;
}

.fidaki-container .item:not(.thesmo):not(.afetiria) .title {
    margin: auto;
	left: 10%;
	right: 10%;
}

.fidaki-container .item .mini-icon .title {
	left: 10%;
	right: 10%;
}

.fidaki-container .item:not(.thesmo):not(.afetiria) a {
	width: 100%;
	display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
}



.fidaki-container .item.bg.thesmo .title {
	text-align: right;
	top: 37%;
    right: -3.5em;
}

.fidaki-container .vima-olo .title:hover,
.fidaki-container .vima-ene .title:hover {
	color: #f7941d;
}
  

.fidaki-container .item .vima-ene .icon .title,
.fidaki-container .item .vima-mel .icon .title {
	top: 90%;
	left: 10%;
	right: 10%;
}
.fidaki-container .item .vima-olo .icon .title {
	top: 84%;
}

.fidaki-container .item .vima .mini-icon .title {
	top: 60%;
}

.fidaki-container .item.svak .vima-olo .title,
.fidaki-container .item.svak .vima .title:hover {
	background: #f7941d;
    color: #fff;
}

.title-date {
	text-transform: initial;
    font-weight: normal;
    color: #58c9e1;
    position: absolute;
    left: 0%;
    width: 100%;
    bottom: -50%;
}



@media screen and (min-width: 1000px) and (max-width: 1200px) {
	
	.fidaki-container .item .vima .title,
	.fidaki-container .item.bg .title,
	.afetiria .title {
		font-size: 0.75em;
		
	}
	
}


@media screen and (max-width: 1000px) {
	
	.fidaki-container .item .vima .title,
	.fidaki-container .item.bg .title,
	.afetiria .title {
		font-size: 1.2vw;
	}
	
	.fidaki-container .item .vima .title {
		width: 99%;
	}
	
	.fidaki-container .item .vima .mini-icon .title {
		top: 70%;
	}

	.fidaki-container .item.bg.thesmo .title {
		width: 100%;
	}
	
}



.c1-1 { background-image: url(/img/fidaki/1-1.png); }
.c1-2 { background-image: url(/img/fidaki/1-2.png); }
.c1-3 { background-image: url(/img/fidaki/1-3.png); }
.c1-4 { background-image: url(/img/fidaki/1-4.png); }
.c1-5 { background-image: url(/img/fidaki/1-5.png); }

.c2-1 { background-image: url(/img/fidaki/2-1.png); }
.c2-2 { background-image: url(/img/fidaki/2-2.png); }
.c2-3 { background-image: url(/img/fidaki/2-3.png); }
.c2-4 { background-image: url(/img/fidaki/2-4.png); }
.c2-5 { background-image: url(/img/fidaki/2-5.png); }

.c3-1 { background-image: url(/img/fidaki/3-1.png); }
.c3-2 { background-image: url(/img/fidaki/3-2.png); }
.c3-3 { background-image: url(/img/fidaki/3-3.png); }
.c3-4 { background-image: url(/img/fidaki/3-4.png); }
.c3-5 { background-image: url(/img/fidaki/3-5.png); }
.c3-6 { background-image: url(/img/fidaki/3-6.png); }
.c3-7 { background-image: url(/img/fidaki/3-7.png); }




.fidaki-container .moto {
	display: none;
	text-transform: initial;
}

@media screen and (max-width: 680px) {
	
	.fidaki-container {
		padding-right: 10%;
		padding-left: 3%;
	}
	
	.fidaki-container .item .vima .title, 
	.fidaki-container .item.bg .title, 
	.afetiria .title {
		font-size: calc(0.2em + 0.8vw);
		

	}
	
	.afetiria .title {
		width: 80%;
		height: 70%;
		margin-top: -5%;
	}
	
	    
	
}







/* SINGLE */


/* vima single hide title */

.single-vima_ergou .post-content > h1.post-title
 {
	display: none;
}


/* vima icon*/
.single-vima_ergou .vima_icon {
	margin-left: -134px;
    margin-bottom: 4%;
	position: absolute;
    top: -240px;
}

.single-vima_ergou:not(.single-ylopoioumeno_metro) .post-content-inner {
	margin-top: 275px;
}

.single-vima_ergou.single-ylopoioumeno_metro .post-content-inner {
	margin-top: 3em;
}


@media screen and (max-width: 680px) {
	
	.single-vima_ergou:not(.single-ylopoioumeno_metro) .post-content-inner {
		margin-top: 275px;
	}

	.single-vima_ergou.single-ylopoioumeno_metro .post-content-inner {
		margin-top: 3em;
	}
	
}



/* Columns */

@media screen and (min-width: 681px) {
	
	.page:not(.home-page) .type-page,
	.single-vima_ergou .post-content-inner,
	.single-vima_ergou .arxeio,
	.single-vima_ergou .paradotea,
	.single-vima_ergou #respond,
	.tml-action .type-page,
	.search #content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	
	
}


/* right column */
.page:not(.home-page) .type-page .page-content,
.single-vima_ergou .post-content-inner .entry-content,
.single-vima_ergou .arxeio .ead-preview,
.single-vima_ergou .paradotea .files,
.single-vima_ergou #respond #wpdcom,
.search #content #loops-wrapper {
	position: relative;
	margin-left: 3.2%;	
	padding-right: 15%;
    padding-left: 34px;
	border-left: 1px solid #1d1d1b !important;
	
		-webkit-box-sizing: border-box;
	        box-sizing: border-box;
			
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 63%;
	    -ms-flex: 0 0 63%;
	        flex: 0 0 63%;
			max-width: 63%;
			
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
			
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;

}







@media screen and (max-width: 680px) {
	
	/* right column */
.page:not(.home-page) .type-page .page-content,
	.single-vima_ergou .post-content-inner .entry-content,
	.single-vima_ergou .arxeio .ead-preview,
	.single-vima_ergou .paradotea .files,
	.single-vima_ergou #respond #wpdcom,
	.search #content #loops-wrapper {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
}
		



/* left column - title */
.section-title,
.single-vima_ergou .post-content-inner .entry-title,
.single-vima_ergou .arxeio .entry-title,
.single-vima_ergou .paradotea .entry-title,
#wc-comment-header,
body:not(.archive):not(.single-post) h1.page-title
 {
    color: #f7941d;
	font-weight: bold;
	padding-left: 4vw;
	padding-right: 2em;
	margin: 0;	
	overflow-x: overlay;
	min-width: 33.8%;
	
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
			
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.8%;
	    -ms-flex: 0 0 33.8%;
	        flex: 0 0 33.8%;
			
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
	
}


/* section title left */

body:not(.home-page):not(.page-plirofories-svak) .section-title,
.single-vima_ergou .post-content-inner .entry-title,
.single-vima_ergou .arxeio .entry-title,
.single-vima_ergou .paradotea .entry-title,
#wc-comment-header,
body:not(.archive):not(.single-post) h1.page-title {
	
				max-width: 33.8%;
}

@media screen and (max-width: 680px) {
	
	body:not(.home-page):not(.page-plirofories-svak) .section-title,
	.single-vima_ergou .post-content-inner .entry-title,
	.single-vima_ergou .arxeio .entry-title,
	.single-vima_ergou .paradotea .entry-title,
	#wc-comment-header,
	body:not(.archive):not(.single-post) h1.page-title {
		
					max-width: 100%;
	}	
	
}





.search #content ul.post-filter {
	display: none;
}

.single-vima_ergou #respond,
.single-vima_ergou .arxeio,
.single-vima_ergou .paradotea {
	margin-top: 3em !important;
	padding-top: 0 !important;
	clear: both;
}

.single-vima_ergou .arxeio .ead-preview {
	position: relative;
}





/* large title */
h1.entry-title,
body:not(.archive):not(.single-post) h1.page-title,
.section-title.main h3
 {
	 font-size: 2.35em;
	 line-height: 1.2em;
	 text-align: left !important;
 }


/* title - not fp */
.single-vima_ergou .post-content-inner .entry-title,
.single-vima_ergou .arxeio .entry-title,
.single-vima_ergou .paradotea .entry-title,
#respond #wc-comment-header,
body:not(.archive):not(.single-post) h1.page-title
{
	 padding-top: 2em;
 }


/* search results */
.search h2.post-title {
	font-size: 1.8em;
	/* line-height: 1.8em; */
}


@media screen and (min-width: 681px) and (max-width: 1000px) {

	/* title */
	.section-title,
	.single-vima_ergou .post-content-inner .entry-title,
	.single-vima_ergou .arxeio .entry-title,
	body:not(.archive):not(.single-post) h1.page-title 	{
		padding-right: 1em;
		padding-left: 2vw;
	}
	

	/* large title */
	h1.entry-title,
	body:not(.archive):not(.single-post) h1.page-title,
	.section-title.main h3
	 {
	 font-size: 2em;
	 text-align: left !important;
 }
	
	
}



@media screen and (max-width: 680px) {
	
	/* right column */
	.page:not(.home-page) .type-page .page-content,
	.single-vima_ergou .post-content-inner .entry-content,
	.single-vima_ergou .arxeio .ead-preview,
	.single-vima_ergou #respond #wpdcom,
	.search #content #loops-wrapper {
		padding-right: 0em;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.page.home-page #layout .sub_column.module_column.last {
		padding-left: 1.6em;
	}
	
	
	/* vima icon*/
	.single-vima_ergou .vima_icon {
		left: 50%;
		top: -335px;
	}
	
	
	/* title */
	.section-title,
	.single-vima_ergou .post-content-inner .entry-title,
	.single-vima_ergou .arxeio .entry-title,
	body:not(.archive):not(.single-post) h1.page-title	{
		padding: 1em 0em 1em 0.5em;
		overflow: visible;
	}


	/* large title */
	.section-title.main h3,
	.single-vima_ergou .post-content-inner .entry-title,
	body:not(.archive):not(.single-post) h1.page-title {
/* 		font-size: 1.8em; */
		margin-top: 0.5em;
/* 		margin-bottom: 1em;	
 */		padding-top: 0;

	}
	

	
	
	
}




/* left column - old browsers */

/* center aligned */
.subrow_inner.col_align_middle .tb_holder,
.fullheight .tb_holder,
.module_row .col_align_middle > .module_column ,
.col_align_middle .tb_holder,
.module_row.fullheight .col-full.module_column {
	-webkit-box-align: center;
}



.single-vima_ergou .edit-button,
.single-vima_ergou .post-meta,
.single-vima_ergou .post-date-wrap {
	display: none;
}

.single-vima_ergou #respond h3 {
	/* padding-top: 30% !important; */
}


.single-vima_ergou #content,
.single-vima_ergou .post {
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
}
 

/* commentform */

.wpdiscuz-comment-count {
	display: none !important;
}

#wpdcom .wc-comment-header {
	margin-bottom: 0;
}

#wpdcom .wc-comment-author {
	color: #f7941d;
	font-size: 1em;
}

#wpdcom .wc-comment-right .wc-comment-text, 
#wpdcom .wc-comment-right .wc-comment-text * {
	line-height: 18px;
	    padding: 0 5px 2px 5px;
	min-height: 22px;
}

#wpdcom .wc-comment-right .wc-comment-text p {
	margin: 0;
}



/* ΒΙΒΛΙΟΘΗΚΗ */

/* links */

@media screen and (max-width: 680px) { 

	#page-1753 {
		padding-left: 10vw;
	}

}

ul.simple-links-list li {
	list-style: none;
    margin-left: -110px;
	position: relative;
	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	    -ms-flex-flow: column;
	        flex-flow: column;
			
}

ul.simple-links-list li a{
	padding-left: 120px;
	font-weight: bold;

}
    

.simple-links-list li img {
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 0;
    width: 100px;
	min-height: 100px;
	border: 1px solid #1b1b1d;
}


.simple-links-list li .link-description {
	padding-left: 120px;
	margin-top: -20px;
}


/* Î’Î™Î’Î›Î™ÎŸÎ˜Î—ÎšÎ— */

/* arxeia */
#page-11 .page-content {
	/* padding: 0; */
}

/* video */ 

.youtube_channel.responsive {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.ytc_video_container {
	margin-bottom: 30px;
    margin-right: 3%;
	min-width: 200px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 47%;
	    -ms-flex: 0 0 47%;
	        flex: 0 0 47%;
}
 
.ytc_title.ytc_title_below {
	margin-top: 10px;
	font-size: 1em;
}


 
 /* ÎµÎ¹ÎºÎ¿Î½ÎµÏ‚ */
 
#page-20 > .page-content.entry-content,
#page-11 > .page-content.entry-content {
	padding-right: 1em;
}

 
 
 
 	
/* SOCIAL */

ul.the_champ_sharing_ul li {
	afilter: grayscale(33%) !important;
}
ul.the_champ_sharing_ul li:hover {
	afilter: grayscale(0%) !important;
}


a[title="ÎœÎµÏ„Î¬Î²Î±ÏƒÎ· ÏƒÏ„Î· ÏƒÎµÎ»Î¯Î´Î± Members."] {
	pointer-events: none;
	cursor: default;
	color: initial;
}




/* SLIDER BANNER @frontpage */

.splide__track {
	overflow: visible;
}


.fp-sliderfp-slider .splide__slide {
	padding-bottom: 48px;
}


.fp-slider img:not(.svak) {
	border-radius: 50%;
}


.slider-border {
	background: #f7941d;
	height: 48px;
	width: 100%;
	/* position: absolute; */
	left: 0;
	bottom: 0;
	z-index: -999;
}


.fp-slider figure {
	max-width: 205px;
}

.fp-slider figure.svak {
	width: 193px;
	padding-top: 3px;
}

.fp-slider figure:not(.svak) {
	width: 205px;
}

.fp-slider h3.slide-title {
	margin: 0;
	font-weight: bold;
}

.fp-slider figure .frame {
	 border-radius:50%;
	 height:205px;
}




@media screen and (min-width: 681px) {


	.fp-slider figure {
		margin-bottom: -39px;
		margin-right: 37px;
		flex: 0 0 205px;
	}


	.fp-slider .slide-content {
		padding: 0.5em 5% 0em calc( 5% + 0em + 240px );
		
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		 align-items: center;
		height: 180px;
		
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
				
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		
		justify-content: center;
		padding: 0px 5% 0 5%;
		
		
	}

	.fp-slider h3.slide-title {
		font-size: 3.2em;
		line-height: 1em;
	}
		
}





@media screen and (min-width: 681px) and (max-width: 1100px) {
	
	.fp-slider  h3.slide-title {
		font-size: 2.2em;
		line-height: 0.95em;
	}
	
}


@media screen and (max-width: 680px) {

.fp-slider .slide-content {
	padding: 10px 5%;
    text-align: center !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}


	.fp-slider h3.slide-title  {
		font-size: 2em !important;
		line-height: 1.15em !important;
		margin-top: 0.3em;
		margin-bottom: 1em;
	}

}




/* ΒΗΜΑΤΑ */

#erotimatologia a.button,
#erotimatologia a.button:not( :hover ) {
	background-color: #f7941d;
	padding: .8em 1em;
}

#erotimatologia a.button:hover {
	background: #1d1d1b;
}

#erotimatologia p {
	margin: 0;
}







/* BLOG */



body:not(.search-results) .loops-wrapper {
	margin-left: -23px;
    margin-right: -23px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

body:not(.search-results):not(.home-page) .loops-wrapper {
	    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}


body:not(.search-results) .loops-wrapper .post {
	margin-left: 23px !important;
    margin-right: 23px;
}    


body:not(.search-results):not(.single-post) .post-date-wrap {
	position: absolute;
    bottom: 1em;
}

body:not(.search-results):not(.single) .post-date-wrap *,
.metra.loops-wrapper .post-date-wrap * {
	font-weight: 600;
    font-size: 1em;
}


body:not(.search-results) .loops-wrapper.boxed .post {
	background: #f7941d;
	height: 445px;
	width: 220px;
	border-radius: 1px;
}

body:not(.search-results) .loops-wrapper.boxed .post-title {
	font-size: 1.45em !important;
	line-height: 1.1em;
	text-align: initial;
}


body:not(.search-results) .loops-wrapper.boxed .post-title a {
	color: #fff;
}

body:not(.search-results) .loops-wrapper.boxed .post-title a:hover {
	color: initial;
}

.loops-wrapper.boxed .post-image img {
	border-radius: 0;
}



@media screen and (min-width: 681px) {
	
	.single-post #layout .post {
		padding-left: 7%;
		padding-right: 7%;
	}
	
}


/* blog single */

.single_posts_wrapper {
	width: 100%;
}

.single-post .post-title,
h1.page-title {
	color: #f7941d;
	font-size: 3em;
    line-height: 1.1em;
}



/* SEARCH RESULTS */

.search-results h1.page-title {
	display: table !important;
}
.search-results h1.page-title em {
	display: block;
}


 .search-results h2.post-title a {
	color: #f7941d;
	font-weight: bold;
}
 .search-results h2.post-title a:hover {
	color: #000;
}

 


/* BUDDYPRESS REGISTRATION */

.register .type-page time,
.tml-action .type-page time {
	display: none;
}

/* info */
#register-page .bp-feedback.bp-messages.info p {
	padding: 10px;
}

#register-page .bp-feedback.bp-messages.info .bp-icon {
	background-color: #f7941d;
}



.register  .register-section {
	font-size: 13px;
    line-height: 19px;
}

.register  .register-section input[type="text"],
.register  .register-section input[type="password"],
.register  .register-section input[type="email"] {
	height: 26px;
}

.register-page .signup-form .editfield {
	margin: 0 0 0.1em 0;
}


/* legend */
.register-page .signup-form .editfield fieldset legend,
#basic-details-section label {
	font-size: 1.1em;
    font-weight: bold;
	margin: 0;
	color: #f7941d;
	padding-top: 10px;
}

#signup-form .option-label {
	margin: 0;
}

.register .bp-heading,
.register .field-visibility-settings-notoggle {
	display: none;
}


.field-group-title {
	margin: 1em 0 0.2em 0;
    font-weight: bold;
	font-size: 1.2em;
}

/* ονομα */
.register-page .extended-profile {
	padding-left: 0;
	margin-top: 1em;
}

/* recaptcha */
#signup-form .register-section h4 {
	display: none;
}

.security-question-section {
	text-align: left;
}

@media screen and (min-width: 681px) {
	.buddypress-wrap.extended-default-reg .register-page .default-profile {
		-webkit-box-flex: unset;
		-webkit-flex: unset;
		    -ms-flex: unset;
		        flex: unset;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	
	.register-page .signup-form .editfield fieldset legend, #basic-details-section label {
		    padding-top: 0;
	}
	
	.buddypress-wrap.extended-default-reg .register-page .default-profile input:not(.button-small) {
		width: -webkit-max-content !important;
		width: -moz-max-content !important;
		width: max-content !important;
		margin-right: 0;
	}
	
	
}






/* number fields */
.field_type_number legend {
	float: left;
}
.field_type_number input {
	width: 60px !important;
	float: right;
}
.field_type_number .description {
	clear: both;
}

.separator {
	border-top: 1px dotted #666;
    padding-top: 10px;
    margin-top: 30px;
	color: #666;
}

/* submit */
.buddypress-wrap .standard-form div.submit input {
	padding: 10px 15px !important;
    width: 100% !important;
	font-weight: bold !important;
	background-color: #f7941d;
	color: #fff;
	border: none;
}


.buddypress-wrap .standard-form div.submit input:hover {
	background-color: #1d1d1b;
	color: #fff;
}






/* BUDDYPRESS MEMBERS */

#buddypress .item-list-tabs {
	clear: none !important;
    float: left;
}

#buddypress .item-list-tabs:first-of-type {
	margin: 20px 20px 0 0;
}

#members-directory-form {
	clear: none !important;
}

/* members search form */
#members-dir-search {
	margin-top: 15px !important;
}
#members-dir-search input#members_search {
	width: auto;
	padding: .7em;
	margin-right: -.1em;
}
#members-dir-search #members_search_submit {
	padding: 1.2em;
}





#buddypress #members-list li {
	background-color: #fff;
    -webkit-box-shadow: 1px 1px 2px 1px #adadad50;
            box-shadow: 1px 1px 2px 1px #adadad50;
    padding-left: 15px;
    margin-bottom: 15px;
}





/* BUDDYPRESS PROFILE */

#buddypress nav.main-navs li.current.selected,
#buddypress #item-body {
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 2px 1px #adadad50;
	        box-shadow: 1px 1px 2px 1px #adadad50;
}

#buddypress nav.main-navs {
	text-transform: uppercase;
	font-weight: bold;
}

#buddypress #item-body {
	padding: 1em 2em 3em 2em;
	margin-bottom: 5rem;
	margin-top: -1px;
}



#buddypress div#item-header img.avatar {
	border: 1px solid #adadad50;
}

	/* edit profile */
	
form.profile-edit {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

form.profile-edit h3 {
	width: 100%;
}

form.profile-edit .editfield {
	margin-right: 10px !important;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}



@media screen and (max-width: 680px) {

	.single-headers ul {
		font-size: 0.9em;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
	
	.single-headers ul li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	

}




/* my comments */

#respond {
    margin-left: auto !important;
    margin-right: auto !important;
}

.bp-wrap #wc-comment-header {
	display: none;
}

.bp-wrap ul.bp-mycomments {
	list-style: none;
    margin-left: 0;
}

.bp-wrap ul.bp-mycomments .mycomment {
	margin-bottom: 1em;
    padding-bottom: 1em;
	float: none;
}

.bp-wrap ul.bp-mycomments .mycomment:not(:last-of-type) {
	/* border-bottom: 1px solid #adadad50; */
}


ul.bp-mycomments .date {
	font-size: 12px;
    color: #999;
	padding-left: 3.2em;
}

ul.bp-mycomments .title {
	margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0.3em;
}

ul.bp-mycomments .comment-page {
	font-style: italic;
	padding-left: 2.4em;
	color: #999;
}






/* SOCIALIZER */

.theChampFacebookLogin {
	display: block !important;
}





/* SURVEYMONKEY EMBED FORM */

.smcx-widget.smcx-embed,
.smcx-embed > .smcx-iframe-container {
	max-width: 100%;
	min-width: 100%;
}

/* COOKIES GDPR */

#cookie-law-info-bar #cookie_action_close_header.cli_action_button:hover {
	background-color: #ididib !important;
	}

#cookie-law-info-bar .cli_settings_button:hover,
#cookie-law-info-bar .cli-plugin-main-link:hover {
	color: #f7941d !important;
	}
	
/*	READABLER ACCCESSIBILITY TOOLBAR */
header#mdp-readabler-popup-header {
	height: 60px !important;
	padding-top: 4px !important;
}
header#mdp-readabler-popup-header h3 {
	font-size: 20px !important;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item:nth-child(1) {
    margin-top: 0px !important;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-readabler-row .mdp-readabler-profile-title {
    font-size: 16px !important;
}

#mdp-readabler-accessibility-profiles-box .mdp-readabler-accessibility-profile-item .mdp-readabler-row {
    padding: 6px 0 !important;
} 



.mdp-readabler-subheader h4 {
	font-size: 18px !important;
	margin: 12px 0 0 !important;
}






	
.mdp-readabler-title {
	font-size: 14px !important;
}

.mdp-readabler-toggle-box,
.mdp-readabler-action-box  {
	width: calc(25% - 8px);
	padding: 12px 8px !important;
	margin-top: 18px !important;
}




#mdp-readabler-popup #mdp-readabler-popup-footer {
    padding: 8px;
}




/* METRA ΜΕΤΡΑ */

.attachment-ylopoioumeno_metro.wp-post-image {
	margin-top: 3em;
}



#metra .ylopoioumeno_metro.grid4 {
	display: flex;
    justify-content: center;
}




.metra2 article.post {
	height: 220px !important;
    width: 100% !important;
}

.metra2.aspro article.post {
	background: initial !important;
	box-shadow: 3px 3px 6px 2px rgb(0 0 0 / 12%) !important;
}

.metra2 article.post h2 a {
	font-size: 1.45em !important;
    line-height: 1.15em !important;
}

.metra2.aspro article.post h2 a {
	color: #f7941d !important;
}

.metra2.aspro article.post h2 a:hover {
	color: #1d1d1b !important;
}

.metra2 .post-content {
	overflow: visible !important;
	margin-top: 25px;
	padding: 0 85px 0 0 !important;
}

.metra2 .post-date-wrap {
	left: 250px;
}

.ylopoioumeno_metro .paradotea .file i {
	padding-left: 0;
}

.ylopoioumeno_metro .paradotea .file-description {
	margin-left: 0 !important;
}


