/*
Theme Name: Foundry Child
Theme URI:
Description: Child theme for the Foundry theme
Author: <a href="http://www.madeinebor.com">Tom Rhodes</a>
Author URI:
Template: foundry
Version: 1.0.0
*/
@font-face {
  font-family: 'Desdemon';
       src: url('/fonts/DESDEMON.woff') format('woff');
}
@import url('../foundry/style.css');
@import url('http://fonts.googleapis.com/css?family=Orbitron:100,300,400,600,700');

/*home page styling*/
div.spotify-cta {
    margin: auto;
    width: 50%;
}
div.spotify-cta iframe {
    display:block;
    margin: 0 auto;
    padding-left: 30px;
}
.song-tiles div.vc_gitem-zone-mini {
    background-color: #5e5f6e;
}
.song-tiles .vc_btn3.vc_btn3-shape-rounded {
    border-radius: 0;
}

.song-tiles .vc_btn3.vc_btn3-color-juicy-pink, .song-tiles .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: rgb(67, 73, 91);
}

.nav-container {
    display: none;
}

.home-background:before {
    background-color: transparent;
}

.home-logo h1 {
    font-family: Desdemon , sans-serif !important;
    color: white !important;
    font-size: 8.5em;
}

@media (max-width: 992px) {
    /*div.home-logo {
        position: absolute;
        z-index: 2;
        top: 8%;

    }*/
    .home-logo h1 {
        font-size: 6em;
    }

}
@media (max-width: 599px) {
    .home-logo h1 {
        font-size: 4em;
        padding-top: 60px;
    }
}

@media (min-width: 600px) {
    .col-md-3 {
        width: 25%;
        float: left;
    }
}
.d-logo{
    font-size: 1.5em;
    color:white !important;
    letter-spacing: -2px;

}
.z-logo{
    font-size: 1.2em;
    color:#ffcc66 !important;

}

.modal-screen.reveal-modal {
    opacity: .3;

}



h3.dz-song-title  {
    font-family: 'Orbitron','Raleway',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.song-cta .modal-container {
    position: relative;
}

.song-cta .btn {
    background-color: rgba(42, 42, 42, 0.12156862745098039);
}

.btn-lg {
    min-width: 150px !important;
}

.essb_links.essb_template_modern-light-retina li a .essb_network_name {
    font-size: 20px;
}

/*Vitamin D blog styling*/

.postid-1916 .vitamin-d-blog p {
    color:#fde0a3;
    font-size: 1.5em;
    line-height: 25px;

}

.postid-1916 .vitamin-d-blog h1, h2, h3, h4, h5, h6, h3 a, a {
    font-weight: 300;
    color: #e0ded3;
}

.postid-1916 .comments {
    color: #e0ded3;
}

.postid-1916 .comments p{
    font-size: 1.4em;
}

.postid-1916 .comments textarea,  .postid-1916 .comments input{
    background-color: #e0ded3;
    color: black;
    font-size: 1.3em;
}

.postid-1916 .comments input[type="submit"] {
    border-color: #e0ded3 !important;
    background-color: #e0ded3 !important;
    color: #666;
    font-size: .75em;
}

.postid-1916 .main-container{
    background: black;

}

/*Comments styling*/

.comments-list .avatar img {
    height: 100%;
}

