@font-face {
    font-family: 'AvenirLTStdBook';
    src:   url('../fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Book.woff') format('woff'),
        url('../fonts/AvenirLTStd-Book.ttf') format('truetype');
        url('../fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirBlack';
    src:    url('../fonts/Avenir-Black.woff2') format('woff2'),
        url('../fonts/Avenir-Black.woff') format('woff'),
        url('../fonts/Avenir-Black.ttf') format('truetype'),
        url('../fonts/Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

body {
	font-family: 'AvenirLTStdBook';
}
.wrapper {
	padding-top: 0;
}

.bg-primary {
	background-color: black !important;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.navbar {
	height: 88px;
	border-bottom: 2px solid transparent;
	box-shadow: none !important;
}
.nav-tabs {
	border-bottom: 2px solid white;
}
.nav-tabs .nav-item {
	margin: 0;
}
.nav-justified {
   border-collapse:separate;
   border-spacing:5px;
}
.navbar-brand {
	font-size: 28px;
	color: #EF4A24 !important;
	margin-left: 10px;
	font-family: 'AvenirBlack';
}

.send-message {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.main-content {
	padding: 30px 10px;
}
.nav-tabs .nav-item:not(:first-child):not(:last-child) {
	margin-left: 0px;	
	margin-right: 0px;	
}
div.chat {
	//width: 100%;
	position: relative;
	height:100% !important;
	//min-height: 500px;
	//max-height: 500px;
	overflow: scroll;
	background-color:#EFEFEF;
	color: #000;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.chat::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.chat {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.chat-height::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.chat-height {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.tab-content::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.tab-content {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */

}

.tab-pane::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.tab-pane {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */

}

.tab-pane {
	//max-height: 600px;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    border-radius: 0px;
    padding: 10px;
    background-color: #EFEFEF;
    position: relative;
}

.navbar-brand img {
	max-height: 70px; 
	width: auto;
}
.tab-pane.slido, .tab-pane.speakers {
	overflow: scroll;
	
}

.entry-title {
	color: #fff;
	font-size: 28px;
	margin-bottom: 20px;
	font-family: 'AvenirBlack';
}
.nav-tabs .nav-link.active {
	font-family: 'AvenirBlack';
	color: black;
	background-color: white;
	border: 0;
}
.nav-tabs .nav-link {
	border: 2px solid #252627;
	border-bottom: 0;
	background-color: #252627;
	color: white;
	height: 100%;
}
.nav-tabs .nav-link:hover {
	border-color: white;
}
.live-gradient {
	padding: 25px 10px 15px 10px;
	background-color: #123862;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.nav-tabs {
    margin-bottom: 0;
}
.vimeo-video-container {

	overflow: hidden;
}

.speakers-content {
	padding: 20px;
	color: black;
}
input#chat-input {
	display:block;
	height:52px;
	width:90%;
	margin:10px auto;
	outline:none;
	background-color:white;
	border:1px solid #ccc;
	border-radius: 0px;
	padding:10px 20px;
	font-size:20px;
	color:black;
	
}
.message-container span em {
	color: #818181;
}
.message-container span.message{
	color: black;
}
#messages {
	background-color:#EFEFEF;
	padding:10px;
	height:100%;
	width:100%;
	margin:0 auto;
	overflow-y:hidden;
}

#messages p {
	margin:5px 0;
	padding:0;
}

.info {
	margin:5px 0;
	font-style: normal;
}

.message-container {
	margin: 10px 0;
	color: #2C2A27;
	line-height: 125%;
}

.message-container .username {
	display:inline-block;
	margin-right:5px;
	font-weight:bold;
	color:#849091;
}

.me, .username.me {
	font-weight:bold;
	color:#064CFA;
}

.message-container .username.me {
	display:inline-block;
	margin-right:5px;
}