/*--Header--*/
.core-marquee.marquee-side-by-side .widget-header {
    margin-bottom: 0px;
    max-width: 100%;
}
.core-marquee.marquee-side-by-side .widget-header-inner {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.core-marquee.marquee-side-by-side .widget-header-inner .widget-title {
    margin-right: 0px;
    font-family: var(--font-viva);
    font-weight: 100;
    color: var(--purple-3e);
    z-index: 3;
}

.core-marquee.marquee-side-by-side .widget-view-all {
    display: none;
    color: var(--green-68);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: transparent;
    position: relative;
}
.core-marquee.marquee-side-by-side .widget-view-all.bottom {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
    padding-top: var(--space-4);
    letter-spacing: 1.5px;
}
.core-marquee.marquee-side-by-side .widget-view-all .fa {
    margin-left: 5px;
    padding-top: 3px;
}
.core-marquee.marquee-side-by-side .widget-view-all.bottom .fa {
    margin-left: 5px;
    padding-top: 3px;
}

/*--Slide--*/
.core-marquee.marquee-side-by-side .slides {
    padding: 0;
    gap: 2px;
    max-width: 100%;
}
.core-marquee[data-layout="horizontal"].marquee-side-by-side .slide:not(:nth-child(1))>.inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}
.core-marquee.marquee-side-by-side .slide .slide-title {
    font-size: 25px;
    padding-bottom: 25px;
    padding-top: 10px;
    letter-spacing: 0.5px;
}
.core-marquee.marquee-side-by-side .slide:nth-child(1) .slide-title {
    font-size: 25px;
    padding-bottom: 8px;
    letter-spacing: 0.5px;
}
.core-marquee[data-layout="horizontal"] .slide:not(:nth-child(1)) .img-cont {
    flex: 1 1 50%;
}
.core-marquee[data-layout="horizontal"] .slide:not(:nth-child(1)) .content-section {
    background-color: var(--cream-f8);
    flex: 1 1 0%;
}
.core-marquee.marquee-side-by-side .slide .content-section {
    padding: var(--space-4) var(--space-4) var(--space-4) var(--space-6);
}
.core-marquee.marquee-side-by-side .slide .content-section .info-item {
    font-family: var(--font-display);
    font-size: 18px;
    color: var(--purple-7e);
    list-style: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.core-marquee.marquee-side-by-side .slides .slide:first-of-type .content-section .info-item {
    font-family: var(--font-display);
    font-size: 18px;
    color: var(--white);
    list-style: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.core-marquee.marquee-side-by-side .slide .content-section .info-item .icon {
    margin-right: 10px;
}
.core-marquee[data-layout="horizontal"] .slide:not(:nth-child(1)) .slide-title {
    font-size: 25px;
    line-height: 1.2;
    color: var(--black-15);
}
.core-marquee.marquee-side-by-side .slide p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 100;
    margin-bottom: 0px;
}

.core-marquee.marquee-side-by-side .read-more {
    display: none;
}
.core-marquee.marquee-side-by-side .slide:nth-child(1) .img-cont::before,
.core-marquee.marquee-side-by-side .slide:nth-child(1) .img-cont::after {
    display: none;
}
.core-marquee.marquee-side-by-side .slide .img-cont::before,
.core-marquee.marquee-side-by-side .slide .img-cont::after {
    box-sizing: border-box;
    content: " ";
    position: absolute;
    top:0;
    display: block;
    width: 50%;
    height: 100%;
    border: 30px solid transparent;
    border-bottom-color: var(--cream-f8);
    z-index: 1;
    background: none;
}
.core-marquee.marquee-side-by-side .slide .img-cont::before {
    left: 0;
    border-right: 25px solid transparent;
    border-top: 25px solid transparent;
    border-left: 0;
}
.core-marquee.marquee-side-by-side .slide .img-cont::after {
    right: 0;
    left: auto;
    border-left: 25px solid transparent;
    border-top: 25px solid transparent;
    border-right: 0;
}
.core-marquee[data-layout="horizontal"] .slide:not(:nth-child(1)) .slide-title>a:hover {
    color: var(--black-15);
}
@media screen and (max-width:374px) {
    .core-marquee.marquee-side-by-side .widget-header-inner .widget-title {
        font-size: 40px;
    }
}

@media (min-width: 980px) {
    .core-marquee.marquee-side-by-side .widget-header {
        max-width: 100%;
    }
    .core-marquee.marquee-side-by-side .widget-header-inner .widget-title  {
        font-size: 88px;
        margin-left: 20px;
    }
    .core-marquee.marquee-side-by-side .widget-view-all {
        display: flex;
        color: var(--green-68);
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 3px;
        background-color: transparent;
        position: relative;
    }
    .core-marquee[data-layout="vertical"].marquee-side-by-side .slides {
        grid-template-columns: repeat(2, 1fr);
    }
    .core-marquee[data-layout="horizontal"].marquee-side-by-side .slides {
        grid-template-columns: 1fr 1.25fr;
        grid-template-rows: repeat(2, 1fr);
    }
    .core-marquee[data-layout="horizontal"].marquee-side-by-side .slide:not(:nth-child(1))>.inner {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
        background-color: var(--cream-f8);
    }
    .core-marquee.marquee-side-by-side .widget-view-all.bottom {
        display: none;
    }
    .core-marquee.marquee-side-by-side .slide .img-cont::before,
    .core-marquee.marquee-side-by-side .slide .img-cont::after {
        box-sizing: border-box;
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 100%;
        height: 50%;
        border: 30px solid var(--cream-f8);
        border-bottom-color: var(--cream-f8);
        z-index: 1;
        background: none;
        background: rgb(126, 44, 123, 0.0);
        transition: background ease-out 200ms;
        pointer-events: none;
    }
    .core-marquee.marquee-side-by-side .slide .img-cont:hover::before,
    .core-marquee.marquee-side-by-side .slide .img-cont:hover::after {
        background: rgb(126, 44, 123, 0.7);
        transition: background ease-in 200ms;
    }

    .core-marquee.marquee-side-by-side .slide .img-cont::before {
        left: 0;
        border-right: 25px solid var(--cream-f8);
        border-top: 0;
        border-left: 0;
        border-bottom: 25px solid transparent;
    }

    .core-marquee.marquee-side-by-side .slide .img-cont::after {
        right: 0;
        bottom: 0;
        top: auto;
        left: auto;
        border-left: 25px solid transparent;
        border-top: 25px solid transparent;
        border-right: 25px solid var(--cream-f8);
        border-bottom: 0;
    }


    /*---3RD SLIDE FLIP--*/
    .core-marquee.marquee-side-by-side .slides .slide:nth-child(3n) .inner {
        flex-direction: row-reverse;
    }
    .core-marquee.marquee-side-by-side .slide:nth-child(3n) .img-cont::before {
        left: 0;
        border-right: 0;
        border-top: 0;
        border-left: 25px solid var(--cream-f8);
        border-bottom: 25px solid transparent;
    }

    .core-marquee.marquee-side-by-side .slide:nth-child(3n) .img-cont::after {
        right: 0;
        bottom: 0;
        top: auto;
        left: auto;
        border-left: 25px solid var(--cream-f8);
        border-top: 25px solid transparent;
        border-right: 0;
        border-bottom: 0;
    }
}

@media (min-width: 64em) {
    .core-marquee.marquee-side-by-side .widget-header {
        margin-bottom: 30px;
    }
    .core-marquee.marquee-side-by-side .widget-header-inner {
        margin-bottom: -10px;
    }
    .core-marquee.marquee-side-by-side .widget-view-all {
        font-size: 18px;
        padding-right: 15px;
    }
    .core-marquee[data-layout="horizontal"] .slide:not(:nth-child(1)) .img-cont {
        flex: 1 1 calc(50% + 25px);
        background-color: turquoise;
    }
    .core-marquee[data-layout="horizontal"] .slide:not(:nth-child(1)) .img-cont:hover {
        background-color: tomato;
    }
    .core-marquee[data-layout="horizontal"] .slide:not(:nth-child(1)) .content-section {
        flex: 1 1 calc(50% - 25px);
        padding: 0px 60px;
    }
    .core-marquee.marquee-side-by-side .slide:nth-child(1) .slide-title {
        font-size: 35px;
        padding-bottom: 8px;
        letter-spacing: 1px;
    }

    .core-marquee.marquee-side-by-side .slide .content-section {
        padding: 40px 40px 35px 40px;
    }
    .core-marquee.marquee-side-by-side .slide .slide-title {
        font-size: 35px;
    }
    .core-marquee[data-layout="horizontal"].marquee-side-by-side .slide:not(:nth-child(1)) .slide-title {
        font-size: 35px;
    }
    .core-marquee.marquee-side-by-side .slide p {
        font-size: 18px;
        line-height: 1.5;
    }
    
    
    
}

