@charset "UTF-8";
/*!
 * David Mancuso Presents The Loft CSS
 * https://theloft.party
 */ 
body {
    font-size: 1.125rem;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    background:#FFF;
}
#content, #content .content-wrap, #content::before {
    background:#FFF;
}
#content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    margin-top: 0px;
    z-index: 1;
}
.content-wrap {
    padding: 80px 0 0 0;
}

.dark #header, #header.dark {
    background-color: #1c1c1c;
    border-bottom: 1px solid rgba(255,255,255,0.25);
}
.dark #header-wrap {
    background-color: #1c1c1c;
    border-top: 1px solid rgba(255,255,255,0.25) !important;
}

.mfp-preloader {
    background: url('/assets/img/preloader-dark.gif') center center no-repeat;
}
img#david-mancuso {
    border-radius: 100%;
    border: 5px solid rgba(0,0,0,0.25);
    display: block;
    width: 100%;
    margin-bottom: 2em;
}
img#audio-schematic {
    border: 5px solid rgba(0,0,0,0.25);
    display: block;
    width: 100%;
    margin-bottom: 2em;
}
#copyrights .copyright-links a {
    text-decoration: none !important;
    border:0;
    color: #E04622 !important;
}
/*
#footer.dark {
    border-top-color: rgba(0,0,0,0.8);
    background-color: rgba(0,0,0,0.8);
    background-image: none;
    background: url(/assets/img/vinyl-bg.jpg);
    background-position: top left;
    background-size: auto;
    background-attachment: scroll;
    background-repeat: repeat;
}
#footer #contact {
    background: rgba(0,0,0,0.8);
}
#footer #copyrights {
    background: rgba(0,0,0,1);
}
*/
.border-form-control {
    height: 48px;
    padding: 8px 4px;
    font-size: 21px;
    letter-spacing: 1px;
    background-color: transparent !important;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom-width: 1px;
    font-family: 'Source Sans Pro', sans-serif;
}

.border-form-control::-moz-placeholder { font-weight: 300; }
.border-form-control:-ms-input-placeholder { font-weight: 300; }
.border-form-control::-webkit-input-placeholder { font-weight: 300; }

textarea.border-form-control {
    resize: none;
    overflow: hidden;
    word-wrap: break-word;
}


/* ----------------------------------------------------------------
    Song List
-----------------------------------------------------------------*/

.album-bg.img-bg {
    background-color: rgba(0,0,0,0.8);
    background-image: none;
    background: url(/assets/img/vinyl-bg.jpg);
    background-position: top left;
    background-size: auto;
    background-attachment: scroll;
    background-repeat: repeat;
}
div.container.album-list {
    background-color: rgba(0,0,0,0.8);
}
/*
div.songs-list .songs-name {
    max-width:60%;
}*/
.songs-list .songs-button {
    text-align: center;
    width: 50px;
}
div.songs-number {
    margin-right:20px;
}
div.songs-image.track-image {
    display:none;
}
.icon-line-play:before {
    position: relative;
    right: -1px;
}


/* ----------------------------------------------------------------
    Navigation Menu
-----------------------------------------------------------------*/
#logo img {
    padding: 20px;
}
.transparent-header.dark .menu-item:hover > .menu-link {
    color: #171717;
}
.transparent-header.dark.sticky-header .menu-item:hover > .menu-link {
    color: var(--themecolor);
}

/* ----------------------------------------------------------------
    General Helpers
-----------------------------------------------------------------*/
.hl {
    color: #fd7e14;
}

p.lead {
    font-size: 1.15rem;
    font-weight: 400;
}

.btn-primary {
  background:#f65d11;
  color:#FFF;
}
.btn-primary:hover {
  background:#ff5000;
}

.button.button-large.button-circle {
    border: 1px solid rgba(0,0,0,0);
}
.button.button-large.button-circle:hover {
    border: 1px solid rgba(0,0,0,.15) !important;
}
.dark .button.button-large.button-circle:hover {
    border: 1px solid rgba(255,255,255,.15) !important;
}

.borderline {
    border: 1px solid rgba(0,0,0,.15) !important;
}
.dark .borderline {
    border: 1px solid rgba(255,255,255,.15) !important;
}

.borderline-row {
    border-top: 1px solid rgba(0,0,0,.25) !important;
    border-bottom: 1px solid rgba(0,0,0,.25) !important;
}
.dark .borderline-row {
    border-top: 1px solid rgba(255,255,255,.25) !important;
    border-bottom: 1px solid rgba(255,255,255,.25) !important;
}
.borderline-bottom {
    border-bottom: 1px solid rgba(0,0,0,.25) !important;
}
.dark .borderline-bottom {
    border-bottom: 1px solid rgba(255,255,255,.25) !important;
}

.borderline-5 {
    border-top: 5px solid rgba(0,0,0,.25) !important;
    border-bottom: 5px solid rgba(0,0,0,.25) !important;
}
.dark .borderline-5 {
    border-top: 5px solid rgba(255,255,255,.25) !important;
    border-bottom: 5px solid rgba(255,255,255,.25) !important;
}

.image-full,
img.img-full,
img.full {
    display: block !important;
    width: 100% !important;
    padding: 0;
    margin: 0;
}

img.circle-border {
    border-radius: 100%;
    border: 4px solid rgba(0,0,0,0.25);
}
.dark img.circle-border {
    border-radius: 100%;
    border: 4px solid rgba(255,255,255,0.25);
}

.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
img.pull-right {
    float: right !important;
    margin: 0 0 0 2rem !important;
}
img.pull-left {
    float: left !important;
    margin: 0 2rem 0 0 !important;
}
.entry .entry-content .pull-right {
    float: right !important;
}
.entry .entry-content img.pull-right {
    padding: 0 0 10px 20px;
}

.dark-bg {
    background-color: #383838 !important;
}
.darker-bg {
    background-color: #171717 !important;
}
.darkest-bg {
    background-color: #111111 !important;
}

.btn.btn-primary {
    background-color: var(--themecolor);
    border-color: var(--themecolor);
}
a.btn.btn-large [class^="icon-"], a [class*=" icon-"] {
    display: inline;
}
a.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: 0.1em;
}
a.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: 0.8em;
}


div.songs-list .songs-name a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}
.zoom:hover {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-animation: zoomin 0.5s linear;
    animation: zoomin 0.5s linear;
    animation-fill-mode: forwards;
}

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}
.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}
.thumb-info .thumb-info-wrapper {
    border-radius: 4px;
    margin: 4px;
    overflow: hidden;
    display: block;
    position: relative;
}
.thumb-info .thumb-info-title {
    background: rgba(23,23,23,.8);
    bottom: 10%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 11px;
    position: absolute;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
    text-transform: uppercase;
    z-index: 2;
    max-width: 90%;
}

/* ----------------------------------------------------------------
    Page Title
-----------------------------------------------------------------*/
#page-title {
    padding: 0;
}
#page-title h1 {
    line-height: 1.25;
    margin-bottom: 40px;
    margin-top: 40px;
    color: #FFF;
}


/* ----------------------------------------------------------------
    Video Embeds
-----------------------------------------------------------------*/
.heading-block::after {
    display: none;
}
./* YOUTUBE PLAYER */

.youtube-embed {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}

span.rollover {
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: auto;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}

span.rollover:hover {
    background: rgba(0, 0, 0, 0.4) url("/theme/img/dot.png") 0 0 repeat;
    opacity: 1;
}

span.rollover i {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #FFF;
    text-shadow: 0 0 9px #FFF;
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 100%;
    -webkit-box-shadow: -1px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 10px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 10px 20px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255,255,255,0.25);

}
span.rollover i.icon-play:before {
    position: relative;
    top: 11px;
    left: 2px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: -10px;
    height: 0;
    overflow: hidden;
    clear: both;
    text-align: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    border-left: 1px solid rgba(0,0,0,0.5);
    border-right: 1px solid rgba(0,0,0,0.5);
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
}
.caption {
    padding: 0.5rem 1rem !important;
    clear: both;
    margin-bottom: 4rem;
    border: 1px solid rgba(0,0,0,0.15);
}
.caption.dark,
body.dark .caption {
    background: #171717;
    color: #ddd;
    position: relative;
    padding: 0.5rem 1rem !important;
    clear: both;
    margin-bottom: 2rem;
    border: 1px solid rgba(255,255,255,0.15);
}

/* Medium devices (phones, 576px and up) */
@media (min-width: 576px) { 
    div.container.album-list {
        border-radius: 20px;
    }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    #discography .songs-list .songs-name a {
        font-size: 15px;
    }
    #discography .songs-list .songs-name a span {
        font-size: 13px;
    }
    .col-md-6.pull-right {
        margin:10px 0 10px 20px;
    }
    .col-md-6.pull-left {
        margin:10px 20px 10px 0;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}