/* Forms */
@media (min-width: 1025px) {
    .com-baforms.inline-form .ba-form {
        display: flex;
      align-items: flex-end;
    }

    .com-baforms.inline-form .ba-form > div {
        flex-grow: 1;
    }

    .inline-form .tool {
      margin-bottom: 0 !important;
    }


    .inline-form .ba-btn-submit {
        margin-left: 20px;
     }
}

.ba-btn-submit {
    font-family: 'Playfair Display';
}

/* Intro Post */
.intro-post-image-wrapper {
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 25px;
}
.ba-icons {
    font-weight: 700;
}

.gridbox-gallery-modal i {
    color: var(--icon);
}

.ba-item-tabs ul.nav.nav-tabs {
    display: inline-block;
}

.ba-item-tabs li.active a:before {
    display: none;
}

.marquee-text-effect {
    display: inline-flex !important;
    overflow: hidden;
}

@keyframes marquee-text-effect {
    0% { transform:translateX(0%);}
    100% { transform:translateX(-100%);}
}

.marquee-text-effect .content-text {
    display: inline-flex;
    justify-content: space-around;
}

.marquee-text-effect .content-text > * {
    display: inline-block;
    padding: 0 10px;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .subscribe-form .com-baforms-wrapper .span3 {
        width: 20%;
    }
    
    .subscribe-form .ba-form-column-wrapper {
        flex-wrap: nowrap;
    }
}
@media (min-width: 1281px) {
    .com_gridbox:not(.gridbox) .horizontal-section {
        align-items: flex-start;
        justify-content: flex-start;
    }
    
    .com_gridbox:not(.gridbox) .horizontal-section .ba-section-items {
        display: flex;
        position: sticky;
        top: 0;
        width: fit-content;
        z-index: 1;
    }
    
    .com_gridbox:not(.gridbox) .horizontal-section > .ba-section-items >.ba-row-wrapper {
        width: calc(100vw - 15px);
    }
}
    
@media (max-width: 1280px) {
    .com_gridbox:not(.gridbox) .horizontal-section{
        height: auto !important; 
    }
    .com_gridbox:not(.gridbox) .horizontal-section .ba-section-items  {
        transform: none!important;
    }
}