/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.topnav {
    font-size: 14px; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    margin-top:50px;
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    /*background: url(https://ssl-static.libsyn.com/p/assets/platform/websuite/img/intro-bg.jpg) no-repeat center center;*/
    background-color:#000;
    overflow:hidden;
}

.intro-message {
    position: relative;
    padding-top: 10%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.form-signin {
    padding-bottom:10px;
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    /*background: url(https://ssl-static.libsyn.com/p/assets/platform/websuite/img/banner-bg.jpg) no-repeat center center;
    background-size: cover;*/
    background:#000;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

/*libsyn minor adjustments*/
/* Added by Sean Susko    */
hr {
    height: 1px;
    background-color:#dcdcdc;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 85%;
}

 /* social buttons */
 .img-social {
    max-height:19px;
    width:auto;
    margin-left:-2px;
    margin-bottom:3px;
 }
 
 .btn-adjustment {
    width:57px;
    padding:9.5px !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
 }
 .list-inline>li {
    padding-left:0px;
 }
 /*****************/


 /* comments ***/
 .panel-shadow {
    box-shadow: rgba(0, 0, 0, 0.3) 7px 7px 7px;
}
.panel-white {
  border: 1px solid #dddddd;
}
.panel-white  .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #ddd;
}
.panel-white  .panel-footer {
  background-color: #fff;
  border-color: #ddd;
}
 .post .post-heading {
  height: 65px;
  padding: 20px 15px;
}
.post .post-heading .avatar {
  width: 60px;
  height: 20px;
  display: block;
  margin-right: 15px;
}
.post .post-heading .meta .title {
  margin-bottom: 0;
}
.post .post-heading .meta .title a {
  color: black;
}
.post .post-heading .meta .title a:hover {
  color: #aaaaaa;
}
.post .post-heading .meta .time {
  margin-top: 4px;
  color: #999;
}
.post .post-image .image {
  width: 100%;
  height: auto;
}
.post .post-description {
  padding: 15px;
}
.btn-send {
    color: #777;
}
 /*****************/

 .intro-header {
    padding-top: 0px;
    padding-bottom: 0px;
    height:375px;
 }
 .profile {
    height:80px;
    width:80px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
 }
 .profile-small {
    height:45px;
    width:45px;
    position:absolute;
    top:2px;
 }
 ul.banner-social-buttons > li {
    margin-top:5px;
 }
 .intro-message {
    padding-bottom:0px;
 }
 .subtitle-text {
    background:#fff;
    padding: 7px 15px 7px 15px;
    height:auto;
 }
 .section-heading {
    margin-bottom:5px;
    font-size: 20px;
 }
 p.lead {
    font-size: 14px;
 }

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-left: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: 100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.item-height-restriction {
    height:160px;
    overflow:hidden;
    position:relative;
} 

.item-height-restriction-video {
    height:495px;
    overflow:hidden;
    position:relative;
} 

.date {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color:#696969;
    margin-bottom:0px;
}

.producer-message {
    font-size:15px;
    margin-top:10px;
    color: #777;
}

.left-side {
    padding-top: 15px;
}

/*.btn-login-logout {
    border:1px solid grey;
}*/

.btn-logout {
    color:red !important;
}
#btn-premium {
    padding:3px 3px 3px 3px;
}

.download-div, .share-div {
    margin-top:15px;
    font-size:15px;
}

.alert-link:hover {
    text-decoration: none;
}

.adjusted-player {
    width:100%;
}
.adjusted-player-video {
    height:150px;
    margin-left: auto;
    margin-right: auto;
    display:block;
}
.share-link {
    cursor:pointer;
    cursor:hand;
}
.widget {
    min-height:100px;
    margin-bottom:5px;
    border:1px solid grey;
    overflow-x:hidden;
    overflow-y:auto;
    border-radius:5px;
    font-family: "Arial","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:100;
}
.widget-archives, .widget-categories {
    height:auto !important;
}

#loading {
    height:100px;
    width:auto;
    display:none;
}
.show-more-row {
    margin:5px 0 10px 0;
}
.premium-locked {
    font-size:17px;
    margin:10px 0 10px 0;
}
ol.breadcrumb {
    margin-bottom: 5px;
}

.caret-container {
  float: right;
}

.nav-container {
  background-color: #f5f5f5;
  text-transform: uppercase;
  font-weight: bold;
  color: #777;
}
  
.nav-sub-container {
  background-color: #f8f8f8;  
  font-weight: bold;
  cursor: pointer;
}

ul.nav-stacked ul.nav-stacked > li > a {
  padding-left: 30px;
}
.btn-widget-login {
    border:1px solid #777;
    color: #777;
}

.fb-page.fb_iframe_widget {overflow: hidden;}

@media (max-width: 1092px) {
    .profile {
        height:45px;
        width:45px;
        position:absolute;
        top:2px;
     } 
}

@media (max-width: 991px) {

     .libsyn-item, .libsyn-item .left-side, .item-height-restriction{
        height:auto !important;
        overflow:visible;
    }

    .show-more {
        display:none;
    }


}
 @media (max-width: 766px) {    
    
    .intro-message {
        padding-top: 75px;
    }

    .intro-header {
        height:250px;
    }
 }