/*
Theme Name: Eva Boulogeorgou
Theme URI: https://www.webstation.gr
Description:This theme was designed and developed by Webstation
Author: Ioannis Papathnasiou
Author URI: https://www.webstation.gr
Version: 1.0
*/
.cn-close-icon {
	display: none;
}
#cookie-notice .cn-button {
    background: #0e396d;
	background: #000;
	color: #fff;
}
.cn-text-container, .cn-buttons-container {
    font-size: 16px;
}
.galleryid-109 {
	display: flex;
    /*justify-content: space-between;*/
    flex-flow: row wrap;
}
.galleryid-109 .gallery-item {
	width:33.33336%;
}
body.page-id-111 .page-image {
    height: 70vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
body.page-id-109 .page-image {
    height: 70vh;
    background-position: center bottom 45%;
    background-size: cover;
    background-repeat: no-repeat;
}
.wsmap iframe {
	width: 100%;
	height: 400px;
}
h3.therapeiatitle {
    position: relative;
    margin-bottom: 20px;
	font-size: 30px;
    /* font-weight: normal;
    text-transform: lowercase; */
    letter-spacing: -.8px;
    padding-left: 30px;
}
h3.therapeiatitle:before {
    content: '';
    width: 24px;
    height: 2px;
    border-bottom: 2px;
    text-align: inherit;
    bottom: 18px;
    position: absolute;
    background: #6293cd;
    left: 0;
}
.home50 {
	width: 48%;
}
.home50-inner {
	max-width: 400px;
}
.column40 {
	width: 30%;
}
.column40-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.admin-bar .column40-inner {
    top: 132px;
}
.column60 {
	width: 60%;
}
img.espa {
	
	max-width: 350px;
	background: #fff;
	padding: 0 3px;
}
/****/
.menu-right {
    display: none;
}
.scroller .hamburger {
    float: right;
    margin: 9%;
}
.offset-canvas {
    top: 0;
    right: 0px;
    bottom: 0;
    position: fixed;
    width: 300px;
    height: 100%;
    z-index: 9999;
    transform: translate3d(100%,0,0);
    transition: transform 0.2s;
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	background: #1c4e8b;
}
.offset-canvas .scroller {
    height: 100%;
    overflow-y: auto;
    
}
.offset-canvas ul.mob-terms {
    padding: 120px 0 50px 0;
}
.offset-canvas ul.main-navigation {
    margin: 0 auto;
	padding: 15px 0 10px 0;
    list-style: none;
    /*max-width: 80%;*/
}
.offset-canvas ul.main-navigation li {
margin-bottom: 20px;
    position: relative;
    width: calc(100% - 20px);
}
.offset-canvas ul.main-navigation li a {
    display: block;
    text-decoration: none;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	position: relative;
	line-height: 1.05em;
	text-align: left;
}

.offset-canvas ul.main-navigation li a:hover, .offset-canvas ul.main-navigation li.current-menu-item a {
    color: #a2c2e8;
}
.offset-canvas ul.main-navigation li.current-menu-item a {
    padding-left: 0px;
	font-weight: 600;
}
.offset-canvas ul.social-media-icons {
    text-align: left;
    padding: 0;
    margin: 0;
}
.offset-canvas.show-canvas {
  transform: translate3d(0,0,0);
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.hamburger {
    width: 25px;
    height: 26px;
    cursor: pointer;
	position: relative;
}
.hamburger span {
  background: #000;
  display: block;
  position: absolute;
  height: 2px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 1;
  width: 100%;
  left: 0;
}
.hamburger span:nth-child(1) {
  top: 4px;
}
.hamburger span:nth-child(2) {
  top: 12px;
}
.hamburger span:nth-child(3) {
  top: 20px;
}
.hamburger.open span:nth-child(1) {
	 background: #fff;
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.hamburger.open span:nth-child(3) {
	 background: #fff;
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.narrow-inner {
	padding: 35px 8%;
}
.admin-bar .narrow-inner {
	padding-top: 65px;
}
.narrow-inner p {
	line-height: 24px;
}
.narrow-inner ul.sec-menu li a {
    font-weight: normal;
	font-size: 16px;
}
.narrow-inner ul.sec-menu li {
    margin-bottom: 7px !important;
}
.main-navigation {
	margin: 0 !important;
	padding: 30px 0 10px !important;
	border-top: 0px solid #4c3e4c;
	border-bottom: 0px solid #4c3e4c;
}
#mob-overlay {
	display: none;
	position: relative;
}
#mob-overlay.showmob {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 150%;
    content: " ";
    display: block;
    z-index: 9;
    background: rgb(0 0 0 / 57%);
}
#mob-overlay.showmob:hover {
   cursor: pointer;
}
	.sub-toggle .fa-angle-up, .sub-toggle .fa-angle-down {
		position: relative;
		top: -5px;
    	font-size: 40px;
}
.sub-toggle {
    z-index: 4;
    position: absolute;
    right: -20px;
    top: 3px;
}
.sub-toggle .fa-angle-up, .sub-toggle .fa-angle-down {
    float: right;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.offset-canvas ul ul {
	padding: 20px 0 10px;
	display: none;
}
.offset-canvas ul ul li {
	padding-left: 10px;
	list-style: none;
}
.offset-canvas ul ul li a {
	padding-left: 10px;
	font-size: 17px !important;
	font-weight: 400 !important;
	line-height: 22.5px !important;
}
/****/
[id^=google_map_easy] {
        width: 100%!important;
        height: 400px!important;
						    }
	[id^=ggmapControlsNu] {
		width:100%!important;	}
	.gmpMapDetailsContainer {
		height:400px!important;
	}
	.gmp_MapPreview {
		/*position:absolute;*/
		width: 100%!important;
	}
	[id^=mapConElem] {
		width: 100%!important;	}
    .gm-style .gm-style-iw-c{
        padding: 12px!important;
    }
#sticky.stick {
  position: sticky;
  top: 0;
  z-index: 8;
	width: 100%;
}
.admin-bar #sticky.stick {
  top: 32px;

}
#sticky.stick .header {
	padding: 4px 0;
}
#sticky.stick .logo p {
	display: none;
}
#sticky.stick {
	border-bottom: 1px solid #f1f1f1;
}
.header-container {
	max-width: 1270px;
	margin: 0 auto;
}
.footer-container {
	max-width: 1270px;
	margin: 0 auto;
}
.copyright-container {
	max-width: 1270px;
	margin: 0 auto;
}
.columns {
	display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.columns-center {
	display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: center; 
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
a {
	text-decoration: none;
}
.logo img {
	max-width: 250px !important;
}
body {
	font-family: 'Manrope', sans-serif;
	font-size: 17px;
	margin: 0;
}
.header {
    background: #fff;
    padding: 15px 0;
    /* border-bottom: 1px solid #6192cd; */
    /* position: fixed; */
    /* width: 100%; */
    /* z-index: 9; */
}
ul.main-navigate {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.main-navigate li {
	display: inline-block;
	padding: 5px;
	margin-left: 10px;
}
ul.main-navigate li a {
	color: #000;
	text-transform: lowercase;
}
.container {
	max-width: 1270px;
	margin: 0 auto;
}
.herotitle {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}
.herotitle h1 {
    font-weight: 900;
    letter-spacing: -1px;
    font-size: 50px;
    margin: 0;
    color: #1c4e8b;
}
.like-h2 {
	margin: 0 0 0px;
	font-weight: normal;
	letter-spacing: 1px;
}
.herotitle p {
	margin: 0;
}
.hero {
	position: relative;
	/*padding: 50px 0;*/
}
/*.hero:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	background: #1c4e8b;	
	height: calc(100% - 150px);
	overflow: visible;
}*/
.page-image {
	height: 70vh;
	background-position: center 8%;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-image img {
    width: 100%;
    height: auto;
	position: relative;
}
.page-title {
    border-bottom: 1px solid #ddd;
}
.page-title h1 {
    margin: 12px 0;
    font-weight: 900;
    letter-spacing: -1px;
}
#crumbs {
    font-size: 14px;
    color: #1c4e8b;
	text-transform: lowercase;
}
#crumbs a {
    color: #969696;
}
#crumbs a:hover {
    color: #1c4e8b;
}
p.lightp {
	margin: 0;
	font-size: 15px;
}
p.strongp {
	margin: 0;
	font-weight: 900;
	font-size: 15px;
}
.contact-details {
	margin-right: 30px;
}
.contact-details {
	position: relative;
	padding-left: 38px;
}
.contact-details a {
	color: #222;
}
.contact-details a:hover {
	color: #1c4e8b;
}
.contact-details svg {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 3px;
	fill: #fff;
}
.logo a {
	color: #6293ce;
}
.logo p {
    padding-left: 46px;
    margin: 4px 0 0;
    letter-spacing: 3px;
    font-size: 11px;
	font-weight: 300;
}
.header-contact {
	background: #1c4e8b;
	padding: 8px 15px;
	color: #fff;
}
.footer-contact {
    background: #969696;
    padding: 8px 15px;
    color: #000;
}
.footer-contact {
    background: #f1f1f1;
    padding: 45px 15px;
    color: #1c4e8b;
}
.footer-contact svg {
    fill: #1c4e8b;
}
ul.main-navigate > li.current-menu-item a, ul.main-navigate > li a:hover {
    border-bottom: 2px solid #1c4e8b;
}

.container-narrow {
	max-width: 768px;
	margin: 35px auto;
}
.contact-page .contact-details svg {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: -6px;
    fill: #1c4e8b;
}
.contact-page .contact-details {
    position: relative;
    padding-left: 65px;
	margin-bottom: 35px;
}
.contact-page p.lightp {
	margin: 0;
	font-size: 17px;
}
.contact-page p.strongp {
	margin: 0;
	font-size: 17px;
	font-weight: 900;
}
.eb-directions {
	font-size: 15px;
	margin: 5px 0;
}
.footer {
    background: #1c4e8b;
    padding: 95px 0 40px;
    color: #fff;
}
img.footer-logo {
	max-width: 280px;
}
.footer .contact-details {
	margin-bottom: 35px;
}
.footer .contact-details a {
    color: #fff;
}
ul.footer-navigate {
    list-style: none;
	margin: 0;
	padding: 0;
}
ul.footer-navigate li {
    padding: 5px;
    margin-left: 10px;
}
ul.footer-navigate li a {
    color: #fff;
    text-transform: lowercase !important;
}
.gallery-item {
    margin: 0 !important;
    padding: 0 !important;
}
.gallery-icon {
    padding: 5px !important;
    margin: 0 !important;
}
.gallery-item img {
    border-width: 0 !important;
    border-radius: 0 !important;
}
.container ul li {
	margin: 11px 0;
}
.column70 {
	/*width: calc(100% - 350px);*/
	max-width: 768px;
	margin: 0 auto;
}
.column30 {
	width: 300px;
	display: none;
}
.contact-time {
	background: #f1f1f1;
}
.footer .contact-time {
	background: transparent;
	width: 300px;
}
/*.contact-time h3 {
    margin: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #1c4e8b;
}*/
.contact-time-inner {
	/*padding: 0 22px 12px;*/
}
.timeline {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #6293cd;
}
.timeline:last-child {
	margin: 10px 0;
	padding-bottom: 0;
	border-bottom: 0px solid #6293cd;
}
.timeline p {
	margin: 0;
}
p.day {
	font-weight: 900;
	font-size: 16px;
}
p.time {
	/*width: 100px;*/
	font-size: 15px;
}
.copyright {
    background: #1c4e8b;
    padding: 15px 0;
    color: #fff;
	font-size: 15px;
	font-weight: 300;
}
.copyright a {
	color: #fff;
}
.tyrk-line {
	padding: 0 7px;
}
.footer-logo p {
    padding-left: 52px;
    margin: 7px 0 0;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 200;
    color: #fff;
}
.footer h4 {
    position: relative;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: normal;
    /* text-transform: lowercase; */
    letter-spacing: .8px;
    padding-left: 30px;
}
.footer h4:before {
    content: '';
    width: 24px;
    height: 2px;
    border-bottom: 2px;
    text-align: inherit;
    bottom: 8px;
    position: absolute;
    background: #6293cd;
    left: 0;
}
.col33 {
	width: 32%;
	margin-bottom: 35px;
}
.col33 h2 {
	margin: 7px 0;
}
.therapeia {
    width: 24%;
    background: #f1f1f1;
    margin-bottom: 18px;
    text-align: center;
	border-radius: 8px;
}
.theraapeia:last-child {
    width: 24%;
    background: #F2D307;
    color: #000;
}
.therapeia-icon svg {
	width: 50px;
	height: 50px;
	fill: #1c4e8b;
}
.therapeia h3 {
	margin: 5px 0;
}
.therapeia-item {
    padding: 25px 10px;
}
.cptext p {
	display: inline-block;
}
@media screen and (max-height: 400px) {
	.page-image {
	height: 380px !important;
	background-position: center 2%;
	background-size: cover;
}
}
@media screen and (max-width: 1295px) {
	.container, .header-container, .footer-container, .copyright-container {
		padding: 0 15px;
	}
}
@media screen and (max-width: 1220px) {
.header-contact .columns {
		display: none;
	}
	.header-contact .columns-center {
    justify-content: center;
}
	.therapeia, .thersapeia:last-child {
		width: 32%;
	}
	div.footer-logo {
		width: 100%;
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 798px) {
	
	.herotitle {
    position: relative;
    top: 0;
    transform: translatey(0);
	margin-top: 25px;
	margin-bottom: -50px;
}
	.herotitle h1 {
    font-weight: 900;
    letter-spacing: -1px;
    font-size: 40px;
    margin: 0;
    color: #1c4e8b;
}
	.home50-inner {
	max-width: 100%;
}
	#homecolumns.columns-center {
		flex-flow: column-reverse;
	}
	.home50 {
	width: 100%;
		margin-bottom: 35px;
}
	.column40 {
	width: 100%;
}
.column40-inner {
    position: relative;
    top: 0;
}
.admin-bar .column40-inner {
    top: 0;
}
.column60 {
	width: 100%;
}
	.col33 {
		width: 48%;
	}
	.page-image, body.page-id-109 .page-image, body.page-id-111 .page-image {
	height: 40vh;
	background-position: center 8%;
	background-size: cover;
}
	.cptext, .cpsite {
		width: 100%;
		text-align: center;
	}
	.cptext p {
	display: block;
		text-align: center;
}
	img.footer-logo {
    margin-left: -15px;
}
	.footer .column50  {
		max-width: 380px;
		margin: 0 auto 30px;
	}
	div.footer-logo {
		max-width: 380px;
		margin: 0 auto 30px;
	}
	.header-menu {
		display: none;
	}
	.menu-right {
    display: block;
}
.therapeia, .therdapeia:last-child {
		width: 48%;
	}
	.galleryid-109 .gallery-item {
	width:50%;
}
}
@media screen and (max-width: 480px) {
		.galleryid-109 .gallery-item {
	width:100%;
}
.contact-page .contact-details {
    position: relative;
    padding-left: 35px;
    margin-bottom: 35px;
}
	.contact-page .contact-details svg {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 7px;
    fill: #1c4e8b;
}
	.contact-page p.lightp {
    margin: 0;
    font-size: 15px;
}
	.contact-page p.strongp {
    margin: 0;
    font-size: 15px;
    font-weight: 900;
}
		.herotitle h1 {
    font-weight: 900;
    letter-spacing: -1px;
    font-size: 30px;
    margin: 0;
    color: #1c4e8b;
}
	.therapeia, .theradpeia:last-child {
		width: 100%;
	}
	.col33 {
		width: 100%;
	}
		.page-title .columns-center {
		display: block;
	}
	.page-title h1 {
		margin-bottom: 0;
	}
	#crumbs {
		margin-bottom: 12px;
	}
	.footer {
    background: #1c4e8b;
    padding: 70px 0 0px;
    color: #fff;
}
	img.espa {
	
	max-width: 320px;
	background: #fff;
	padding: 0 3px;
}
	.tyrk-line {
		display: none;
	}
	.cptext a {
	display: block;
margin: 15px 0 10px;
		font-weight: 900;
}
}