/**
Theme Name: DN Child
Author: Digital Nest
Author URI: https://digitalnest.gr/
Description: Digital Nest Child Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dn-child
Template: generatepress
*/

/*** Fonts ***/

/** OpenSans **/

/* 400 Weight */
@font-face {
  font-family: "OpenSans";
  font-display: swap;
  src:
    url("fonts/OpenSans/OpenSans-Regular.woff2") format("woff2"),
    url("fonts/OpenSans/OpenSans-Regular.woff") format("woff");
}

/* 600 Weight */
@font-face {
  font-family: "OpenSans-SemiBold";
  font-display: swap;
  src:
    url("fonts/OpenSans/OpenSans-SemiBold.woff2") format("woff2"),
    url("fonts/OpenSans/OpenSans-SemiBold.woff") format("woff");
}

/* 700 Weight */
@font-face {
  font-family: "OpenSans-Bold";
  font-display: swap;
  src:
	url("fonts/OpenSans/OpenSans-Bold.woff2") format("woff2"),
	url("fonts/OpenSans/OpenSans-Bold.woff") format("woff");
}

/** Syne **/

/* 400 Weight */
@font-face {
  font-family: "Syne";
  font-display: swap;
  src:
	url("fonts/Syne/Syne-Regular.woff2") format("woff2"),
	url("fonts/Syne/Syne-Regular.woff") format("woff");
}

/*** Globals ***/
:root {
  /* Fonts */
  --OpenSans: "OpenSans";
  --OpenSans-SemiBold: "OpenSans-SemiBold";
  --OpenSans-Bold: "OpenSans-Bold";
  --Syne: "Syne";
	

  /* Colors */
  --zircon: #EFF4FF;
  --mariner: #2576BB;
  --mariner-2: #1e73be;
  --kashmir-blue: #557B97;
  --matisse: #1F65AA;
  --picton-blue: #42ACE3;
  --anakiwa: #84d5ff;
  --french-pass: #B6E6FF;
  --wedgewood: #4E7AA7;
  --lily-white: #E5F6FF;
  --horizon: #597d98;


  /* Font Weights */
  
  /* Font Sizes */

  /* Line Heights */

}


/*** Temp ***/
#wpadminbar,
.cdp-copy-alert-success{
	display:none !important;
}


/*** Common ***/
html {
	margin-top: 0 !important;
}

/* Separator line */
.horizontal-line-physios {
  	background-color: var(--mariner);
	width: 97px;
}


/* Blue boxes on contact forms */
.info-physios {
	box-shadow: 7px 9px 36px 0px rgba(0, 0, 0, 0.10);
}

.info-physios p a{
	text-decoration: none;
}

/* Remove margin on social icons */
.is-style-logos-only {
	margin-bottom: 0;
}

/* Quality of life */
.quality-of-life-txt{
	font-style: italic;
	box-shadow: 7px 9px 36px 0px rgba(0, 0, 0, 0.10);
}

a, button{
	transition: 
		all .1s ease-in-out, 
		background-color .1s ease-in-out;
}

/* Accessibility menu */
/* .pojo-sr-only.sr-only{
	color:black !important;
} */

/* Screen reader only */
.sr-only {
	background-color:white;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Espa banner */
.espa_banner{
	position: fixed;
    bottom: 20px;
    z-index: 1999;
    left: 20px;
	transition: opacity 0.5s, visibility 0.5s;
	width:225px;
	height:80px;
	object-fit:cover;
}

@media screen and (max-width:767px){
	.espa_banner{
		width:170px;
		height:60px;	
	}
}

/* Search popup */
.is-popup-search-form form input#is-search-input-2590{
	color: #597D98;
    font-family: var(--OpenSans);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
    background: #EFF4FF;
    width: 100%;
    height: 60px;
    border-color: #EFF4FF;
	margin-bottom: 20px;
}

.is-search-form{
	max-width: 1000px;
}

.is-popup-search-form form{
	display: flex;
    align-content: center;
    flex-direction: row;
	align-items: flex-start;
}

.is-search-icon {
    color: #8ab4f8;
    background: #fff;
    font-size: 14px!important;
    border: 1px solid #fff;
    border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	height: 60px;
	width: 60px;
	display: flex !important;
    justify-content: center !important;
	padding-top: 0 !important;
}

.is-search-icon:hover {
	background-color: #EFF4FF;
}

.is-form-style .is-search-submit path {
    fill: #597D98;
}



/*** Header ***/

/* Bar above menu */
.top-bar{
	height: fit-content!important;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background-color: #F7F9FC;	
}

.inside-top-bar {
    padding: 20px 40px;
}

.top-bar-telephone img {
    margin-right: 8px;
}

.top-bar a{
	text-decoration: none;
}

.dropdown-click .main-navigation ul.toggled-on, 
.dropdown-click .main-navigation ul li.sfHover > ul.toggled-on{
	padding: 20px 10px;
	padding-left: 100px;
}

/* Container below mobile menu */
.gb-container.mobile-info{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
	padding-bottom: 15px;
}

.mobile-info div {
	display: flex;
	padding: 5px;
}

.mobile-info img {
	margin-right: 10px;
	width: 24px;
	height: 24px;
}

@media screen and (min-width: 769px){
	.mobile-menu-footer{
		display:none;
	}
}

@media screen and (max-width: 768px){
	#primary-menu{
		order:1;
	}
	
	.main-navigation.toggled .mobile-menu-footer{
		display:block!important;
		order:2;
		padding-top: 20px;
	}
	
	.main-navigation.toggled .mobile-menu-footer ul{
		display: flex!important;
	}
	
	.main-navigation.toggled .mobile-menu-footer ul svg{
		height: 30px;
		width: 30px;
	}
}

/*** Mega menu ***/
.is-style-default span, 
.screen-reader-text {
	display: none!important;
	color: black!important;
}
.site-header .header-image.is-logo-image {
	top: -28px;align-content
}

.main-navigation .main-nav ul ul li a 	{ 
    padding: 5px 10px;
}

.site-header.grid-container{
	position:sticky;
	top:0;
	z-index:99998;
}

@media (min-width: 769px) {
	
    nav .main-nav .mega-menu {
        position: static;
    }

    nav .main-nav .mega-menu > ul {
        position: absolute;
/*         top: 80px; */
/* 		width: 100vw; */
		width: 100%;
		right: -11.7%;
		padding: 20px;
		border-radius: 10px;
		box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.07);
		left: 0;
        display: flex;
        flex-wrap: wrap;
    }

    nav .main-nav .mega-menu > ul > li > a {
        font-weight: bold;
    }

    nav .main-nav .mega-menu>ul>li {
        display: inline-block;
        vertical-align: top;
    }

    nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
      	width: 33.333%; 
		margin-bottom: 20px;
		display: flex;
/*     	justify-content: center; */
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		margin-top: 20px;
    }
    
    ul.sub-menu#menu-item-667-sub-menu.toggled-on > li {
        width: 50% !important; 
    }

    nav .main-nav .mega-menu ul .sub-menu {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        box-shadow: 0 0 0;
        height: auto;
        pointer-events: auto;
        transform: scale(1);		
    }
	
	nav .main-nav .mega-menu ul.toggled-on{
		padding-top: 50px;
    	padding-bottom: 50px;
		padding-left: 130px;
        padding-right: 400px; 
		border-radius: 0px 0px 20px 20px;
		box-shadow: inset 7px 9px 36px 0px rgba(0, 0, 0, 0.10);
		background-color: #fff;
		position: relative; 
        position: fixed; 
        box-sizing: border-box; 
    	margin-top: 40px;
	}

/*     nav .main-nav .mega-menu ul.toggled-on:after {
        content: "";
        background-image: url("/wp-content/uploads/2023/08/manual-therapy-menu-physios.jpg"); 
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        top: 50px; 
        right: 50px; 
        width: 30vw; 
        max-width: 350px; 
        height: calc(100% - 100px); 
        border-radius: 10px;
        z-index: 9999;
    } */


    nav .main-nav .mega-menu ul.toggled-on .sub-menu {
        pointer-events: auto;
    }

    nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }
	
	/* Commented to find out later why it is used*/
	
/* 	nav .main-nav .mega-menu .manual-theraphy:after {
		content: "";
		width: 32vw;
		height: 445px;
		max-height: 445px;
		background-position: center;
		background-image: url(/wp-content/uploads/2023/10/physio_human_run.svg);
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 180%;
		border-radius: 10px;
	} */
	
	/* The structure below is:
	 * 
	 * 1. The icon before the link
	 * 2. The box that contains the image on step 3.
	 * 3. The image on the right which corresponds to each link and appears in that box. Kept on top for easier access.
	 */
	
	/* The box from step 3 */
	nav .main-nav .mega-menu .menu-item a:hover:after{
		content: "";
		width: 32vw;
		height: 445px;
		max-height: 445px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		top: 0;
		left: 180%;
		border-radius: 10px;
		z-index: 999;
	}
	
	/* Clinical evaluation */
	nav .main-nav .mega-menu .clinical-evaluation:before {
		content:"";
		width: 34px;
		height: 40px;
		background-image: url(/wp-content/uploads/2023/07/ergon-technique-physios.svg);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: contain;	
	}
	
/* 	nav .main-nav .mega-menu .clinical-evaluation a:hover:after{
		
	} */
	
	/* Manual therapy */
	nav .main-nav .mega-menu .manual-therapy:before{
		content:"";
		width: 34px;
		height: 40px;
		background-image: url(/wp-content/uploads/2023/07/manual-therapy-physios.svg);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: contain;	
	}

	nav .main-nav .mega-menu .manual-theraphy a:hover:after {
		background-image: url(/wp-content/uploads/2023/08/manual-therapy-menu-physios.jpg);
	}
	
	/* Indiba active */
	nav .main-nav .mega-menu .indiba-active:before{
		content:"";
		width: 34px;
		height: 40px;
		background-image: url(/wp-content/uploads/2025/11/indiba-physios.svg);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: contain;	
	}
	
	/* SIS */
	nav .main-nav .mega-menu .sis:before{
		content:"";
		width: 34px;
		height: 40px;
		background-image: url(/wp-content/uploads/2025/11/sis-new.svg);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: contain;	
	}
	
	/* McKenzie Method */
	nav .main-nav .mega-menu .mckenzie-method:before{
		content:"";
		width: 34px;
		height: 40px;
		background-image: url(/wp-content/uploads/2023/07/methos-mckenzie-physios.svg);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: contain;	
	}
	
/* 	nav .main-nav .mega-menu .mckenzie-method a:hover:after {
		background-image: url(/wp-content/uploads/2023/08/method-mckenzie-menu-physios.jpg);
		top: -80px;
	} */
	
	
	/* Clinical pilates */
	nav .main-nav .mega-menu .clinical-pilates:before{
		content:"";
		width: 34px;
		height: 40px;
		background-image: url(/wp-content/uploads/2025/11/therapy-pilates-physios.svg);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: contain;	
	}
	
	/* Therapeutic exercise */
	nav .main-nav .mega-menu .therapeutical-exercise:before {
		content:"";
		width: 34px;
		height: 40px;
		background-image: url(/wp-content/uploads/2025/11/therapeutical-exercise.svg);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: contain;	
	}
	
	/* Dry needling */
	nav .main-nav .mega-menu .dry-needling:before{
		content:"";
		width: 34px;
		height: 40px;
		background-image: url(/wp-content/uploads/2023/07/velonismos-physios.svg);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: contain;	
	}
	
/* 	nav .main-nav .mega-menu .dry-needling a:hover:after {
		background-image: url(/wp-content/uploads/2023/08/velonismos-menu-physios.jpg);
		top: -320px;
	} */
	
	/* Cardiovascular therapy */
	nav .main-nav .mega-menu .cardiovascular-therapy:before {
		content:"";
		width: 34px;
		height: 40px;
		background-image: url(/wp-content/uploads/2025/11/heart.svg);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: contain;	
	}
	
	/* Women */
	nav .main-nav .mega-menu .gynecological-therapy:before {
		content:"";
		width: 34px;
		height: 40px;
		background-image: url(/wp-content/uploads/2025/11/pregnant.svg);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: contain;	
	}
	
	/* At home */
	nav .main-nav .mega-menu .at-home-service:before {
		content:"";
		width: 34px;
		height: 40px;
		background-image: url(/wp-content/uploads/2025/11/elder.svg);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: contain;	
	}
	
	nav .main-nav .mega-menu li:before{	
		filter: hue-rotate(345deg) saturate(180%) grayscale(70%);
	}

	nav .main-nav .mega-menu li.current-menu-item:before,  
	nav .main-nav .mega-menu li:hover:before{	
		filter: unset;
	}
}

@media screen and (min-width: 2015px){
	nav .main-nav .mega-menu .dry-needling a:hover:after, 
	nav .main-nav .mega-menu .manual-theraphy:after, 	
	nav .main-nav .mega-menu .manual-theraphy a:hover:after, 
	nav .main-nav .mega-menu .mckenzie-method a:hover:after{
		width: 550px;
		height: 500px;
	}
}

.main-navigation:not(.toggled) ul li:hover>ul {
	overflow: hidden;
}

/*** Home ***/
.dn-top-slider:before{
	content: '';
	width: 100%;
	height: 100%;
	background-image: radial-gradient(#ffffffC0, #ffffff00);
	background-position-y: -100px;
	position: absolute;
}

.dn-top-slider:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: #E5F6FF6E;
}

.dn-top-swiper .swiper-wrapper{
	box-sizing: border-box;
}

.dn-top-swiper .swiper-pagination-horizontal.swiper-pagination{
	display: flex;
	justify-content: center;
}

.dn-top-swiper .swiper-pagination-horizontal.swiper-pagination  .swiper-pagination-bullet{
	display: flex;
	width: 40px;
	height: 0;
	margin: 0 0;
	padding: 10px 0px;
	border-style:none;
	background-color: #00000000;
	opacity: 1;
}
.dn-top-swiper .swiper-pagination-horizontal.swiper-pagination  .swiper-pagination-bullet .dn-inner-bullet{
	display: inline-block;
	border-radius: 0px;
	width: 40px;
	height: 0;
	border-width: 2px;
	border-style: solid;
	margin: 0 0;
	border-color: var(--anakiwa);
}

.dn-top-swiper .swiper-pagination-horizontal.swiper-pagination  .swiper-pagination-bullet:first-child .dn-inner-bullet{
	border-radius: 10px 0px 0px 10px;
}

.dn-top-swiper .swiper-pagination-horizontal.swiper-pagination  .swiper-pagination-bullet:last-child .dn-inner-bullet{
	border-radius: 0px 10px 10px 0px;
}

.dn-top-swiper .swiper-pagination-horizontal.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .dn-inner-bullet{
	border-radius: 10px;
	border-color: #2576BB;
}

/* Container inside initial home swiper */
.dn-top-buttons .swiper-pagination-bullet:focus-visible{
	outline: none;
}

.dn-top-swiper .dn-top-buttons{
	position: absolute;
}

/* Appointment button */
.dn-button-ap{
	overflow: hidden;
}

.dn-button-ap:before{
	content: "";
	z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: var(--picton-blue);
	margin-left: -120px;
    width: calc(0% + 40px);
    height: 47px;
    transition: all .7s ease;
}

.dn-button-ap:after{
	content: "";
	z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: var(--anakiwa);
	margin-left: -40px;
    width: calc(0% + 40px);
    height: 47px;
    transition: all .7s ease;
}

.dn-button-ap:hover:before{
	width: calc(155% + 40px);
}

.dn-button-ap:hover:after{
	width: calc(145% + 40px);
}

/* Service cards */
.dn-service-card:hover:before{
	opacity: 0.25;
}

.dn-service-card{
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.07);
}

.dn-service-card:before{
	transition: opacity 0.3s ease-in-out !important;
}

@media only screen and (max-width: 1400px) {
	.dn-service-card .gb-headline{
		height: unset;
	}
}

.dn-service-card .gb-headline{
	z-index: 1;
}

/* Member swiper */
@media only screen and (max-width: 767px){
	.dn-members-swiper .gb-query-loop-item.type-physio-member {
		min-width: 50%;
	}
}

.dn-member-arrow-button{
	cursor: pointer;
}

.dn-member-arrow-button, .dn-member-arrow-button .gb-icon svg path{
	transition: all .3s ease-in-out;
}

.dn-member-arrow-button:hover .gb-icon svg path{
	stroke: var(--lily-white);
}

.dn-members-swiper{
	overflow: hidden;
}

.dn-members-swiper .gb-grid-wrapper {
    flex-wrap: nowrap;
}

.dn-members-swiper .gb-query-loop-item{
    min-width: 33%;
}

/* News container */
.gb-container.dn-home-news-cont{
	padding-left: 4%;
	padding-right: 4%;
}

.dn-news-title a{
	text-decoration: none;
}




#altEmail_container label{
	background-color:white!important;
}






@media screen and (max-width: 1300px){
	
	.top-bar{
		justify-content: center;
	}
	
	.site-header .header-image.is-logo-image {
    	top: 0!important;
		width: 200px;
	}
}

@media screen and (max-width: 1170px) and (min-width: 901px) {
	
	.inside-top-bar {
    	padding: 26px 40px;
 	}
	
	.site-header .header-image.is-logo-image {
		width: 150px;
	}
	
	.main-navigation .main-nav#primary-menu>ul.menu.sf-menu{
		column-gap: 3px;
	}
	
	.main-navigation .main-nav#primary-menu ul li a {
		font-size: 15px;
		line-height: normal;
	}
}

@media screen and (max-width: 1024px){
	.inside-header.grid-container {
		padding: 20px 30px;
	}
	
	.main-navigation .main-nav#primary-menu ul li a {
		font-size: 13px;
		line-height: normal;
	}
}

@media screen and (max-width: 901px){
	.inside-header.grid-container {
		padding: 12px 20px;
	}
	
	.site-header.grid-container {
		height: 80px;
	}
	
	.inside-top-bar {
    	padding: 20px 20px;
	}
	
	.top-bar .inside-top-bar .alignwide{
		flex-wrap: wrap;
	}
	
	.site-header .header-image.is-logo-image {
		width: 100px;
	}
	
	.main-navigation .main-nav#primary-menu>ul.menu.sf-menu{
		column-gap: 3px;
	}
	
	.main-navigation .main-nav#primary-menu ul li a {
		font-size: 12px;
		line-height: normal;
	}
}

@media screen and (max-width: 799px){
	.top-bar .inside-top-bar .alignwide .top-bar-info{
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 768px){
	
	div#primary-menu {
		display: flex;
    	flex-direction: row;
    	flex-wrap: wrap;
	}
	
	.main-navigation .inside-navigation{
		max-width: fit-content;
    	flex-direction: column;
		align-items: stretch;
	}
	
	.main-navigation.has-menu-bar-items.sub-menu-right.toggled{
		padding: 20px 10px;
		border-radius: 10px;
		box-shadow: 7px 9px 36px 0px rgba(0, 0, 0, 0.10);
	}
	
	.top-bar-menu-physios {
    	display: none;
	}

	.site-header{
		height: 100%!important;
	}
	
	.site-header .header-image {
    	width: 210px;
	}
	
	.has-inline-mobile-toggle .mobile-menu-control-wrapper svg{
		 width: 18px;
		 height: 18px;
	}
	
	.has-inline-mobile-toggle .mobile-menu-control-wrapper button{
		padding: 5px;
	}
	
	.has-inline-mobile-toggle .inside-header {
		padding: 0px 20px!important;
	}
	
	.astm-search-menu-wrapper.is-menu-wrapper{
		position: absolute;
    	width: fit-content;
    	top: 44px;
		right: 60px;
	}
	
	.main-navigation .main-nav ul ul li a 	{ 
    	padding: 5px 5px;
	}
	
	nav .main-nav ul li{
		padding: 5px;
		width: fit-content!important;
	}
	
	.is-search-icon{
		margin-left: 0 !important;
	}
}

.site-header{
	height: 120px;
}

.site-header .header-image {
    position: relative;
    top: -35px;
}

.main-navigation .main-nav>ul.menu.sf-menu {
    column-gap: 5px;
    flex-direction: row;
    justify-content: flex-start;
}

.menu li.current_page_item:not(nav .main-nav .mega-menu ul li) {
    background-color: #EBF8FF;
    color: #327EBF;
    border-radius: 90px;
}

ul.sub-menu.toggled-on{
	border-radius:10px;
}

.main-navigation .main-nav ul li a{
	color: var(--wedgewood);
	font-family: var(--OpenSans-SemiBold);
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1vw;
  	padding-right: 1vw;
}

.inside-header {
    display: flex;
    align-items: center;
    height: inherit;
	  max-width: 1600px;
}

.physios_theraphy{
	color: #2576BB;
}

.list-services li::marker{
	font-size: 10px;
}

@media screen and (max-width:910px){
	header .inside-header{
		padding-right:40px!important;
	}
}


/*** About us page ***/
#post-2835 .gb-container-c58bf12d {
	padding-bottom: 70px;
}

/*** Service Pages ***/

/* Some of these pages will have swipers */

/* Swiper */
.dn-global-swiper .swiper-slide figure{
    width: 100%; 
    height: 100%;
    display: block;
}

.dn-global-swiper img[src*="sis-physios-02"] {
    object-position: 100%;
    width: 100%; 
    height: 100%;
    object-fit: cover; 
    display: block;
}

.dn-global-swiper .swiper-pagination-bullet-active {
	 background: var(--mariner);
}

/* Gynecological image fix */
.gb-container img[src*="gynecological-physios-02"] {
	display: block;
	object-fit: cover; 
    display: block;
	object-position: center;
}

/*** FAQ Section ***/
/* Shortcode */
.dn-faq-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: no-wrap;
	row-gap: 14px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding-top: 30px;
}

.dn-faq-box {
	width: 50%;
	padding: 18px 24px;
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	background-color: white;
}

.dn-faq-title {
	padding: 0;
	margin: 0;
	font-family: var(--OpenSans-Bold);
	font-size: 19px;
	line-height: 23px;
	color: var(--mariner);
}

.dn-faq-title:after {
    content: '';
	background-image: url('/wp-content/uploads/2023/07/faq-arrow-right.svg');
	background-repeat: no-repeat;    
    background-size: contain;    
    float: right;
	min-width: 16px;
    height: 16px;
}

.dn-active:after {
    content: "";
	background-image: url('/wp-content/uploads/2023/07/faq-arrow-down.svg');
	background-repeat: no-repeat;    
    background-size: contain;    
    float: right;
	width: 16px;
    height: 16px;
}

.dn-faq-body p{
	margin: 0;
	padding-top: 18px;
	font-size: 17px;
	line-height: 26px;
	font-family: var(--OpenSans);
	color: var(--horizon);
}

@media screen and (max-width: 1024px) {
	
	.dn-faq-box {
		width: 70%;
	}
	
	.dn-faq-title {
		font-size: 17px;
		line-height: 20px;
	}
	
	.dn-faq-body p{
		font-size: 15px;
		line-height: 25px;
	}
}

@media screen and (max-width: 768px) {
	.dn-faq-box {
		width: 95%;
	}
	
	.dn-faq-title {
		font-size: 15px;
	}
}



/*** Our Services section ***/
/* Cards */
.services-physios{
	box-shadow: -3.656426191329956px 3.656426191329956px 18.28213119506836px 0px rgba(0, 0, 0, 0.08);
	transition: ease-in-out 0.3s;
}

.all-services-physios-section .horizontal-line-physios{
	background-color: var(--mariner);
	width: 55px;
}

.services-physios:hover {
    background: #328BCB;
}

.services-physios:hover h2{
	color: #fff;
}

.services-physios:hover .horizontal-line-physios{
	background-color: #fff;
}

.services-physios:hover figure img {
	fill: var(--mariner);
}

.services-physios:hover figure img{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.services-physios .services-icons-with-arrows:after{
	content: '';
	background-image: url('/wp-content/uploads/2023/07/right-white-arrow.svg');
	background-repeat: no-repeat;    
	background-size: contain;   
	float: right;
  	width: 50px;
  	height: 43px;
  	margin-left: 13vw;
  	position: absolute;
	opacity: 0;
	margin-top: -25px;
	
}

.services-physios:hover .services-icons-with-arrows:after{
	opacity: 1;
}

@media screen and (max-width: 768px){
	.services-physios .services-icons-with-arrows:after{
		margin-left: 20vw !important;
	}
}

/* Smart hack to make the container an entire link */
.stretch-link {
    position: relative; 
}

.stretch-link a[href]:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; 
}

.stretch-link a[href] {
    text-decoration: none;
}

/* Swiper */
.dn-services-swiper{
	overflow: hidden !important;
}

.dn-service-swiper .swiper-wrapper {
	margin: auto;
	width: 90%!important;
}

.dn-services-swiper .swiper-slide{
	display: flex;
}

.all-services-physios-section{
	max-width: 100% !important;
	padding: 50px 0px;
}

.dn-services-swiper .dn-services-pagination.dn-pag-swiper{
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	padding: 15px 0;
}

.dn-services-swiper .dn-services-button-next{
	position: absolute;
	top: 50%;
	left: 99%;
}

.dn-services-swiper .dn-services-button-prev{
	position: absolute;
	top: 50%;
	left: -10px;
}

@media screen and (max-width: 768px){
	.dn-services-swiper.dn-services-button-next{
		position: absolute;
		top: 50%;
		left: 96%;
	}
}

.dn-services-swiper .swiper-wrapper {
	align-items: center;
}

.dn-services-swiper .swiper-button-prev:after, 
.dn-services-swiper .swiper-button-next:after{
	width: 45px;
	height: 45px;
	color: #597D98;
}



/*** Newsletter section ***/
.verticle-line-newsletter{
  	background-color: #FFF;
	width: 10px;
}


/*** Contact form ***/
.dn-contact-form .wpcf7 form.wpcf7-form.init {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: baseline;
}

.dn-contact-form .wpcf7 .dn-email-newsletter::placeholder{
	color: #597D98;
	font-family: Open Sans;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
}

.dn-contact-form .wpcf7 .dn-email-newsletter {
    margin-right: 3vw;
	border-radius: 10px;
	color: #597D98;
	font-family: Open Sans;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	height: 60px;
	width: 29vw;
}

.dn-contact-form .wpcf7 .dn-email-newsletter-submit{
	border-radius: 90px;
  	background-color: #2C7AB2;
  	border-color: #FFF;
	padding: 11px 26px 11px 26px;
	font-family: Syne;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.dn-contact-form .wpcf7 form.wpcf7-form.init input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
	background-color: #FFF;
	color: #328bcb;
}

/* Appointment section */

/* The white container */
.physios-book-appointment{
	box-shadow: 7px 9px 36px 0px rgba(0, 0, 0, 0.10);
}

/* The cf7 container */
.book-appointment-physios {
    width: 449px;
}

@media screen and (max-width: 1024px) and (min-width: 765px) {
	.book-appointment-physios {
	    width: 375px;
	}
}

@media screen and (max-width: 764px) {
	.book-appointment-physios {
    	width:85vw;
	}
	
	.newsletter-image-services-page{
		display: none;
	}
	
	.dn-contact-form .wpcf7 .dn-email-newsletter{
		width: 46vw!important;
	}
}

.book-appointment-physios form.wpcf7-form.init p:not(:nth-child(4)){
	width:100%;
	margin-bottom:20px;
}

.book-appointment-physios form.wpcf7-form.init p:nth-child(4){
	margin-bottom:42px;
}

.book-appointment-physios form.wpcf7-form.init .wpcf7-spinner{
	display:none;
}

.book-appointment-physios .dn-submit-rantevou, 
.book-appointment-physios .dn-submit-rantevou:hover{
	border-radius: 90px;
  	background: var(--french-pass);
	padding: 11px 40px 11px 40px;
  	align-items: center;
	color: #1F65AA;
}

.book-appointment-physios input.wpcf7-form-control.has-spinner.wpcf7-submit{
	text-align: center;
	margin-top: 20px;
}

.book-appointment-physios .dn-fullname-rantevou, 
.book-appointment-physios .dn-email-rantevou::placeholder, 
.book-appointment-physios .dn-fullname-rantevou::placeholder, 
.book-appointment-physios .dn-email-rantevou, 
.book-appointment-physios select, 
.book-appointment-physios select option{
	color: #58738A;
  	font-family: var(--OpenSans);
  	font-size: 18px;
  	font-style: normal;
  	font-weight: 400;
  	line-height: 28px;
	width: 100%;
	border-radius: 10px;
  	background: #EFF4FF;
	height: 64px;
	border-color: #EFF4FF;
	margin-bottom: 20px;
}


/* Popup */
.pum-theme-3466, .pum-theme-default-theme {
    backdrop-filter: blur(5px); 
    -webkit-backdrop-filter: blur(46px); 
	background: linear-gradient(109deg, rgba(255, 255, 255, 0.52) 1.57%, rgba(185, 231, 255, 0.10) 100%);
}

.pum-container {
	padding-bottom: 50px !important;
}

/* Hide them initially */
.dn-popup-extra-fields {
	display: none;
}

/* When it's open */

/* Hide the original fields */
.pum-container .dn-fullname-rantevou,
.pum-container .dn-email-rantevou,
.pum-container .dn-appointment-rantevou {
	display: none;
}

/* Display the grid */
.pum-container .dn-popup-extra-fields{
	display: block;
}

.dn-popup-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    grid-template-rows: repeat(3, auto); 
    column-gap: 60px;  
    row-gap: 36px;  
	padding-bottom: 70px;
}

.dn-popup-title {
	text-align: center;
	color: var(--mariner);
	font-family: var(--Syne);
	font-size: 49px;
	line-height: 1.5em;
}

.dn-popup-col {
	display: flex;
    flex-direction: column;
	height: 100%;
}

.dn-popup-col label {
    margin-bottom: 20px;
	color: var(--mariner);
	line-height: 1.5em;
	font-size: 16px;
	font-family: var(--OpenSans-SemiBold);
}

.dn-help-popup,
.dn-date-popup{
	width: 100%;
	height: 100%;
}

/* Style placeholders */
.dn-help-popup {
    color: var(--mariner);
	font-family: var(--OpenSans);
	font-size: 17px;
	line-height: 1.5em;
}

.dn-date-popup[value=""]  {
    color: transparent; 
	color: var(--mariner);
	font-family: var(--OpenSans);
	font-size: 17px;
	line-height: 1.5em;
}

/* Remove border */
.pum-container input:not(.dn-submit-rantevou),
.pum-container textarea,
.pum-container select {
    border: none;
	border-bottom: 2px solid var(--mariner);
	background: transparent;
	padding: 10px 5px;
	width: 100%; 
    box-sizing: border-box;
}

.pum-container input.dn-date-popup {
	padding: 9.3px 5px;
}

.pum-container textarea {
	resize: none;
}

.pum-close.popmake-close,
.pum-close.popmake-close:hover{    
    line-height: 1;
    text-indent: -9999px; 
    
    background: none; 
    background-image: url("/wp-content/uploads/2025/11/close-btn.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%; 
}

.dn-popup-submit {
	display: flex;
	justify-content: flex-end;
}

.dn-popup-submit .dn-submit-rantevou, 
.dn-popup-submit .dn-submit-rantevou:hover{
	border-radius: 90px;
  	background: transparent;
	border: 1px solid var(--mariner);
	padding: 11px 40px 11px 40px;
  	align-items: center;
	color: var(--mariner);
}

.dn-popup-submit .wpcf7-spinner {
	display: none;
}


@media screen and (max-width: 1024px) {
	
	.pum-container {
		padding: 30px !important;
		width: 80% !important;
	}
	
	.dn-popup-grid {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 20px;
	}
	
	.dn-popup-title {
		font-size: 35px;
	}
}



@media screen and (max-width:910px) and (min-width:901px){
	
	.is-menu-wrapper{
		top:28px!important;
	}
}

@media screen and (max-width:900px) and (min-width:769px){
	
	.is-menu-wrapper{
		top:23px!important;
	}
}

@media screen and (max-width:768px){
	.top-bar{
		display:none;
	}
	
	.is-menu-wrapper{
		top:44px!important;
	}
}

/*** Our space Page***/
/* Images */
.image-our-space{
	overflow: hidden;
}

.image-our-space:after{
	border-radius: 10px;
}

.image-our-space:hover:after{
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.30) 100%, rgba(0, 0, 0, 0.30));
}

/* Swiper */
.swiper .dn-space-swiper{
	overflow: hidden;
}

.dn-space-swiper .swiper-slide{
   font-size: 18px;
   background: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
}

.dn-space-swiper .swiper-slide figure{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dn-space-swiper .swiper-pagination-bullet-active{
    background: var(--mariner);
}

/*** Contact Us Page ***/

/* Contact forms next of blue boxes */
.contact-us-physios-form{
	padding-top: 30px;
}

.contact-us-physios-form .dn-submit-epikoinwnia, 
.contact-us-physios-form .dn-submit-epikoinwnia:hover{
	border-radius: 90px;
    background: var(--french-pass);
    padding: 11px 40px 11px 40px;
    align-items: center;
    color: #1F65AA;
}

.contact-us-physios-form .dn-form-epikoinwnia:not(.dn-submit-epikoinwnia), 
.contact-us-physios-form .dn-form-epikoinwnia::placeholder{
	color: #597D98;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border-radius: 10px;
    background: #EFF4FF;
	width: 100%;
    height: 60px;
    border-color: #EFF4FF;
    margin-bottom: 20px;
}

.contact-us-physios-form .dn-textearea-form-epikoinwnia::placeholder{
	color: #597D98;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.contact-us-physios-form .dn-textearea-form-epikoinwnia{
	color: #597D98;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    border-radius: 10px;
    background: #EFF4FF;
	height: 150px;
    border-color: #EFF4FF;
    margin-bottom: 20px;
}








.one-container .site-content{
	padding: 0;
}




/*** Footer ***/
.site-footer a{
	text-decoration: none;
}

#dn-footer-form{
	display: flex;
}

#dn-footer-form p{
	margin: 0;
}

#dn-footer-form .dn-footer-email::placeholder{
	font-family: Open Sans;
	color: #5F657A8F;
	font-weight: 400;
	font-size: 17px;
	line-height: 29.8px;
}

#dn-footer-form .dn-footer-email{
	width: 299px;
	padding-right: 58px;
	height: 59px;
	background-color: #DCF3FF;
	border-radius: 90px;
	border-style: none;
	position: relative;
}

#dn-footer-form .dn-footer-btn{
	margin-left: -58px;
	display: flex;
    justify-content: center;
    align-items: center;
	width: 58px;
	height: 58px;
	padding: 0;
	border-radius: 90px;
	background-color: var(--french-pass);
	z-index: 1;
	position: relative;
}

#dn-footer-form .dn-footer-btn:hover{
	background-color: #2576BB;
}

#dn-footer-form .dn-footer-btn, 
#dn-footer-form .dn-footer-btn svg path{
	transition: all .2s ease-in-out;
}

#dn-footer-form .dn-footer-btn:hover svg path{
	stroke: var(--lily-white);
}

.footer-widgets-container{
	padding: 0;
}

@media only screen and (max-width: 1600px) and (min-width: 1025px){
	.footer-widgets-container .dn-footer-logo{
		width: 80%;
	}
	
	.footer-widgets-container .dn-footer-top-part{
		padding-left: 6%;
		padding-right: 6%;
	}
	
	.footer-widgets-container .dn-footer-cont{
		row-gap: 30px;
		padding-top: 2%;
	}
	
	.footer-widgets-container .db-footer-logo-cont{
		padding-top: 60px;
	}
	
	.footer-widgets-container .dn-footer-menu{
		min-width: 150px
	}
}

/* Copyright */
.dn-signature a{
	color: #717171!important;
}


@media only screen and (max-width: 1350px) and (min-width: 1025px){
	.footer-widgets-container .dn-footer-top-part{
		padding-left: 4%;
		padding-right: 4%;
	}
	
	.footer-widgets-container .dn-footer-logo{
		width: 75%;
	}
	
	.footer-widgets-container .db-footer-logo-cont{
		padding-top: 80px;
	}
	
	.footer-widgets-container .dn-footer-menu{
		min-width: 110px
	}
}

.dn-footer-menus-cont {
	justify-content: space-evenly;
}

@media only screen and (max-width: 1200px) and (min-width: 1025px){
	.footer-widgets-container .dn-footer-top-part{
		padding-left: 3.5%;
		padding-right: 3.5%;
	}
	
	.footer-widgets-container .dn-footer-menus-cont{
		column-gap: 30px;
	}
	
	.footer-widgets-container .dn-footer-menu{
		min-width: 95px
	}
	
	.footer-widgets-container  .dn-footer-contact-column{
		min-width: 300px;
	}
	
	.footer-widgets-container .dn-footer-phone{
		font-size: 40px;
	}
	
	.footer-widgets-container .dn-footer-bold-text{
		font-size: 16px;
	}

}

/*** Search Page ***/
.search.search-results main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
	padding: 0px 8vw;
}
@media screen and (max-width: 1522px){
	.search.search-results main {
		padding: 0px 0vw;
	}
	
	.search.search-results article {
    	width: 50%!important;
	}
}

.site-header.resize img{
	transition:width 0.3s ease;
}

.site-header img{
	transition:width 0.3s ease;
}

.site-header.resize{
	transition:height 0.3s ease;
}

.site-header{
	transition:height 0.3s ease;
}

.search.search-results .page-header{
	width: 100%;
}

.search.search-results  article {
    width: 33.333%;
}

.search.search-results .post-image img{
	border-radius: 10px;
}

.search.search-results footer.entry-meta, 
.search.search-results .entry-meta .byline {
	display: none;
}

.search.search-results .entry-summary p a{
    display: block;
	text-decoration: none;
    margin-top: 15px;
    border-radius: 90px;
    background: var(--french-pass);
    padding: 11px 40px 11px 40px;
    align-items: center;
    color: var(--mariner);
    width: fit-content;
}

.search.search-results .entry-title a, 
.search.search-results .entry-meta {
    color: var(--mariner);
}

@media screen and (max-width: 768px){
	.search.search-results .entry-summary p a{
		padding: 5px 20px 5px 20px;
	}
}

@media screen and (max-width: 500px){
	.search.search-results  article {
   		width: 100%!important;
	}
}

.single.single-post article figure{
	text-align: center;
	padding-bottom: 25px;
}

.single.single-post article figure img{
	border-radius: 10px;
}

@media screen and (min-width: 1310px){
	.single.single-post article {
		width: 60%!important;
		margin: auto;
	}
}

@media screen and (max-width: 1309px){
	.single.single-post article {
		width: 85%!important;
		margin: auto;
	}
}

.single.single-post article #nav-below {
	display: flex;
    justify-content: space-between;
}

.single.single-post .separate-containers .inside-article {
	padding: 20px;
}

.single.single-post article .entry-title, 
.single.single-post article .entry-meta {
	color: var(--mariner) !important;
}

.single.single-post article footer .nav-previous .prev a, 
.single.single-post article footer .nav-next .next a {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-radius: 34px;
    background-color: var(--french-pass);
    z-index: 1;
    position: relative;
    flex-direction: row;
}

.nav-previous .gp-icon, 
.nav-next .gp-icon {
	display: none;
}

.single.single-post article footer .nav-next .next a:after{
	content: "";
	display: inline-block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid var(--mariner-2);
    border-right: 1px solid var(--mariner-2);
    transform: rotate(315deg);
	margin: 0px 5px;
}

.single.single-post article footer .nav-previous .prev a:before{
	content: "";
	display: inline-block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid var(--mariner-2);
    border-right: 1px solid var(--mariner-2);
    transform: rotate(135deg);
	margin: 0px 5px;
}

.single.single-post article footer .nav-previous .prev a:hover, 
.single.single-post article footer .nav-next .next a:hover {
	color: #1e73be !important;
}

.single.single-post article #nav-below {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-around;
    row-gap: 15px;
}


/*** Not found ***/
.no-results .entry-title {
	text-align: center;
	color: var(--matisse);
}

.no-results .entry-content {
	text-align: center;
}

.no-results .search-field {
	height: 60px;
	background: #EFF4FF;
	border: 1px solid rgba(211, 211, 211, 0.5);
	border-right: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	
}

.no-results .search-submit {
	height: 60px;
	width: 60px;
	background: white;
	border: 1px solid rgba(211, 211, 211, 0.5);
	border-left: 0;
	margin-left: -5px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.no-results .search-submit svg {
	fill: #8ab4f8;	
}