/* Nav */

/* .pfas-slider {
    margin-left: -30px;
} */

.pfas-slider .fl-content-slider .bx-wrapper {
    max-width: 1200px;
}

.pfas-slider .fl-content-slider .bx-viewport {
    width: 100%;
    position: relative;
    height: 110px;
}

.pfas-slider .fl-content-slider .bx-viewport .fl-content-slider-wrapper {
    width: 100%;
    position: relative;
    transition-duration: 0s;
    transform: translate3d(0px, 0px, 0px);
}

.pfas-slider .fl-content-slider .fl-slide {
    float: left;
    list-style: none;
    position: relative;
    width: 200px;
    margin: 0 12px 30px 12px;
    border-radius: 5px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 15%);
    background-color: #ffffff;
    min-height: 100px;
    top: 0;
    cursor: pointer;
}

.pfas-slider .fl-content-slider .fl-slide-0,
.pfas-slider .fl-content-slider .fl-slide-4 {
    width: 130px;
}

.pfas-slider .fl-content-slider .fl-slide-1 {
    width: 190px;
}

.pfas-slider .fl-content-slider .fl-slide-5 {
    width: 170px;
}

.pfas-slider .fl-content-slider .fl-slide:hover {
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 25%);
}

.pfas-slider .fl-content-slider .fl-slide-foreground {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.pfas-slider .fl-content-slider .fl-slide-foreground .fl-slide-content-wrap {
    width: 100%;
    float: left;
    text-align: left;
}

.pfas-slider
    .fl-content-slider
    .fl-slide-foreground
    .fl-slide-content-wrap
    .fl-slide-content {
    position: relative;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 2;
}

.pfas-slider
    .fl-content-slider
    .fl-slide-foreground
    .fl-slide-content-wrap
    .fl-slide-content
    .fl-slide-title {
    font-size: 16px;
    font-family: "din-2014-narrow", sans-serif;
    font-weight: bold;
    margin-bottom: 0.5em !important;
    height: 50px;
}

.pfas-slider
    .fl-content-slider
    .fl-slide-foreground
    .fl-slide-content-wrap
    .fl-slide-content
    .fl-slide-cta-button {
    padding: 0;
    position: absolute;
    right: 0;
    top: calc(100% - 42px);
}

.pfas-slider
    .fl-content-slider
    .fl-slide-foreground
    .fl-slide-content
    a.fl-button {
    padding: 6px !important;
    border: 0px solid rgba(0, 167, 222, 0.1);
    border-radius: 50%;
}

.pfas-slider
    .fl-content-slider
    .fl-slide-foreground
    .fl-slide-content
    a.fl-button:hover {
    background: rgba(0, 167, 222, 0.1);
}

.pfas-slider
    .fl-content-slider
    .fl-slide-foreground
    .fl-slide-content
    i.fl-button-icon-after {
    margin-left: 0;
    margin-right: 0;
}

/* Content */
.widget_asa_pfas_widget .fl-row-content-wrap {
    margin-top: 10px;
    padding: 0;
}

/* Map section */
.pfas-map .map-col {
    width: 45%;
}
.pfas-map .map-list-col {
    width: 25%;
}
.pfas-map .map-desc-col {
    width: 30%;
    margin-top: 50px;
}

.pfas-map div#airport-list {
    padding-left: 5px;
}

.pfas-map div#airport-list > div {
    cursor: pointer;
}

.pfas-map div#airport-list > div.selected {
    font-weight: bold;
}

.pfas-map .map-wrapper {
    width: 450px;
    height: 435px;
}

.pfas-map .map-wrapper .map-markers {
    z-index: 2;
}

.pfas-map .map-wrapper .map-markers a {
    top: 0;
    right: 0;
    width: 11px;
    height: 20px;
    background-image: url("../../../../wp-content/uploads/marker-02.png");
    background-repeat: none;
    background-size: contain;
    position: absolute;
}

.pfas-map .map-wrapper .map-markers a.selected {
    background-image: url("../../../../wp-content/uploads/marker-01.png");
}

/* Mobile responsive related */

.pfas-slider-mobile {
    display: none;
}

.pfas-map .airport-desc > div.back-to-state-select {
    display: none;
}

@media screen and (max-width: 1024px) {
    /* Nav buttons */

    .pfas-slider {
        display: none;
    }
    .pfas-slider-mobile {
        display: block;
        text-align: center;
    }
    .pfas-slider-mobile select {
        height: 60px;
        width: 80%;
        font-size: 16px;
        font-weight: bold;
    }

    /* .pfas-slider .fl-content-slider .fl-slide {
      width: 100%; 
      margin: 0 12px 12px;
    } */

    /* Map */
    .pfas-map .map-col {
        display: none;
        width: 0;
    }
    .pfas-map .map-list-col,
    .pfas-map .map-desc-col {
        width: 50%;
    }
}

@media screen and (max-width: 720px) {
    .pfas-map .airport-desc > div.back-to-state-select {
        display: block;
        cursor: pointer;
    }
}
