html {
    -webkit-text-size-adjust: 100%;
    /* Prevent font scaling in landscape while allowing user zoom */
}

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

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    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-facebook:before {
    content: "\ea90";
}

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

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

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

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

.icon-appleinc:before {
    content: "\eabe";
}

.icon-soundcloud:before {
    content: "\eac3";
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.headerBanner .owl-nav {
    display: none
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.headerBanner .owl-theme .owl-dots .owl-dot span {
    width: 1.4vw;
    height: 1.4vw;
    margin: 5px 0.5vw;
    background: #E4D5B4;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    opacity: 30%;
}

.headerBanner .owl-theme .owl-dots {
    top: 93%;
    position: absolute;
    left: 1%;
}

.headerBanner .owl-theme .owl-dots .owl-dot {
    padding: 0;
    margin: 0;
}

.headerBanner .owl-theme .owl-dots .owl-dot.active span,
.headerBanner .owl-theme .owl-dots .owl-dot:hover span {
    background: #E4D5B4;
    opacity: 100%;
}

.headerBanner .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center top;
}

.headerBanner .owl-carousel .owl-item .desktop-banner-background-image img {
    object-position: center center;
}

body {
    background-color: #E4D5B4;
    margin: 0;
    padding: 0;
    font-size: 0;
    font-family: 'Caveat Brush', cursive;
    text-align: center;
    -webkit-text-size-adjust: none;
    color: #0E314D;
    width: 100vw;
}

body {
    overflow-x: hidden;
}

.pageContent .bgVideo {
    position: absolute;
    top: 0;
    /* z-index: 999; */
    width: 100%;
    height: 100vh;
    background: transparent;
}

.headerBanner {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

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

/*.album-text>img {
    max-width: 70%;
}*/
.desktop-banner-background-image {
    display: block;
}

.mobile-banner-background-image {
    display: none;
}

.album-buttons {
    text-align: center;
}

.subalbum-text a {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 1.1979166666666667vw;
    cursor: pointer;
    color: #E4D5B4;
    max-width: 6.145833333333333vw;
    padding: 0;
    padding-top: 1vw;
    transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    text-transform: uppercase;
    border: none;
    font-family: "caveat-brush", sans-serif;
    font-weight: 400;
    font-style: normal;
    border-bottom: none;
}

.subalbum-text a:hover {
    opacity: .5;
}

.artist-name {
    font-family: 'Caveat Brush', cursive;
    font-weight: 600;
    font-size: 35px;
    color: #594f5f;
    display: block;
    margin-bottom: 30px;
    letter-spacing: 2.5px;
}

/*.getItNow.linkfire.spring {
    width: 165px;
    margin-right: 10px;
}*/
.getItNow.linkfire.spring {
    width: 9vw;
    margin-right: 10px;
    display: inline-block;
    margin-top: 10px;
}

.getItNowImg {
    display: inline-block;
    vertical-align: middle;
    width: 3.6vw;
    padding: 0 1.4vw 0 0;

}

.getItNow.linkfire.video {
    width: 16vw;
    margin-right: 1vw;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/line.svg) no-repeat;
    background-position: bottom;
}

.getItNow.shareMiracle {
    display: inline-block;
    vertical-align: middle;
}

.getItNow.shareMiracle a {
    font-size: 20px;
    line-height: normal;
    border: 1px solid #0E314D;
    padding: 10px;
}

.album-buttons {
    font-size: 1.1979166666666667vw;
}

.menu {
    text-align: center;
    position: absolute;
    z-index: 99999;
    display: inline-block;
    vertical-align: top;
    max-width: 75%;
    width: 100%;
    transform: translate(-50%, -50%);
    left: 56%;
    top: 5%;
}

.menu ul li {
    display: inline-block;
    padding: 0 7%;
    vertical-align: middle;
}

.menu ul li a {
    font-size: 2.0833333333333335vw;
    text-transform: uppercase;
    color: #E4D5B4;
    text-decoration: none;
    font-family: "Caveat Brush", cursive;
    font-weight: 400;
    font-style: normal;
}

.menu ul li a:hover {
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}

.album-text,
.artist-name span {
    font-family: 'Caveat Brush', cursive;
    font-weight: 600;
    font-size: 19px;
    color: #594f5f;
    display: block;
}

.views-field.views-field-field-video-asset {
    width: 100%;
    margin-bottom: 25px;
    cursor: pointer;
}

ul.albumlist {
    width: 100%;
    display: block;
}

ul.albumlist li {
    display: inline-block;
    vertical-align: top;
}

.ytEmbedAndClose {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    text-align: right;
}

.youtubeLightBox {
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
    display: block;
}

.youtubeLightBox iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

body .mfp-close-btn-in .mfp-close {
    color: #fff !important;
    top: -12%;
    right: -2%;
}

.bgVideo .video-cnt video {
    object-fit: cover;
    object-fit: fill;
    height: 100vh;
}

section.pageContent {
    height: 100vh;
    /* background: url(../images/Headerbg.png) no-repeat scroll center top / cover;*/
    background-size: 100% 100%;
    position: relative;
}

.content-wrapper {
    /*padding: 90px 8vw 0vw;*/
    padding: 20px 12vw 0vw;
    height: calc(100vh - 212px);
}

.coltondixon_logo {
    display: block;
    margin: 2.93vw 0 2.85vw;
    position: absolute;
    top: 40%;
    left: 0;
    transform: translate(50%, -50%);
}

.left-wrapper {
    max-width: 93.3vh;
}

.album-text {
    margin-bottom: 25px;
    letter-spacing: 2.5px;
}

.headerAlbum {
    position: absolute;
    right: 47%;
    bottom: 3%;
    transform: none;
    z-index: 999;
    border-bottom: 2px solid #E4D5B4;
    width: 8vw;
}

.headerAlbum .album-image {
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.headerBanner .owl-carousel .owl-item .album-text img {
    height: auto;
    width: 100%;
}

/*.album-text {
    font-family: calliope-mvb, sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #0E314D;
    margin-top: 20px;
}*/
.album-text,
.subalbum-text {
    font-family: calliope-mvb, sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #0E314D;
    margin-top: 20px;
    max-width: 27vw;
    text-align: center;
    margin: 0 auto;
    font-size: 0
}

.album-text {
    max-width: 17vw;
}

.subalbum-text {
    max-width: 19vw;
    width: 100%;
    border-bottom: 2px solid #E4D5B4;
}

.left-wrapper,
.right-wrapper {
    display: block;
    width: 100%;
    margin: 0 auto 1.5vw;
}

.right-wrapper {
    margin-bottom: 5.92vw;
}

img.coltondixon_logo_text {
    max-width: 19vw;
}

div#video-section {
    position: relative;
}

.getItNow a {
    color: #0E314D;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 1vw;
    border: none;
}

p.miracle_album_text {
    font-size: 6.73vw;
    font-family: flood-std, sans-serif;
    font-weight: 900;
    font-style: normal;
    margin: 0;
    color: #594f5f;
    letter-spacing: 0;
    opacity: 1;
    text-transform: uppercase;
}

p.dateofrelease {
    font-size: 1.46vw;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #594f5f;
    font-family: 'Caveat Brush', cursive;
    font-weight: 600;
    font-style: normal;
    margin: 0;
}

a.pre-save-link {
    cursor: pointer;
    width: 100%;
    max-width: 14.64vw;
    display: block;
    border: 1px solid #c1c1ac;
    font-size: 1.1713vw;
    line-height: 1;
    padding: 17px 0;
    margin: 0 auto;
    background: #0E314D;
    letter-spacing: 1.6px;
    color: #c1c1ac;
    text-transform: uppercase;
    opacity: 1;
    font-family: 'Caveat Brush', cursive;
    font-weight: 600;
    font-style: normal;
}

.preSave {
    cursor: pointer;
    width: 100%;
    max-width: 14.64vw;
    display: block;
    border: 0;
    font-size: 1.1713vw;
    line-height: 1;
    padding: 17px 0;
    margin: 2vw auto 0;
    background: #0E314D;
    letter-spacing: 1.6px;
    color: #c1c1ac;
    text-transform: uppercase;
    opacity: 1;
    font-family: 'Caveat Brush', cursive;
    font-weight: 600;
    font-style: normal;
    border: 1px solid #0E314D;
}

ul.dropdown {
    display: block;
    max-width: 14.84vw;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.album_name {
    position: relative;
    padding-top: 20px;
}

a.pre-save-link:hover,
.preSave:hover {
    opacity: 0.5;
}

a.pre-save-link.wmg-button.pre-saved {
    pointer-events: none;
}

.social-mailing-wrapper {
    padding: 0;
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    height: auto;
}

.social-wrapper,
.mailer-wrapper {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
    margin-left: 5%;
    position: relative;
}

.social-wrapper {
    width: 44%;
    margin-left: 2%;
    text-align: right;
}

.footer-wrapper {
    height: 52px;
    margin-top: 6%;
}

.desktop-only,
.desktop-only a {
    color: #0E314D;
    font-size: 0.9vw;
    text-transform: uppercase;
    letter-spacing: .1vw;
    text-decoration: none;
    font-family: 'Caveat Brush', cursive;
    font-weight: 600;
    font-style: normal;
}

.desktop-only {
    padding: 1.3vw 0;
}

.social-wrapper a {
    color: #0E314D;
    text-decoration: none;
    margin: 0 0.8vw;
    font-size: 1.5vw;
    transition: all 0.35s ease-in-out 0s;
}



.socials-wrapper {
    display: inline-block;
    width: auto;
    text-align: left;
}

.footer-wrapperer {
    max-width: 630px;
    margin: 25px auto;
    text-align: center;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-wrapper a:hover {
    opacity: 0.5;
}

.desktop-only a:hover {
    color: #ffffff;
}

.desktop-only a {
    transition: all 0.35s ease-in-out 0s;
}

.mobile-show {
    display: none;
}

.mobile-hide {
    display: inline-block;
}

.total-wrapper .content-wrapper {
    height: 100vh;
    background: url(../images/header.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    padding-top: 4%;
    position: relative;
}

/*.getItNow {
    cursor: pointer;
    width: auto;
    max-width: 350px;
    display: block;
    border: 0;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    margin: 0 auto;
    background: #0e0c11bf;
    letter-spacing: 1px;
    color: #0E314D;
    text-transform: uppercase;
    opacity: 1;
    font-family: 'Caveat Brush', cursive;
    font-weight: 600;
    font-style: normal;
    border: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}*/

.getItNow:hover {
    opacity: 0.5;
}

.preplay {
    cursor: pointer;
    width: 53px;
    height: 53px;
    display: inline-block;
    background: url(../images/playbutton.png) no-repeat;
    background-size: 100% auto;
    z-index: 1;
    position: absolute;
    vertical-align: bottom;
    /* bottom: 15%;
    right: 5%;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videoEmbed.top img {
    width: 100%;
    height: auto;
    width: 100vw;
}


/*.videoEmbed.top {
    position: relative;
    width: 450px;
    cursor: pointer;
    margin: 0 auto;
}*/

.videoEmbed.top iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.videoiframe-wrapper {
    width: 100%;
    position: relative;
    height: 0px;
    padding-top: 56.25%;
    margin: 0 auto;
    text-align: center;
}

.views-field.views-field-field-video-asset-1 {
    display: none;
}

.youtubeTitle {
    display: inline-block;
    color: #E4D5B4;
    font-style: normal;
    position: absolute;
    /* left: 7%;
    bottom: 20%;*/
    text-transform: uppercase;
    font-size: 1.6vw;
    font-family: 'Caveat Brush', cursive;
    font-weight: 600;
    letter-spacing: 1px;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#block-lightboxfornewmusicrelease {
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

#drawer-overlay {
    display: block !important;
}


/*.views-field.views-field-field-video-asset {
    background-color:  #0E314D;
    padding: 35px;
}*/

.close-icon {
    text-align: right;
    position: fixed;
    top: 9px;
    right: 14px;
    font-weight: normal;
    cursor: pointer;
    color: #ffffff;
}

.close-icon:hover,
.youtubeTitle:hover,
.preplay:hover {
    opacity: 0.8;
}

div#block-lightboxfornewmusicrelease .contextual,
div#block-lightboxfornewmusicrelease .contextual .trigger {
    display: none !important;
}

.social-mailing-wrapper {
    padding-top: 3vw;
    padding-bottom: 6vw;
}



.owl-nav {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 54%;
    transform: translateY(-54%);
}

.owl-nav button {
    border: 0;
    font-size: 0;
}

.owl-nav button.owl-prev {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 11px solid #0E314D;
    position: absolute;
    left: -60px;
    background: transparent;
    border-radius: 0;
}

.owl-nav button.owl-next {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 11px solid #0E314D;
    position: absolute;
    right: -60px;
    background: transparent;
    border-radius: 0;
}

.desktop {
    display: block;
}

:focus {
    outline: none;
    border: none;
}

.mobilelogo,
.mobile {
    display: none;
}

div#Contactsection {
    display: block;
    font-size: 2.0833333333333335vw;
    font-weight: 900;
    font-style: normal;
    color: #0E314D;
    padding-bottom: 2vw;
    text-transform: uppercase;
    font-family: 'Caveat Brush', cursive;
    letter-spacing: 0.2vw;
}

.contact-section {
    font-size: 1.0416666666666667vw;
    text-transform: uppercase;
}

.sectionheader {
    letter-spacing: .1vw;
    font-family: 'Caveat Brush', cursive;
    font-weight: 600;
    font-size: 1.0416666666666667vw;
    line-height: 1;
    padding-top: 1vw;
    padding-bottom: 1vw;
    color: #0E314D;
}

.contact-inner-section {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 50vw;
    margin: 0 auto;
}

.email-section a {
    color: #0E314D;
}

.email-section {
    font-size: 1.025vw;
}
.email-section a:hover {
    opacity: .6;
}

.bgVideo .logo img {
    width: 10vw;
}

.owl-carousel .owl-item img {
    width: 100vw !important;
}

.merch {
    max-width: 100%;
    width: 80%;
    margin: 0 auto;
}
.merchContent.merch2 .merchLink {
     margin-top: 7%;
}
.merchContent.merch3 .merchLink {
     margin-top: 12%;
}
.merch.Title {
    display: block;
    font-size: 2.0833333333333335vw;
    font-weight: 900;
    font-style: normal;
    color: #0E314D;
    padding-bottom: 0%;
    text-transform: uppercase;
    font-family: 'Caveat Brush', cursive;
    letter-spacing: 0.2vw;
}
.merchLink a {
    display: block;
    font-size: 1.402083vw;
    font-style: normal;
    font-weight: 400;
    color: #0E314D;
    text-decoration: none;
    transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    border:none;
}
.merchLink {
    margin-top: 10%;
}
.merch .owl-carousel .owl-nav.disabled, .merch .owl-carousel .owl-dots.disabled {
    display: block;
}
.merch .owl-nav button.owl-prev{

    background: url(../images/rightarrownew.png) no-repeat;
    border: none;
    border-radius: 0;
    width: 1.5vw;
    height: 1.5vw;
    background-size: cover;
    background-position: center;
}
.merch .owl-carousel .owl-nav .owl-next{
    background: url(../images/leftarrownew.png) no-repeat;
    border: none;
    border-radius: 0;
    width: 1.5vw;
    height: 1.5vw;
    background-size: cover;
    background-position: center;
}
.merch.Title {
    margin: 5% auto;
}
.storelink {
    margin: 5% auto;
}
.storelink a:hover, .merchLink a:hover{
        opacity: 0.5;
}
.storelink a {
    text-decoration: none;
    width: 100%;
    height: 1.3vw;
    line-height: 1.3vw;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: 900;
    font-size: 1.1979166666666667vw;
    cursor: pointer;
    color: #0E314D;
    max-width: 10vw;
    padding: 0;
    padding-bottom: 0.2vw;
    transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    text-transform: uppercase;
    border:none;
    background: none;
    background-position: bottom;
    border-bottom: .2vw solid #0E314D;
}
.merch .owl-nav {
    bottom: 54%;
}


/* Header scroll animation */

@keyframes scroll_1 {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-0.6em);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(0.6em);
    }
    100% {
        transform: translateY(0);
    }
}

.scroll-desktop {
    position: absolute;
    left: 5%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    bottom: 4%;
}

.scroll-icon__wheel-outer {
    display: block;
    position: absolute;
    left: 50%;
    top: 0.6em;
    height: 1em;
    width: 0.4em;
    margin-left: -0.2em;
    border-radius: 0.4em;
    overflow: hidden;
}

.scroll-icon__wheel-inner {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    background: #0E314D;
    animation: scroll_1 2.75s ease-in-out infinite;
}

.scroll-icon {
    display: block;
    margin: 0 auto;
    position: relative;
    height: 65px;
    width: 35px;
    border: 4px solid #0E314D;
    border-radius: 1.2vw;
    font-size: 15px;
    height: 3.4vw;
    width: 1.8vw;
    font-size: 0.75vw;
    border: 0.25vw solid #0E314D;
}


.video-cnt {
    display: none;
}
.bgVideo {
    position: relative;
    background: url(../images/hdrbg2x.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 100vh;
}

.bgVideo .logo {
    max-width: 14%;
    display: inline-block;
    width: 100%;
	position: absolute;
    left: 1.3vw;
    top:1.3vw;
    z-index: 9999;
    text-align: left;
    margin: 0;
    vertical-align: top;
}

.bgVideo .logo a:hover {
    opacity: 0.6;
}


.shareWrap {
    display: inline-block;
    font-size: 20px;
    position: absolute;
    transform: translateY(-50%);
    top: 80%;
    right: 80px;
}

.shareWrap a {
    color: #0e0c11bf;
    text-decoration: none;
}

.shareWrap a:hover {
    opacity: 0.5;
}



.merch-text img{
    width:7.47vw;
}
.music-text img{
width:14.58vw;
}
.tour-text img{
width:5.7vw;
}
.rightNavWrapper #sectionLinks{
    display:none;
}

#sectionLinks .merch-text-mobile img{
width:18vw;
}

#sectionLinks .music-text-mobile img{
    width:40vw;
}

#sectionLinks .tour-text-mobile img{
    width:16vw;
}

.album.Title img{
    width:20vw;
}
.merch.Title img{
    width:9vw;
}
.tour.Title img{
    width:7vw;
}
fieldset .mlist-submit{
    position:relative;
}
.join-button-form .mlist-submit:after{
    content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.93;
     background: url(../images/input.png) no-repeat; 
     background-size: contain; 
     background-position: center; 
     mix-blend-mode: soft-light;
}

@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";
}



.media-thumbnail-frame {
    width: 100%;
}
.album-buttons.centeralbum-buttons {
    text-align: center;
}
.album-buttons .getItNow {
    box-sizing: border-box;
}
.getItNow.linkfire.video {
    width: 7vw;
    margin-right: 1vw;
    max-width: 100%;
    background: none;
    background-position: bottom;
    padding-bottom: 0.1vw;
    border-bottom: .2vw solid #0E314D;
}
.getItNow.shareMiracle {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 30px auto 0;
}
ul.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.album-buttons {
    font-size: 1.297917vw;
}


@media only screen and (max-width:1023px),
only screen and (max-width:1024px) and (orientation:portrait) {



    .desktop-banner-background-image {
        display: none;
    }

    .bgVideo .logo {
        width: 43%;
        left: 50%;
        top: 8%;
        max-width: 100%;
        transform: translate(-50%, -50%);
        position: absolute;
        z-index: 1;
    }

    .headerBanner .owl-theme .owl-dots .owl-dot span {
        width: 30px;
        height: 30px;
        margin: 5px 7px;
    }

    .headerBanner .owl-theme .owl-dots {
        top: 93%;
        left: 2%;
    }

    .mobile-banner-background-image {
        display: block;
    }

    .rightNavWrapper #sectionLinks,
    .menu {
        display: none;
    }

    div#sectionLinks ul {
        margin-left: 10px;
    }

    .album-text {
        max-width: 80vw !important;
    }

    .subalbum-text {
        max-width: 60vw;
        width: 100%;
        margin-bottom: 7vw;
        border-bottom: 0.7vw solid #E4D5B4;
    }

    .rightNavWrapper a {
        color: #0E314D;
        padding: 10px 10px;
        text-decoration: none;

        font-weight: 900;
    }

    .rightNavWrapper #sectionLinks {
        position: absolute;
        left: 0;
        text-align: center;
        top: 0px;
        width: 50%;
        padding-top: 15px;
        z-index: 9999999;
    }

    .navbg {
        display: none;
        filter: blur(14px);
        -webkit-filter: blur(14px);
        -moz-filter: blur(14px);
        -o-filter: blur(14px);
        -ms-filter: blur(14px);
        background: #D9C1AE;
        position: absolute;
        height: 110vh;
        z-index: 9999;
        opacity: 95%;
        width: 60%;
        left: -6%;
        top: -3%;
    }

    .rightNavWrapper a.icon {
        display: block;
        position: absolute;
        left: 14px;
        top: 17px;
        color: #0E314D;
        background: url('../images/menu.svg') no-repeat center center transparent;
        z-index: 9999999;
        padding: 10px 10px;
    }

    div#sectionLinks ul {
        margin-top: 49px;
    }

    .rightNavWrapper a.icon.closeIcon {
        background: url('../images/close.svg') no-repeat center center transparent;
        background-size: 100% 100%;
        font-size: 0;
        z-index: 9999999;
        left: 19px;
    }

    .rightNavWrapper div#sectionLinks a {
        display: block;
        text-align: left;
        margin: 1px auto;
        font-size: 7vw;
    }

    .tourWrapper .bit-widget.bit-layout-ipad .bit-event .bit-details,
    .tourWrapper .bit-widget.bit-layout-ipad .bit-event {
        display: block !important;
    }

    .bgVideo {
        position: relative;
        background: url(../images/hdrbgmob2x.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-color: #F7E9CC;
        height: 100vh;
    }

    .social-wrapper {
        width: 100%;
        display: block;
        text-align: center;
        padding: 2vw 0 6vw 0;
        margin-left: 0;
    }

    .social-wrapper a {
        font-size: 6vw;
        margin: 0 3vw;
    }

    .social-mailing-wrapper {
        max-width: 96vw;
    }

    .youtubeTitle {
        font-size: 4vw;
        width: 70vw;
    }

    .getItNowImg {
        width: 11vw;
        padding: 0 4.4vw 0 0;
    }

    .getItNow a {
        font-size: 7vw;
    }

    .getItNow.linkfire.video {
        width: 36vw;
        border-bottom: 1vw solid #0E314D;
        background: none;
    }

    .merch.Title {
        font-size: 13vw;
        padding-bottom: 7vw;
    }

    .merchLink a {
        font-size: 6vw;
    }

    .merch .owl-nav button.owl-prev {
        width: 8vw;
        height: 8vw;
        left: 0;
    }

    .merch .owl-carousel .owl-nav .owl-next {
        width: 8vw;
        height: 8vw;
        right: 0;
    }

    .storelink a {
        height: 8vw;
        line-height: 8vw;
        font-size: 6vw;
        max-width: 45vw;
        border-bottom: 0.3vw solid #0E314D;
    }

    .storelink {
        margin: 8vw auto;
    }

    .tour.Title,
    .album.Title.tour.Title,
    .album.Title {
        font-size: 13vw;
        padding-bottom: 7vw;
    }

    div#Contactsection {
        font-size: 13vw;
        padding-bottom: 7vw;
    }

    .sectionheader {
        font-size: 8vw;
        padding-bottom: 3vw;
    }

    .email-section a {
        font-size: 3.7vw;
    }

    .contact-inner-section {
        display: block;
        max-width: 70vw;
    }

    .email-section {
        font-size: 4vw;
    }

    .contactsection {
        padding-bottom: 10vw;
    }

    .desktop-only {
        font-size: 3.9vw;
    }

    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    .desktop-only,
    .desktop-only a {
        font-size: 3vw;
    }

    .bgVideo .logo img {
        width: 42vw;
    }

    .subalbum-text a {
        font-size: 8vw;
        max-width: 70vw;
    }

    .headerAlbum {
        width: 42vw;
        right: 29%;
        border: none;
        bottom: 6%;
    }
}
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .bgVideo .logo {
        width: 25%;
        left: 50%;
        top: 8%;
    }
}
@media only screen and (max-width:932px) and (orientation:landscape){
    .bgVideo .logo {
        top: 28%;
    }
}