/*
Theme Name:     Lambda Child Theme
Description:    Child theme for the Lambda WP Theme
Author:         Oxygenna
Author URI:     http://themeforest.net/user/oxygenna
Template:       lambda
Version:        1.0
*/

#content {
    padding-top:50px;
    padding-bottom: 100px;
}

#podcast-player-container {
    
    position:fixed;
    width: 100%;
    z-index:99999999;
    background:white;
    border: solid 1px rgba(220,220,220,0.6);
    bottom: 0px;

    -webkit-transition: height 0.25s ease-in-out;
    -moz-transition: height 0.25s ease-in-out;
    -ms-transition: height 0.25s ease-in-out;
    -o-transition: height 0.25s ease-in-out;
    transition: height 0.25s ease-in-out;    
    
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    
    background: #fae2da;
}

#podcast-player-container.uninit {
    
    display:none;
}

#podcast-player-container.expanded {
    
    height: 100px;

}

#podcast-player-container.collapsed {
    
    height: 0px;

}


#podcast-player-container .toggle {
    cursor:pointer;
        position: absolute;
    top: -35px;
    background: white;
    padding: 0px 10px;
    border-radius: 10px 10px 0px 0px;
    border-top: solid 1px rgba(220,220,220,0.6);
        border-left: solid 1px rgba(220,220,220,0.6);
    border-right: solid 1px rgba(220,220,220,0.6);

}

#podcast-player-container #player-container {
    margin-top: 15px;
}



.menu .navbar-brand img {
        margin-top: 75px;
}

@media (max-width: 991px) {

    .menu .navbar-brand img {
            margin-top: inherit;
    }

}

.episode-container {
	
	background-color: #043b17;
	padding-bottom: 25px;
	    margin-bottom: 100px;

}

@media (max-width: 991px) {

    .episode-container {
    	
    	margin-bottom: 50px;
    
    }

}


.episode-container h2 {
    color:white;
    font-size: 40px;
}

.episode-container p {
    color: #fae2da;
}

.episode-play,
.episode-download,
.episode-number,
.episode-date {
    display:inline-block;
    color: white;
    margin-bottom:0px;
    padding: 0px 10px 5px 10px;
}

.meta-container {
    border-bottom: solid 1px white;
}

.episode-play,
.episode-download, 
.episode-number {
    border-right: solid 1px white;
}

.episode-container .featured-thumbnail {
    margin-top: -25px;
}

.nav>li, .nav>li>a {
	
    text-transform: uppercase;
	
}

.section-upper-footer .sidebar-widget.widget_text h3 {
    font-size: 29px;
    color: #ed1c24;
}

.section-upper-footer .sidebar-widget.widget_text .aligncenter {
    display: inline-block;
    margin: 0 auto;
    float: none;
    padding: 0px 25px;
}

h3.sidebar-header::after {
    position: absolute;
    border: solid 1px green;
    width: 20vw;
    height: 2px;
    content: "";
    top: 20px;
    left: 0px;
    z-index: 1;
}

h3.sidebar-header::before {
    position: absolute;
    border: solid 1px green;
    width: 20vw;
    height: 2px;
    content: "";
    top: 20px;
    right: 0px;
    z-index: 1;
}

@media (max-width: 991px) {
   
    h3.sidebar-header {
        text-align:center;
    }
    
    h3.sidebar-header::after,
    h3.sidebar-header::before {
        content: none;
    }
    
    .section-upper-footer .sidebar-widget.widget_text .aligncenter {
        max-width: 50%;
        padding: 10px 25px;

    }
    
}