.cards {
    margin-bottom: 50px;
    margin-top:50px;
}
.cards.slider {
    visibility: hidden;
}

.cards .title {
    position: relative;
    padding: 0 15px;
    margin-bottom: 18px;
}

.cards .title .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-size: auto;
    background-repeat: repeat;
}

.cards .title .inner {
    width: 100%;
    max-width: 880px;
    padding: 18px 15px;
    margin: 0 auto;
    text-align: center;
}

.cards .title .inner {
    font-family: "futura-pt", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 42px;
    color: #54472c;
    border-bottom: none;
    text-decoration: none;
    text-transform: uppercase;
}

.cards .card-cont {
    position: relative;
    padding: 0 5px;
}
.cards .img img {width: 100%;}

.cards .card-cont .inner {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.cards.slider .card-cont .inner {
    display: block;
}

.cards .arrow-cont {
    position: absolute;
    display: none;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 30%;
    justify-content: space-between;
    pointer-events: none;
}

.cards.slider .arrow-cont {
    display: flex;
    max-width: 1410px;
    margin: 0 auto;
    padding-top: 40%;
    display:none;
}

.cards.slider .arrow-cont .custom-prev {left: 0px}
.cards.slider .arrow-cont .custom-next {right: 0px}

.cards .arrow-cont button {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    pointer-events: all;
    font-size: 60px;
    color: #54472c;
}

.cards .arrow-cont button.custom-prev {
    padding-left: 0;
    padding-right: 0;
}

.cards .arrow-cont button.custom-next {
    padding-right: 0;
    padding-left: 0;
}

.cards .slick-dots li {
    background: rgba(204, 186, 149, 0.8);
}

.cards .card {
    flex-basis: 100%;
    margin: 0 0 30px;
}

.cards.slider .card {
    margin-bottom: 0;
    margin: 0 10px;
}

.cards .card .img {
    position: relative;
    margin-bottom: 18px;
}

.cards .card .date-cont {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    padding: 10px;
    background-color: #b94127;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    color: #fcfbf8;
}

.cards .card .date-cont .month {
    text-transform: uppercase;
    font-weight: 400;
}

.cards .card .date-cont .day {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    line-height: 24px;
}

.cards .card .content .slide-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 12px;
}

.cards .card .content .slide-title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 4px;
    width: 80px;
    background-color: #faa63d;
}

.cards .card .content .slide-title,
.cards .card .content .slide-title a {
    font-family: "futura-pt", sans-serif;
    color: #b94127;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    border-bottom: none;
    text-decoration: none;
    text-transform: uppercase;
}

.cards .card .content .slide-title .icon {
    color: #ad9159;
}
.cards .card .content .desc,
.cards .card .content .date-range {
    margin-bottom: 10px;
    font-family: "canada-type-gibson", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

@media screen and (min-width: 641px) {
    .cards.slider .arrow-cont {
        padding-top: 20%;
    }

    .cards .slick-dots {
        margin-top: 20px;
    }

    .cards .card {
        flex-basis: calc(50% - 20px);
        margin: 0 10px 30px;
    }
    .cards.slider .arrow-cont {
        padding-top: 10%;
        display: flex;
        width: 100%;
    }
    .cards .card-cont {
        padding: 0 25px;
    }
}

@media screen and (min-width: 1025px) {
    .cards {
        margin-bottom: 100px;
        margin-top:80px;
    }
    .cards.slider .arrow-cont {
        padding-top: 10%;
        display: flex;
    }

    .cards .title .bg {
        width: calc(50% + 15px);
    }

    .cards .title .inner {
        font-size: 64px;
        line-height: 66px;
    }

    .cards .title .inner {
        padding: 39px 15px 15px;
    }

    .cards .card {
        flex-basis: calc(25% - 20px);
        margin: 0 10px 30px;
    }

    .cards .card .date-cont {
        width: 80px;
    }

    .cards .card .date-cont .month {
        font-size: 22px;
    }

    .cards .card .date-cont .day {
        font-size: 38px;
        line-height: 36px;
    }

}