html {
  overflow-y: scroll;
}
#header-logo img {
  height: 47px;
}
#slides img {
  width: 100%;
  display: block;
}
#stream-holder.primary.commentwall #secondary-stream {
  display: none;
}
#stream-holder.primary #wall-container, #stream-holder.primary #tab-bar {
  display: block;
  width: 30%;
  float: right;
  position: relative;
  margin-bottom: 10px;
}
#stream-holder.primary.messages #messages {
  display: block;
}
#stream-holder.primary.secondary #primary-stream, #stream-holder.primary.commentwall #primary-stream {
  width: 69%;
  float: left;
}
#stream-holder.primary.secondary #secondary-stream {
  width: 30%;
  float: right;
  border: solid #e4e4e4 1px;
}
#stream-holder.primary.secondary #wall-container {
  display: none;
}
#stream-holder.primary.slides #primary-stream {
  width: 48%;
  float: left;
}
#stream-holder.primary.slides #slides {
  width: 48%;
  float: right;
}
#messages,
#primary-stream,
#secondary-stream,
#slides,
#wall-container {
  display: none;
}
.theo-primary-color,
.vjs-selected {
  color: #00abf2 !important;
}
.theo-primary-background {
  color: #000000 !important;
  background-color: #00abf2 !important;
}
.theo-secondary-color {
  color: #ffffff !important;
}
.theo-secondary-background {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.theo-tertiary-color {
  color: #000000 !important;
}
.theo-tertiary-background {
  color: #ffffff !important;
  background-color: #000000 !important;
}
#messages {
/*  background-color: #f7f6f5;
  border: solid #e4e4e4 1px;
  					max-height: 592px;
  padding: 0;
  box-sizing: border-box;
  position: relative;*/
}
/*#message-background {
  background-color: #FFF;
  border-radius: 5px;
  					width: 100%;
	height: 592px;
  position: relative;
  z-index: 10;
  opacity: 1;
}*/
#messages .content hr {
    display: none;
}
#message-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0.5;
}

#wall-container {
    border: solid #e4e4e4 1px;
}
/* #emoji-wall-container .bottom {
  display: none;
  margin-top: -10px;
} */
#wall-container .top,
#wall-container .bottom {
  padding: 10px;
}
#wall-container .bottom {
    padding-bottom: 2px;
    position: relative;
}
#wall-container .bottom {
    background-color: #FFF;
}
#wall-container .top {
  padding-bottom: 0;
  box-sizing: border-box;
  position: relative;
}
#switch-stream {
  margin-top: 10px;
  width: 100%;
  display: none;
}
#popoutContainer #switch-stream {
  margin-top: 0;
}
#emoji-wall-container {
  position: absolute;
  top: 52px;
  left: 0;
}
#wall-container #emoji-wall-container .top {
  padding: 0;
}
#messages .content {
/*  position: relative;
  z-index: 20;
  padding: 10px;
  overflow-y: auto;
  box-sizing: border-box;*/
}

#wall-container .header {
    display: none;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  background-color: #FFF;
  font-family: "AvenirNextMForBBG-Regular", Arial, sans-serif;
  z-index: 20;
  border-bottom: solid #e4e4e4 1px;  
  color:#212529;
}
hr {
  height: 2px;
  border-width: 0;
  color: #d4d4d4;
  background-color: #d4d4d4;
}
.emoji {
  height: 30px;
  opacity: 1;
  cursor: pointer;
  padding: 5px 5px;
  box-sizing: initial;
}
#emoji-switch {
  height: 30px;
  cursor: pointer;
  margin-top: 2px;
}
.emoji:active {
  opacity: 0.5;
}
#emoji-bar {
  text-align: center;
  position: relative;
  z-index: 100;
}
#emoji-bar {
  display: none; 
}
#switch-button {
  width: 100%;
}
#stream-holder {
    max-width: 1500px;
    margin: 0 auto;
}
#stream-holder #tab-bar {
  position: relative;
  box-sizing: border-box;
}
#stream-holder #tab-bar .tab {
  width: 50%;
  float: left;
  text-align: center;
  cursor: pointer;
  padding: 5px;
  background-color: #350075;
  font-size: 17px;
  padding: 10px 0;
  border: 2px solid #cbcbcb;
  color: #CBCBCB;
}
#stream-holder #tab-bar .tab.active {
  color: #FFBE3C;
  border-color: #FFBE3C;
}

#message-div {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  top: 0;
  left: 0;
  opacity: 0.7;
}
#message-div .inner {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translate(0, 50%);
  color: #FFF;
  font-size: 30px;
}
#comment-wall {
    overflow: auto;
}
#comment-form input[type="submit"] {
    width: 100% !important;
    background-color: #350075 !important;
    font-size: 21px;
    font-family: "AvenirNextPForBBG-Regular", Arial, sans-serif;
    font-weight: bold;
}
#wall-container textarea {
    resize: none;
    padding: 5px;
    font-size: 17px;
}
#wall-container textarea:focus {
    border:1px solid #ced4da;
}
#load-more {
    display: none;
}
.comment {
  padding: 10px;
}
.comment-page {
    padding: 0;
}
.comment.inactive {
    display: none;
}
@media (max-width: 970px) {
  #messages,
  #primary-stream,
  #secondary-stream,
  #slides,
  #wall-container {
    float: none !important;
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  #wall-container {
    max-width: none !important;
  }
  #stream-holder.primary #wall-container, #stream-holder.primary #tab-bar {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #stream-holder.primary #wall-container, #stream-holder.primary #tab-bar {
    width: 100%;
    display: block;
  }
  #tab-bar {
    z-index: 5;
  }
  #comment-wall {
    width: 100%;
  }
  body.live {
    margin-bottom: 130px;
  }
}

@media (max-width: 500px) {
  body.live {
    margin-bottom: 0;
  }
}
