/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/

:root{
	--meteoWhite: #FFFFFF;
	--meteoBlack: #000000;
	--meteoText: #727272;
	--meteoRibbonColor: #B8A85F;
	--meteoSystatikaColor: #D4C16D;
}

/* Font families */
@font-face { 
    font-family: 'Mansalva-Regular'; 
    src: url(../../../wp-content/themes/traveler-childtheme/assets/fonts/Mansalva-Regular.ttf); 
}

@font-face { 
    font-family: 'Mynerve-Regular'; 
    src: url(../../../wp-content/themes/traveler-childtheme/assets/fonts/Mynerve-Regular.ttf); 
}

@font-face { 
    font-family: 'Commissioner-Thin'; 
    src: url(../../../wp-content/themes/traveler-childtheme/assets/fonts/Commissioner-Thin.ttf); 
}

@font-face { 
    font-family: 'Commissioner-ExtraLight'; 
    src: url(../../../wp-content/themes/traveler-childtheme/assets/fonts/Commissioner-ExtraLight.ttf); 
}

@font-face { 
    font-family: 'Commissioner-Light'; 
    src: url(../../../wp-content/themes/traveler-childtheme/assets/fonts/Commissioner-Light.ttf); 
}

@font-face { 
    font-family: 'Commissioner-Regular'; 
    src: url(../../../wp-content/themes/traveler-childtheme/assets/fonts/Commissioner-Regular.ttf); 
}

@font-face { 
    font-family: 'Commissioner-Medium'; 
    src: url(../../../wp-content/themes/traveler-childtheme/assets/fonts/Commissioner-Medium.ttf); 
}

@font-face { 
    font-family: 'Commissioner-SemiBold'; 
    src: url(../../../wp-content/themes/traveler-childtheme/assets/fonts/Commissioner-SemiBold.ttf); 
}

@font-face { 
    font-family: 'Commissioner-Bold'; 
    src: url(../../../wp-content/themes/traveler-childtheme/assets/fonts/Commissioner-Bold.ttf); 
}

@font-face { 
    font-family: 'Commissioner-ExtraBold'; 
    src: url(../../../wp-content/themes/traveler-childtheme/assets/fonts/Commissioner-ExtraBold.ttf); 
}

@font-face { 
    font-family: 'Commissioner-Black'; 
    src: url(../../../wp-content/themes/traveler-childtheme/assets/fonts/Commissioner-Black.ttf); 
}

/* Global Classes */
.meteo_display_none{ display: none !important;}
.meteo_display_block{ display: block !important;}

/*.meteo_ff_mynerve_regular{ font-family: 'Mynerve-Regular', sans-serif !important;}*/

/* Colors */
.meteo_WhiteColor{ color: var(--meteoWhite);}
.meteo_BlackColor{ color: var(--meteoBlack);}
.meteo_TextColor{ color: var(--meteoText);}
.meteo_SystatikaTextColor{ color: var(--meteoSystatikaColor);}


.meteo_WhiteBack{ background: var(--meteoWhite);}
.meteo_BlackBack{ background: var(--meteoBlack);}
.meteo_RibbonBack{ background: var(--meteoRibbonColor);}

/* Margins - Paddings */
.meteo_zero_margin{ margin: 0 !important;}

.meteo_hor_m16{ margin: 0 16px;}
.meteo_mlr10{ margin: 0 10px;}
.meteo_ml20{ margin-left: 20px !important;}
.meteo_mr0{ margin-right: 0 !important;}
.meteo_mr5{ margin-right: 5px !important;}
.meteo_mb0{ margin-bottom: 0 !important;}
.meteo_mt0{ margin-top: 0px !important;}
.meteo_mt25{ margin-top: -25px !important;}
.meteo_mt55{ margin-top: 55px;}
.meteo_mb7{ margin-bottom: 7px;}
.meteo_mb20{ margin-bottom: 20px;}
.meteo_mb30{ margin-bottom: 30px;}
.meteo_mb60{ margin-bottom: 60px;}

.meteo_p0{ padding: 0 !important; }
.meteo_p15-25{ padding: 15px 25px !important; }
.meteo_p32{ padding: 32px !important; }
.meteo_pl10{ padding-left: 10px; }
.meteo_pr60{padding-right: 60px; }
.meteo_pt15{ padding-top: 15px; }
.meteo_pt100{ padding-top: 100px; }
.meteo_pt150{ padding-top: 150px; }
.meteo_pt200{ padding-top: 200px; }
.meteo_pb250{ padding-bottom: 150px;}
.meteo_pb30{ padding-bottom: 30px;}
.meteo_pb35{ padding-bottom: 35px;}
.meteo_pb60{ padding-bottom: 100px;}
.meteo_custom_position_absolute {
    position: absolute;
    right: 302px;
}
.meteo_background_color{background-color: #000;}


/* Width - Height */
.meteo_w50{ width: 50%;}
.meteo_w70{ width: 70%;}
.meteo_w90{ width: 90%;}
.meteo_w100{ width: 100% !important;}
.meteo_h100{ height: 100%;}
.meteo_h50{ height: 50px;}
.meteo_h106{height: 106px;}
.meteo_inner_box{ 
	max-width: 1290px;
	margin: 0 auto;
}
.min_width_auto{ min-width: auto !important;}

/* Text */
.meteo_text_center{ text-align: center !important;}

/* Fonts */
.meteo_Commissioner_Thin{ font-family: 'Commissioner-Thin', sans-serif;}
.meteo_Commissioner_Light{ font-family: 'Commissioner-Light', sans-serif;}
.meteo_Commissioner_Regular{ font-family: 'Commissioner-Regular', sans-serif;}
.meteo_Commissioner_Medium{ 
    font-family: 'Commissioner-Medium', sans-serif;
    line-height: 48px;
    letter-spacing: 1px;
}
.meteo_Commissioner_SemiBold{ font-family: 'Commissioner-SemiBold', sans-serif;}
.meteo_Commissioner_Bold{ font-family: 'Commissioner-Bold', sans-serif;}

/* Custom Text link */
.meteo_custom_text_link,
.meteo_custom_text_link p,
.meteo_custom_text_link h2,
.meteo_custom_text_link a{ transition: all 350ms ease-in-out;}

.meteo_custom_text_link:hover,
.meteo_custom_text_link p:hover,
.meteo_custom_text_link h2:hover,
.meteo_custom_text_link a:hover{ color: var(--meteoRibbonColor) !important;}

.fw_bold{ font-weight: 700;}
.fw_medium{ font-weight: 500;}

.fs_16{ font-size: 16px;}
.fs_18{ font-size: 18px;}
.fs_20{ font-size: 20px;}
.fs_22{ font-size: 22px !important;}
.fs_26{ font-size: 26px !important;}
.fs_28{ font-size: 28px !important;}
.fs_33{ font-size: 33px !important;}
.fs_44{ font-size: 44px;}
.fs_50{ font-size: 50px;}
.fs_63{ font-size: 63px;}

.meteo_z_index_10{ z-index: 10 !important;}

.line_height-09em{ line-height: 0.9em !important;}
.line_height-0{ line-height: 0 !important;}
.line_height-12em{ line-height: 1.2em !important;}
.line_height-2em{ line-height: 1.8em !important;}
.letter_spacing-0{ letter-spacing: 0 !important;}
.letter_spacing-4{ letter-spacing: 0.4px !important;}

/* Position */
.meteo_background_contain{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.meteo_post_header_style {
    margin: 0 auto;
    left: 40%;
    z-index: 5;
}

.meteo_post_header {
    margin: 0 auto; 
    position: relative; 
    left: 0; 
    z-index: 5;
}

.meteo_overhidden{ overflow: hidden;}

.pos_relative{ position: relative;}
.pos_abs{ position: absolute;}
.pos_abs_right{ 
    position: absolute;
    right: 0;
    top: -20px;
}

.pos_relative_left {
    left: 15px;
}

.meteo_flex_start{
	display: flex;
	align-items: center;
}

.meteo_flex_start_content{
    display: flex;
    align-content: center;
}

.meteo_flex_center_content{
  display: flex;
  justify-content: center;
}

.meteo_icon_badge_width{ 
  margin-right: 16px;
  width: 52px;
}

.meteo_icon_badge_width_flip_book{ 
  margin-right: 16px;
  width: 35px;
}

.meteo_company_container{ margin-top: 150px;}
.meteo_company_description{ margin-top: 80px;}

.meteo_gmaps_links{
    position: absolute;
    top: -30px;
    right: 20px;
    background: var(--meteoWhite);
    padding: 10px;
    border-radius: 50%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    transition: all 400ms ease-in-out;
}

.meteo_gmaps_links img{ width: 33px;}
.meteo_gmaps_links:hover{ 
    background: #EFF1BB;
    transform: scale(.9);
}

.meteo_comp_address img,
.meteo_comp_address p{ display: inline;}
.meteo_comp_address img{
    margin-right: 0px;
    margin-bottom: 4px;
    width: 18px;
}

.meteo_comp_address p{ color: #5E6D77;}

.meteo_servises-item{
    font-weight: 700;
    font-size: 18px !important;
    line-height: 26px;
    margin-top: 6px;
    margin-bottom: 15px;
}

/*------------*/
/*   HEADER   */
/*------------*/
.stt-menu-transparent:not(.tour_solo) header.header #main-menu > li a {
    font-family: "Commissioner-Medium", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.header{ border-bottom: 0px !important;}

.header .header__center{ margin-left: -109px !important;}

/*Logo Meteorisimo*/
.header__left .logo img {
	max-width: 300px;
	width: 109px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Header menu item with dropdown icon */
.header__center #st-main-menu .main-menu li.menu-item-has-children .fa {
	margin-top: -14px;
	right: -10px;
}

/* Menu item with image */
.main-menu .menu-item .menu-dropdown .item-caption{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	color: var(--meteoWhite);
}

.main-menu .menu-item .menu-dropdown a.has-image img{ border-radius: 10px;}
.main-menu .menu-item .menu-dropdown a.has-image::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 94.8px;
	border-radius: 10px;
    transform: translateY(-50%);
    background: var(--meteoBlack);
    opacity: .3;
}

.meteo_syntagi_similar_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
  column-gap: 30px;
}

.meteo_syntages_card {
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* Pagination container */
.meteo_syntages_pagination {
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
}

/* Pagination links */
.meteo_syntages_pagination a {
    background: #b8a85f;
    color: #000;
    padding: 10px 15px;
    border-radius: 20px;
    text-decoration: none;
    border: 2px solid #ddd;
    margin: 0 5px;
    transition: background-color 0.3s, color 0.3s;
    font-family: 'Commissioner-Medium', sans-serif !important;
}


/* Pagination link hover state */
.meteo_syntages_pagination a:hover {
    background-color: #000;
    color: #fff;
}

/* Active pagination link */
.meteo_syntages_pagination .current {
    color: #000;
    border-color: #0073aa;
}



/*----------------------*/
/* Companies Store Grid */
/*----------------------*/
#st-content-wrapper.search-result-page .banner:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}

.search-result-page.st-style-elementor .banner h1{
	position: inherit;
	z-index: 9;
    font-size: 56px;
    line-height: 56px;
    font-weight: 510;
}

.search-result-page .banner{ 
	padding-top: 222px !important;
  	padding-bottom: 222px !important;
}
/* Companies grid header search form */
.st-banner-search-form.style_2 { display: none;}

#modern-result-string{ font-family: "Commissioner-Medium", sans-serif !important;}

.meteo_comps_type p{
    font-family: "Commissioner-Regular", Sans-serif;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.4px;
}
.service-list-wrapper .item h3.title a { font-family: "Commissioner-Regular", sans-serif !important;}

.meteo_comp_grid_2 .meteo_gmaps_links{ top: 20px !important;}

/* Companies grid header */
@media screen and (min-width: 992px) {
	.stt-menu-transparent:not(.tour_solo) .search-result-page .banner {
		padding-top: 200px;
		padding-bottom: 60px;
	}
}

/* Company Search Half Map icon */
.stt-price-label .inner {
	background-image: url('/wp-content/uploads/2024/12/placeholder.png') !important;
	padding: 20px;
	background-color: transparent !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: contain !important;
	box-shadow: none;
	transition: all 400ms ease-in-out;
}

.stt-price-label.hover .inner {
    background-image: url('/wp-content/uploads/2024/12/placeholder2.png') !important;
    border-radius: 50%;
    transform: scale(1.05) !important;
}

.stt-price-label .inner::after{ border: 0px !important;}

/* Sort option */
#dropdownMenuSort{
	border: 0;
	padding: 5px 10px;
	border-radius: 22px;
}

/* Companies Grid Button */
#sticky-halfmap .btn {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    border-radius: 50px;
    border: 1.5px solid #b8a85f;
    cursor: pointer;
    position: relative;
    background-color: transparent !important;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    font-family: 'Commissioner-Medium', sans-serif !important;
}

.sort-item.st-icheck {
    font-family: 'Commissioner-Medium', sans-serif !important;
}

#sticky-halfmap .btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 110%;
    background-color: #b8a85f;
    transform: translateX(-100%);
    transition: all .3s;
    z-index: -1;
}

/*Number of Syntages*/
.wrap {
    height: 188px;
    top: -8px;
    left: 8px;
}

.wrap:before, .wrap:after {
    content: ""; 
    position: absolute;
}

.wrap:before {
    width: 40px;
    height: 8px;
    right: 100px;
    background: #95894E;
    border-radius: 8px 8px 0px 0px;
}

.wrap:after {
    width: 8px;
    height: 40px;
    right: 0px;
    top: 100px;
    background: #95894E;
    border-radius: 0px 8px 8px 0px;
}

.ribbon6 {
	width: 200px;
	height: 40px;
	line-height: 40px;
	top: 30px;
	right: -50px;
	z-index: 2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	/* border: 1px dashed; */
	box-shadow:0 0 0 3px var(--meteoRibbonColor),  0px 21px 5px -18px rgba(0,0,0,0.6);
}

#sticky-halfmap .btn:hover::before { transform: translateX(0);}

/* Homepage Recipes */
.premium-adv-carousel__media-wrap{ position: relative;}
.premium-adv-carousel__item-link::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    transition: all 350ms ease-on-out;
}

.premium-adv-carousel__item-link::after{
    content: url('https://meteorisimo.e-host.gr/wp-content/uploads/2025/01/login1.png');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    opacity: 0;
}

.premium-adv-carousel__item-link:hover::before{ opacity: .5;}
.premium-adv-carousel__item-link:hover::after{ opacity: 1;}

/*------------*/
/* NEWSLETTER */
/*------------*/
.home .acym__subscription__form__button{ 
    font-size: 'Commissioner-Regular', sans-serif !important;;
    font-weight: 500 !important;
    padding: 0 35px !important;
}

/* Contect Page */
#acym_fulldiv_formAcym1 .acym__subscription__form__button button{ 
	font-family: 'Commissioner-Regular', sans-serif;
	padding: 0 25px;
	font-size: 14px;
	border-radius: 32px;
	transition: all 300ms ease-in-out;
}

/* Input and button site */
.meteo_newsletterform #field_2{ width: 300px !important;}
.meteo_newsletterform #field_2 label{ width: 100%;}

/* Space on inputs */
.meteo_newsletterform #field_2 input{
    padding: 7px 20px;
    border-radius: 8px;
}

.meteo_sub_form .acym_module_form .acysubbuttons .btn.btn-primary.button.subbutton{
    font-family: "Commissioner", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    border-radius: 25px 25px 25px 25px;
    padding: 15px 25px 15px 25px;
    border: 0px !important;
}

.meteo_sub_form .acym_module_form .acysubbuttons .btn.btn-primary.button.subbutton:hover{
    background: var(--meteoBlack) !important;
    color: var(--meteoWhite) !important;
}

/*Last Section Background Position*/
.meteo_background_position { 
    margin-right: 45px;
    z-index: 9 !important;
}

/* Recently Articles */
.sidebar-widget.widget_block h2 { background-color: #f7f8fa;}

/* Blog First Page */
.meteo_blog_grid .st-blog-list-el .excerpt-wrapper {
    font-family: "Commissioner-Regular", sans-serif !important;
	height: 100px;
	overflow: hidden;
	margin-top: 20px;
	position: absolute;
	bottom: 20px;
    line-height: 2em;
    letter-spacing: .4px;
}

.meteo_blog_grid .services-item.item-elementor .item .content-item { padding-bottom: 130px;}

/* Single post */
/* Category and main content style */
.single-post .blog-style3 .article-style3 .post-content p,
.single-post .blog-style3 .article-style3 .pagination .nav-links .box .meta-nav,
.cate.category-color ul li a,
.article-style3 .post-inner .meta ul li,
.single-post .blog-style3 .article-style3 .pagination .nav-links .box .post-title{
	font-family: "Commissioner-Regular", sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
	letter-spacing: 0.4px;
}

body.st-mod-style .st-style-elementor h2,
.wp-block-search__label{ 	
	font-family: "Commissioner-Bold", sans-serif !important;
	font-size: 22px !important;
    font-weight: 400 !important;
}

#st-content-wrapper.st-style-elementor .st-bg-feature{  
	background-attachment: fixed;
	padding: 250px 0 !important;
}

.single-post #comment-wrapper{ display: none !important;}

.article-style3 .post-inner .meta ul li,
.single-post .blog-style3 .article-style3 .pagination .nav-links .box .meta-nav{ font-size: 14px;}

.single-post .blog-style3 .article-style3 .pagination .nav-links .box .post-title{
	font-family: "Commissioner-Medium", sans-serif;
	font-size: 14px;
}

.single-post .blog-style3 .article-style3 .tags .tag-item:hover{
    background: var(--meteoRibbonColor) !important;
    color: var(--meteoBlack);
}

/* Single post sidebar */
.sidebar-widget.widget_block{ 
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 4px, rgba(0, 0, 0, 0.2) 0px 3px 4px;
    background: #f6f2df !important;
}

.sidebar-widget.widget_block h2{ background: transparent !important;}

/* Contact Form Button */
.meteora_contact_form_button {
    background-color: #d4c16d !important;
    color: var(--meteoBlack) !important;
    border-radius: 50px !important;
    margin-top: 10px !important;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.meteora_contact_form_button:hover {
	background-color: var(--meteoBlack) !important;
	color: var(--meteoWhite) !important; 
}

/*Contact Page Email Style*/
a[href^="mailto"] {
    color: #000; 
    text-decoration: none; 
}
a[href^="mailto"]:hover { color: var(--meteoBlack); }



.article-style3 .post-inner .post-title a {
  /* font-family: "Commissioner-Regular", sans-serif !important; */
  font-family: 'Commissioner-Medium', sans-serif !important;
}

.post-desciption p {
  font-family: "Commissioner-Regular", sans-serif !important;
}

.meteo_syntagi_header {
    padding: 0 32px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 550px !important;
}


.meteo_recipies_links a {
    color: #000 !important;
}

.meteo_post_pa_hp .eael-entry-wrapper{
    position: relative;
}

.meteo_post_pa_hp .eael-entry-meta {
  position: absolute;
  top: 15px;
}


/* Custom CTA */
@media only screen and (max-width: 2400px) {
  .meteo_post_pa_hp .eael-entry-meta {
  position: absolute;
  top: 20px;
  }
}

@media only screen and (max-width: 1366px) {
  .meteo_post_pa_hp .eael-entry-meta {
  position: absolute;
  top: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .meteo_post_pa_hp .eael-entry-meta {
  position: absolute;
  top: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .meteo_post_pa_hp .eael-entry-meta {
  position: absolute;
  top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .meteo_post_pa_hp .eael-entry-meta {
  position: absolute;
  top: 20px;
  }
}


.meteo_syntages_pagination {
    line-height: 4.5 !important;
}

.meteo_companie_website_info {
    color: #d4c16d !important;
}

.meteo_companie_website_info:hover {
    color: #000 !important;
}


#trp-floater-ls.trp-top-right {
    bottom: auto;
    top: 0;
    right: 13%;
    border-radius: 0 0 5px 5px;
}

/*Business Network*/
@media only screen and (max-width: 767px) {
    .search-result-page .banner {
      padding-top: 80px !important;
      padding-bottom: 70px !important;
    }

    .search-result-page.st-style-elementor .banner h1 {
      position: inherit;
      z-index: 9;
      font-size: 56px;
      line-height: 56px;
      font-weight: 0;
    }
}

/*Posts*/
@media only screen and (max-width: 767px) {
    #st-content-wrapper.st-style-elementor .st-bg-feature{  
        background-attachment: fixed;
        padding: 145px 0 !important;
    }

    .fs_63 { font-size: 50px;}
    .fs_44{ font-size: 33px;}

    .meteo_post_header {
      margin: 0 auto;
      position: relative;
      left: 0;
      z-index: 5;
      padding-top: 30px;
    }
}


.acym_module_form {
	width: 325px;
    height: 50px;
    border-radius: 30px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.meteo_translatepress .elementor-shortcode .trp-ls-shortcode-current-language, .elementor-shortcode .trp-ls-shortcode-language { width: 140px !important; }

.trp-language-switcher{
    width: fit-content !important;
    margin-right: 10px !important;
}


.trp-language-switcher.trp-language-switcher-container{
    background: transparent !important;
    border: 0px !important;
}

.trp-language-switcher > div{ padding: 0 !important;}

.meteo_translatepress .elementor-shortcode .trp-ls-shortcode-current-language,
.elementor-shortcode .trp-ls-shortcode-language{ width: 95px !important;}

.trp-ls-shortcode-disabled-language.trp-ls-disabled-language{ background: #FFF;}


@media only screen and (max-width: 767px) {
    p.meteo_syntagi_heading.meteo_text_center.fs_33.meteo_Commissioner_Medium.meteo_pr60 {
        font-size: 20px !important;
        line-height: 25px !important;
    }
}


@media screen and (max-width: 767px) {
    .search-result-page.layout5 .top-filter, .search-result-page.tour-layout7 .top-filter, .search-result-page.activity-layout5 .top-filter, .search-result-page.car-layout4 .top-filter, .st-style-elementor.search-result-page.layout-rental-4 .top-filter {
        justify-content: center;
    }
}


.eael-entry-overlay.fade-in a {
    color: transparent;
}

#st-content-wrapper.search-result-page .banner {
    background-color: #000 !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
}

/*a.meteo_stores_images.meteo_background_contain {color: #0a58cd00;}*/


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.banner, .st-bg-feature.st_1749803842 { background-color: #000 !important; }



.trp-ls-shortcode-disabled-language.trp-ls-disabled-language {
    /* background: #FFF; */
    background-color: transparent !important;
}


.trp-ls-shortcode-disabled-language.trp-ls-disabled-language {
    /* background: #FFF; */
    background-color: transparent !important;
}


.trp-language-switcher > div > a {
    display: block;
    padding: 7px 12px;
    border-radius: 3px;
    text-decoration: none;
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    background-color: transparent !important;
}

.trp-language-switcher > div {border: 1.5px solid #ffffff00;}
.trp-ls-shortcode-current-language{background-color: transparent !important;}
.trp-ls-shortcode-language {background: transparent !important;}


div.wpforms-container-full .wpforms-field-label,
.wp-core-ui div.wpforms-container-full .wpforms-field-label {
    margin: 0 0 var(--wpforms-field-size-input-spacing) 0;
    padding: 0;
    font-size: var(--wpforms-label-size-font-size);
    line-height: var(--wpforms-label-size-line-height);
    color: var(--wpforms-label-color);
    font-family: 'Commissioner', sans-serif;
}


div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], div.wpforms-container-full .wpforms-page-button, .wp-core-ui div.wpforms-container-full input[type=submit], .wp-core-ui div.wpforms-container-full button[type=submit], .wp-core-ui div.wpforms-container-full .wpforms-page-button {
    font-family: 'Commissioner-Medium', sans-serif !important;
}


.st-style-elementor.search-result-page.layout5 .top-filter ul li .dropdown, .st-style-elementor.search-result-page.tour-layout7 .top-filter ul li .dropdown, .st-style-elementor.search-result-page.activity-layout5 .top-filter ul li .dropdown, .st-style-elementor.search-result-page.car-layout4 .top-filter ul li .dropdown, .st-style-elementor.search-result-page.layout-rental-4 .top-filter ul li .dropdown {
    padding: 12px 20px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 40px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--heading-color);
    display: flex;
    align-items: center;
    font-family: 'Commissioner-Medium', sans-serif !important;
}

.st-scrollbar.dropdown-menu-inner { font-family: 'Commissioner-Medium', sans-serif !important; }

.search-move-map label {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Commissioner-Medium', sans-serif !important;
    color: var(--grey-color, #5E6D77);
    padding-left: 10px;
}

.st-blog {font-family: 'Commissioner', sans-serif !important;} 


.infor-heading {font-family: 'Commissioner-Medium', sans-serif !important;}

.widgets, .heading {font-family: 'Commissioner-Medium', sans-serif !important;}


body.page-id-20044 .container,
body.page-id-20044 .container-fluid,
body.page-id-20044 .container-lg,
body.page-id-20044 .container-md,
body.page-id-20044 .container-sm,
body.page-id-20044 .container-xl,
body.page-id-20044 .container-xxl {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
}

.search-result-page.layout-rental-4 .st-results .pagination .page-numbers li .page-numbers.current {color: #000000 !important;}

.postid-18461 #st-content-wrapper .st-gallery.style-masonry img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

a.premium-adv-carousel__item-link {
    position:absolute;
	top: -150px;
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.article-style3 .post-inner .meta ul li a {
    text-transform: capitalize;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--heading-color, #1A2B48);
    font-family: 'Commissioner-Medium', sans-serif !important;
}


.blog-style3 .st-blog .sidebar-widget .wp-block-search__inside-wrapper .wp-block-search__input {
    background: none;
    height: 26px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--grey-color, #5E6D77);
    padding: 0;
    font-family: 'Commissioner-Medium', sans-serif !important;
}

/*Translate Press*/
.greek-only,
.english-only {
    display: none; /* Hidden by default */
}

/*link menu*/
.link_class a {
  position: absolute;
  top: -05px;
  left: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  text-decoration: none;
  color: inherit; /* optional: inherit text color */
  z-index: 1;
}

@media screen and (max-width: 767px) { 
	.link_class {
	  position: relative;
	}

	.link_class a {
	  position: absolute;
	  top: 105px;
	  right: 0px;
	  width: 100%;
	  height: 100%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  text-decoration: none;
	  color: inherit; /* optional: inherit text color */
	  z-index: 1;
	}
}


.page-id-18686, .meteo_syntagi_description {
    padding: 32px;
    bottom: -150px;
    width: 620px !important;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.elementor-20044 .elementor-element.elementor-element-12c84312 > .elementor-container{max-width: 1415px !important;} 


.article-style3 .post-inner .post-desciption{
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px !important;
    color: var(--grey-color, #5E6D77);
}


.premium-modal-box-modal-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 !important;
    border-bottom: 1px solid #e5e5e5;
}

.meteo_instructions_text.meteo_SystatikaTextColor .elementor-text-editor.elementor-clearfix { color: #D4C16D !important;}

.meteo_syntagi_descriptio_recipie, .elementor-text-editor.elementor-clearfix  { color: #232323 !important;}