@import url("https://use.typekit.net/wtq2oxc.css");
@font-face {
    font-family: 'Druk Wide';
    src: url('../fonts/DrukWide-Medium.woff2') format('woff2'), url('../fonts/DrukWide-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

a,
button,
form,
input,
select {
    position: relative;
    z-index: 10000;
}

.footerwrapper {
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.footerwrapper {
    background: #000000;
}

.footer-container {
    width: 90%;
    margin: 0 auto;
    font-size: 0;
    padding: 45px 0;
}

.footer-container a {
    transition: all 0.5s;
}

.footer-container a:hover {
    opacity: 0.5;
}

.footer-container>div {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.socialWrapper {
    text-align: left;
}

.socialWrapper>a {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s;
    font-size: 35px;
    margin-right: 40px;
}

.copyrightWrapper {
    text-align: right;
    text-transform: capitalize;
}

.copyrightWrapper span,
.copyrightWrapper a {
    font-family: din-condensed, sans-serif;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    line-height: 23px;
}

@media only screen and (max-width:1280px) {
    .socialWrapper>a {
        margin-right: 32px;
    }
}

@media only screen and (max-width:1023px) {
    .socialWrapper>a {
        font-size: 25px;
        margin-right: 24px;
    }
}

@media only screen and (max-width:767px) {
    .footer-container>div {
        display: block;
        width: 100%;
    }
    .socialWrapper {
        text-align: center;
    }
    .socialWrapper>a {
        font-size: 20px;
        margin: 0 10px;
    }
    .footer-container {
        padding: 35px 0 20px;
    }
    .copyrightWrapper {
        text-align: center;
        margin-top: 15px;
    }
}


/** Lightbox css*/

.lightbox-mlist-section {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    /*background: #FF71CDCC;*/
    background: #000000CC;
}

.lightbox-overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.footerwrapper .lightbox-mlist-section {
    display: none;
}

.lightbox-inner-container {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
}

.lightbox-inner-container>div {
    display: table-cell;
    vertical-align: middle;
}

.lightbox-mlist-inner {
    width: 500px;
    margin: 0 auto;
    background: #000;
    background-size: cover;
    position: relative;
    max-width: 100%;
}

.albumwrapper {
    width: 375px;
    margin: 0 auto;
    padding: 80px 0 40px;
}

.close-text {
    font-size: 25px;
    font-family: druk wide;
    /*text-decoration: underline;*/
    text-transform: uppercase;
    position: absolute;
    top: 25px;
    right: 25px;
    transition: all 0.5s;
    z-index: 100000000;
    cursor: pointer;
    color: #FFFFFF;
	border-bottom: 2.5px solid #FFFFFF;
    line-height: 1;
}

.close-text:hover {
    opacity: 0.5;
}

.albumlistenow {
    padding-top: 20px;
}

.albumlistenow a {
    width: 375px;
}

@media only screen and (max-width:1023px) {
    .close-text {
        font-size: 15px;
    }
    span.sep.mobileHide {
        display: none;
    }
    a.ot-sdk-show-settings {
        display: block;
    }
}

@media only screen and (max-width:767px) {
    .lightbox-mlist-section {
        overflow-y: scroll;
    }
    .lightbox-mlist-inner {
        width: 310px;
    }
    .albumlistenow a {
        width: 260px;
    }
    .albumwrapper {
        width: 260px;
        margin: 25px auto;
        padding: 60px 0 40px;
    }
}