/*
Theme Name: Wanderers Child
Theme URI: https://wanderers.qodeinteractive.com
Description: An Adventurous Theme for Travel and Tourism
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: wanderers
Template: wanderers
*/


/*--------VARS----------*/

:root {
    --enrosadira-light: #ef7983;
    --enrosadira-dark: #82368c;
    --dark-grey: #564e49;
}


/*--------END VARS----------*/

.mkdf-tour-item-single-holder .mkdf-tour-tabs.mkdf-horizontal .mkdf-tabs-nav li a .mkdf-tour-nav-section-icon {
    color: var(--enrosadira-light) !important;
}

.mkdf-title-holder {
    position: relative;
    background-position: center center;
}

@media screen and (min-width: 1023px) {
    .mkdf-title-holder {
        min-height: 685px;
    }
}

.mkdf-title-holder:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(28, 28, 28, 0.3);
}

.mkdf-title-holder .mkdf-title-wrapper {
    z-index: 2;
}

#promo-home {
    position: relative;
}

#promo-home:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(28, 28, 28, 0.2);
}

.mkdf-grid-row.grid-layout {
    margin-left: -30px;
    margin-right: -30px;
    padding-bottom: 90px;
}

.mkdf-page-header .mkdf-vertical-align-containers .mkdf-position-right {
    display: none;
}

.mkdf-page-header .mkdf-logo-wrapper {
    margin-top: 16px;
}

.mkdf-page-header .mkdf-logo-wrapper a {
    height: 80px !important;
}

.mkdf-page-header .mkdf-main-menu:not(.mkdf-sticky-nav)>ul>li>a {
    font-size: 16px;
}

@media screen and (max-width: 1440px) {
    .mkdf-page-header .mkdf-main-menu:not(.mkdf-sticky-nav)>ul>li>a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1279px) {
    .mkdf-page-header .mkdf-main-menu:not(.mkdf-sticky-nav)>ul>li>a {
        font-size: 12px;
    }
}

.mkdf-page-header .mkdf-main-menu:not(.mkdf-sticky-nav)>ul>li>a>span.item_outer .item_text {
    letter-spacing: .1em;
}

.mkdf-page-header .mkdf-main-menu>ul>li>a>span.item_outer .item_text {
    letter-spacing: .1em;
}

.mkdf-page-header.single-accomodation {
    z-index: 100;
}

.mkdf-page-header.single-accomodation .mkdf-main-menu:not(.mkdf-sticky-nav)>ul>li>a>span.item_outer .item_text {
    color: #303030;
}

.mkdf-page-header.single-accomodation .mkdf-main-menu:not(.mkdf-sticky-nav)>ul>li>a:hover>span.item_outer .item_text {
    color: var(--enrosadira-light);
}

.mkdf-page-header.single-accomodation .mkdf-main-menu:not(.mkdf-sticky-nav)>ul>li.mkdf-active-item>a>span.item_outer .item_text {
    color: var(--enrosadira-light);
}

.mkdf-sticky-header .mkdf-logo-wrapper {
    margin-top: 0px;
}

.mkdf-sticky-header .mkdf-logo-wrapper a {
    height: 47px !important;
}

.mkdf-menu-center:not(.mkdf-sticky-holder) .mkdf-vertical-align-containers .mkdf-position-center {
    margin-top: 10px;
}

@media screen and (max-width: 1440px) {
    .mkdf-menu-center:not(.mkdf-sticky-holder) .mkdf-vertical-align-containers .mkdf-position-center {
        text-align: right;
        left: -21px;
    }
}

@media screen and (max-width: 768px) {
    #mkdf-back-to-top {
        right: 15px;
        bottom: 62px;
    }
}

#mkdf-back-to-top>span {
    color: #1c1c1c;
}

.overlay-bg {
    position: relative;
}

.overlay-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(28, 28, 28, 0.2);
    z-index: 1;
}

.page-template-grid-page .mkdf-page-content-holder.mkdf-grid-col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-template-grid-page .breadcrumbs {
    padding-bottom: 17px;
    margin-top: -35px;
}

[class*="rectangle-element"] {
    position: relative;
}

[class*="rectangle-element"]:after {
    content: "";
    display: block;
    padding-top: 65%;
}

[class*="rectangle-element"] [class*="info"] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

[class*="rectangle-element"] [class*="info"]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(28, 28, 28, 0.2);
}

[class*="rectangle-element"] [class*="info"] [class*="image"] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

[class*="rectangle-element"] [class*="info"] [class*="image"] img {
    height: 100%;
    width: auto;
    max-width: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.18, 0.43, 0.58, 1) 50ms;
    transition: -webkit-transform 0.25s cubic-bezier(0.18, 0.43, 0.58, 1) 50ms;
    -o-transition: transform 0.25s cubic-bezier(0.18, 0.43, 0.58, 1) 50ms;
    transition: transform 0.25s cubic-bezier(0.18, 0.43, 0.58, 1) 50ms;
    transition: transform 0.25s cubic-bezier(0.18, 0.43, 0.58, 1) 50ms, -webkit-transform 0.25s cubic-bezier(0.18, 0.43, 0.58, 1) 50ms;
}

[class*="rectangle-element"] [class*="info"] [class*="content"] {
    position: absolute;
    left: 32px;
    bottom: 28px;
    right: 32px;
    z-index: 2;
}

[class*="rectangle-element"] [class*="info"] [class*="content"] h3 {
    color: white;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.47);
}

[class*="rectangle-element"] a.link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
}

[class*="rectangle-element"][class*="col4"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    -ms-flex: 0 0 calc(33.3333333333% - 30px);
    flex: 0 0 calc(33.3333333333% - 30px);
    max-width: calc(33.3333333333% - 30px);
    margin: 15px;
}

@media screen and (max-width: 1024px) {
    [class*="rectangle-element"][class*="col4"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
}

@media screen and (max-width: 680px) {
    [class*="rectangle-element"][class*="col4"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
}

[class*="rectangle-element"][class*="shadow"] {
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

[class*="rectangle-element"]:hover [class*="info"] [class*="image"] img {
    -webkit-transform: translate(-50%, -50%) scale(1.03);
    -ms-transform: translate(-50%, -50%) scale(1.03);
    transform: translate(-50%, -50%) scale(1.03);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.18, 0.43, 0.58, 1) 50ms;
    transition: -webkit-transform 0.25s cubic-bezier(0.18, 0.43, 0.58, 1) 50ms;
    -o-transition: transform 0.25s cubic-bezier(0.18, 0.43, 0.58, 1) 50ms;
    transition: transform 0.25s cubic-bezier(0.18, 0.43, 0.58, 1) 50ms;
    transition: transform 0.25s cubic-bezier(0.18, 0.43, 0.58, 1) 50ms, -webkit-transform 0.25s cubic-bezier(0.18, 0.43, 0.58, 1) 50ms;
}

[class*="rectangle-element"]:hover[class*="shadow"] {
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

[class*="item-element"] [class|="info"] [class*="meta"] h2 {
    font-size: 30px;
    padding-bottom: 20px;
}

[class*="item-element"] [class|="info"] [class*="meta"] h2+p {
    margin-top: -5px;
}

[class*="item-element"] [class|="info"] [class*="meta"] h2+span.categories {
    margin-top: -15px;
}

[class*="item-element"] [class|="info"] [class*="meta"] p {
    font-size: 18px;
    padding-bottom: 16px;
}

[class*="item-element"] [class|="info"] [class*="meta"] span.categories {
    font-size: 16px;
    color: #1c1c1c;
    padding-bottom: 20px;
    display: block;
}

[class*="item-element"] [class|="info"] [class*="contact"] span {
    display: block;
    padding: 2px 0;
}

[class*="item-element"] [class|="info"] [class*="contact"] span i {
    color: var(--enrosadira-light);
    padding-right: 13px;
}

[class*="item-element"] [class*="cta"] {
    margin-top: 1rem;
}

[class*="item-element"] [class*="cta"] a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

[class*="item-element"][class*="border"] {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

[class*="item-element"][class*="border"]:last-of-type {
    border-bottom: 0;
}

[class*="item-element"]:last-of-type {
    padding-bottom: 70px;
}

[class*="visual-element"][class*="border"] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 25px;
    margin-bottom: 40px;
}

[class*="visual-element"][class*="border"]:last-of-type {
    border-bottom: 0;
}

[class*="visual-element"]:last-of-type {
    padding-bottom: 50px;
}

[class*="meteo-wrapper"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 15px;
    padding-bottom: 25px;
}

[class*="meteo-wrapper"][class*="small"] {
    margin-left: -15px;
    margin-right: -15px;
}

[class*="copy-meteo"] {
    margin: 0 30px 25px;
    font-size: 14px;
}

[class*="copy-meteo"][class*="small"] {
    margin: -100px 30px 25px 0;
    padding-bottom: 50px;
}

@media screen and (max-width: 1199px) {
    [class*="copy-meteo"][class*="small"] {
        margin: -75px 30px 25px 0;
    }
}

@media screen and (max-width: 768px) {
    [class*="copy-meteo"][class*="small"] {
        margin: -50px 30px 25px 0;
    }
}

@media screen and (max-width: 1199px) {
    [class*="copy-meteo"][class*="small"] p {
        font-size: 12px;
    }
}

[class*="meteo-element"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    -ms-flex: 0 0 calc(33.3333333333% - 30px);
    flex: 0 0 calc(33.3333333333% - 30px);
    max-width: calc(33.3333333333% - 30px);
    margin: 15px;
    padding-bottom: 50px;
}

@media screen and (max-width: 1024px) {
    [class*="meteo-element"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
}

@media screen and (max-width: 680px) {
    [class*="meteo-element"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
}

[class*="meteo-element"] [class|="info"] h2 {
    font-size: 18px;
}

[class*="meteo-element"] [class|="info"] .image {
    max-width: 100%;
    margin-bottom: -25px;
}

[class*="meteo-element"] [class|="info"] span {
    display: block;
    font-size: 16px;
}

[class*="meteo-element"] [class|="info"] span em {
    font-style: normal;
    font-weight: 600;
}

[class*="meteo-element"][class*="small"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%;
    max-width: 14.28%;
    -ms-flex: 0 0 calc(14.28% - 30px);
    flex: 0 0 calc(14.28% - 30px);
    max-width: calc(14.28% - 30px);
}

@media screen and (max-width: 768px) {
    [class*="meteo-element"][class*="small"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        -ms-flex: 0 0 calc(25% - 30px);
        flex: 0 0 calc(25% - 30px);
        max-width: calc(25% - 30px);
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 480px) {
    [class*="meteo-element"][class*="small"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        -ms-flex: 0 0 calc(33.3333333333% - 30px);
        flex: 0 0 calc(33.3333333333% - 30px);
        max-width: calc(33.3333333333% - 30px);
        padding-bottom: 25px;
    }
}

[class*="meteo-element"][class*="small"] [class|="info"] h2 {
    min-height: 42px;
}

@media screen and (max-width: 1440px) {
    [class*="meteo-element"][class*="small"] [class|="info"] h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    [class*="meteo-element"][class*="small"] [class|="info"] h2 {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    [class*="meteo-element"][class*="small"] [class|="info"] h2 {
        min-height: 51px;
    }
}

@media screen and (max-width: 768px) {
    [class*="meteo-element"][class*="small"] [class|="info"] h2 {
        min-height: 42px;
    }
}

@media screen and (max-width: 680px) {
    [class*="meteo-element"][class*="small"] [class|="info"] h2 {
        min-height: 51px;
    }
}

@media screen and (max-width: 680px) {
    [class*="meteo-element"][class*="small"]:last-of-type {
        display: none;
    }
}

#cta-section .wpb_text_column p,
#cta-section-2 .wpb_text_column p,
#cta-section-3 .wpb_text_column p,
#cta-section-4 .wpb_text_column p,
#cta-section-5 .wpb_text_column p {
    margin-top: 5px;
    color: rgba(28, 28, 28, 0.5);
    font-weight: 400;
}

#cta-section .mkdf-btn,
#cta-section-2 .mkdf-btn,
#cta-section-3 .mkdf-btn,
#cta-section-4 .mkdf-btn,
#cta-section-5 .mkdf-btn {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    #cta-section .mkdf-btn,
    #cta-section-2 .mkdf-btn,
    #cta-section-3 .mkdf-btn,
    #cta-section-4 .mkdf-btn,
    #cta-section-5 .mkdf-btn {
        margin-top: 25px;
    }
}

#submit_comment,
.post-password-form input[type=submit],
input.wpcf7-form-control.wpcf7-submit {
    letter-spacing: .1em;
    color: #1c1c1c;
}

.mkdf-btn {
    letter-spacing: .1em !important;
    font-size: 14px !important;
    color: #1c1c1c !important;
}

.mkdf-btn:hover {
    color: white !important;
}

.mkdf-btn.mkdf-btn-simple {
    color: var(--enrosadira-light) !important;
}

.mkdf-btn.mkdf-btn-simple:hover {
    color: var(--enrosadira-light) !important;
}

.mkdf-tours-destination-list-item {
    overflow: inherit !important;
}

.mkdf-tours-destination-list-item .mkdf-tours-destination-item-holder {
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.mkdf-tours-destination-list-item .mkdf-tours-destination-item-holder:hover {
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px);
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.mkdf-tours-destination-item-holder .mkdf-tours-destination-item-content-inner .mkdf-tours-destination-item-title {
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.47);
}

.mkdf-tours-gallery-item .mkdf-tours-gallery-title-holder .mkdf-tour-title {
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.47);
}

.mkdf-tour-item-short-info {
    display: none !important;
}

footer #media_image-13 {
    max-width: 250px;
}

footer #media_image-24 {
    max-width: 200px;
}

@media screen and (max-width: 680px) {
    footer #media_image-18,
    footer #media_image-17 {
        margin-bottom: 10px !important;
    }
    footer #media_image-19 {
        margin-bottom: 45px;
    }
}

footer .mkdf-column-content.mkdf-grid-col-3:first-of-type {
    float: right;
}

.mkdf-content.single-accomodation .mkdf-content-inner .mkdf-title-holder {
    display: none;
}

.mkdf-content.single-accomodation .mkdf-content-inner #tosc5container {
    margin-top: 110px;
    border-top: 1px solid rgba(28, 28, 28, 0.06);
}

@media screen and (max-width: 1024px) {
    .mkdf-content.single-accomodation .mkdf-content-inner #tosc5container {
        display: block;
        display: contents;
    }
}

.mkdf-content.single-accomodation .mkdf-content-inner #tosc5container:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 1px;
    height: 64px !important;
    background-color: white;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 10;
}

.mkdf-content.single-accomodation .mkdf-content-inner #tosc5container #page-title-accomodation {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 101;
    height: 66px !important;
    padding: 0 15px;
}

@media screen and (max-width: 1024px) {
    .mkdf-content.single-accomodation .mkdf-content-inner #tosc5container #page-title-accomodation {
        height: 57px !important;
    }
}

@media screen and (max-width: 768px) {
    .mkdf-content.single-accomodation .mkdf-content-inner #tosc5container #page-title-accomodation {
        height: 57px !important;
    }
}

@media screen and (max-width: 568px) {
    .mkdf-content.single-accomodation .mkdf-content-inner #tosc5container #page-title-accomodation {
        height: 57px !important;
        display: none !important;
    }
}

.mkdf-content.single-accomodation .mkdf-content-inner #tosc5container #page-title-accomodation h1 {
    font-size: 24px !important;
    line-height: 1.167em;
    font-weight: 700;
    color: #1c1c1c;
    text-align: center;
    text-transform: capitalize;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
    .mkdf-content.single-accomodation .mkdf-content-inner #tosc5container #page-title-accomodation h1 {
        font-size: 24px !important;
    }
}

@media screen and (max-width: 768px) {
    .mkdf-content.single-accomodation .mkdf-content-inner #tosc5container #page-title-accomodation h1 {
        font-size: 19px !important;
    }
}

@media screen and (max-width: 568px) {
    .mkdf-content.single-accomodation .mkdf-content-inner #tosc5container #page-title-accomodation h1 {
        font-size: 19px !important;
    }
}

@media screen and (max-width: 414px) {
    .mkdf-content.single-accomodation .mkdf-content-inner #tosc5container #page-title-accomodation h1 {
        font-size: 18px !important;
    }
}

#malga-container .wpb_content_element h5 {
    font-weight: 400;
    font-size: 16px;
    opacity: .8;
    margin-top: 0.5em;
}

#malga-container .wpb_content_element h6 {
    color: #1c1c1c;
    opacity: .8;
}

.ingredienti-wrap p {
    color: #1c1c1c;
    font-size: 18px;
}

#tab-bar-mobile {
    display: none;
}

#tab-bar-mobile ul {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}

#tab-bar-mobile ul li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
    height: 30px;
    display: flex;
    align-items: center;
}

#tab-bar-mobile ul li a {
    position: relative;
    padding-left: 30px;
}

#tab-bar-mobile ul li img {
    height: 25px;
    width: auto;
    position: absolute;
    left: 0;
}

@media screen and (max-width: 768px) {
    #tab-bar-mobile {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: white;
        z-index: 999;
        text-align: center;
    }
}

@media screen and (max-width: 414px) {
    #tab-bar-mobile ul li a {
        font-size: 14px;
        padding-left: 26px;
    }
    #tab-bar-mobile ul li img {
        height: 21px;
    }
}

@media screen and (max-width: 350px) {
    #tab-bar-mobile ul li {
        margin: 0 6px;
    }
}

@media screen and (max-width: 340px) {
    #tab-bar-mobile ul li a {
        font-size: 14px;
        padding-left: 24px;
    }
    #tab-bar-mobile ul li {
        margin: 0 4px;
    }
}

@media screen and (max-width: 680px) {
    [class|="page-header"][class*="carousel"] .container [class*="sectiontitle-element"] a {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .mkdf-grid-col-3 {
        width: 100%;
        float: left;
    }
}

[class*="page-header--carousel"] [class*="main-logo"] {
    position: absolute;
    right: 0;
    top: 120px;
    width: 150px;
    background-color: white;
    padding: 1rem 1rem 0.5rem 1rem;
    z-index: 2;
}

@media screen and (min-width: 1900px) {
    .mkdf-title-holder.mkdf-has-bg-image {
        background-size: cover;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .mkdf-main-menu>ul>li>a {
        padding: 0 8px;
    }
    .mkdf-page-header .mkdf-main-menu:not(.mkdf-sticky-nav)>ul>li>a {
        font-size: 11.5px;
    }
    .mkdf-page-header .mkdf-main-menu:not(.mkdf-sticky-nav)>ul>li>a>span.item_outer .item_text {
        letter-spacing: 0.5px !important;
    }
    [class*="page-header--carousel"] [class*="main-logo"] {
        width: 100px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1640px) {
    .mkdf-main-menu>ul>li>a {
        padding: 0 15px !important;
    }
    .mkdf-page-header .mkdf-main-menu:not(.mkdf-sticky-nav)>ul>li>a {
        font-size: 14px !important;
    }
    .mkdf-page-header .mkdf-main-menu:not(.mkdf-sticky-nav)>ul>li>a>span.item_outer .item_text {
        letter-spacing: 0.5px !important;
    }
    [class*="page-header--carousel"] [class*="main-logo"] {
        width: 100px;
    }
}

@media screen and (max-width: 992px) {
    [class*="page-header--carousel"] [class*="main-logo"] {
        top: 55px;
    }
}

@media screen and (max-width: 991px) {
    [class*="page-header--carousel"] [class*="main-logo"] {
        width: 100px;
        top: 35px;
    }
}

@media screen and (max-width: 480px) {
    [class*="page-header--carousel"] [class*="main-logo"] {
        top: 20px;
        width: 50px;
    }
}

@media screen and (max-width: 375px) {
    [class|="page-header"][class*="carousel"] .container {
        width: 90% !important;
    }
}

@media screen and (max-width: 360px) {
    [class|="page-header"][class*="carousel"] .container [class*="sectiontitle-element"] h1 {
        font-size: 30px !important;
    }
    [class|="page-header"][class*="carousel"] .container [class*="sectiontitle-element"] h1+p {
        margin: 15px auto 0 auto !important;
    }
    [class|="page-header"][class*="carousel"] .container [class*="sectiontitle-element"] p {
        font-size: 17px !important;
    }
    [class|="page-header"][class*="carousel"] .container [class*="sectiontitle-element"] p+a {
        margin-top: 25px !important;
    }
    [class|="page-header"][class*="carousel"] .container [class*="sectiontitle-element"] p+a+a+a {
        font-size: 14px !important;
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 350px) {
    [class|="page-header"][class*="carousel"] .container [class*="sectiontitle-element"] h1 {
        font-size: 28px !important;
    }
    [class|="page-header"][class*="carousel"] .container [class*="sectiontitle-element"] h1+p {
        margin: 10px auto 0 auto !important;
    }
    [class|="page-header"][class*="carousel"] .container [class*="sectiontitle-element"] p {
        font-size: 15px !important;
        line-height: 1.2 !important;
    }
    [class|="page-header"][class*="carousel"] .container [class*="sectiontitle-element"] p+a {
        margin-top: 15px !important;
    }
    [class|="page-header"][class*="carousel"] .container [class*="sectiontitle-element"] p+a+a+a {
        font-size: 14px !important;
        margin-top: 0px !important;
    }
    [class*="page-header--carousel"] [class*="main-logo"] {
        top: 10px;
        width: 50px;
        padding: 0.5rem 0.5rem 0rem 0.5rem;
    }
    [class|="page-header"][class*="carousel"] .container [class*="sectiontitle-element"] a {
        margin-bottom: 0px !important;
    }
    [class|="page-header"][class*="carousel"] .container {
        top: 44% !important;
    }
}

@media screen and (min-width: 1024px) {
    html[lang="en-US"] .mkdf-page-header .mkdf-main-menu>ul>li>a>span.item_outer .item_text {
        letter-spacing: 0px !important;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1280px) {
    html[lang="en-US"] .mkdf-main-menu>ul>li>a {
        padding: 0 15px !important;
    }
}

.page-id-8755 .mkdf-page-header .mkdf-menu-area {
    background-color: transparent !important;
}

body.single-post .mkdf-logo-wrapper a img.mkdf-dark-logo {
    opacity: 1 !important;
}

body.single-post .mkdf-logo-wrapper a img.mkdf-light-logo {
    opacity: 0 !important;
}

body.page-template-page-tpl-alloggi .single-accomodation .mkdf-logo-wrapper a img.mkdf-dark-logo {
    opacity: 1 !important;
}

body.page-template-page-tpl-alloggi .single-accomodation .mkdf-logo-wrapper a img.mkdf-light-logo {
    opacity: 0 !important;
}

@media screen and (max-width: 680px) {
    footer #media_image-25 {
        margin-bottom: 45px;
        max-width: 130px;
    }
}

@media screen and (min-width: 681px) {
    footer #media_image-25 {
        position: absolute;
        bottom: 0;
        left: -300px;
        max-width: 130px;
    }
}

@media screen and (min-width: 769px) {
    footer #media_image-25 {
        left: -384px;
    }
}

@media screen and (min-width: 1025px) {
    footer #media_image-25 {
        left: -235px;
    }
}

@media screen and (min-width: 1200px) {
    footer #media_image-25 {
        left: -270px;
    }
}

@media screen and (min-width: 1400px) {
    footer #media_image-25 {
        left: -315px;
    }
}

@media screen and (max-width: 680px) {
    footer #media_image-26 {
        margin-bottom: 45px;
        max-width: 100%;
    }
}

@media screen and (min-width: 681px) {
    footer #media_image-26 {
        position: absolute;
        bottom: 0;
        left: -300px;
        max-width: 200px;
    }
}

@media screen and (min-width: 769px) {
    footer #media_image-26 {
        left: -384px;
        bottom: 100px;
    }
}

@media screen and (min-width: 1025px) {
    footer #media_image-26 {
        left: -545px;
        bottom: 0px;
    }
}

@media screen and (min-width: 1200px) {
    footer #media_image-26 {
        left: -610px;
    }
}

@media screen and (min-width: 1400px) {
    footer #media_image-26 {
        left: -647px;
    }
}

.grecaptcha-badge {
    display: none !important;
}

body.post-type-archive-shops .mkdf-blog-pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
    body.post-type-archive-shops .mkdf-blog-pagination ul li a {
        font-size: 18px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1900px) {
    body.single-post .mkdf-page-header .mkdf-logo-wrapper {
        margin-top: 0;
    }
    body.single-post .mkdf-page-header .mkdf-logo-wrapper a {
        height: 50px !important;
    }
}