/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */


/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}


/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?pjkpg8');
    src: url('../fonts/icomoon.eot?pjkpg8#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?pjkpg8') format('truetype'), url('../fonts/icomoon.woff?pjkpg8') format('woff'), url('../fonts/icomoon.svg?pjkpg8#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
    content: "\e9ee";
}

.icon-facebook1:before {
    content: "\ea80";
}

.icon-facebook:before {
    content: "\ea011";
}

.icon-instagram:before {
    content: "\ea82";
}

.icon-spotify:before {
    content: "\ea84";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-youtube:before {
    content: "\ea8d";
}

.icon-apple:before {
    content: "\eace";
}

.icon-tiktok:before {
    content: "\e9bed";
}

@font-face {
  font-family: 'twt-x';
  src:  url('../fonts/twt-x.eot?jjyo3s');
  src:  url('../fonts/twt-x.eot?jjyo3s#iefix') format('embedded-opentype'),
    url('../fonts/twt-x.ttf?jjyo3s') format('truetype'),
    url('../fonts/twt-x.woff?jjyo3s') format('woff'),
    url('../fonts/twt-x.svg?jjyo3s#twt-x') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="twt-"], [class*=" twt-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'twt-x' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.twt-x:before {
  content: "\e901";
}

@font-face {
    font-family: 'HMCamino';
    src: url('../fonts/HMCamino.eot?rjpg7y');
    src: url('../fonts/HMCamino.eot?rjpg7y#iefix') format('embedded-opentype'), url('../fonts/HMCamino.ttf?rjpg7y') format('truetype'), url('../fonts/HMCamino.woff?rjpg7y') format('woff'), url('../fonts/HMCamino.svg?rjpg7y#HMCamino') format('svg');
    font-weight: normal;
    font-style: normal;
}

.navsection a {
    display: table;
    color: #000;
    text-transform: uppercase;
    font-family: HMCamino;
    font-weight: 500;
    font-style: normal;
    font-size: 2.2vw;
    letter-spacing: 3px;
    margin: 0.8vw 0;
    line-height: 2.6vw;
}


/* .socials a.email {
    background: transparent url(../img/socials-footer-new.svg) no-repeat;
    position: relative;
    display: inline;
    font-size: 0.65vw;
    padding: 0vw 0.5vw;
    background-size: cover;
    top: -1px;
    margin-right: 0.4vw;
}

.socials a.facebook {
    background: transparent url(../img/socials-footer-new.svg) no-repeat;
    position: relative;
    display: inline;
    font-size: 0.65vw;
    padding: 0vw 0.5vw;
    background-size: cover;
    top: -1px;
    margin-right: 0.4vw;
    background-position: -1.6vw 0px;
} */

div#connect-section .socials a.email {
    display: none;
}

div#connect-section .socials a {
    font-size: 1.64vw;
    margin: 0 0.6vw;
}

div#connect-section .socials a.facebook {
    font-size: 1.4vw;
    background-position: -3.7vw 0px;
    padding: 0 2.2vw 0 0;
    vertical-align: top;
}

div#connect-section .socials a.icon-community {
    width: 1.6vw;
    height: 1.6vw;
    font-size: 0;
    position: relative;
    top: 0.2vw;
}

a {
    text-decoration: none;
}

body {
    background: url(../images/desktop-bg.jpg) no-repeat scroll center bottom transparent;
    background-size: cover;
    min-height: 100vh;
    font-family: HMCamino;
    font-weight: 500;
    font-style: normal;
    /* background-image: none; */
    background-position: center;
    background-attachment: fixed;
}

body:home {
    background: url(../images/desktop-bg.jpg) no-repeat scroll center bottom transparent;
}

body.follow {
    background-image: none;
}

.deskBgImg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}

.pre-order-text {
    position: absolute;
    bottom: 2vw;
    left: 3vw;
}

.pre-order-text a {
    font-size: 1.563vw;
    line-height: 2.083vw;
    letter-spacing: 0.078vw;
    color: #000;
}

.socials {
    position: absolute;
    bottom: 4vw;
    right: 3vw;
}

.footer-logo img {
    width: 2.3vw;
    height: 1.2vw;
}

.socials a {
    display: inline-block;
    color: #000;
    font-size: 1vw;
    margin: 0 0.4vw;
    height: 0.781vw;
    vertical-align: top;
    line-height: 1;
}

.socials a.icon-community {
    width: 0.9vw;
    height: 1vw;
    display: inline-block;
    vertical-align: top;
}

.socials a.icon-community img {
    width: 100%;
}

.socials a:hover {
    opacity: 0.5;
}

div#connect-section .socials {
    position: static;
    padding-top: 2vw;
    padding-bottom: 1vw;
}

.site-logo {
    position: absolute;
    right: 3vw;
    top: 3vw;
    width: 12vw;
    opacity: 1;
}

a:hover {
    opacity: 0.6;
}

.site-logo:hover {
    opacity: 1;
}

.copyright {
    position: absolute;
    right: 3vw;
    bottom: 2vw;
    color: #000;
    text-transform: uppercase;
    font-size: 0.6vw;
}

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

.inputWrapper {
    position: relative;
}

.copyright a {
    color: #000;
    font-size: 0.6vw;
}

.navsection {
    position: absolute;
    left: 3vw;
    top: 3vw;
}

.site-sections {
    display: none;
}

.section-shown .site-sections {
    display: block;
}

.site-sections {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    /* background: #000; */
    /* backdrop-filter: blur(10px); */
}

body.section-shown {
    overflow: hidden;
}

#music-section {
    text-align: left;
    max-width: 75vw;
    margin: 0vw auto 0;
    font-size: 0;
}

.album-cnt {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 31.3%;
    margin: 2% 1%;
}

.album-cnt img {
    width: 100%;
}

.music-title {
    font-size: 1.2vw;
    color: #000;
    text-transform: uppercase;
    margin: 0.8vw 0 0.5vw;
    text-align: center;
    letter-spacing: 1px;
}

.music-cnt a {
    color: #fff;
    display: block;
    width: fit-content;
    padding: 0.7vw 1vw 0.6vw;
    text-align: center;
    line-height: 1;
    margin: 0 auto;
    font-size: 0.7vw;
    background: #000;
}

.music-cnt a:hover {
    /*background-color: #0000ff;*/
    opacity: 0.6;
}

#TourWrapper .bit-widget .bit-event a.bit-button:hover {
    opacity: 0.6;
    /*background-color: #0000ff;
    border-color: #0000ff;*/
}
a.bit-button.bit-track-button.bit-offers {
    color: #fff;
}
span.vid-title:hover {
    opacity: 0.7;
}


/*.album-cnt>img {}

.hoverlay {
    display: none;
    transition: all 1s ease-out;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    list-style: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.album-cnt:hover .hoverlay {
    display: block;
    visibility: visible;
    opacity: 1;
    animation: fade 1s;
}

.hoverlay a {
    color: #fff;
    text-decoration: underline;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

table {
    width: 100%;
    border-collapse: separate;
    height: 100%;
}

table td {
   
    font-size: 1.146vw;
}*/

a.close-button img {
    width: 2vw;
}
a.close-button img:hover {
    opacity: 0.5;
}

.close-button {
    position: fixed;
    right: 3vw;
    top: 2vw;
    font-size: 0;
    z-index: 10;
    font-family: sans-serif;
}

.view-all a {
    color: #fff;
    font-size: 0.9vw;
    text-transform: uppercase;
    text-decoration: underline;
}

.section-title {
    color: #000;
    text-transform: uppercase;
    padding-top: 2vw;
    text-align: center;
    font-size: 2vw;
    padding-bottom: 0;
    font-family: HMCamino;
    font-weight: 700;
    font-style: normal;
}

#music-section .section-title {
    padding-bottom: 0vw;
    padding-top: 2vw;
}

.view-all {
    position: fixed;
    right: 4.9vw;
    top: 3vw;
}

.vid-cnt {
    width: 40vw;
    display: inline-block;
    margin: 2vw;
    position: relative;
    vertical-align: top;
    cursor: pointer;
}

.vid-cnt.center {
    display: block;
    margin: 2vw auto;
}

.videoOuterWrapper1 {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.videoOuterWrapper1 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

span.vid-title {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #DFDDDA;
    text-transform: uppercase;
    line-height: 1;
    width: 97.5%;
    padding: 1vw 0;
    padding-left: 1vw;
}

span.vid-title:before {
    content: '';
    background: url(../img/playbuttonnew.png) no-repeat;
    width: 0.8vw;
    display: inline-block;
    height: 1.2vw;
    background-size: 100% auto;
    vertical-align: middle;
}

span.vid-title span {
    display: inline-block;
    vertical-align: bottom;
    padding-left: 0.9vw;
    font-size: 1.146vw;
    letter-spacing: 0.09vw;
    font-family: HMCamino;
    font-weight: 700;
    font-style: normal;
}

#videos-section {
    display: block;
    text-align: left;
    overflow-y: scroll;
    height: 100vh;
    /* margin-left: 8%; */
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 6vw;
}

::-webkit-scrollbar {
    display: none;
}

#tour-section {
    height: 100vh;
    overflow: scroll;
    overflow-x: hidden;
}

.site-logo img {
    width: 100%;
}

.view-all.mob {
    display: none;
}

.site-logo:hover,
#TourWrapper .bit-widget .bit-event a.bit-button:hover,
.music-cnt a:hover,
.buy-button a:hover,
.shop-more a:hover,
input.submit:hover,
.navsection a:hover,
div#connect-section .socials a:hover {
    animation: blur 1000ms;
}

@keyframes blur {
    0% {
        -webkit-filter: blur(0px);
    }

    50% {
        -webkit-filter: blur(2px);
    }

    100% {
        -webkit-filter: blur(0px);
    }
}

@media only screen and (max-width:1023px) and (orientation: landscape),
only screen and (max-width: 1024px) and (orientation: portrait) {
    body.home {
        background-image: url(../images/Bkgd-mob.jpg);
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }

    body.home.followNav.secondForm,
    body.home.secondForm {
        overflow: visible;
    }

    body {
        background-image: url(../images/Bkgd-mob.jpg);
        background-size: cover;
        background-position: center;
    }

    a.close-button img {
        width: 5vw;
    }

    a.close-button {
        top: 4.7vw;
    }

    .navsection a {
        font-size: 20px;
        margin: 20px 0;
        line-height: 18px;
        font-weight: 900;
    }

    .navsection {
        left: 6vw;
        top: 2.5vw;
    }

    .copyright span.copy {
        display: block;
    }

    .site-logo {
        right: 4vw;
        top: calc(2.5vw + 10px);
        width: 32.5vw;
    }

    .pre-order-text {
        width: 100%;
        bottom: unset;
        left: 50%;
        top: 75%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .pre-order-text a {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 1;
    }

    .footer-logo img {
        width: 39px;
        height: 15px;
    }

    .copyright a {
        font-size: 9px;
    }

    .copyright {
        font-size: 9px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
        bottom: 3vw;
        line-height: 1.5;
    }

    .socials a {
        font-size: 20px;
        margin: 0 2vw;
    }

    .socials a.icon-soundcloud {
        font-size: 8.5vw;
    }

    .socials a.icon-community {
        font-size: 0;
        width: 20px;
        height: 20px;
    }

    .socials {
        right: 50%;
        transform: translateX(50%);
        width: 100%;
        text-align: center;
        bottom: 18vw;
        left: auto;
    }

    .album-cnt {
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 90px;
        max-width: 220px;
    }

    div#music-section {
        text-align: center;
        max-width: 90vw;
        margin: 0vw auto 8vw;
    }

    #music-section .hoverlay {
        display: block;
        position: relative;
        background: transparent;
        opacity: 1;
        visibility: visible;
        padding: 3vw 0 9vw;
    }

    table td {
        font-size: 5vw;
    }

    .music-title {
        font-size: 14px;
        letter-spacing: 0.7px;
        margin: 20px auto 15px;
    }

    .music-cnt a {
        font-size: 9px;
        letter-spacing: 0.23px;
        padding: 10px;
    }

    .section-title,
    #music-section .section-title,
    body #tour-section .section-title {
        padding: 5.5vw 0 8vw;
        font-size: 6.5vw;
    }

    a.close-button {
        font-size: 6vw;
        top: 4.5vw;
        right: 4.5vw;
        /* position: absolute; */
    }

    /* body.musicNav.section-shown a.close-button {
        font-size: 6vw;
        top: 8.5vw;
    } */
    .view-all.desk {
        display: none;
    }

    .view-all.mob {
        display: block;
    }

    .view-all {
        position: static;
        line-height: 1;
        /* padding: 0 0 15vw; */
    }

    .view-all a {
        font-size: 4vw;
    }

    .site-sections {
        position: absolute;
        overflow-y: scroll;
    }

    div#videos-section {
        text-align: center;
        max-width: 90vw;
        margin: 0vw auto 8vw;
        overflow: hidden;
        height: auto;
        padding-bottom: 15vw;
    }

    .vid-cnt,
    .vid-cnt.center {
        width: 100%;
        margin: 0 0 8vw;
    }

    div#videos-section .vid-cnt:last-child {
        margin: 0;
    }

    span.vid-title {
        text-align: left;
        margin-left: 2vw;
        padding-bottom: 15px;
    }

    span.vid-title span {
        font-size: 4vw;
        letter-spacing: 0.3vw;
        padding-left: 2vw;
        width: 90%;
        vertical-align: middle;
    }

    span.vid-title:before {
        width: 3vw;
        height: 4.6vw;
    }

    div#tour-section {
        text-align: center;
        max-width: 90vw;
        margin: 0vw auto 8vw;
        overflow: hidden;
        height: auto;
    }

    body div#connect-section .section-title {
        padding: 5.5vw 0 4vw;
    }

    div#connect-section .socials a {
        font-size: 13px;
    }

    div#connect-section .socials a.icon-community {
        width: 20px;
        height: 20px;
    }

    div#connect-section .socials {
        transform: none;
        padding-top: 5vw;
    }

    .socials a.facebook,
    .socials a.email {
        padding: 2px 12px;
        background-position: -38px 0;
        vertical-align: top;
        top: 0px;
        margin-right: 11px;
        font-size: 12px;
    }

    .socials a.email {
        background-position: 0px 0;
    }

    div#connect-section .socials a.facebook {
        font-size: 17px;
        background-position: -47px 0px;
        padding: 0 24px 0 0;
    }

    div#connect-section .socials a {
        margin: 0 9px;
    }
}

@media only screen and (max-width:1023px) and (orientation: landscape) {
    body {
        min-height: 200vh;
        position: relative;
        background-position: top center;
    }

    body.home,
    body {
        background: none;
        overflow: unset;
    }

    body::after {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(../images/desktop-bg.jpg);
        background-size: cover;
        z-index: -1;
        background-position: left bottom;
    }

    body.section-shown {
        overflow: hidden;
    }

    .site-sections {
        position: fixed;
    }
}

#mp4Video {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    object-fit: cover;
}

.mobilevideo {
    display: none;
}

div#connect-section .section-title {
    padding-top: 1vw;
}

@media only screen and (max-width: 767px) {
    .desktopvideo {
        display: none;
    }

    /* .mobilevideo {
        display: block;
    } */
    a.close-button img {
        width: 4vw;
    }
}

.view-all a {
    display: none;
}

.siteLiveSection {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: url(../images/sections-bg.jpg);
    display: block !important;
    z-index: 2;
    cursor: pointer;
    opacity: 1;
    background-size: cover;
    /* backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px); */
}

.site-sections>div[id$="-section"] {
    z-index: 5;
    position: relative;
}

#tour-section {
    /* width: 67.885798vw; */
    margin: 0 auto;
}

.site-sections div .close-button,
.tour .innertoursection .close-button {
    display: none;
}

.section-title.follow {
    display: none;
}

body.home .section-title.follow,
body.follow .section-title.follow {
    display: block;
}
@media only all and (max-width: 1023px) and (orientation: landscape) {
    .pre-order-text {
        top: 50%;
    }
}

@media(min-width: 1300px) {

    #music-section,
    div#videos-section {
        padding-bottom: 5vh;
    }
}

@media(min-width: 1600px) {
    .navsection a {
        font-size: 35px;
    }
}

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation: portrait) {
    .socials {
        bottom: 10vw;
    }
}

body.home #tour-section .section-title.follow {
    display: none !important;
}

@media only screen and (max-width:767px) {
    a.ot-sdk-show-settings {
        white-space: nowrap;
        display: block;
    }
}

div#connect-section .socials a.icon-community, .socials a.icon-community {
    display: none;
}

@media only screen and (min-width:1024px) {
    .footer-logo img {
        width: 100%;
        height: unset;
    }

    a.footer-logo {
        line-height: unset;
        vertical-align: middle;
        height: unset;
        width: 5vw;
    }

    .socials a.icon-community, .socials a {
        vertical-align: middle;
    }
}