
/* Info Banner Slider */


.info-banner-grid .fl-col-content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 70px;
}

.info-banner-grid .fx-info-banner-box {
    /* min-width: 460px; */
    position: relative;
}

.info-banner-grid .fx-info-banner-box .fl-module-content {
    margin: 0 10px;
}

.fx-info-banner-box .uabb-module-content {
    min-height: 400px !important;
}
.fx-info-banner-box img.uabb-ultb3-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fx-info-banner-box .uabb-ultb3-info {
    flex-direction: column;
    align-items: flex-start !important;
}


 .fx-info-banner-box .uabb-ultb3-info .uabb-ultb3-title {
    margin-bottom: 10px !important;
 }

.fx-info-banner-box .uabb-ultb3-box-overlay {
    transition: all 0.3s ease 0s;
} 
.fx-info-banner-box:hover .uabb-text-editor {
    margin-bottom: 0;
    position: relative;
    opacity: 1;
    height: auto;
}

.fx-info-banner-box:hover .uabb-ultb3-box-overlay {
    background-color: rgba(0,0,0,0.8);
}


/* Slick carousel */

.info-banner-slider-wrapper .fl-row-content-wrap {
    padding-bottom: 50px;
}

.info-banner-grid .slick-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.999 24.5l8.735-8.854 1.307 1.294-6.552 6.637H35v1.846H15.489l6.553 6.645-1.309 1.285L12 24.5z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.5 1.5h-45v45h45v-45zM0 0v48h48V0H0z' fill='%23000'/%3E%3C/svg%3E%0A");
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    /* top: 50%;
    transform: translateY(-50%); */
    z-index: 1;
    left: 11px;
    top: unset !important;
    transform: unset;
    bottom: 0;
    border: none !important;
    border-radius: 0;
    padding: 13px;
    width: 50px;
    height: 50px;
    transition: background 0.3s ease;
}

.info-banner-grid .slick-arrow::before {
    content: '' !important;
}
.info-banner-grid .slick-next {
    margin-left: 60px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.info-banner-grid.js-info-banner-slider {
    position: relative;
    z-index: 1;
}

.white-slick-arrow .slick-arrow {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(246deg) brightness(105%) contrast(101%);
}

.fx-ulti-addon-infobox .uabb-button-wrap {
    text-align: left;
}

@media (min-width: 768px) {
    .info-banner-grid .fx-info-banner-box {
        max-width: 460px;
        flex: 1 0 29%;
    }
    
}

@media (min-width: 1200px) {

    .info-banner-slider-wrapper .fl-row-content-wrap {
        padding-left: 0;
    }
    
    .fx-info-banner-box .uabb-text-editor {
        position: relative;
        margin-bottom: -5%;
        transition: all 0.3s ease 0s;
        opacity: 0;
        height: 0;
    }
}