/* == sf-hero-cta */
.elementor-top-section.sf-fright-nigth--passandtickets .sf-hero-cta {
    background: #000;
    border-radius: 10px;
    margin: 0 4px;
    transition: all .3s ease-out;
    max-width: 201px;
}

.sf-fright-nigth--passandtickets p a {
    color: #FFF;
}

.elementor-top-section.sf-fright-nigth--passandtickets .sf-hero-cta:first-child{
    margin-left: 15px;
}

.elementor-top-section.sf-fright-nigth--passandtickets .sf-hero-cta:last-child{
    margin-right: 15px;
}

.elementor-top-section.sf-fright-nigth--passandtickets .sf-hero-cta .elementor-column-wrap{
    min-height: 262px;
}
.elementor-top-section.sf-fright-nigth--passandtickets .sf-hero-cta:hover .elementor-widget-wrap{
    height: 105%;
}

.elementor-top-section.sf-fright-nigth--passandtickets .sf-hero-cta .elementor-widget-wrap {
    position: relative;
    padding: 65px 0 0 0 !important;
    transition: all .3s ease-out;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    height: 262px;
    width: 201px;
    border-radius: 10px;
}

.elementor-top-section.sf-fright-nigth--passandtickets .sf-hero-cta-icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -32%);
    background: #000;
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 55px;
}
.elementor-top-section.sf-fright-nigth--passandtickets .sf-hero-cta-icon i,
.elementor-top-section.sf-fright-nigth--passandtickets .sf-hero-cta-icon svg {
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    color: #fff;
    font-size: 34px;
}
.elementor-top-section.sf-fright-nigth--passandtickets .sf-hero-cta-title .elementor-heading-title {
    font-size: 25px;
    font-weight: bold;
    padding: 0 0 22px;
    text-align: center;
    color: #fff;
}
.elementor-top-section.sf-fright-nigth--passandtickets .sf-hero-cta-payplan,
.elementor-top-section.sf-fright-nigth--passandtickets .sf-hero-cta-payplan-price {
    text-align: center;
    color: #000;
}
.elementor-top-section.sf-fright-nigth--passandtickets .sf-hero-cta-footer {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    cursor: pointer;
}
.elementor-top-section.sf-fright-nigth--passandtickets .sf-hero-cta-footer a.elementor-button-link {
    padding: 26px 65px;
    font-weight: 600;
    width: 100%;
    max-width: auto;
    border-radius: 0 0 10px 10px;
    background: #d6362e;
    text-decoration: none;
}
.elementor-top-section.sf-fright-nigth--passandtickets .sf-hero-cta-featured .sf-hero-cta-footer a {
    background: #D6362E;
    color: #fff;
}
.elementor-top-section.sf-fright-nigth--passandtickets .sf-hero-cta-featured .sf-hero-cta-payplan,
.elementor-top-section.sf-fright-nigth--passandtickets .sf-hero-cta-featured .sf-hero-cta-payplan-price {
    color: #ffffff;
    font-style: italic;
}

/* Mobile overrides */
@media screen and (max-width: 767px) {
    .sf-fright-nigth--passandtickets .elementor-inner-section > .elementor-container > .elementor-row{
        flex-wrap: nowrap;
        display: flex;
        flex-direction: row;
        overflow-x: scroll;
        overflow-y: hidden;
        justify-content: normal;
        padding-top: 65px;
    }

    .elementor-top-section.sf-fright-nigth--passandtickets .sf-hero-cta:hover .elementor-widget-wrap{
        height: 100%;
    }
    
    .elementor-top-section.sf-fright-nigth--passandtickets .elementor-row {
        column-gap: 8px;
        margin:0 !important;
    }
}