/*
Sundays CSS
*/

/* Sundays Hero
========================= */
.hero-container {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
}

.hero {
    display: block;
    background-color: #fff;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 999;
}

.hero-block {
    display: block;
    width: 100%;
    height: 0;
}

.hero-block .hero-bg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Vert Title
========================= */
.vert-title-container {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 35px;
    left: 25px;
    right: 0;
    margin: 0;
    padding: 0;
    min-height: 1px;
    width: 20px;
}

.vert-title-inner {
    width: 100%;
}

.vert-title-inner:before {
    content: " ";
    display: table;
}

.clearboth {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.vert-title-divider {
    border-top: 1px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: relative;
}

.vert-title {
    margin-bottom: 1.1em;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
}

.vert-title span {
    color: #000;
    font-family: 'Mulish', sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    letter-spacing: .3em;
    line-height: 18px;
    text-transform: uppercase;
}

.vert-title span:before {
    left: 50%;
    content: '';
    height: 30px;
    width: 1px;
    background-color: #000;
    position: absolute;
    top: -45px;
    margin-left: -1px;
}

/* Sundays
========================= */
.sundays-overview {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 2em;
    padding: 3.5em 0 4em;
}

.sundays-inner {
    display: flex;
    flex-direction: column;
    max-width: 1480px;
    width: 100%;
}

.sundays-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0.5em 0;
}

.sundays-title span {
    color: #1a1a1a;
    font-family: 'Mulish', sans-serif;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.sundays-title span:last-of-type {
    font-family: 'Mulish', sans-serif;
    font-size: 2.2rem;
    letter-spacing: .05em;
    padding: .5em 0 0;
}

.sundays-details {
    display: flex;
    flex-direction: column;
    padding: 2em 0 1em;
}

.sundays-details p {
    color: #1a1a1a;
    font-family: 'Mulish', sans-serif;
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0;
    padding: 0 0 1em;
}

.sundays-details p:last-of-type {
    padding: 0;
}

.sundays-showroom-row:nth-child(odd) {
    width: 100%;
    background: #fff;
}

.sundays-showroom-row:nth-child(even) {
    width: 100%;
    background: #f4f4f4;
}

.sundays-showroom-row-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding: 1em 0;
    max-width: 1480px;
    width: 100%;
    position: relative;
    min-height: 250px;
}

.showroom {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0 0 0 3.5em;
}

.showroom .column {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 1em .5em;
    transition: all .5s ease-in-out;
    width: calc(1/4*100% - (1 - 1/4)*0px);
}

.showroom .column.profile:hover {
    opacity: .4;
}

.showroom .column .profile-link:hover {
    color: #eee;
}

.showroom .column .column-top {
    display: flex;
    justify-content: center;
    line-height: 1.2;
}

.showroom .column .column-top img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
}

.showroom .column .column-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.showroom .column .column-bottom span {
    color: #1a1a1a;
    font-family: 'Mulish', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

/* Responsive
--------------------------------------------- */
@media only screen and (max-width: 1480px) {

    .sundays-overview {
        padding: 3em 0 4em;
    }

    .sundays-title span {
        font-size: 3.4rem;
    }
}

@media only screen and (max-width: 1280px) {

    .sundays-overview {
        padding: 2.5em 0 3em;
    }

    .sundays-title span {
        font-size: 3.2rem;
    }

    .sundays-title span:last-of-type {
        font-size: 2.1rem;
    }

    .showroom {
        padding: 0 0 0 3em;
    }

    .showroom .column {
        width: calc(1/3*100% - (1 - 1/3)*0px);
    }
}

@media only screen and (max-width: 1140px) {
    .sundays-title span {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 1023px) {
    .hero { max-height: calc(100vw * 0.39101); }

    .sundays-overview {
        padding: 2.5em 0;
    }

    .sundays-title span {
        font-size: 2.8rem;
    }

    .sundays-title span:last-of-type {
        font-size: 2rem;
        padding: 0.5em 0 0;
    }

    .sundays-details {
        padding: 1em 0;
    }

    .sundays-showroom-row-inner {
        min-height: 225px;
    }

    .showroom {
        padding: 0 0 0 3.5em;
    }

    .showroom .column .column-top img {
        max-width: 180px;
    }
}

@media only screen and (max-width: 880px) {
    .hero { max-height: calc(100vw * 0.39773); }

    .showroom {
        padding: 0 0 0 2em;
    }

    .showroom .column {
        width: calc(1/2*100% - (1 - 1/2)*0px);
    }
}

@media only screen and (max-width: 768px) {
    .hero { max-height: calc(100vw * 0.39064); }

    .hero-container {
        padding: 0;
    }

    .sundays-overview {
        margin: 0 1.5em;
        padding: 2em 0;
    }

    .sundays-title span {
        font-size: 2.6rem;
    }

    .sundays-title span:last-of-type {
        font-size: 1.9rem;
    }

    .sundays-showroom-row-inner {
        min-height: 200px;
    }
}

@media only screen and (max-width: 719px) {}

@media only screen and (max-width: 640px) {
    .hero { max-height: calc(100vw * 0.4297); }

    .sundays-overview {
        padding: 1.5em 0;
    }

    .sundays-title span {
        font-size: 2.4rem;
    }

    .sundays-title span:last-of-type {
        font-size: 1.8rem;
    }

    .sundays-details p {
        font-size: 1.7rem;
    }

    .showroom .column .column-top img {
        max-width: 160px;
    }

    .showroom .column .column-bottom span {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 580px) {
    .sundays-overview {
        padding: 1.5em 0 2em;
    }

    .showroom .column {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .hero { max-height: calc(100vw * 0.46874999); }

    .sundays-overview {
        padding: 1em 0;
    }

    .sundays-title span {
        font-size: 2.2rem;
    }

    .sundays-title span:last-of-type {
        font-size: 1.7rem;
    }

    .sundays-details {
        padding: 0.5em 0;
    }

    .showroom {
        padding: 0;
    }
}

@media only screen and (max-width: 420px) {
    .hero { max-height: calc(100vw * 0.4762); }
}

