/*!
Theme Name: metropol
Theme URI: ComodoLab
Author: ComodoLab
Author URI: ComodoLab
Description: ComodoLab
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: metropol
 */

.header-logo {
    padding: 14px 35px;
}
.header-logo img {
    max-width: 320px;
}

.pad_left_ {
    padding-left: 15px;
}
.menu_top_line {

}

.exp_container  {
    position: relative;
    display: block;
}
.exp_container:after  {
    z-index: 1;
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    content: " ";
    background-color: rgba(0,0,0,0.4);
    transition: all 0.3s;
}

.exp_container:hover:after  {
    background-color: rgba(0,0,0,0.6);
}

.exp_container .abs_ div {
    width: 100%;
}
.exp_container .abs_  {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    z-index: 99;
}


.exp_container > div {
    background-size: cover;
    background-position: center;
}

.exp_container > div img {
    width: 100%;
    height: auto;
}
.page-section {
    background: transparent;
}

.page-content-header:after {
    z-index: 1;
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    content: " ";
    background-color: rgba(0,0,0,0.44);
    transition: all 0.3s;
}
.page-content-header {
    height: 450px;
}
.page-content-title {
    text-align: center;
}

.ig-icon {
    background: url("/wp-content/themes/metropol/img/ig.png");
    width: 60px;
    height: 60px;
    background-size: cover;
    display: inline-block;
}

.wa-icon {
    background: url("/wp-content/themes/metropol/img/whatsapp.png");
    width: 60px;
    height: 60px;
    background-size: cover;
    display: inline-block;
    scale: 0.85;
    margin-right: 20px;
}

.facebook-icon {
    width: 60px;
    height: 60px;
}


.home-info-nav-item {
    position: relative;
    display: block;
    max-width: 500px;
    margin: 0 auto 30px;
    align-items: center;
    text-align: center;
}

.home-info-nav-text {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-weight: 700;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    align-items: center;
    background-color: rgba(0,0,0,0.4);
}
.home-info-nav-text > div {
    text-align: center;
    padding: 20px;
    width: 100%;
}

.hotel-services {
    margin-top: 0;
    background-color: transparent;
}

#offerte_pagine .image-circle img {
    width: 200px;
    height: 200px;
}

#offerte_pagine .header-last-offer-content {

    color: #fff;
}
#offerte_pagine .header-last-offer-content a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

#offerte_pagine .mobile-last-offer {
    padding:  30px 20px 36px;
}


/* force scrollbar */
html { overflow-y: scroll; }


/* ---- grid ---- */



/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 33.333%;

}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    max-width: 100%;
    padding: 4px;
}

.font-aso,.font-aso small,.hotel-services-item h5 {
    font-family: "EB Garamond", serif;
    font-weight: 700!important;
}
.hotel-services-item h5 {
    font-size: 24px;
}

.box_ota {
    background-color: #f3f3f3;
    border-radius: 6px;
    padding: 25px 25px;
    text-align: center;
    margin-bottom:20px;
}
.box_ota .voto {
    display: inline-block;
    padding: 22px 4px;
    border-radius: 50%;
    background-color: #ffc1cf;
    width: 70px;
    height: 70px;
    font-size: 18px;
    font-weight: 600;
}
.box_ota .logo_ota img {
    margin-top: 20px;
    display: block;
    width: 100%;
}

#bt_prev_page {
    position: fixed;
    bottom: 15px;
    right: 20px;
    top: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    z-index: 999;
    left: auto!important;
}

body .iubenda-tp-btn.iubenda-cs-preferences-link, body .iubenda-tp-btn[data-tp-float]:not([data-tp-anchored]) {
    margin:1px!important;
}

.header-booking-button-title {
    padding: 10px 15px;
    font-size: 18px;
}

.header-booking-button-subtitle {
    display: block;
    padding: 10px 15px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

@media screen and (max-width: 1366px) {
    .header-logo img {
        max-width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .header-menu {
        margin: 0 0 0 auto;
    }
    #bt_prev_page {
        bottom: 0;
        right: 0;
        width: 100%!important;
    }
}