:root {
    --site-color: #a44244;
    --site-text-color: #FFF;
    --site-background-color: #FFFFFF;
    --site-hover-color: #d6cfc6;
    --site-button-color: #5a4f52;
    --site-primary-font: 'Montserrat', sans-serif;
    --site-white-color: #FFFFFF;
    --site-black-color: #000000;
}


body {
    margin: 0;
    font-family: var(--site-primary-font);
    font-weight: normal;
    color: var(--site-text-color);
    width: 100%;
    background-color: var(--site-background-color);
    text-transform: uppercase;
    font-weight: 700;

}

.border {
    position: absolute;
    border: 1.5vw solid #fff;
    height: 100%;
    width: 100%;
    z-index: -1;
}

img {
    width: 100%;
    height: auto;
}

a {
    color: var(--site-text-color);
    text-decoration: none;
    transition: 0.2s ease-in;
}

a:hover {
    opacity: 0.7;
    /* text-decoration: underline; */
    color: var(--site-color);
}

.button {
    background-color: var(--site-text-color);
    color: var(--site-black-color);
    width: auto;
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid var(--site-text-color);
    padding: 0.5vw 2vw;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
    font-size: 1.25vw;
    letter-spacing: 0.261vw;
    line-height: 1.98vw;
    font-weight: 700;
}

.signup {
    font-size: 1.25vw;
    letter-spacing: 0.261vw;
    line-height: 1.98vw;
    color: #fff;
}

.signup:hover {
    opacity: 0.7;
    color: var(--site-background-color);
}

.button span {
    font-weight: 400;
}

.button:hover {
    background: transparent;
    border: 1px solid var(--site-text-color);
    opacity: 1;
    color: var(--site-text-color);

}

.button-wrapper .button {
    margin-bottom: 1vw;
}

.header {
    background: url(./../img/April-bkg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
}

.border-top {
    position: absolute;
    height: 100%;
    top: 0;
    background: #fff;
    height: 2.4vw;
    left: 0;
    width: 100%;
}

.border-right {
    position: absolute;
    height: 100%;
    top: 0;
    background: #fff;
    width: 2.4vw;
    right: 0;
}

.border-bottom {
    position: absolute;
    height: 100%;
    bottom: 0;
    background: #fff;
    height: 2.4vw;
    width: 100%;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-left {
    position: absolute;
    height: 100%;
    top: 0;
    background: #fff;
    width: 2.4vw;
    left: 0;
}

.main-content {
    display: flex;
    justify-content: space-between;
    height: 80%;
    width: 45vw;
    margin-left: auto;
    flex-direction: column;
    text-align: center;
    padding-top: 6vw;
    align-items: flex-end;
}

.main-content .logo-text {
    color: var(--site-background-color);
    font-size: 4.844vw;
    letter-spacing: 0.99vw;
    padding-bottom: 2vw;
    cursor: pointer;
    display: inline-block;

}

.logo-text h1 {
    margin: 0;
}

.logo-text a:hover {

    color: var(--site-background-color);
}

.socials-nav {
    margin-top: -1vw;
    padding-right: 4vw;
}

.content-wrapper {
    width: 100%;
    text-align: center;

}

.header-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

section.header {
    height: 100vh;
    position: relative;

    width: 100vw;
    margin: 0 auto;
}

.header-top-wrapper1 {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 3%;
    width: 100%;
}

.logo-container {
    width: 15.886vw;
    position: absolute;
    top: 2%;
    left: 0;
}

.nav-container {
    position: absolute;
    top: 2%;
    right: 0;
}

.cover-image {
    width: 32.917vw;
    margin: 0 auto;
}

.header-bottom-wrapper {
    display: grid;
    justify-content: space-between;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    align-content: space-around;
    align-items: flex-end;
}

.menu-wrapper-right {
    text-transform: uppercase;
    font-size: 1.5999vw;
    letter-spacing: -0.157vw;
    font-weight: normal;
    text-align: right;
    padding: 1vw 0;
}

.menu {
    cursor: pointer;
    transition: 0.5s ease-in-out;
    margin-bottom: 0.2vw;
}

.menu:last-child {
    margin-bottom: 0;
}

.menu.pre-order {
    padding: 1vw 0;
    pointer-events: none;
}

.menu:hover {
    opacity: 1;
    color: var(--site-color);
}

.header-nav ul {
    display: flex;
    /* justify-content: space-between; */
    padding: 0;
    /* width: 250px; */
    text-transform: uppercase;
}

.header-nav ul li:first-child {
    list-style: none;
}

.header-nav ul li {
    padding-right: 1.5vw;
    font-size: 1.198vw;
}

.header-nav ul li:last-child {
    padding: 0 !important;
}

.socials-nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.socials-nav ul li a img {
    width: auto;
    min-height: 25px;
}

.socials-section {
    /* position: absolute; */
    bottom: 12%;
    right: 0;
}

.splash-title {
    font-size: 5.625vw;
    letter-spacing: -0.469vw;
    line-height: 1;
    color: var(--site-color);
}

.copyright-links {
    font-size: 0.773vw;
    text-transform: uppercase;
    line-height: 1.146vw;
}

.socials-nav ul a {
    padding-left: 1vw;
    opacity: 1;
    font-size: 1.563vw;
    transition: 0.5s ease-in-out;
    color: var(--site-background-color);
}

.socials-nav ul a.last {
    padding-right: 0;
}

.socials-nav ul a:hover {
    opacity: .7;
}

.copyright-links span.link {
    display: inline-block;
}

.copyright-links a {
    color: var(--site-black-color);
    transition: 0.5s ease-in-out;
}

.copyright-links a:hover {
    color: var(--site-color);
    opacity: 1;
}

.sidebar {
    height: calc(100vh - 4.8vw);
    width: 95.1vw;
    position: fixed;
    z-index: 1;
    top: 2.4vw;
    right: 2.4vw;
    background: url(./../img/background-overlay.png) no-repeat center;
    background-size: cover;
    overflow-x: hidden;
    transition: 0.5s;
    display: none;
}

.sidebar-content-wrapper {
    padding: 0;
    height: 100%;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}

.closebtn {
    text-align: right;
    display: inline-block;
    float: right;
    color: var(--site-background-color);
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 2vw;
    right: 2vw;
    font-size: 4.896vw;
    letter-spacing: 0.573vw;
    line-height: 5.0521vw;
    z-index: 9;
}

.closebtn:hover {
    text-decoration: none;
    opacity: 0.5;
}

.heading {
    padding-bottom: 2vw;
    margin-bottom: 2vw;
    font-size: 2.084vw;
    text-transform: uppercase;
    color: var(--site-background-color);
    font-size: 2.188vw;
    line-height: 3.386vw;
    letter-spacing: 0.417vw;
    text-align: center;
}

.sidebar-content {
    display: none;
}

.sidebar-content.active#pre-order-section,
.sidebar-content.active#signup-section,
.sidebar-content.active#video-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 45vw;
    margin: 0 auto;
    animation: fadeIn 0.5s;
    -webkit-animation: fadeIn 0.5s;
    -moz-animation: fadeIn 0.5s;
    -o-animation: fadeIn 0.5s;
    -ms-animation: fadeIn 0.5s;
    left: 2vw;
    position: relative;
}

.sidebar-content.active#video-section .heading {
    border: none;
    padding: 0;
    text-align: center;
}

.sidebar-content.active#pre-order-section,
.sidebar-content.active#signup-section .heading {
    padding-bottom: 1vw;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Mailing List */
.mailing-list-title {
    color: var(--site-background-color);
    margin-bottom: 2vw;
    font-size: 1.3021vw;
}

.merch-title {
    font-size: 1.3021vw;
}

.merch-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
}

.merch-container a {
    color: var(--site-background-color);


}

.merch-container a img {
    transition: 0.5s ease-in-out;
}

.merch-container a:hover img {
    text-decoration: none;
    opacity: 0.7;
}

.f-bold {
    font-weight: bold;
}

.mlform form {
    width: 50%;
    margin: 0 auto;
}

form {
    font-size: 0;
}

.fieldWrap {
    padding-bottom: 0.4vw;
    position: relative;
}

.fieldWrap input,
.fieldWrap select {
    color: var(--site-text-color);
    background: transparent;
    border: 1px solid var(--site-text-color);
    height: 3.1vw;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    width: 100%;
    border-radius: 0px;
    padding: 0 10px;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--site-primary-font);
    font-weight: 700;
    font-size: 1.25vw;
    letter-spacing: 0.261vw;
    line-height: 1.98vw;
}

input[type="submit"] {
    background-color: var(--site-background-color);
    color: var(--site-black-color);
    width: 100%;
    height: 3.1vw;
    line-height: 48px;
    display: block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid var(--site-background-color);
    text-decoration: none;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    padding: 0 10px;
    margin: 0 auto;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    font-family: var(--site-primary-font);
    font-weight: 700;
    font-size: 1.25vw;
    letter-spacing: 0.261vw;
    line-height: 1.98vw;
}

input[type="submit"]:hover {
    background-color: transparent;
    border: 1px solid var(--site-background-color);
    color: var(--site-background-color);
}

.custom-field-section {
    margin-bottom: 2vw;
}

.fieldWrap .errored {
    border: 1px solid #ff0000;
}

.input-error {
    position: relative;
    bottom: -2px;
    width: 100%;
    left: 0;
    color: #ff0000;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 0.8vw;
}

.fadeOut {
    display: none;
}

.fadeIn {
    display: block;
}

.terms-message {
    padding: 20px 0;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
}

.terms-message a {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
}

.terms-message a:hover {
    opacity: 0.5;
}

.thankyou {
    font-size: 2.084vw;
    color: var(--site-background-color);
    text-align: center;
    padding: 0;
    text-transform: uppercase;
}



::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--site-text-color);
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--site-text-color);
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--site-text-color);
}

:-moz-placeholder {
    /* Firefox 18- */
    color: var(--site-text-color);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: var(--site-text-color) !important;
    /* -webkit-text-fill-color: var(--site-background-color); */
    /* -webkit-box-shadow: 0 0 0px 1000px var(--site-background-color) inset; */
}

.terms-view {
    max-width: 44vw;
    color: var(--site-background-color);
    font-size: 0.834vw;
    line-height: 1.3021vw;
    padding-top: 5vw;
    padding-left: 0;
    text-transform: none;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
}

.terms-view a {
    color: var(--site-background-color);
    text-decoration: underline;
}

.terms-view a:hover {
    opacity: 1;
    color: var(--site-color);
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

.menu.button.desktop-only {
    display: inline-block;

}

.menu.button.desktop-only.enter-site {
    display: inline-block;
}

div#videoWrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* display:none; */
}

.video-play:after {
    position: absolute;
    background: url('./../img/awesome-play.png') no-repeat scroll 0 0 transparent;
    top: 45%;
    left: 50%;
    cursor: pointer;
    padding: 0;
    background-size: cover;
    background-position: center;
    z-index: 2;
    content: '';
    display: block;
    transform: translate(-50%, -50%);
    width: 1.771vw;
    height: 2.032vw;
    min-width: 32px;
    min-height: 36px;

}

.section-desc p {
    font-size: 1.83vw;
    line-height: 2vw;
}

div#video-wrap {
    position: relative;
    height: 0px;
    padding-top: 56.25%;
    max-width: 100%;
    margin: 0 auto;
}

div#video-wrap .video-play:hover {
    opacity: 0.5;
}

div#video-wrap .media-thumbnail-frame img {
    width: 100%;
    object-fit: cover;
    filter: drop-shadow(0 0 46px rgba(0, 0, 0, 0.42));
}

div#video-wrap iframe,
div#video-wrap .media-thumbnail-frame {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#signup-section .mlist-wrapper .mlform .globaloptin {
    margin: 0.5vw auto;
}

#signup-section .mlist-wrapper .mlform .globaloptin,
#signup-section .mlist-wrapper .mlform input#artist_mktg_consent {
    position: relative;
}

#signup-section .mlist-wrapper .mlform .globaloptin input[type="checkbox"] {
    width: 1vw;
    height: 1vw;
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    border: 0.1vw solid #fff;
    margin-right: 0.4vw;
    opacity: 1;
    -webkit-appearance: none;
    color: #fff;
    -webkit-text-fill-color: #fff;
}

#signup-section .mlist-wrapper .mlform .globaloptin label {
    width: 89%;
    padding-left: 1%;
    text-align: left;
    display: inline-block;
}

#signup-section .mlist-wrapper .mlform .globaloptin label,
#signup-section .mlist-wrapper .mlform .globaloptin label a {
    font-size: 0.9vw;
    text-transform: none;
    color: #fff;
    font-family: var(--site-primary-font);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0;
}

#signup-section .mlist-wrapper .mlform input#artist_mktg_consent:checked:after {
    content: "\2713";
    color: #fff;
    display: block;
    text-align: center;
    font-size: 0.7vw;
    line-height: 12px;
    /* margin-top: 2px; */
    margin-top: 2px;
    margin-left: -3px;
    box-sizing: border-box;
    left: 64%;
    position: absolute;
    top: 46%;
    transform: translate(-50%, -50%);
}

#signup-section .mlist-wrapper .mlform .globaloptin input#artist_mktg_consent.errored {
    border: 0.1vw solid red;
}

#signup-section .mlist-wrapper .mlform .globaloptin label a {
    text-decoration: underline;
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    #signup-section .mlist-wrapper .mlform .globaloptin {
        margin: 5px auto;
    }

    #signup-section .mlist-wrapper .mlform .globaloptin input[type="checkbox"] {
        width: 20px;
        height: 20px;
        border: 1px solid #fff;
        margin-right: 6px;
        border-radius: 0;
    }

    #signup-section .mlist-wrapper .mlform .globaloptin label,
    #signup-section .mlist-wrapper .mlform .globaloptin label a {
        font-size: 11px;
        line-height: 1;
    }

    #signup-section .mlist-wrapper .mlform .globaloptin label {
        width: 87%;
        padding-left: 1%;
    }

    .logo-text a {
        color: var(--site-white-color);
    }

    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    .menu.button.desktop-only {
        display: none;
    }

    .logo-container {
        width: 40%;
        top: 2%;
    }

    section.header {
        height: 100vh;
        width: 100vw;
    }

    .sidebar {
        width: 100vw;
        top: 0;
        left: 0;
        height: 100%;
        right: 0;
    }

    .closebtn {
        padding: 4vw;
        padding-right: 1vw;
        font-size: 7.1vw
    }

    .fieldWrap input,
    .fieldWrap select {
        height: 12.1vw;
    }

    .fieldWrap input,
    .fieldWrap select,
    input[type="submit"] {
        height: 12.1vw;
    }

    .header {
        background: url(./../img/april-bkgrnd-mobile.png) no-repeat;
        background-position: top center;
        background-size: cover;
        height: 100vh;
    }

    .content-wrapper {
        padding-top: 50vw;
    }

    .header-top-wrapper {
        justify-content: center;
        padding-top: 30vw;
    }

    .header-bottom-wrapper {
        text-align: center;
        padding-right: 3vw;
        padding-bottom: 5vw;
        grid-template-columns: 1fr;
        height: 100%;
        align-content: space-between;
    }

    .mobile-only.listen-now-watch {
        display: grid;
        grid-template-columns: 1fr;
        align-items: flex-start;
        gap: 1vw;
    }

    .mobile-only.listen-now-watch .menu .button {
        display: block;
    }

    .border {
        height: 11px;
        bottom: 1%;
        background: url(./../img/border-mobile.jpg) no-repeat bottom;
        background-size: contain;
    }

    .socials-nav ul {
        max-width: 240px;
        margin: 0 auto;
    }

    .header-bottom-wrapper .header-nav ul {
        justify-content: center;
    }

    .header-bottom-wrapper .header-nav ul li {
        font-size: 2.97vw;
        padding-right: 25px;
    }

    .heading {
        font-size: 6.667vw;
    }

    .thankyou {
        font-size: 4.084vw;
    }

    .splash-title {
        font-size: 14vw;
        letter-spacing: -0.6588vw;

        text-align: right;
    }

    .cover-image {
        width: 70.917vw;
        margin: 0 auto;
    }


    .merch-container {
        grid-template-columns: 1fr;
        padding-bottom: 10vw;
    }

    .merch-item {
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }

    .copyright-links {
        text-align: center;
        color: #fff;
    }

    .copyright-links span.link {
        font-size: 1.8518vw;
        line-height: 2.3333vw;
        ;
        color: #000000;
    }

    .socials-section {
        left: 8%;
        text-align: center;
        order: 3;
    }

    .socials-nav ul {
        justify-content: center;
        max-width: 100%;
    }

    .menu-wrapper-right {
        text-align: center;
        font-size: 4.3518vw;
    }

    .socials-nav {
        margin-bottom: 2.4641vw;
    }

    .socials-nav ul a {
        padding-left: 0vw;
        padding-right: 4vw;
    }

    .sidebar-content.active#pre-order-section,
    .sidebar-content.active#signup-section,
    .sidebar-content.active#video-section {
        width: 91vw;
        left: 0;
    }

    .mailing-list-title {
        font-size: 3.3021vw;
        text-align: center;
        padding: 4vw 0;
    }

    .merch-title {
        font-size: 3.3021vw;
    }

    .terms-view {
        max-width: 86vw;
        font-size: 2.834vw;
        line-height: 4.3021vw;
    }

    .video-play::after {
        width: 6.771vw;
        height: 8.032vw;
    }

    .merch-title {
        padding: 1vw 0 2vw 0;
    }

    .socials-nav ul a {
        font-size: 2.563vw;
    }

    .fieldWrap input,
    .fieldWrap select,
    input[type="submit"] {
        font-size: 2.25vw;
        letter-spacing: 0.31vw;
        line-height: 1.98vw;
    }

    .terms-view {
        font-size: 2.834vw;
        line-height: 4.2vw;
    }

    .main-content .logo-text {
        /* font-size: 10.844vw; */
        letter-spacing: 1.99vw;
         margin-left: 2vw;
    }

    .border-bottom {
        background: url(./../img/shadow.png) no-repeat center;
        background-position: top center;
        background-size: cover;
        padding-bottom: 4vw;
        height: auto;
    }

    .button,
    .signup {
        font-size: 3.0518vw;
        line-height: 10.98vw;
        padding: 0 2vw;
    }

    .signup {
        color: var(--site-black-color);
    }

    .button-wrapper .button {
        margin-bottom: 0;
        height: 10.2564vw;
        line-height: 10.2564vw;

    }

    .button-wrapper .button:nth-child(1) {
        margin-bottom: 5vw;
    }

    .copyright-links,
    .copyright-links span.link {
        font-size: 2.8518vw;
        line-height: 3.3333vw;
        ;
        color: #000000;
    }

    .sidebar-content.active#pre-order-section,
    .sidebar-content.active#signup-section .heading,
    .sidebar-content.active#video-section .heading {
        padding-bottom: 13vw;
    }


    .fieldWrap {
        padding-bottom: 2.4vw;

    }

    span.sep.last {
        display: none;
    }

    span.sep.first {
        display: none;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .logo-text a {
        color: var(--site-white-color);
    }

    .main-content .logo-text {
        font-size: 12.844vw;
        letter-spacing: 2.99vw;
    }

    .border-bottom {
        background: transparent;
        padding-bottom: 4vw;
        height: auto;
    }

    .button,
    .signup {
        font-size: 3.0518vw;
        line-height: 5.98vw;
        padding: 0 5vw;
    }

    .signup,
    .copyright-links a {
        color: var(--site-white-color);
    }

    .main-content {
        height: 85%;
        width: 100vw;
        align-items: center;
    }

    .mlform form {
        width: 90%;
    }

    .input-error {
        font-size: 4.25vw;
    }

    .sidebar-content.active#pre-order-section,
    .sidebar-content.active#signup-section .heading,
    .sidebar-content.active#video-section .heading {
        padding-bottom: 13vw;
    }

    .fieldWrap input,
    .fieldWrap select,
    input[type="submit"] {
        font-size: 4.25vw;
        letter-spacing: 0.61vw;
        line-height: 2.98vw;
    }

    .button-wrapper .button {
        margin-bottom: 5vw;

    }

    .copyright-links,
    .copyright-links span.link {
        font-size: 2.8518vw;
        line-height: 3.3333vw;
        color: #fff;
    }

    body .menu-wrapper-right {
        text-align: center;
        font-size: 4.3518vw;
    }

    .socials-nav ul a {
        font-size: 5.563vw;
    }

    .content-wrapper {
        padding-top: 60vw;
        text-align: center;
    }

    .socials-nav ul li:last-child a {
        padding-right: 0;
    }
}

@media only screen and (max-width: 1023px) and (orientation: landscape) {
    .closebtn img {
        width: 50%;
    }

    .header-nav ul li {
        padding-right: 2.5vw;
        font-size: 2.198vw;
    }

    .socials-nav ul a {
        font-size: 2.563vw;
    }

    .mlform form {
        width: 90%;
        margin: 0 auto;
    }

    .fieldWrap input,
    .fieldWrap select,
    input[type="submit"] {
        font-size: 2.25vw;
        letter-spacing: 0.31vw;
        line-height: 1.98vw;
    }

    .terms-view {
        font-size: 1.534vw;
        line-height: 1.7vw;
        padding-top: 2vw;
    }


}

@media only screen and (min-width: 768px) and (orientation:portrait) {

    .copyright-links,
    .copyright-links span.link {
        color: #FFFFFF;
    }

    .logo-container {
        width: 18%;
    }

    .splash-title {
        font-size: 6vw;
        letter-spacing: -0.6588vw;
    }

    .cover-image {
        width: 41.917vw;
    }

    .copyright-links span.link1 {
        font-size: 1.8518vw;
        line-height: 3.3333vw;

    }

    .socials-nav ul {
        max-width: 100%;

    }

    .socials-nav {
        margin-bottom: 2.4641vw;
        padding-right: 0;
    }

    .socials-nav ul a {
        padding-right: 4vw;
    }

    .terms-view {
        max-width: 71vw;
        font-size: 1.6021vw;
        line-height: 2.3021vw;
    }

    .main-content {
        align-items: center;
        margin: 0 auto;
    }

    .content-wrapper {
        text-align: center;
    }

    .signup,
    .copyright-links a {
        color: var(--site-white-color);
    }

    .socials-nav ul a {
        font-size: 3.563vw;
    }

    .socials-nav ul li:last-child a {
        padding-right: 0;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1330px) and (orientation:portrait) {
    .copyright-links {
        font-size: 2.750vw;
        color: #fff;
    }

    .mlform form {
        width: 70%;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 320px) and (orientation:portrait) {
    .cover-image {
        width: 64.917vw;
        margin: 0 auto;
    }

    .mobile-only.listen-now-watch .menu .button,
    .mobile-only.listen-now-watch .menu.click.button {
        font-size: 13px;
    }
}

.enter-site a {
    color: #fff;
}

.enter-site a:hover {
    color: var(--site-color);
}