.promos.margins__topOnly{
    margin-top: 60px;
}
@media screen and (min-width: 998px){
    .promos.margins__topOnly{
        margin-top: 140px;
    }
}

.superpromo__container > .promos{
    margin: 0 !important;
}
.promos.theme__brand3,
.promos.theme__brand4{
    padding-top: 50px;
}
@media screen and (min-width: 998px){
    .promos.theme__brand3,
    .promos.theme__brand4{
            padding-top: 140px;
    }
}
.shopitems.strut-slider ul.splide__pagination,
.promos.strut-slider ul.splide__pagination {
    display: none;
    height: 57px;
    background-color: #f5f0e6;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
@media screen and (min-width: 998px){
    .shopitems.strut-slider ul.splide__pagination,
    .promos.strut-slider ul.splide__pagination {
        display: flex;
    }
    .general-content-wrap .promos .promos__container.strut-slide-list.num-cards-2{
        justify-content: center;
    }
}

.general-content-wrap .promos{
    margin-left: -25px;
    margin-right: -25px;
}

.superpromo .promos.strut-slider ul.splide__pagination {
    display: none;
}

.shopitems.strut-slider ul.splide__pagination li ,
.promos.strut-slider ul.splide__pagination li {
    width: 25px;
    height: 30px;
    border-radius: 2px;
    margin: 0;
    padding: 0;
    position: static;
}
.shopitems.strut-slider ul.splide__pagination li::before,
.promos.strut-slider ul.splide__pagination li::before {
    display: none;
}
.shopitems.strut-slider ul.splide__pagination li button,
.promos.strut-slider ul.splide__pagination li button {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    position: relative;
}
.shopitems.strut-slider ul.splide__pagination li button:before,
.promos.strut-slider ul.splide__pagination li button:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: rgba(167, 135, 3, 0.2);
    transition: background-color 0.3s;
    top: 50%;
    transform: translateY(-50%);
}
.shopitems.strut-slider ul.splide__pagination li button.is-active:before ,
.promos.strut-slider ul.splide__pagination li button.is-active:before {
    background-color: #a78703;
}
.promos {
    position: relative;
    overflow: hidden;
}

.promos__container {
    gap: 20px;
}

.promos__container.no-slide {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 25px 55px 25px;
    justify-content: flex-start !important;
}
.promos__container.no-slide > hr,
.promos__container.no-slide > h2{
    flex-basis: 100%;
}
.promos__container.no-slide > hr{
    margin-top: 60px;
    margin-bottom: 20px;
}

@media (min-width: 998px) {
    .promos__container.splide__list {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
.promos__container--title {
    padding-left: 0px;
    padding-right: 25px;
    text-align: center;
}
.promos__container--title h2,
.promos__container--title p {
    margin: 0;
    padding-left: 25px;
}
@media (min-width: 998px) {
    .promos__container--title:not(.center-content) {
        text-align: left;
    }
}
.promos__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #012784;
}
.promos__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.promos.theme__none .promos__bg {
    display: none;
}
.promos.theme__brand3 .promos__container--title h2,
.promos.theme__brand4 .promos__container--title h2,
.promos.theme__brand3 .promos__container--title p,
.promos.theme__brand4 .promos__container--title p {
    color: #fff;
}
.promos .promo {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 9px 11px 0px rgba(0,0,0,0.3);
    position: relative;
    transition: transform 0.3s ease;
}
.promos .promo.hidden{
    display: none;
}
@media (hover: hover) {
    .promos .promo:hover {
        transform: scale(1.025);
    }
}

.promos .promo__number {
    position: absolute;
    top: 10px;
    left: 40px;
    width: calc(100% - 40px);
    z-index: 1;
    color: #fff;
    display: none;
    justify-content: space-between;
}
.promos.with-numbers .promo__number{
    display: flex;
}

.promos .promo__number > span {
    margin-top: 15px;
    height: 2px;
    border-radius: 2px;
    width: 100%;
    color: #fff;
    font-size: 80px;
}

@media screen and(min-width:1366px){
    .promos .promo__number > span {
        margin-top: 25px;
    }
}

.promos .promo__dates {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    z-index: 1;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
@media (min-width: 998px) {
    .promos .promo__dates {
        top: 45px;
        left: 25px;
        width: calc(100% - 50px);
    }
}
@media (min-width: 1366px) {
    .promos .promo__dates {
        top: 50px;
        left: 55px;
        width: calc(100% - 110px);
    }
}
.promos .promo__dates--from,
.promos .promo__dates--to {
    flex-shrink: 0;
}
.promos .promo__dates--from {
    text-align: left;
    padding-right: 10px;
}
.promos .promo__dates--to {
    text-align: right;
    padding-left: 10px;
}
.promos .promo__dates .day {
    font-weight: 300;
    font-size: 50px;
    line-height: 0.85;
}
@media (min-width: 1366px) {
    .promos .promo__dates .day {
        font-size: 80px;
    }
}
.promos .promo__dates .monthYear {
    font-weight: 600;
    font-size: 12px;
}
@media (min-width: 1366px) {
    .promos .promo__dates .monthYear {
        font-size: 18px;
    }
}
.promos .promo__dates > span {
    margin-top: 15px;
    height: 2px;
    border-radius: 2px;
    width: 100%;
    background-color: #fff;
}
@media (min-width: 1366px) {
    .promos .promo__dates > span {
        margin-top: 25px;
    }
}
/* @media (min-width: 998px) {
    .promos .promo {
        width: calc(33.333% - 27px) !important;
    }
} */
.promos .promo__media {
    position: relative;
    background: #000;
}
.promos .promo__media:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: calc((3.25 / 5) * 100%);
}
.promos .promo .promo__media img {
    transition: opacity 0.3s ease;
    opacity: 1;
}
.promos .promo .promo__dates + .promo__media img {
    opacity: 0.5;
    box-shadow: none;
}

.promos .promo:hover .promo__media img {
    opacity: 0.75;
}

.promos .promo__media img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media (min-width: 998px) {
    .promos .promo__media {
        position: relative;
    }
    .promos .promo__media:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: calc((3.75 / 5) * 100%);
    }
    .promos .promo__media img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}
.promos .promo__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-fit: center;
    object-fit: center;
}
.promos .promo__overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 80px 40px rgb(0, 0, 0, .8);

}
.promos .promo__frame {
    display: none;
}
@media (min-width: 998px) {
    .promos .promo__frame {
        display: block;
        position: absolute;
        left: 10px;
        top: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        padding: 10px;
        border-width: 30px;
        border-style: solid;
        -o-border-image: url(../../images/png/frame.png) 80 80 80 80 repeat;
        border-image: url(../../images/png/frame.png) 80 80 80 80 fill repeat;
    }
}
.promos .promo__content {
    background: #fff;
    height: 100%;
    padding: 30px;
    text-align: center;
}
@media (min-width: 998px) {
    .promos .promo__content {
        padding: 36px 40px 40px 40px;
    }
}
.promos .promos__container .promo__content h3,
.promos .promo__content h3 {
    font-size: 30px;
    color: #012784;
}
@media (min-width: 998px) {
    .promos .promos__container .promo__content h3,
    .promos .promo__content h3 {
        font-size: 35px;
    }
}
.promos .promos__container .promo__content p,
.promos .promo__content p {
    color: #626b72;
    font-size: 16px;
    margin-bottom: 20px;
}
@media (min-width: 998px) {
    .promos .promos__container .promo__content p,
    .promos .promo__content p {
        font-size: 20px;
    }
}
.promos .promo__content > :first-child {
    margin-top: 0;
}
.promos .promo__content > :last-child {
    margin-bottom: 0;
}
.promos__base {
    margin-left: -25px;
    margin-right: -25px;
    background-color: #f5f0e6;
}
/** override bg colours when contained within other blocks **/
.general-content-wrap.theme__brand3 .promos__base,
.general-content-wrap.theme__brand4 .promos__base,
.superpromo .promos__base {
    background-color: transparent;
}
.promos .splide__track ,
.general-content-wrap .promos .container.promos__container.strut-slide-list,
.promos .strut-slide-list{
    padding-top: 25px;
    padding-bottom: 50px;
}
.promos.splide.is-initialized:not(.is-active) .splide__list {
    display: flex;
}


/* override for event archive page */
.post-type-archive-events .promos__base {
    margin-left: -25px;
    margin-right: -25px;
    background-color: #f5f0e6;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 25px;
    right: -30px;
    z-index: 1;
    top: 0;
}

.post-type-archive-events .strut-slide-viewport {
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
}
