/* ==========================
  CHANNEL & STORY PAGE SPECIFIC CSS
============================*/  

#story p {font-size: 18px;}
#story p.small{font-size: 14px;}
.alert-warning{background-color: #faecd1!important;}
H3.futura{font-family: "Futura Book", sans-serif;}
H6{font-family: "Beiko Heavy SemiRounded", sans-serif;}
H6.futura{font-family: "Futura Book", sans-serif;font-weight: 800;}
.subchannel-btn-group{box-shadow: none !important;}
.btn-clear{background:none !important;}
.btn-subchannel {
    padding:6px 10px;
    line-height: 23px;
    font-size: 14px;
    border-radius: 0 !important; 
    text-transform: uppercase;
    color:#3c3b89;
    box-shadow: none !important;
}
.btn-subchannel.active{ color: #FFFFFF;}
.btn-subchannel:hover{
    box-shadow: 0 2px 15px -3px rgba(0,0,0,0.56), 0 10px 20px -2px rgba(0,0,0,0.1) !important;
}

#storyText {
    margin-left: 10px;
    margin-right: 10px;
}
.figure-img{width: 100%;height: auto;}

H3.author{font-size: 16px; font-weight: bold; font-weight: 700;line-height:26px;}
.story-date, .story-readtime {font: 16px "Public Sans", sans-serif;color: #9D9D9D;font-weight: 400;}
.author{font-size:14px;}

.video-responsive{overflow:hidden; padding-bottom:56.25%; position:relative; height:0;margin: 0px auto;}
.video-responsive iframe{left:0; top:0; height:100%; width:100%; position:absolute;}

.figure{
    display:table;
}
.figure-caption{
    display:table-caption;
    caption-side:bottom;
    margin-top:.5em;
    margin-bottom:2em;
}
#mainImgCaption.figure-caption{font-size: x-small;}

/* FIX FOR SHARE-THIS SOCIAL BUTTONS */
#st-1{z-index:100!important;text-align:center!important; margin-bottom:20px!important;}

/* SUGGESTED STORY TOAST */
.toastWrapper{
    width: 60%;
    padding: 30px 20px;
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 98;
    overflow: hidden;
}

#toast{
  width: 100%;
  padding: 20px;
  padding-right: 30px;
  background-color: #ffffff;
  box-shadow: 0 2px 15px -3px rgba(0,0,0,0.4), 10px 10px 20px -2px rgba(0,0,0,0.4);
  border-left: 8px solid #23223f;
  border-radius: 7px;
  transform: translate(600px);
  transition: 1s;
}
#toast button{
  position: fixed;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
  padding: 6px;
  z-index: 99;
  font-size: 14px;
  line-height: 0;
  color: #FFF;
  cursor: pointer;
}
#toast h5{font-size: 1rem;padding-top:1rem;}
#toast p{font-size: 12px;}

@media (min-width: 576px) {
    #st-1{text-align:right!important; margin-bottom:0px!important;}
    #mainImgCaption.figure-caption{font-size:small;}
    .btn-xlarge{font-size:18px;}

}
@media (min-width: 576px) and (max-width: 997.98px) and (orientation: landscape){
    .toastWrapper{bottom: 30px; width: 75%;}
    #toast h5{padding-top:0px;}
    #toast{padding-right: 40px;}
    #storyText {
      margin-left: 20px;
      margin-right: 20px;
    }
  
}
@media (min-width: 768px) {
    .btn-xlarge{font-size:20px;}
    .story-date {font-size: 16px;}
    .story-readtime {font-size: 20px;}
    H3.author{font-size: 20px;}
    .toastWrapper{width: 620px;bottom:200px;}
  #toast{padding-right: 40px;}
  #toast h5{font-size: 1.2rem;padding-top:0px;}
  #toast p{font-size: 14px;}  

}
@media (min-width: 992px) {
    .btn-subchannel{
        padding:20px 20px;
        font-size: 20px;
        letter-spacing: 2px;
    }
    #storyText {
        margin-left: 0px;
        margin-right: 0px;
    }

}