#wp-admin-bar-search {
    display: none !important;
}

.lined {
    border-top: 1px solid #dddddd;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.fs-90 {
    font-size: 90%;
}

.fw-600 {
    font-weight: 600;
}

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

.max-200 {
    max-width: 200px;
}

.max-450 {
    max-width: 450px;
}

.amount .value {
    font-weight: 600;
}

.amount .suffix {
    margin-left: 0.25rem;
    font-size: 80%;
}

.input-wrap-label {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.form-check-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

strong {
    font-weight: 600 !important;
}

a.edit {
    font-weight: 600;
    color: black;
}

.form-control.form-input-top {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}

.form-control.form-input-bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 0;
}

input.form-control:focus {
    box-shadow: inset 0 0 0 0.15rem rgb(7 84 158 / 25%);
}

/* list column */
.list-column {
    list-style-type: none;
    padding: 0;
    margin: 0 0 1rem 0;
    display: flex;
    flex-wrap: wrap;
}

.list-column li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem !important;
}

@media (min-width: 575px) {
    .list-column li {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .list-column li {
        width: 33.33%;
    }
}

.list-column li:not(:last-child) {
    padding-right: 1rem;
}

.list-column .icon {
    font-size: 1.5rem;
    width: 32px;
}

/* resorts */
@media (min-width: 768px) {
    .resort-skills li {
        width: 33.33%;
    }
}

@media (min-width: 992px) {
    .resort-skills li {
        width: 25%;
    }
}

@media (min-width: 1366px) {
    .resort-skills li {
        width: 20%;
    }
}

/* SHORTCODES */

/* strutture */
.p-strutture {
    width: 100% !important;
}

.p-strutture>* {
    width: 100%;
    margin-bottom: 60px;
    position: relative;
}

.card-struttura {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.single-card-struttura .card-struttura {
    margin-bottom: 0;
}

.card-struttura .image {
    border-radius: 0.75rem;
    overflow: hidden;
    height: 60vw;
}

.promo-badge {
    border-radius: 0.55rem;
    background-color: var(--df-offers);
    color: white;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 15px;
    animation: df-offers-animation 2s infinite;
}

.promo-badge-title {
    font-weight: 600;
    font-size: inherit;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .promo-badge {
        font-size: 14px;
        padding: 0.25rem 0.5rem;
        margin-bottom: 0.5rem;
    }
}

@keyframes df-offers-animation {
    0%, 100% {
         box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    }
    50% {
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
    }
}

@media (min-width: 768px) {

    .p-strutture {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .p-strutture>* {
        width: calc(50% - 10px);
    }

    .card-struttura .image {
        height: 30vw;
    }

}

@media (min-width: 992px) {

    .p-strutture>* {
        width: calc(33.33% - 15px);
    }

    .card-struttura .image {
        height: calc(33.33vw - 110px);
    }

}

@media (min-width: 1200px) {

    .p-strutture>* {
        width: calc(25% - 15px);
    }

    .p-strutture.columns-3>* {
        width: calc(33.33% - 15px);
    }

    .card-struttura .image {
        height: calc(25vw - 110px);
    }

}

@media (min-width: 1500px) {

    .p-strutture>* {
        width: calc(20% - 15px);
    }

    .p-strutture.columns-4>* {
        width: calc(25% - 15px);
    }

    .card-struttura .image {
        height: calc(20vw - 110px);
    }

}

/* .card-struttura .image{
   border-radius: 0.75rem;
   overflow: hidden;
   height: 60vw;
}

@media ( min-width: 768px ){

   .p-strutture {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      column-gap: 5%;
   }

   .card-struttura {
      width: 45%;
   }

   .card-struttura .image{
      height: 30vw;
   }

}

@media ( min-width: 992px ){

   .p-strutture {
      column-gap: 10%;
   }

   .card-struttura {
      width: 25%;
   }

   .card-struttura .image{
      height: 15vw;
   }

} */

.card-struttura .title {
    font-size: 1.5rem;
    font-weight: 600;
}

.card-struttura .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.card-struttura .content {
    position: relative;
}

.card-struttura .details-wrap {
    font-size: 0.9rem;
}

.card-struttura .details-wrap i {
    color: #575756;
}

.card-struttura .details {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.card-struttura .details li:not(:last-child) {
    margin-right: 1rem;
}

.card-struttura .details .icon {
    width: 18px;
}

/* .card-struttura .price {
   position: absolute;
   top: 5px;
   right: 0;
} */

/* gallery */
.p-gallery {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

/* .p-gallery .image:nth-child(1) {
   border-top-left-radius: 25px;
   border-bottom-left-radius: 25px;
}
.p-gallery .image:nth-child(3) {
   border-top-right-radius: 25px;
}
.p-gallery .image:nth-child(5) {
   overflow: hidden;
   padding-right: 0;
   padding-bottom: 0;
   border-bottom-right-radius: 25px;
} */
.p-gallery-inner {
    margin: -3px;
}

.p-gallery .image {
    float: left;
    width: 25%;
    padding: 3px;
}

.p-gallery .image img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}

.p-gallery .image:first-child {
    width: 50%;
    height: 250px;
}

.p-gallery .image:not(:first-child) {
    height: 125px;
}

.p-gallery .image:nth-child(n+6) {
    display: none;
}

@media (min-width: 768px) {
    .p-gallery .image:first-child {
        height: 450px;
    }

    .p-gallery .image:not(:first-child) {
        height: 225px;
    }
}

.p-gallery .images-count {
    position: absolute;
    bottom: 1.5rem;
    right: 1rem;
    background: white;
    border-radius: 5px;
    padding: 3px 5px;
    font-weight: 600;
}

/* SINGLE STRUTTURA */

.single-struttura-content>.vc_row.wpb_row:not(.vc_inner) {
    padding-top: 0;
}

.single-struttura .entry-content h3,
.single-struttura .entry-content .h3 {
    font-size: 1.5rem;
}

/* details */
.struttura-info {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    text-align: center;
}

.struttura-info li:not(:last-child) {
    margin-right: 1.5rem;
}

/* calendar */
.struttura-calendar .lightpick,
.lightpick__month,
.lightpick__month-title-bar,
.lightpick__month-title {
    width: 100%;
}

/* location */
#struttura-location {
    height: 450px;
    width: 100%;
    z-index: 8;
}

.location-marker {
    background-color: var(--df-primary);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: relative;
}

.location-marker::after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% - 2px);
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--df-primary);
}

.location-marker::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/pin.png);
    background-size: cover;
}

[class$=api-load-alpha-banner] {
    display: none;
}

/* reservation */
#struttura-sidebar {
    position: relative;
    transition: top 0.5s;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -o-transition: top 0.5s;
    -ms-transition: top 0.5s;
}

.struttura-reservation-wrap {
    padding: 1.75rem 1.5rem;
    border-radius: 8px;
    overflow: hidden;
    max-width: 400px;
    margin: 0 auto;
}

.struttura-reservation-fields {
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
}

.struttura-reservation-fields .input-wrap {
    padding: 12px;
    font-size: 14px;
    width: 100%;
}

.struttura-reservation-fields .input-wrap.checkin {
    border-right: 1px solid #ccc;
}

.struttura-reservation-fields .input-wrap.ospiti {
    border: none;
    border-top: 1px solid #ccc;
}

#struttura-booking,
#struttura-booking-quote {
    width: 1px;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    display: block;
}

.struttura-reservation .ospiti {
    background-position: right 0.75rem top 1.25rem;
}

.ospiti .qty-input {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background-color: black;
    border-radius: 50%;
    color: white;
}

.ospiti .qty-value {
    width: 30px;
    text-align: center;
    margin: 0 0.25rem;
    border: none;
    outline: none;
    box-shadow: unset;
}

.ospiti .qty-input i {
    position: relative;
    top: 2px;
}

.ospiti .qty-input.disabled {
    opacity: 0.15;
}

.ospiti .inner {
    margin-top: 1rem;
    border-top: 1px solid #ededed;
    padding-top: 1rem;
}

.ospiti input[type=checkbox],
.ospiti input[type=radio] {
    top: 0;
}

.struttura-reservation .amount .value {
    font-weight: inherit;
}

/* search */
.box-search {
    padding: 1rem 1rem 1px 1rem;
    background: #f5f5f5;
    border-radius: 0.75rem;
}

/* fluent form */
.fluentform .frm-fluent-form .ff-el-group {
    margin-bottom: 1rem;
}

.fluentform .frm-fluent-form .ff-el-form-control {
    border-color: #ccc;
}

.fluentform .frm-fluent-form .ff-el-form-control.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
}

.ff-message-success {
    background-color: var(--df-success);
    color: white;
    border-radius: 0.5rem;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label>span {
    background-color: var(--df-secondary) !important;
    border-color: var(--df-secondary) !important;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:not(.ff_item_selected) label>span:hover {
    color: inherit !important;
}

.fluentform .ff-el-input--label label {
    font-weight: 400 !important;
}

.ff_list_buttons .ff-el-input--content {
    display: flex;
    align-items: center;
}

div .fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span {
    border: 1px solid #dcdfe6 !important;
}

#request-quote .fluentform .ff-el-input--label label {
    font-size: 90%;
}

.date-flessibili-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.date-flessibili-wrap .ff-el-input--content {
    justify-content: end;
}

@media (min-width: 768px) {
    .animali-wrap .ff-el-input--content {
        justify-content: center;
    }
}

.date-flessibili-wrap>* {
    width: 100%;
}

.date-flessibili-wrap .ff-el-input--content {
    text-align: right;
}

/* Inizio Richiesta preventivo form id 4 */

.fluent_form_4 .ff-el-input--label label {
    font-weight: 600;
}

.fluent_form_4 .date-flessibili-wrap {
    margin-bottom: 3rem !important;
    justify-content: left;
}


.fluent_form_4 .date-flessibili-wrap>* {
    width: 15%;
}

.fluent_form_4 .date-flessibili-wrap .ff-el-input--content {
    justify-content: left;
}

@media (max-width: 768px) {
    .fluent_form_4 .date-flessibili-wrap>* {
        width: 100%;
    }

    .fluent_form_4 .date-flessibili-wrap {
        justify-content: space-between;
    }

    .fluent_form_4 .date-flessibili-wrap .ff-el-input--content {
        justify-content: end;
    }

}

/* Fine Richiesta preventivo form id 4 */

#struttura-sidebar .contact-info {
    margin-top: 1.5rem;
    margin-bottom: 0 !important;
}

#struttura-sidebar .contact-info a {
    text-decoration: none;
    display: block;
    margin-top: 0.5rem;
    margin-right: 0 !important;
}

/* related */
#struttura-related .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide .card-struttura {
    width: 100%;
}

/* icons-list */
.p-icons-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.p-icons-list li {
    float: left;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}

.p-icons-list img {
    height: 25px;
    width: auto;
}

/* promozioni */
.sale-flash {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    background: var(--df-offers);
    color: white;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 50%;
    transform: rotate(13deg);
    font-size: 1.2rem;
    z-index: 10;
}

.p-promo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-promo>* {
    margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
    .p-promo>* {
        width: calc(50% - 1.5rem);
    }
}

@media (min-width: 992px) {
    .p-promo>* {
        width: calc(33.33% - 1.5rem);
    }
}

@media (max-width: 575px) {
    .struttura-rates {
        overflow-x: scroll;
    }

    .struttura-rates>table {
        min-width: 470px;
    }
}