/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Add padding to body to compensate for scrollbar */
.gp-modal__overlay {
    overflow: auto; /* Ensure the overlay handles its own scrolling */
}
.full-width-content .entry-content .alignwide{
	 width:100%!important;
}
.grid-container {
	max-width:unset!important;
}
html {
  scroll-behavior: smooth;
}

.footer-widget-2, .footer-widget-3, .footer-widget-4, .footer-widget-5{
	display:none!important;
}

@media screen and (min-width:769px){
.sub-menu{
	display: flex!important;
    flex-direction: column;
    row-gap: 17px;
}
	.sub-menu{
		width:max-content;
	}

.main-navigation li{
}
.main-navigation .inside-navigation{
	flex-wrap: nowrap;
}
.main-navigation .main-nav>ul{
	flex-wrap:nowrap;
}

.main-navigation .menu-bar-item>a{
	padding-right:0;
}

.site-header .header-image{
	min-width:150px;
}
}

@media screen and (max-width:1024px) and (min-width:769px){
	header.site-header .inside-header{
		padding-right:15px!important;
		padding-left:15px!important;
	}
	
.site-header .header-image{
	min-width:100px;
}
}

@media screen and (max-width:1368px){
	#primary-menu ul:not(.sub-menu) > li:last-of-type{
		margin-left:8px!important;
	}

}
header.site-header .inside-header{
		background-color:white;
}
.home header.site-header .inside-header{
		background-color:transparent;
}

.mobile-menu-open .gp-icon.icon-search{
		display:none!important;
}

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

	.site-logo img.header-image{
		width:150px;
	}
	
	header.scrolled .gp-icon svg{
		fill: white;
	}
	header.site-header.scrolled .inside-header .site-logo img.header-image{
		width:154px;
	}
	header.scrolled :has(.toggled) .gp-icon svg{
		fill: #30304B;
	}
	
	.widget.widget_nav_menu ul li{
		max-width:84px;
		margin-top:12px;
	}
	
	.widget.widget_nav_menu ul li a{
		line-height:0px!important;
	}
	.main-navigation.sub-menu-right.toggled.open{

		background-color:white;
	}
	.has-inline-mobile-toggle #site-navigation.toggled{
		margin-top:0!important;
	}
	/* Initial styles for the menu */
.main-navigation.sub-menu-right {
    position: fixed;
    top: 0;
    right: -350px; /* Hide the menu off-screen */
    width: 250px; /* Adjust width as needed */
    height: 100%;
    background-color: #ffffff;
    transition: right 0.3s ease;
    z-index: 1000; /* Make sure the menu is above other content */
}


.main-navigation.sub-menu-right.open {
    right: 0; /* Slide menu into view */
}

/* Styles for the menu links */
.main-nav a {
    display: block;
    padding: 15px;
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.main-nav a:hover {
    background-color: #575757; /* Change background on hover */
}

/* Button to open/close the menu */
.menu-toggle {
    font-size: 30px;
    cursor: pointer;
    background: none;
    border: none;
    color: #111;
    padding: 10px;
}

	
.has-inline-mobile-toggle #site-navigation.toggled {
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25);
	z-index:100000000;
    }
	.has-inline-mobile-toggle .mobile-menu-control-wrapper{
		z-index:1000000000;
	}
	.mobile-menu-open .has-inline-mobile-toggle .mobile-menu-control-wrapper{
		position:fixed;
		top:7px;
        right: 7px;
	}
	
}

@media screen and (max-width:1080px) and (min-width:768px){
	.site-logo img.header-image{
		width:195px!important;
		min-width:125px;
		
	}
	header .inside-header nav#site-navigation .main-nav ul li a{
		font-size:12px!important;
	}
}

@media screen and (max-width: 1024px){
	body #primary-menu ul:not(.sub-menu) > li:last-of-type{
		padding: 8px 12px;
	}
	.main-navigation .menu-bar-item>a{
		padding-left: 5px;
	}
}

@media screen and (max-width:768px){
	.inside-footer-widgets>div:not(:last-child){
		margin-bottom:0!important;
	}
}
.main-navigation ul ul{
	width:190px;
}
.home #primary-menu ul:not(.sub-menu) > li:last-of-type a{
	line-height:unset!important;
	text-transform:capitalize;
	color:white!important;
	font-weight:500;
	padding:0!important;
}

#dn_button_popular_destination_outside,
#dn_button_popular_destination_inside{
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
	padding:10px 25px;
}
.holidays_select{
	border: 1px solid #ececec;
}
.sub-menu li{
	width:fit-content;
}
.sub-menu li a{
	width:fit-content;
	background-color:transparent!IMPORTANT;
}
.main-navigation .main-nav ul ul li{
	text-align:center;
	
}
.main-navigation .main-nav ul ul li a{
	margin:auto;
}

.sub-menu li a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #222222;
    transition: width .3s;
}

.sub-menu li:hover a::after{
    width: 103%;
}

ul.sub-menu{
	border: none;
  background-color: #e3ebffed!important;
  box-shadow: 1px 1px 5px #80808070!important;
  padding: 20px;
}

ul.sub-menu li a {
	color:#30304B!important;
	padding:0px!important;
}
ul.sub-menu li{

}

.home #primary-menu ul:not(.sub-menu) > li:last-of-type{
	display:inline-flex;
	flex-direction:row;
	padding: 10px 20px 10px 20px;
	border: 1px solid white;
	border-radius:6px;
	max-width:147px;
	justify-content:center;
	line-height:unset;
	font-family: Geologica;
    font-size: 14px;
    font-weight: 500;
	background-color: transparent;

}
#primary-menu ul:not(.sub-menu) > li:last-of-type{
justify-content:center;

}
@media screen and (max-width:768px){
	 #primary-menu ul:not(.sub-menu) > li:last-of-type{
		margin-bottom:10px!important;
	}
}
@media screen and (min-width:1025px){
	#primary-menu ul:not(.sub-menu) > li:last-of-type{
	margin-left:106px;
}
}
@media screen and (max-width:850px){
	.menu-bar-item .gp-icon.icon-search{

		width: 24px !important;
        height: 28px !important;
	}
	.main-navigation .menu-bar-item>a{
		padding-left:6px!important;
	}
	header .inside-header nav#site-navigation .main-nav ul li a{
		font-size:11px!important;
	}
}
#primary-menu ul:not(.sub-menu) > li:last-of-type a{
	line-height:unset!important;
	text-transform:capitalize;
	color:white!important;
	font-weight:500;
}
#primary-menu ul:not(.sub-menu) > li:last-of-type a{
	color:white;
	text-transform:capitalize;
}
#primary-menu ul:not(.sub-menu) > li:last-of-type{
	display:inline-flex;
	flex-direction:row;
	padding: 10px 20px 10px 20px;
	border: 1px solid white;
	border-radius:6px;
	max-width:147px;
	line-height:unset;
	font-family: Geologica;
    font-size: 14px;
    font-weight: 500;
	background-color:#30304B;
}

h4{
	font-family:'Geologica';
}

#primary-menu ul:not(.sub-menu) > li:last-of-type{
	border: 1px solid #30304b;
    background-color: #30304b;
}
#primary-menu ul:not(.sub-menu) > li:last-of-type:hover{
	border: 1px solid #30304b;
    background-color: white;
}
#primary-menu ul:not(.sub-menu) > li:last-of-type:hover a{
	color:#30304B!important;
}
.home #primary-menu ul:not(.sub-menu) > li:last-of-type:hover a{
	color:white!important;
}
#primary-menu ul:not(.sub-menu) > li:last-of-type{
	text-align:center;
}
@media screen and (max-width:1277px) and (min-width:769px){

	#primary-menu ul:not(.sub-menu) > li:last-of-type{
		margin-left:8px!important;
		text-align:right;
}
}

.main-navigation.toggled .main-nav>ul {
	display:flex!important;
}

.home #primary-menu ul:not(.sub-menu) > li:last-of-type:hover{
	border: 1px solid #30304B;
    background-color: #30304B;
}

.home .main-navigation.toggled .main-nav{
background-color: white;
}
.home .main-navigation.toggled .main-nav ul:not(.sub-menu) > li:last-of-type {
	margin-bottom:18px!important;
}
.home .main-navigation.toggled .main-nav ul li{
	text-align:center!important;
}
@media screen and (max-width:768px){
.home .site-header .header-widget {
	margin-top:0;
}
	
	
}
/* 
 * Header Css
 * */
.inside-top-bar{
	padding: 0px!important;
}
.gp-icon.icon-menu-bars svg{
	height:1.5em!important;
	width:1.5em!important
}
.dn-top-bar-phones-container a{
	color:white;
	text-decoration:none;
}
.dn-top-bar-phones-container a:hover{
	color:white!important;
}

.dn-topbar-time .gb-icon{
	padding-right:0!important;
}
.dn-topbar-first-phone-number-with-icon .gb-icon{
	padding-right:4px!important;
}
@media screen and (max-width:435px){
	.dn-topbar-second-phone-number{
		margin-left:2px!important;
	}
	.dn-topbar-time{
		min-width:84px!important;
	}
	.dn-topbar-time svg{
		position:relative;
		top: -1px;
	}
	.dn-top-bar-phones-container svg{
   		position: relative;
	}
	.dn-topbar-first-phone-number-with-icon,
    .dn-topbar-second-phone-number{
		white-space: nowrap;
	}
}
@media screen and (max-width:768px){
.inside-top-bar .widget div{
	padding:0px!important;
	column-gap:8px!important;
}
.wp-container-core-social-links-is-layout-1.wp-container-core-social-links-is-layout-1{
	flex-wrap:nowrap;
	column-gap:5px;
}
	.wp-container-core-social-links-is-layout-1.wp-container-core-social-links-is-layout-1 svg{
		width:17px!important;
	}
	
.dn-top-bar-phones-container{
	row-gap:0px!important;
}
.dn-topbar-time span svg{
	width:15px!important;
}
.dn-topbar-first-phone-number-with-icon span svg{
	width:15px!important;

    position: relative;
}
}
.wp-block-social-links
.inside-top-bar ul.wp-block-social-links{
	height: 25px;
}
.inside-top-bar .wp-block-social-links.is-style-logos-only .wp-social-link svg{
	width: 25px;
	height: 25px;
}
 header .inside-header{
	position: absolute;
	column-gap: 4vw;
	width: 100%;
	
}

@media screen and (min-width:769px){
	header .inside-header{
	left: 50%;
    transform: translate(-50%);
	 justify-content:center;
	}
}
@media screen and (max-width: 1263px) and (min-width:769px){
	.main-navigation .main-nav ul li a{
		padding-left: 9px;
    	padding-right: 7px;
	}
	.main-navigation a {
    	letter-spacing: 0.5px!important;
	}
	 header .inside-header{
		position: absolute;
		column-gap: 1vw;
	}
}

@media screen and (min-width:769px){
.home header .inside-header nav#site-navigation .main-nav ul li a{
	color: white;
	
}
	header .inside-header nav#site-navigation .main-nav ul li a{
		display:flex;
		line-height: 1.8em;
		white-space:nowrap;
	}
}
@media screen and (max-width:768px){
	 header .inside-header nav#site-navigation .main-nav ul li a{
	font-size:13px!important;
	padding:0;
        text-align: left;
        margin-left: 35px;
		 width:fit-content;
	}
	.sub-menu li a{
		margin-left:0px!important;
		padding:20px 0px 20px 50px!important;
	}
	.sub-menu{
		background-color:white;
	}
	header .inside-header nav#site-navigation .main-nav ul li:last-of-type a{
		margin-left:0!important;
	}
	 #primary-menu ul:not(.sub-menu) > li:last-of-type{
		margin-left:35px!important;
		margin-top:18px!important;
	}
	header .inside-header nav#site-navigation .main-nav ul:not(.sub-menu){
		margin-top:40px!important;
	}
	.main-navigation .menu-bar-item>a{
		padding-right:9px;
		margin-bottom: 1px;
	}
	body.home header.site-header .inside-header{
		padding: 13px 20px;
	}
	
}

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

.main-navigation ul ul {
    transform: translatey(16px);
    transition: all 0.35s ease !important;
    left: 0;
    height: auto;
	width:max-content;
}

#site-navigation ul li:hover ul {
    transform: translateY(0px); 
        transition: 0.15s ease-in;
}

#site-navigation:not(.toggled) ul ul {
	transition: opacity 0.35s linear;
}
}


table, td, th{
	border:none;
}

.table-destination-states thead tr:nth-of-type(2) > th:nth-of-type(1){
	border: 1px solid white!important;
}
body div.destination-stays .table-destination-states thead tr:nth-child(2) th{
	border: 1px solid white!important;
}



@media screen and (max-width:768px){
	.sub-menu.toggled-on{
		margin-top:5px!important;
	}
	.main-navigation.toggled .main-nav ul ul.toggled-on{
		margin-top:5px!important;
		border:none;
		background-color: white !important;
    box-shadow: unset !important;
    position: relative;
    padding: 0;
    padding-left: 42px;
	}
}


/*
@media screen and (max-width:1024px){
	.menu-toggle{
		display:flex;
	}
	.menu-toggle .mobile-menu{
display:none}
}
*/
.home header .inside-header .gb-button-bb98a845{
	border-color: #ffff;
    background-color: transparent;
}
.home header .inside-header .gb-button-bb98a845:hover{
	border: 1px solid #30304B;
    background-color: #30304B;
}
header.site-header:not(.home header.site-header) {
	max-width: 100%;
	position:sticky;
	top:0;
	z-index:10000;
}
/*
 * Section Orizontes
 * */
.image-greece-blue{
	z-index: 2;
}

/*
 * Section Popular and Favority Destinations
 * */

.left-section ul{
	margin:0!important;
	width:100%!important;
}
@media screen and (min-width:769px){
	.left-section{
		align-self: flex-start;
		height:auto;
		position:sticky;
		top:70px;
	}
}
@media screen and (max-width:768px){
	.trip-program-dn .faq-body-destination{
		flex-direction:column!important;
	}
	.dn-sidebar-main-container{
		max-height:unset!important;
	}
	.left-section{
		width:100%!important;
		align-self: baseline;
	}
	.left-section ul li{
		width:100%!important;
		margin-left:17px!important;
	}
	.right-section {
		width:100%!important;
	}

}

.greece-map-container{
position:relative;
width:100%;
height:100%;
}
.parent-greece-map-container {
    width: 303px;
    height: 324px;
    flex-direction: column;
	display: flex;
}
.dn-greece-hover-image{
	width: calc(100% - 5px)!important;
}

@media screen and (max-width:768px){
	.dn-map-greece-headline{
		font-size:16px!important;
		margin-top:12px!important;
	}

}
.greece-map-container img {
	position:absolute;
	width:100%;
	height:100%;
	max-width:100%;
  object-fit:contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease;
}
.dn-greece-hover-image {
  opacity: 0;
}

@media screen and (max-width:768px){
	.destination-more-info, .destination-days-explore, .destination-days-include, .destination-days-not-include, .destination-stays, .destination-map,.destination-experience,.destination-learn-more-info {
    padding-top: 0px!important;
}
}

.single-destinations .featured-image.page-header-image-single, 
.single-destinations .featured-image img{
	max-width: 100%;
	width: 100%;
}
.dn-destinations{
	background: linear-gradient(0deg, #30304B -5.87%, rgba(53, 53, 53, 0.00) 94.91%);
}
.dn-destinations-popular{
	background: linear-gradient(358deg, #30304B 15.44%, rgba(48, 48, 75, 0.00) 112.63%);
}
.dn-departure{
	justify-content:center;
	    width: 100%;
    max-width: 150px;
	
}

#dn-filters .select2-container{
	width:158px!important;
}

.season_panos_holidays .select2-container--default .select2-selection--single .select2-selection__arrow {
	right:-12px;
}

div.season_panos_holidays{
	padding-left: 10px;
}

.dn-destinations a{
	pointer-events:auto;
}

a {
	text-decoration: none;
}
.home .gb-query-loop-wrapper, .dn-single-page-greek-destinations .gb-query-loop-wrapper{
	max-width: 1400px;
	width: 100%;
}
.dn-image-destinations, 
.dn-image-activities{
	position: absolute;
	transition: transform 0.5s!important;
}
@media screen and (max-width:500px){
	.actual-price-activities{
		font-size:18px!important;
	}
}
.dn-image-destinations img, 
.dn-image-activities img{
	border-radius:10px;
}
.gb-container.gb-container-0f1de842,
.gb-container.gb-container-49f2b21b, .gb-container-c50da44e, .dn-activities-base-destination{
	   overflow: hidden!important;
}

.gb-container.gb-container-0f1de842:hover .dn-image-destinations,
.gb-container.gb-container-c50da44e:hover .dn-image-destinations,
.dn-activities:hover .dn-image-activities{ 
    transform: scale(1.2);
}
/*Section Css Favority Destinations filters */
.location_panos_holidays, 
.season_panos_holidays{
	border-radius: 6px;
	background: #F9F9FB;
	padding: 7px 20px;
	display: flex;
    align-items: center;
}
.location_panos_holidays select .dn-others,
.season_panos_holidays select .dn-others{
	color: #30304B;
	background-color: #F9F9FB;
}
.location_panos_holidays select,
.season_panos_holidays select {
  border-radius: 6px;
  background: #F9F9FB;
  border: none;
  color: #A1A1A1;
	font-family: Geologica;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/* Style the FAQ body */
.faq-body {
    max-height: 0; /* Initially collapsed */
    overflow: hidden;
    opacity: 0; /* Initially invisible */
    transition: max-height 0.5s ease, opacity 0.5s ease; /* Smooth transition */
}

/* Style for FAQ title */
.faq-title {
    cursor: pointer;
    position: relative; /* To position the after pseudo-element */
}

/* Plus sign icon for FAQ title */
.faq-title:after {
    content: '+';
    color: #e00404;
    font-size: 28px;
    display: inline-block; /* Ensure the element respects transform origin */
    transition: transform 0.5s ease; /* Smooth rotation */
    transform-origin: center; /* Rotate from the center */
    vertical-align: middle; /* Align vertically in the middle */
	margin-left:auto;
	margin-right:80px;
}
.faq-body-destination .left-section{
padding-top:20px;
}

/* Rotate the plus sign when active */
.faq-title.active:after {
    transform: rotate(45deg); /* Rotate 180 degrees */
}

/* Show FAQ body when active */
.faq-title.active + .faq-body {
    height: fit-content;
    opacity: 1; /* Make it visible */
	transition:height 0.5s ease;
}
@media screen and (max-width:1024px) and (min-width:769px){
	.faq-title:after{
	margin-right:-4px!important;
	}
}
@media screen and (max-width:768px){
		.faq-title:after{
	margin-right:30px!important;
	}
}
/*Newsletter Form*/

#footer-widgets .wpcf7-not-valid-tip{
	position: absolute;
}
.footer-widget-1 span.wpcf7-form-control-wrap{
	 display: inline;
}
.footer-widget-1 input.wpcf7-submit {
    border-radius: 6px;
    background: #30304B;
	position: absolute;
	right:0;
	color: #FFF;
	text-align: center;
	font-family: Geologica;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	padding: 12px 27px;
}
.wpcf7 form.invalid .wpcf7-response-output{
	border:none!important;
}

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

	.footer-widget-1 .wpcf7-form.init p{
		flex-direction:column!important;
		margin-right:auto;
		margin-left:auto;
		
	}
}

.menu-item-has-children .dropdown-menu-toggle{
	padding-right:5px;
}
@media screen and (max-width:1024px){
	.menu-item-has-children .dropdown-menu-toggle{
		padding-left:2px;
	}
}

@media screen and (max-width:768px){
	.footer-widget-1 input[type="email"]{
		width:100%!important;
	}
}
@media screen and (max-width:1024px){
	.menu-item-has-children .dropdown-menu-toggle{
		padding-right:5px;
		padding-left:4px;
	}
	.wpcf7-spinner{
		display:none!important;
	}
}
.footer-widget-1 input[type="email"]{
	border-radius: 6px;
	border: 1px solid #30304B;
	color: #A1A1A1;
	font-family: Geologica;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px; 
	padding:12px;
}
.footer-widget-1 .wpcf7-form-control.wpcf7-email::placeholder{
	font-family:Geologica;
	font-weight:300;
	color: #A1A1A1;
	padding-left:20px;
}
#footer-widgets .wpcf7-not-valid-tip{
	margin-top:8px;
}
.dn-sidebar-main-content .wpcf7-not-valid-tip{
	text-align:center;
	margin-bottom:8px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #30304b;
    border-width: 0px;
    border-bottom-width: 1px;
    width: fit-content;
	padding: 0;
    margin-left: 0px;
	color:#4BB543;
}
.wpcf7 form.invalid .wpcf7-response-output{
	border-width: 0px;
    border-bottom-width: 1px;
    width: fit-content;
	padding: 0;
    margin-left: 0px;
	display:none!important;
}
.wpcf7 form .wpcf7-response-output{
	margin-top:0px!important;
	font-size:1em!important;
	border:none!important;
	margin-top:8px!important;
}
.footer-widget-1 .wpcf7-form p{
margin-bottom:0!important;}


@media screen and (max-width:768px){
	.footer-widget-1 .wpcf7-form p{
		margin:auto!important;
		min-width:unset!important;
	}
#footer-widgets	.wpcf7-response-output,#footer-widgets .wpcf7-not-valid-tip{
		left:50%;
		transform:translate(-50%);
		position:relative;
		text-align:center;
	}
	
}
/*
 * Swiper
 * */

.dnSwiper {
    width: 100%;
    height: 100%;
	overflow: hidden;
  }

.swiper-slide {
	display: flex!important;
 }

/*
 * Footer Css
 * */

#footer-widgets .is-layout-flex {
    align-items: flex-start;
}
#footer-widgets .footer-widgets-container, 
.site-footer .footer-widgets-container .inner-padding {
    padding: 0px;
}
#footer-widgets .footer-widgets-container .inside-footer-widgets{	
	flex-wrap: wrap;
	margin-left: 0px;
}

@media screen and (max-width:768px){
	#footer-widgets .footer-widgets-container .inside-footer-widgets{	
		flex-wrap:nowrap;
	}
}

#footer-widgets aside#block-22{
	display: flex;
    justify-content: center;
}

#footer-widgets .widget.widget_nav_menu li a{
	color: #FFF;
	font-family: Geologica;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px; 
}


/*
 * Pages destinations 
 * Right SIDE BAR
 * 
 * */

.single-destinations #content .is-right-sidebar {
    width: 456px;
	position: absolute;
    top: 890px;
    right: 8vw;
}

.single-destinations #content .is-right-sidebar .widget.widget_block{
	padding: 0px;
	background: transparent;
}
.single-destinations #content .is-right-sidebar .gb-block-image {
    border-radius: 50px;
    background-color: #D8D8EC;
}
/*Contact form endiaferontos proorismou*/
.single-destinations #content .wpcf7-acceptance .wpcf7-list-item{
    color: #A1A1A1;
    font-family: Geologica;
    font-size: 12px;
    font-style: normal;
    font-weight: 250;
    line-height: 24px;
	margin-bottom: 30px;
	margin-left:35px;
}
.single-destinations #content .is-right-sidebar input::placeholder {
    color: #A1A1A1;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}
.single-destinations #content .is-right-sidebar input{
	border-color: #30304b;
	border-radius: 6px;
}
.single-destinations #content .is-right-sidebar form label input{
	margin-bottom:8px;
}
.single-destinations #content .is-right-sidebar span.wpcf7-spinner {
    display: none;
}
.single-destinations #content .is-right-sidebar form p{
	text-align: center;
	 margin-bottom: 15px;
}
.single-destinations #content .is-right-sidebar form input.wpcf7-submit{
    color: #30304B;
	font-family: Geologica;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background: transparent;
}

/*
 * Page: 
 * Single Destinations
 * 
 * */

.single-destinations #content .wpcf7-acceptance .wpcf7-list-item{
	margin-bottom:0!important;
}
.single-destinations div#page {
    width: 100%;
    max-width: 100%;
    margin: 0px;
}

.dn-sidebar-main-content .wpcf7-form.init p:nth-of-type(2){
	margin-bottom:0!important;
	margin:auto;
	display:flex;
	justify-content:center;
}

.single-destinations #content .content-area{
	width:100%;	
}
.single-destinations  .featured-image{
	margin-top: 0px!important;
}
.single-destinations .page-header-image-single img{
	height: 641px;
}
.single-destinations .entry-header{
	background: #30304B;
	padding: 70px 100px;
}
.single-destinations .entry-content{
	margin-left: 8vw;
	margin-right: 8vw;
}
.single-destinations .destination-more-info{
	width: 100%;
	max-width:900px;
}
.destination-more-info p {
	margin-right:20px;
}
.dn-sidebar-phones-section{
	display:flex;
	flex-direction:row;
	justify-content:center;
}
@media screen and (max-width:1024px) {
	.dn-sidebar-main-container{
		height:unset!important;
		max-height:unset!important;
	}
}
@media screen and (max-width:1024px){
	.dn-giga-whole-section {
    	display: flex;
    	flex-direction: column;
	}
	.dn-left-giga-section{
		width:100%!important;
	}
	.single-destinations .destination-more-info{
		max-width:unset;
	}
	.dn-sidebar-main-container{
		margin-top:20px!important;
	}
	.dn-sidebar-main-container {
		width:95%!important;
		margin-right:auto;
	}
	.dn-info-and-reservations{
		max-width:unset!important;
	}
	.dn-activities-base-destination .dn-text-activities p{
		max-width:150px!important;
		margin-right:20px;
	}
	.dn-activities-base-destination .dn-text-activities a{
		padding-left:10px!important;
	}
}
.activity-link-wrap{
	width:50%;
}
@media screen and (max-width:1100px){
	.dn-activities-base-destination {
		flex-direction:column!important;
		margin:auto!important;
		
	}
	.activity-link-wrap{
	width:100%!important;
}
}
@media screen and (max-width:768px){
	.dn-activities-base-destination{
		flex-wrap:wrap!important;
		row-gap:20px;
		justify-content:center;
	}
	.dn-activities-base-destination .dn-activities{
		width:100%!important;
	}
	.destination-learn-more-info {
		flex-direction:column!important;
}
}
@media screen and (max-width:1024px){
	.learn-more-info h3{
		font-size:30px!important;
		line-height:35px!important;
	}
}
.single-destinations  .entry-header .entry-title{
	width: 689px;
	color: #FFF;
	font-family: Geologica;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 45px;
}
.destination-icons .block-image{
	padding-left:25px!important;
	padding-right:25px!important;
}
.single-destinations #content .destination-icons figure{
	border-radius: 10px;
	border: 1px solid #A1A1A1;
	
}
.destination-icons .destination-duration, .destination-icons .destination-departure{
	font-size:12px!important;
}
.gb-container-99259b46{
	text-align:left!important;
}

.single-destinations #content .container.first-section-days {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 47px;
    border: 0px solid #d9d9d9;
	border-bottom-width: 1px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 10vw;
}
.single-destinations #content .destination-icons {
    margin-right: 0;
    margin-left: 0;
    max-width: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
	min-width:184px;
}
.single-destinations #content .destination-headline-text{
	margin-bottom: 12px;
	color: #30304B;
	font-family: Geologica;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 37px;
	letter-spacing: 1.6px;
}
.single-destinations #content .destination-basic-text, 
.single-destinations #content .destination-more-info p{
	color: #30304B;
	margin-bottom: 0px;
	font-family: Geologica;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
}
.destination-icons .gb-headline-text {
	margin:0px;
    color: #30304B;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 1.12px;
}

.destination-icons .destination-duration, 
.destination-icons .destination-departure {
	margin:0px;
    color: #30304B;
	font-family: Geologica;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 37px;
}
.destination-more-info, .destination-days-explore, .destination-days-include, 
.destination-days-not-include, .destination-stays, .destination-map {
    padding-top: 42px;
}

.destination-days-explore, .single-destinations #content .container.first-section-days{
    width: 98%;
}
.dn-left-giga-section{
	width:66%;
}

.single-destinations .destination-days-include{
	justify-content:space-between;
}
.single-destinations .destination-days-not-include{
	justify-content:space-between;
}

@media screen and (max-width:1450px){
	.single-destinations #content .container.first-section-days {
		column-gap:5vw;
}
	
.destination-icons img{
	width:unset!important;
	max-width:unset!important;
	height:100%;
}
	.destination-days-include, .destination-days-not-include{
		flex-direction:column;
	}
}
.single-destinations .destination-days-include ul{
	margin-left: 125px;

}

.destination-days-not-include h3{
	min-width:300px;
}
.single-destinations .destination-days-include ul li {
    list-style-type: none;
	background: url("https://panosholidays.gr/wp-content/uploads/2023/10/Check_ring_panos-holidays.png") no-repeat left 0px;
    padding-left: 35px;
}

.single-destinations .destination-days-not-include ul li {
    list-style-type: none;
	background: url("https://panosholidays.gr/wp-content/uploads/2023/10/Dell_panos_holidays.png") no-repeat left 0px;
    padding-left: 35px;
}

.single-destinations .destination-days-not-include, 
.single-destinations .destination-days-include {
	display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
	justify-content:flex-start;
	margin-right:20px;
}
.single-destinations .destination-days-not-include li, 
.single-destinations .destination-days-include li{
	color: #30304B;
	font-family: Geologica;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px; 
}
@media screen and (max-width:1330px){
	.single-destinations .destination-days-not-include, 
	.single-destinations .destination-days-include{
		flex-direction:column;
	}
	.single-destinations .destination-days-include ul, .single-destinations .destination-days-not-include ul{
		margin:0;
	}
}
/*
 * Table with States 
 * Destination page
 * */
.destination-stays .table-destination-states thead tr{
	
	background: #0456A8;
}
.destination-stays .table-destination-states thead tr{
	color: #FFF;
	font-family: Geologica;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 37px; 
	letter-spacing: 1.12px;
}
table.table-destination-states {
  --border: 1px solid white;
 border-radius: 10px;
 border-spacing: 0;
 border-collapse: separate;
 border: var(--border);
 overflow: hidden;
}
/* Apply a border to the right of all but the last column */
table.table-destination-states th:not(:last-child),
table.table-destination-states td:not(:last-child) {
    border-right: 1px solid white;
	border-right: var(--border);
}

/* Apply a border to the bottom of all but the last row */
table.table-destination-states>thead>tr:not(:last-child)>th,
table.table-destination-states>thead>tr:not(:last-child)>td,
table.table-destination-states>tbody>tr:not(:last-child)>th,
table.table-destination-states>tbody>tr:not(:last-child)>td,
table.table-destination-states>tfoot>tr:not(:last-child)>th,
table.table-destination-states>tfoot>tr:not(:last-child)>td,
table.table-destination-states>tr:not(:last-child)>td,
table.table-destination-states>tr:not(:last-child)>th,
table.table-destination-statesthead:not(:last-child),
table.table-destination-states>tbody:not(:last-child),
table.table-destination-states>tfoot:not(:last-child) {
 border-bottom: 1px solid white;
 border-bottom: var(--border);
}
.table-destination-states tbody td{
	background: #F3F3F3;
	color: #30304B;
	text-align: center;
	font-family: Geologica;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; 
}
.table-destination-states tbody td .destination-room-price{
	font-weight: 700;
}
.types-of-rooms{
	display: flex;
	flex-direction: row;
}
.types-of-rooms div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.destination-stays .table-destination-states thead tr:nth-child(2) th{
	background: #F3F3F3;	
	border: none!important;
}
.destination-stays .table-destination-states tbody td:nth-child(5),
.destination-stays .table-destination-states tbody td:nth-child(6),
.destination-stays .table-destination-states tbody td:nth-child(7){
	border-right: none!important;
	border-left: none!important;
	border-top: none!important;
}
th .state_title{
	
	color: #30304B;
	text-align: center;
	font-family: Geologica;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; 
}

.dn-activities-base-destination{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
	column-gap:25px;
	row-gap:25px;
	width:100%;
}
.dn-activities-base-destination .dn-activities figure img{
	height: 338px!important;
	object-fit: cover;
	width:100%;
}
.dn-activities-base-destination .dn-activities{
	overflow:hidden;
	border-radius:8px;
}
.dn-image-destinations, .dn-image-activities{
	width:100%;
}
.dn-activities-base-destination .dn-activities{
	width: 100%;
	position:relative;
	height: 338px;
}

.dn-activities-base-destination .dn-text-activities{
	z-index: 99;
    position: relative;
    height: 338px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: flex-end;
	flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-end;
    background: linear-gradient(0deg, #30304B -5.87%, rgba(53, 53, 53, 0.00) 94.91%);    
	padding-left:52px;
}
@media screen and (max-width:500px){
	.dn-activities-base-destination .dn-text-activities{
		padding-left:12px!important;
	}
}


.dn-activities-base-destination .dn-text-activities p{
	color: #FFF;
	font-family: Geologica;
	font-size: 14px;
	font-style: normal;
	font-weight: 250;
	line-height: normal;
	max-width:200px;
}
.dn-activities-base-destination .dn-text-activities a{
	display: block;
    width: 100%;
	text-decoration: none;
	padding-left:60px;
}
.dn-activities-base-destination .dn-text-activities h2{
	color: #FFF;
	font-family: Geologica;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.popular-destination-price{
	margin-right: 20px;
	height:28px;
	width:200px;
	text-align:center;
	padding-bottom:31px;
	border-bottom: 2px solid #FFFFFF
}

.gb-container.price-activity {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.destination-experience{
	padding-top: 60px;
}
.destination-learn-more-info{
	margin-top:70px;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	gap: 100px;
}

.destination-learn-more-info .learn-more-info{
	width: 50%;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.learn-more-info p {
	max-width:400px;
}
.dn-trip-days-and-icon-container{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.dn-trip-bag-icon{
	position: relative;
    top: -7px;
    right: 7px;
	
}

.faq-body-destination .right-section{
	padding-top:20px;
	padding-bottom:20px;
}
.trip-program-dn .faq-body-destination {
    display: flex;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    background: #FFF;
	opacity:0;
    padding: 0 30px; /* Adjust padding to ensure smooth transition */
    gap: 30px;
    transition: max-height 0.5s ease, opacity 0.2s ease, padding 0.5s ease; /* Smooth transition */
}
.trip-program-dn:has(.active) .faq-body-destination{
	    transition: max-height 0.5s ease, opacity 0.2s ease, padding 0.5s ease; /* Smooth transition */

}

.faq-body-destination.active{
	border: 1px solid #D9D9D9;
	opacity:1!important;
}


.trip-program-dn:has(.active) .faq-body-destination .right-section{
	display:block!important;
}

.trip-program-dn .faq-body-destination.active {
    opacity: 1; /* Fully visible content */
    padding: 15px 30px; /* Final padding */
}
.faq-title-destination {
    cursor: pointer;
    position: relative;
}

.faq-title-destination:before {
    content: '';
    background-image: url(https://panosholidays.gr/wp-content/uploads/2023/11/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    position: relative;
    top: 8px;
    width: 16px;
    height: 9px;
    transition: transform 0.5s ease; /* Smooth rotation */
}

.faq-title-destination.active:before {
    transform: rotate(180deg); /* Rotate 180 degrees */
}
@media screen and (max-width:450px){
	.dn-experience-gift-and-deaf-section{
		flex-direction:column!important;
		justify-content:center!important;
		row-gap:20px;!important;
	}
	.dn-home-gift-section{
		margin-left:auto;
		margin-right:auto;
	}
	.dn-home-deaf-section{
		margin-left:auto;
		margin-right:auto;
		margin-top:35px;
	}
}

.trip-program-dn .faq-body-destination img{
	border-radius: 6px;
}

.left-section{
	width: 35%;
	order: 1;
}
.left-section li{
	color: #30304B;
	font-family: Geologica;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px; 
	margin-left: 18px;
}
.left-section ul{
	display: flex;
	width: 211px;
	align-items: center;
	align-content: center;
	gap: 18px 14px;
	flex-wrap: wrap;
}
.right-section{
	width: 65%;
	order: 2;
	color: #30304B;
	font-family: Geologica;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px; 
}

@media screen and (max-width:768px){
	div.dn-duration-trip{
		margin-bottom: 4px;
	}
}

.trip-program-dn h2.faq-title-destination {
    color: #30304B;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
	border-radius: 6px;
	border: 1px solid #D3D3D3;
	background: #FFF;background-repeat
	display: flex;
	padding: 17px 30px;
	justify-content: space-between;
	align-items: center;
	flex: 1 0 0;
	align-self: stretch;
}

.single-destinations .headline-text-more{
	color: #30304B;
	text-align: center;
	font-family: Geologica;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 37px; 
}

.dn-destination-gallery{
	display:flex;
	column-gap:20px;
}
.dn-triad-column{
	display:flex;
	flex-wrap:wrap;
	width:50%;
	row-gap:20px;
	column-gap:20px;
	
}
.dn-triad-column img{
	width:calc(50% - 10px);
	max-height:250px;
	height:200px;
	border-radius:10px;
	object-fit:cover;
	height:40%;
}
.dn-triad-column:nth-child(odd) img:nth-of-type(3){
	width:100%;
	height:60%;
	max-height:350px;
}
.dn-triad-column:nth-child(even) img:nth-of-type(1){
	width:100%;
	height:60%;
	max-height:350px;
}


@media screen and (max-width:768px){
	
	.dn-destination-gallery{
		flex-direction:column;
	}
	.dn-destination-gallery img{
		width:100%!important;
		height:100%!important;
		max-height:250px!important;
	}
	.dn-triad-column{
		width:100%;
		row-gap:20px;
		column-gap:20px;	
		margin-top:20px;
	}
	.dn-triad-column img{
		width:100%;
		height:100%;
	}
	.dn-triad-column:nth-child(odd) img:nth-of-type(3){
	
	height:100%;
	max-height:250px;

}
.dn-triad-column:nth-child(even) img:nth-of-type(1){
	height:100%;
	max-height:250px;
}
}


.dn-related-destination-images img{
	height:100%;
}

.dn-sidebar-main-container{
	width:28%;
	display:flex;
	flex-direction:column;
	align-items:stretch;
	justify-content:flex-start;
	font-size:17px;
	background-color:#f8f8f8;
	border-radius:10px;
	height: 787px;
    position: sticky;
    top: 79px;
    margin-top: -132px;
	min-width:400px;
}

.dn-sidebar-main-content p:has(.wpcf7-submit){
	text-align:center;
	margin-bottom:3px;
}
p:has(.wpcf7-submit){
	margin-bottom: 3px;
}
.wpcf7 form.sent .wpcf7-response-output{
	font-family: 'Geologica';
    font-size: 14px!important;
}
.dn-sidebar-main-content .wpcf7 form.sent .wpcf7-response-output{
	font-family: 'Geologica';
    font-size: 14px!important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.dn-sidebar-main-container input{
	border-color: #30304b !important;
	margin-bottom:8px;
    border-radius: 6px;
}
.dn-sidebar-main-container input::placeholder{
	  color: #A1A1A1;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}
.dn-sidebar-main-container input.wpcf7-submit{
	color: #30304B;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	text-align:center;
	background:transparent;
}

.footer-widget-1 .wpcf7-form p{
	text-align:left;
	display:flex;
	min-width:300px;
	max-width:415px;
	position:relative;
}
#footer-widgets .footer-widget-1{
	margin-bottom:90px!important;
}

.wpcf7-form p label{
	width:100%;
}

@media screen and (max-width:1024px){
	.wpcf7-form-control-wrap{
		display:flex;
		justify-content:center;
	}
}
@media screen and (max-width:768px){
	.dn-sidebar-phones-section{
		flex-direction:column;
	}
	.dn-customer-service{
		margin:auto!important;
		margin-top:10px;
		text-align:center;
	}
	.dn-sidebar-phone-numbers{
		margin:auto;
		margin-bottom:20px;
	}
}
.wpcf7-spinner{
	display:none;
}
.dn-sidebar-phone-numbers{
	 font-family: Geologica;
    font-size: 14px;
    font-weight: 700;
    text-transform: initial;
    text-align: center;
    color: #30304B;
	width:51%;
}
.dn-sidebar-phone-numbers a {
	color: inherit;
}
.dn-sidebar-interest-form{
	font-family: Geologica;
    font-size: 30px;
    line-height: 37px;
    font-weight: 400;
    text-transform: initial;
    text-align: center;
    margin-bottom: 25px;
    color: #30304B;
}
.dn-sidebar-image-and-phones-container{
	display:flex;
	justify-content:center;
	align-items:flex-start;
}

.dn-sidebar-phone-info-container{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0;
	margin-top:-10px;
}



.dn-sidebar-main-container .wpcf7-spinner{
	display:none;
}

.dn-sidebar-header{
	text-align:center;
	position:relative;
	z-index:1;
	border-radius:10px;
	font-size:17x;
	border: none;
	background-color:#0456A8;
	padding-top:15px;
	padding-bottom:15px;
	height:67px;
}
.dn-sidebar-from, .dn-sidebar-price{
	display:inline-block;
	padding-right:5px;
	font-weight:700;
	font-size:30px;
	line-height:37px;
	color:white;
}
.dn-sidebar-main-content{
	padding-top:62px;
	padding-bottom:10px;
	margin-top:-20px;
	z-index:0;
	border-radius:10px;
}
.dn-book-your-reservation{
	font-family: Geologica;
	font-size: 14px;
	line-height: 37px;
	letter-spacing: 1.2px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 15px;
	margin: 0;
	color: #DB0000;
}
.dn-info-and-reservations{
	font-family: Geologica;
	font-size: 30px;
	line-height: 37px;
	font-weight: 400;
	text-transform: initial;
	text-align: center;
	padding-bottom: 35px;
	margin: 0;
	color: #30304B;
	max-width: 230px;
    text-align: center;
    margin: auto;
}
.dn-phone-image-container{
	    border-radius: 50px;
    background-color: #D8D8EC;
	padding: 15px 20px;
    margin-right: 15px;
	width:fit-content;
}
.dn-phone-image-container img{
	width:20px;
	height:20px;
	vertical-align:middle;
}
.dn-customer-service{
	font-family: Geologica;
    font-size: 14px;
    line-height: 37px;
    font-weight: 400;
    text-transform: initial;
    margin: 0;
    color: #30304B;
}
.dn-giga-whole-section{
display:flex;

}
.dn-old-contact{
	display:none!important;
}



@media screen and (max-width:767px){
	.destination-stays{
		overflow-x:scroll;
		width:100%;
		max-width:100%;
		scrollbar-width: thin;

	}
	table{
    	table-layout:fixed;
    	width:767px;
		margin-bottom:0!important;
	}
}
.single-destinations #content .destination-headline-text:not(.destination-days-include .destination-headline-text):not(.destination-days-not-include .destination-headline-text){
	margin-top:70px;
}
.dn-sidebar-main-container .wpcf7-form-control-wrap input:not([type="checkbox"]){
        width: 85% !important;
	display:flex;
	margin-left:auto;
	margin-right:auto;
}
.dn-sidebar-main-container br{
	display:none;
}
@media screen and (max-width:768px){
.dn-sidebar-main-container  .wpcf7-form-control-wrap input:not([type="checkbox"]){
        width: 70% !important;
        min-width: 220px;
}
	.dn-info-and-reservations,.dn-sidebar-interest-form{
		font-size:25px;
	}
	.dn-info-and-reservations{
		width:87%!important;
	}
	.dn-sidebar-interest-form{
		width: 80% !important;
        margin: auto;
        margin-bottom: 20px;
	}
	.dn-sidebar-main-container{
		min-width:unset!important;
	}
	.single-destinations #content .container.first-section-days{
        flex-direction: column!important;
        row-gap: 30px;
	}
	.single-destinations .entry-header .entry-title {
		width:100%;
		font-size:33px;
	}
}

@media screen and (max-width:500px){
	.dn-sidebar-main-container{
		width:98%!important
	}
}

@media screen and (min-width:1900px){
	
	.dn-locations-planes{
		max-width:1900px!important;
		min-width:unset!important;
	}
	.dn-experience-gift-and-deaf-section{
		max-width:1900px;
		margin:auto;
	}
	.dn-footer-widget-1{
		max-width:1900px;
		margin:auto;
	}
	.footer-parent-container{
		height:unset!important;
	}
	.dn-giga-whole-section{
		max-width: 1900px;
    	margin: auto;
}
	.inside-destination-info .entry-header .entry-title{
		margin:auto;
		text-align:left;
		max-width:1900px!important;
		width:unset!important;
	}
	.single-destinations .entry-header .entry-title,
    .destination-stays,
	.destination-map,
	.destination-experience,
	.dn-gallery-and-favorites
	{
		max-width:1900px!important;
		margin:auto!important;
		width:unset!important;
	}
	.destination-learn-more-info,
	.dn-inside-bottom-footer
	{
		margin-left:auto;
		margin-right:auto;
		max-width:1900px!important;
	}
	.faq-title:after{
		margin-right:0!important;
	}
	.dn-news-and-accordion{
		column-gap:200px!important;
	}
	.dn-footer-widget-1{
		padding-left:10vw!important;
		padding-right:10vw!important;
	}
	.dn-bottom-footer-right-part{
		
	}
	#footer-widgets .footer-widget-1{
		margin-bottom:0!important;
	}
	.location-info, .dn-travel-tips-section
	.single-destination-info .dn-favority-destinations{
		max-width:1900px;
		margin-left:auto;
		margin-right:auto;
	}

}
.dn-favority-destinations img{
	pointer-events:auto;
}

.dn-separate-container{
	pointer-events:none
}
.dn-destination-template{
	pointer-events:none;
}
.dn-post-template-popular{
	pointer-events:none;
}

.dn-image-destinations a{
	pointer-events:auto;
}
@media screen and (max-width:768px){
	.dn-locations-planes img{
		width:80px;
		height:unset!important;
	}
	.dn-locations-planes{
		flex-direction:column!important;
	}
	.dn-locations-planes svg:nth-of-type(1){
		transform: rotate(90deg);
		width: 83px!important;
		margin-bottom: 51px;
	}
	    .dn-locations-planes svg:nth-of-type(2) {
			transform: rotate(90deg);
			width: 83px!important;
			margin-bottom: 0px;
			margin-top: 51px;
    }
	.destination-learn-more-info .learn-more-info{
			width:100%!important;
	}
	.destination-learn-more-info{
		gap:50px!important;
	}
	.single-destinations #content .destination-headline-text{
		margin-top:70px!important;
	}

}
.dn-gallery-banner{
	display:flex;
}
.dn-gallery-banner img{
	width:33.3%;
}
@media screen and (max-width:1024px){
	.dn-favority-destinations .gb-query-loop-item{
		max-width: 680px !important;
        width: 100% !important;
		
    }
	}
	.dn-destinations{
		max-width:680px!important;
	}
.dn-favority-destinations{
	justify-content:center!important;
}


#legendPanel{
	display:none!important;
	pointer-events: none!important;
}
.dn-remove-top-bar{

overflow: hidden;
position: relative;
top: 50px;
}

@media screen and (max-width:1024px) and (min-width:769px){
	.options{
		height:50vh!important;
	}
}
@media screen and (max-width:768px){
	.options{
		height:40vh!important;
	}
	.single-destinations .entry-header {
    background: #30304B;
    padding: 70px 28px;
    text-align: left;
}
}

.options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
	max-height: 641px;
}

.option {
    opacity: 0.6;
    position: relative;
    overflow: hidden;
    width: 33.3%;
    background: var(--optionBackground, #E6E9ED);
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: opacity 0.5s;
}

.option.active {
    animation: growWidth 0.5s forwards;
    opacity: 1;
}

@keyframes growWidth {
    0% {
        width: 33.3%;
    }
    66% {
        width: 92%;
    }
    100% {
        width: 90%;
    }
}

/* Define the animation for sliding down */
@keyframes slideDown {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(20px); opacity: 0; }
}

/* Apply the animation to Swiper slides */
.swiper-slide.fade-slide-out {
  animation: slideDown 0.35s ease-in-out forwards;
}


.dn-from-price{
	font-size:13px;
	font-weight:400;
}

.single-destination-info .entry-header{
	background: #30304B;
	padding: 70px 15px;
	text-align:center;
}

.single-destination-info .entry-header .entry-title{
	max-width:689px;
	width: 100%;
	color: #FFF;
	font-family: Geologica;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 45px;
	text-transform: capitalize;
}
.single-destination-info .dn-more-info-image-and-text-parent {
    display: flex;
    align-items: center;
	margin-top:-7px;
}
.single-destination-info .location-info{
	margin-top:70px;
}

.dn-more-info-image-and-text-parent.left-image .dn-more-info-image-column {
    order: 1;
	
}

.dn-more-info-image-and-text-parent.left-image .dn-more-info-text-column {
    order: 2;

}


.dn-more-info-image-and-text-parent.right-image .dn-more-info-image-column {
    order: 2;

}

.dn-more-info-image-and-text-parent.right-image .dn-more-info-text-column {
    order: 1;
}

.dn-more-info-image-column img {
	width:100%;
    height: auto;
}

.dn-more-info-text-column, .dn-more-info-image-column {
    width:50%;
}
.dn-more-info-image-and-text-parent.left-image .dn-more-info-text-column{
	padding-left:60px;
}
.dn-more-info-image-and-text-parent.left-image .dn-more-info-text-column{
	display:flex;
	flex-direction:column;
}
.dn-more-info-image-and-text-parent.left-image .dn-more-info-text-column h2, .dn-more-info-image-and-text-parent.left-image .dn-more-info-text-column p{
	margin-left:auto;
	margin-right:auto;
}
.dn-more-info-image-and-text-parent.right-image .dn-more-info-text-column{
	padding-right:60px;
}

.dn-more-info-text-column{
	font-size:14px;
	font-weight:400;
	font-family:"Geologica";
}
.dn-more-info-text-column p{
	width:100%;
	max-width:450px;
}
.dn-more-info-text-column h2{
	font-size:40px;
	width:100%;
	max-width:450px;
	color: #30304B!important;
	font-weight:400;
}
.dn-travel-tips-text{
	font-size:20px;
	font-weight:400;
	font-family:"Geologica";
	color: #30304B!important;
	text-align:center;
	margin-top:70px;

}
.dn-tips-word{
	color: #DB0000;

}
.dn-travel-tips-icons{
	display:flex;
	justify-content:space-between;
}

.dn-travel-icon img{
	width:60px;
	height:60px;
}
.dn-travel-icon{
	border: 1px solid #A1A1A1;
	padding:18px;
	border-radius:18px;
	max-width:98px;
}
.dn-travel-icon-parent p{
	font-size:14px;
}
.dn-travel-icon-parent{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.single-destination-info .grid-container {
	max-width:unset!important;
}
.location-info, .dn-travel-tips-section{
	max-width:1400px;
	margin:auto;
	padding-left:20px;
	padding-right:20px;
}
.single-destination-info .destination-headline-text{
	margin:auto!important;
	text-align:center;
	font-family:Geologica;
	font-weight:400;
	font-size:40px;
	line-height:37px;
    color: #30304B;
	margin-top:85px!important;
	margin-bottom:60px!important;

}
.single-destination-info .dn-favority-destinations{
	max-width:1400px;
	padding-right:20px;
	padding-left:20px;
}
.dn-travel-icon-parent p:nth-of-type(1){
	margin-bottom:7px!important;
	margin-top:7px!important;
	font-family: Geologica;
	font-size: 13px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.08em;
	text-align: center;
}

.dn-travel-icon-parent p:nth-of-type(2){
	font-family: Geologica;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
}
.dn-travel-icon-parent p{
	text-align:center;
}
.single-destination-info .dn-favority-destinations{
	justify-content:center!important;	
}

.dn-location-title-favorite-dest{
	position:absolute;

}



@media screen and (max-width:768px){
	.dn-more-info-image-and-text-parent.left-image{
		flex-direction:column;
	}
	.dn-more-info-image-and-text-parent.right-image{
		flex-direction:column-reverse;
	}
	.dn-more-info-image-and-text-parent p{
		margin-bottom:80px;
		text-align:center;
	}
	.dn-travel-tips-text{
		margin-top:40px!important;
	}
	.dn-more-info-image-and-text-parent.right-image .dn-more-info-text-column{
		padding-right:0!important;
	}
	.dn-more-info-image-column{
		width:100%!important;
	}
	.dn-more-info-text-column,.dn-more-info-text-column h2{
		width:98%!important;
		max-width:unset!important;
	}
	.dn-more-info-text-column h2{
		text-align:center!important;
		font-size:30px!important;
	}
	.dn-more-info-image-and-text-parent.left-image .dn-more-info-text-column{
		padding-left:0!important;
	}
	.dn-more-info-text-column p{
		max-width:unset!important;
	}
	.dn-travel-icon-parent{
		width:33.3%!important;
	}
	.dn-travel-tips-icons{
		justify-content:center;
		align-items:flex-start;
		flex-wrap:wrap;
		row-gap:20px;
	}
}

@media screen and (max-width:767px){
	.swiper-slide-to-recenter-bg{
		background-position:10%!important;
	}
	
}

.dn-footer-newsletter-text{
	margin-bottom:20px!important;
}


.menu-bar-item a{
	display:flex;
}

.search-modal-form {
	border-radius:6px;
}
.gp-modal__container .search-field::placeholder{
	font-family:'Geologica';
	color:#30304B;
}
.menu-bar-item .gp-icon.icon-search {
    position: relative; 
    display: inline-block; 
    width: 2.8em;
    height: 2.8em;
}

.nav-float-right #site-navigation{
		margin:0!important;
	}

@media screen and (max-width:1070px){
	.nav-float-right #site-navigation{
		margin-left:5px!important;
	}
}
@media screen and (max-width:950px) and (min-width:769px){
	.inside-header{
		padding: 20px 5px!important;
		justify-content:center!important;
	}
	.main-navigation .menu-bar-item>a{
		padding-right:5px!important;
	}
	
}
.menu-bar-item .gp-icon.icon-search svg {
    visibility: hidden; 
}

.menu-bar-item .gp-icon.icon-search::before {
    content: ''; 
    display: block; 
    width: 100%; 
    height: 100%; /
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: center; 
    top: 0; 
    left: 0;
}
.home .menu-bar-item .gp-icon.icon-search::before {
background-image: url('https://panosholidays.gr/wp-content/uploads/2024/08/search_icon.svg');
}
.menu-bar-item .gp-icon.icon-search::before {
background-image: url('https://panosholidays.gr/wp-content/uploads/2024/08/search_icon_dark.svg');
}

.pgc-rev-item-menu-view .pgc-rev-item-menu-button{
	display:none!important;
}
.select2-container--default .select2-selection--single{
	background:#F9F9FB!important;
	border:none!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color:#A1A1A1!important;
	font-size:14px!important;
	font-family:Geologica;
	font-weight:400!important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none!important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: "";
    display: inline-block;
    width: 16px; /* Adjust the width to match your image */
    height: 16px; /* Adjust the height to match your image */
    background-image: url('https://panosholidays.gr/wp-content/uploads/2024/08/arrow-down-grey.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -3px; /* Adjust the vertical alignment if needed */
	position:relative;
	top:4px;
}

.select2-container--classic .select2-selection__arrow {
    position: relative!important;
    right: 10px; /* Adjust the horizontal position */
}
.select2-container{
	width:135px!important;
}
.select2-results__options li{
	font-family:Geologica!important;
	font-size:15px;
	font-weight:300;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
	border:none!important;
	BACKGROUND-COLOR:#f9f9fb;
}
.select2-search--dropdown{
	background-color:#f9f9fb!important;
}
.select2-dropdown{
	border:1px solid #F9F9FB!important;
	background-color:#F9F9FB!important;
}
.select2-results{
	background-color:#F9F9FB;
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {

    right: 3%!important;
}
.swiper-pagination-bullet{
	 background-color: white!important;
    opacity: 1!important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color:#db0000!important;
}
.sub-menu{
	border:1px solid #30304B;
}

//search
.gp-modal--open:not(.gp-modal--transition) .gp-modal__container{
	transform: scale(1) translate(0, -50%);
}
.gp-modal__container{
	position:fixed;
	top:50%;
}


.normal-image {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.lightbox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background-color: transparent;
    opacity:0;
	transition: opacity 0.5s ease-in-out;
	z-index:-1;
	height:700px;
	width:850px;
}
.lightbox img{
	object-fit:cover;
}
.lightbox .swiper-button-next, .lightbox .swiper-button-prev{
	color:#DB0000;
}
.lightbox .swiper-button-prev:after{
	font-size:60px;
}
.lightbox .swiper-button-next:after{
	font-size:60px;
}
.lightbox .swiper-button-next{
	right:-20px;
}
.lightbox .swiper-button-prev{
	left:-20px;
}
.lightbox img{
	cursor:pointer;
}
.lightbox .swiper-thumbs .swiper-slide img{
	opacity:0.3;
}
.lightbox .swiper-thumbs .swiper-slide.swiper-slide-thumb-active img{
	opacity:1;
}

@media screen and (min-width:769px){
	.lightbox{
		padding-left:80px;
		padding-right:80px;
	}
}

@media screen and (max-width:1024px){
	.lightbox .swiper-button-prev:after{
	font-size:40px;
}
.lightbox .swiper-button-next:after{
	font-size:40px;
}
.lightbox .swiper-button-next{
	right:41px;
}
.lightbox .swiper-button-prev{
	left:41px;
}
}
@media screen and (max-width:768px){
	
	.lightbox{
		width:80vw;	
		height:unset!important;
	}
	.lightbox .swiper-thumbs img{
		width:80px!important;
		height:80px!important;
	}
	.lightbox .main-images{
		margin-bottom:25px;
	}
	.lightbox .main-images img{
		min-height:250px;
	}
	.lightbox .swiper-button-next{
		right:-18px;
}
	.lightbox .swiper-button-prev{
		left:-18px;
}
	.lightbox{
		padding-left:10px;
		padding-right:10px;
	}
	
}
.site-header.light-open-header-closed{
	display:none!important;
}
.swiper-container {
    width: 100%;
    height: auto;
}

.main-image {
    width: 100%;
    height: auto;
}

.thumbnail-container {
	width:100%;
	height:30%;
	overflow:hidden;	
}
.main-images{
	width:100%;
	height:70%;
	margin-bottom:50px;
}
.main-images .swipper-wrapper{
	overflow:hidden;
	width:100%;
}
.main-images{
	overflow:hidden;
}


.thumbnail {
    width: 150px;
    height: 150px;
}

.thumbnail-container .swiper-slide{
	width:fit-content;
	height:fit-content;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
	transition:opacity 0.5s ease-in-out;
    opacity: 0;
}
.dn-months-container p {
	text-decoration:none;
	color:#30304b;
	font-weight:500;
}

.dn-months-container p:hover{
	cursor:pointer;
}

.dn-months-container p::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #222222;
    transition: width .3s;
}

.dn-months-container p:hover::after{
    width: 103%;
}

/*filter by month trips page*/
.page-id-1195 .dn-favority-destinations{
	max-width:1400px;
}
@media screen and (max-width:768px){
	.page-id-1195 .dn-favority-destinations{
		padding-left:3px;
		padding-right:3px;
	}
}



.page-id-1195 .select2-container .select2-selection--single{
	padding:10px 20px;
	height:unset;
	width:205px;
	position:relative;
	border: 1px solid #ececec!important;
	border-radius:6px;
}
.page-id-1195 .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 50%;
    transform: translate(0, -50%);
	right:20px;
}


/* GREECE CATEGORY PAGE */
.top-level-categories{
    margin-top: 146px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
	border-radius:10px;
	margin-bottom:50px;
	padding-right: 10vw;
	padding-left: 10vw;
	width:100%;
	justify-content:flex-start;
	column-gap:30px;
	row-gap: 30px;
	flex-wrap:wrap;
	
}

.top-level-categories h2{
	width: max-content;
    font-family: Geologica;
    font-size: 20px;
    font-weight: 500;
    text-transform: initial;
    text-align: left;
    margin-bottom: 0px;
    color: #30304b
}
.top-level-categories .tile{
	border-radius:10px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 6px;
	width:calc(33.33% - 20px);
}
.top-level-categories  img{
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	width:100%;
	max-height:265px!important;
	height:18.5vw;
	object-fit:cover;
}

.top-level-categories  .tile__icon{
	font-size: 38px;
    line-height: 0px;
    color: #db0000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -2px;
	
}
.top-level-categories .tile__body{
	display: flex;
    padding: 20px;
    column-gap: 10px;
    justify-content: center;
    align-items: center;
}

.top-level-categories .tile__link{
	height: 100%;
    display: flex;
    flex-direction: column;
}


@media screen and (max-width:1024px){
	.top-level-categories .tile{
		width:calc(50% - 15px);
	}
}

@media screen and (max-width:768px){
	.top-level-categories .tile__body{
		padding:10px;
	}
	.top-level-categories h2{
		font-size:15px;
	}
	.top-level-categories  .tile__icon{
		font-size:28px;

	}
	.top-level-categories{
		padding-left:6vw;
		padding-right:6vw;
		column-gap:15px;
		row-gap:15px;
	}
	.top-level-categories .tile{
		width:calc(100%);
		max-width:450px;
		margin-left:auto;
		margin-right:auto;
	}
	.top-level-categories img{
		max-height: 265px !important;
    height: 45.5vw;
	}
	
}


/* fetched months trips */

.category .dn-favority-destinations .gb-query-loop-item {
	width:calc(33.33% - 20px);
	max-width:426px;
}
.category .dn-favority-destinations{
	margin-top:150px;
	margin-bottom:70px;
	width:90%;
}

.category .dn-favority-destinations .gb-container-749dadf5{
	margin-left:auto;
}



/* Hide sections */

.destination-learn-more-info{
	display:none;
}


.destinations-template-default iframe{
	width:100%!important;
	height:700px!important;
}


/* POPUP */

body .pum-theme-1442 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close{
	font-size:35px;
	color:#fff;
}


/* CONTACT PAGE */


.dn-contact-page-form-parent input,
.dn-contact-page-form-parent textarea{
	border-color: #30304b !important;
    margin-bottom: 8px;
    border-radius: 6px;
	background: transparent;
	width:100%;
}
.dn-contact-page-form-parent form p:first-of-type{
	display:flex;
	flex-wrap:wrap;
	column-gap:30px;
	row-gap:15px;
}
.dn-contact-page-form-parent form p:nth-of-type(2){
	width:max-content;
}

.dn-contact-page-form-parent .wpcf7-submit{
	background: #30304b;
} 
.dn-contact-page-form-parent form label{
	width:calc(50% - 30px);
}
.dn-contact-page-form-parent form br{
	display:none;
}
.dn-contact-page-form-parent form .wpcf7-form-control-wrap{
	width:100%;
}
@media screen and (max-width: 1024px){
	.dn-contact-page-form-parent .wpcf7-form-control-wrap {
	  flex-direction: column;
	}
	.dn-form-and-image-parent img{
    height: auto;
    max-width: 100%;
    max-height: 500px;
    object-fit: cover;
	}

}
@media screen and (max-width: 768px){
	
	.dn-contact-page-form-parent input, .wpcf7-not-valid-tip{
		font-size: 14px;
	}
	.dn-contact-page-form-parent textarea{
		font-size: 14px;
	}
	.dn-contact-page-form-parent input{
		padding: 7px 13px;
	}
	.dn-contact-page-form-parent textarea{
		padding: 7px 13px;
	}
	.dn-contact-page-form-parent textarea{
		max-height: 190px;
	}
	.dn-contact-page-form-parent form label{
	    width: calc(50% - 7px);
	}
	.dn-contact-page-form-parent form p:first-of-type{
		column-gap:7px;
	}

}

.wpcf7-not-valid-tip {
    font-family: 'Geologica';
    font-size: 14px;
}






/* modern browsers */
.dnSwiper {
  overscroll-behavior: contain!important;  /* stops scroll chaining to the page */
  touch-action: none!important;            /* completely disables native scrolling */
}

/* or, more narrowly, just block vertical scrolling from this element */
.dnSwiper {
  touch-action: pan-x!important;           /* allow horizontal only—blocks vertical */
}



.dn-mini-logos-container-footer figure:nth-of-type(5){
	background: white;
	height: auto;
    align-self: stretch;
    display: flex;
}
.dn-mini-logos-container-footer figure:nth-of-type(6){
	background: white;
	height: auto;
    align-self: stretch;
    display: flex;
}

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

	.gb-container-9d0d8f7e{
		padding-left:20px;
		padding-right:20px;
	}

}

/* filtered locations page */
.page-id-1817 .dn-favority-destinations{
	max-width: 1600px;
	width:90%;
	padding-top: 127px;
}