/**
Theme Name: hhselection
Author: BTW Informatica
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hhselection
Template: astra
*/

:root {
  --primary-color: #547277;
}

a:link, a:visited, a:before, a:after, a *, a *:before, a *:after, input {text-decoration:none; transition: all 0.2s linear}
b, strong {font-weight: 500;}

footer .widget, footer .widget-title, footer p {margin-bottom: 15px;}

ul.home-apartments {list-style: none; margin: 0; padding: 0;}
ul.home-apartments li {margin-bottom: 30px;}
ul.home-apartments a {display:block; position: relative}
ul.home-apartments a > div {position: relative}
ul.home-apartments a > div:after {content:""; display:block; background: url(images/right-arrow.svg) no-repeat; width:60px; height:27px;position: absolute; bottom:15px; right:0}
ul.home-apartments h3 {margin:10px 0 0 0; font-family: 'ArponaSans',arponasans,sans-serif; font-size:clamp(15px,2.5vw,19px); font-weight: medium;}

ul.home-apartments figure {position: relative}
ul.home-apartments .apartment-logo {display: flex; justify-content:center; align-items:center;position: absolute; top:0; left:0; right:0; bottom:0;  opacity: 0;}
ul.home-apartments a:hover .apartment-logo  {opacity:1;z-index: 2;padding:50px;background-image:url(images/hh-white-transparent.svg); background-repeat:  no-repeat; background-size: cover}
ul.home-apartments a:hover .apartment-logo img  {display: block; width: 60%; height: auto;-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}

a.ml-lightbox-button {
  font-size: 0; 
}

.ml-lightbox-button::after {
  font-size: 14px;
}

html[lang="it-IT"] .ml-lightbox-button::after {
  content: "Ingrandisci"; 
}

html[lang="en-EN"] .ml-lightbox-button::after {
  content: "Zoom"; 
}

.wp-block-uagb-container.uagb-is-root-container .homeguide [class^="uagb-block-"],
.wp-block-uagb-container.uagb-is-root-container .homeguide [class*=" uagb-block-"] {
    max-width: 100%;
}


body.archive .ast-archive-description {padding:0; margin-bottom: 30px; text-align: center;}
ul.sub-menu a {color:var(--primary-color)}

/* wpbs */
.wpbs-form-confirmation-message p:first-child {font-size: 25px;  margin: 20px 0;  background: #547277;  font-weight: 600;  color: #fff;  padding: 20px;  text-align: center;}
.wpbs-form-field-label {text-transform: uppercase;font-weight: 500; margin-bottom: 8px;}
.wpbs-payment-confirmation-stripe-form button#wpbs-stripe-card-button{height: 40px !important;
  color: var(--ast-global-color-5) !important;
  background-color: var(--ast-global-color-3) !important;
  border-color: var(--ast-global-color-3) !important;
  font-weight: 500 !important;
  line-height: 20px !important;}
  .wpbs-payment-confirmation-stripe-form button#wpbs-stripe-card-button:hover {background-color: var(--ast-global-color-3) !important;}
.extraservices:not(.paidservices) .wpbs-form-field-label {margin-bottom: 0;}
.extraservices:not(.paidservices) .wpbs-form-field-description {margin-bottom: 20px;}
.extraservices label {display:block !important}
.extraservices .wpbs-form-field-label {margin: 20px 0;}
.extraservices input[type="checkbox"] {ont-size: 15px;margin-right: 6px !important}
.wpbs-form-field-input {display: flex; flex-direction: column;}
.wpbs-form-field-description {order:-1}
.wpbs-main-wrapper .wpbs-form-container {max-width: 100%;}
.iti--allow-dropdown {width:100%}
.wpbs-line-item-description {display: block;}
.wpbs-form-field.wpbs-form-submit-button button {height:40px}
body:not(.ast-theme-transparent-header) .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {fill: var(--primary-color);}

        #prenota-box {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            height:70px;
            background: #394B4D;
            color: #fff;
            text-align: center;
            padding: 0 12px;
            font-size: 17px;
            cursor: pointer;
            z-index: 999;
            display:flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            line-height: 1.1;
        }
        #prenota-box b {
            font-family: Big Caslon CC; 
            font-size: 23px;
            display:block;
            width:100%;
            text-transform: uppercase;
        }
         #prenota-box span {
           display:block;
           position: relative;
           padding-right:40px;
        }
        #prenota-box span:after {
           content: '';
           background:url(images/booking.svg) no-repeat;
           background-size: contain;
           width: 28px;
           height:28px;
           display:block;
           position: absolute;
           bottom:3px; right:0;
        }

        /* Pannello nascosto */
        #prenota-panel {
            position: fixed;
            bottom: -100%;
            left: 0;
            width: 100%;
            max-height: 80%;
            background: #fff;
            overflow-y: auto;
            padding: 20px;
            transition: bottom 0.5s ease;
            z-index: 9998;
            border-top: 1px solid var(--primary-color) !important;;
        }
        #prenota-panel.open {
            bottom: 70px;
        }

        #prenota-panel .wpbs_s-search-widget .wpbs_s-search-widget-form .wpbs_s-search-widget-field label {font-weight: 300 !important;}
         #prenota-panel .wpbs_s-search-widget .wpbs_s-search-widget-form .wpbs_s-search-widget-field button.wpbs_s-search-widget-datepicker-submit,  #prenota-panel .wpbs_s-search-widget .wpbs_s-search-widget-form .wpbs_s-search-widget-field input[type="submit"] {background-color: var(--primary-color) !important;}

        #prenota-panel .wpbs_s-search-widget .wpbs_s-search-widget-results-wrap {padding-top: 0 !important;}

/* wpml */
.wpml-ls-legacy-dropdown>ul {
  position:relative;
  padding:0;
  margin:0!important;
  list-style-type:none
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  visibility:visible
}
.wpml-ls-legacy-dropdown .wpml-ls-item {
  padding:0;
  margin:0;
  list-style-type:none
}
.wpml-ls-legacy-dropdown a {
  display:flex;
  justify-content: center;
  text-decoration:none;
  line-height: 34px;
  height: 34px;
}

.ast-theme-transparent-header .wpml-ls-legacy-dropdown a {
  color: #fff;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  position:relative;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content:"";
  display:block;
  width:21px;
  height:34px;
  line-height: 34px;
  background: url(images/world.svg) no-repeat center center;
  margin-left: 9px;
}

.wpml-ls-item-toggle {white-space: nowrap;}

.ast-theme-transparent-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  visibility:hidden;
  position:absolute;
  top:100%;
  right:0;
  left:0;
  background:#fff;
  border: 1px solid var(--ast-global-color-8);
  padding:5px;
  margin:0;
  list-style-type:none;
  z-index:101;
  width: 44px;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  color:var(--ast-global-color-1);
}
.wpml-ls-legacy-dropdown .wpml-ls-flag {
  display:inline;
  vertical-align:middle
}
.wpml-ls-legacy-dropdown .wpml-ls-flag+span {
  margin-left:.4em
}
.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag+span {
  margin-left:0;
  margin-right:.4em
}

@media screen and (max-width: 544px) {
  #footerlogo {display: none; }
  .homeguide {max-width: 440px !important}
}

@media screen and (min-width: 900px) {
  ul.home-apartments {display: flex;}
ul.home-apartments li {width:50%}
ul.home-apartments li:nth-child(2) {margin-top: 80px;}
ul.home-apartments a > div {padding-left: 20px;}
ul.home-apartments a > div:after {right:30px}
}
