@charset "UTF-8";
/* CSS Document */

/*_______________________
BASIC STYLES
_______________________*/

html {
	scroll-behavior: smooth;
}

body {
	background-color: #191919;
}

footer {
	margin-top: 100px;
	background-color: black;
	padding: 45px 0;
}

p, a, a:hover{
	color: white;
	font-weight: 200;
}

header {
	background-color: black;
}

.visible {
	overflow: visible !important;
}

.overflow-hidden {
	overflow:hidden;
}

.white {
	color:white;
}

.black {
	color:black;
}

.padding-right-none {
	padding-right: 0 !important;
}

.padding-left-none {
	padding-left: 0 !important;
}

.margin-bottom-none {
	margin-bottom: 0 !important;
}

.margin-top-none {
	margin-top: 0 !important;
}

.margin-bottom-15 {
	margin-bottom:15px;
}

.margin-top-15 {
	margin-top:15px;
}

.border-radius-0 {
	border-radius: 0;
}

.display-box {
	display: -webkit-box;
}

#logo-sizing {
	width: 270px;
}

.title {
	font-weight: 200;
	letter-spacing: 3px;
	margin: 25px 0 15px;
	color: white;
}

.title-2 {
	position: inherit;
	z-index: -1;
	font-weight: 200;
	letter-spacing: 3px;
	margin: 0 0 2rem;
	color: white;
}

.video-title{
	color: white;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 18px;
}

.videoplayer-header {
	margin-top: 35px;
}

.videoplayer-date, .videoplayer-text p, .videoplayer-text div {
	color: white;
	font-weight: 200;
}

.speaker-title {
	font-weight: 200;
	letter-spacing: 3px;
	margin: 1rem 0;
	color: white;
}

.description-text {
	color: white;
	font-weight: 200;
}

.social a svg {
	background: white;
	border-radius: 100%;
	color: #191919;
}

.social li {
	padding: 12px 10px;
}

.overlay {
	
}

#search-bar-change {
	background-color: transparent;
	color: white;
}

.sub-nav-style {
	font-size: 14px;
	padding: 15px 35px !important;
}

.carousel-height {
	height: 280px;
}

.text-shadow {
	text-shadow: 2px 2px #000000;
}

#show-grid {
	margin-top: 40px;
}

.img-margin {
	margin-bottom: 25px;
}

.next-ep-title {
	color: white;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
}

a:hover {
	text-decoration: none;
}

.poster-tile {
	width:20%;
}

.show-row {
	margin-top:50px;
}

/*_______________________
BOOTSTRAP CHANGES
_______________________*/

h1, h2, h3, h4, h5, h6 {
	line-height:inherit;
}

h4 {
	margin-bottom:10px;
}

p {margin-bottom: 0;}

.card-img-top {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.card-deck {
	margin-bottom: 15px;
}

.card {
	border: 0;
	border-radius: 0;
}

.card-body {
	background-color: #303030;
	padding: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 15px 1rem;
}

a.nav-link {
	padding: 15px 1rem;
}

.navbar {
	padding: .5rem 0;
}

.control-adjust {
	top:-50px;
	width: 50px;
    height: 50px;
    margin: auto 0;
    background-color: #191919;
    border-radius: 60px;
	box-shadow: 2px 4px 10px 0 rgba(0,0,0,.7);
}

.control-adjust:active {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.7);
	top: -46px;
}

.carousel-control-next {
	right:-15px;
	opacity: 1;
}

.carousel-control-prev {
	left:-15px;
	opacity: 1;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	opacity: 1;
}

.modal-dialog {
	max-width: 400px;
}

.bs-popover-right {
	margin-left: 14rem!important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    border-right: solid 5px #0000;
}

.img-fluid-speakers {
    max-width: 100%;
    height: auto;
    border-right: solid 5px #0000;
}

/*_______________________
HAMBURGER MENU STYLES
_______________________*/

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
    transition: .3s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
}

/*_______________________
CAROUSEL STYLES
_______________________*/

.AB-padding {
	padding-left: 5px !important;
	margin-right: 5px;
}

.AB-padding:nth-child(1) {
	margin-left:-15px;
	
}

.AB-padding:nth-child(4) {
	margin-right: 0px;
}

.c-button {
	cursor: pointer;
	border-color: transparent;
	color: black;
    background-color: white;
    padding: 5px 15px;
	border-radius: 40px;
}

.carousel-caption {
	width: 100%;
	right:0;
	left:0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	padding-bottom: 45px;
	padding-top: 10px;
}

.carousel-indicators {
	bottom:-35px!important;
}

.featured-carousel {
	object-fit: cover;
	object-position: 0 9%;
	height:368px;
}

/*_______________________
HOVER CAROUSEL STYLES
_______________________*/

.hover-parent {
	transition: 450ms all;
    -webkit-transform-origin: center left;
    transform-origin: center left;
	position: relative;
    display: inline-block;
	float: left;
	z-index: 200;
}

.hover-top:hover {
	transform: translate3d(-3%, 0, 0);
	visibility: visible;
	position: relative;
	z-index: 100;
}

.hover-parent:hover ~ .hover-parent {
	transform: translate3d(25%, 0, 0);
}

.hover-text {
	margin-right: 5px;
	position: absolute;
	height: 0;
	opacity: 0;
	padding: 0 10px 10px 10px;
	background: black;
	font-size: 12px;
}

.hover-parent:hover {
	transform: scale(1.25);
}

.hover-parent:hover .hover-time, .hover-parent:hover .hover-icon {
	opacity: 1;
}

.hover-parent:hover .hover-text {
	height: auto;
	opacity: 1;
}

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(185, 185, 185, 1);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}

.description {
	overflow : hidden;
  	text-overflow: ellipsis;
 	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
	font-size: 10px;
	color: #adadad;
}

.hover-icon {
	opacity: 0;
	font-size: 20px;
	position: absolute;
	top: 7px;
	left: 7px;
	border-radius: 100%;
	animation: shadow-pulse 1.5s infinite;
}

.hover-time {
	font-size: 12px;
	opacity: 0;
	right: 7px;
	color: white;
	background-color: black;
	position: absolute;
	top: 7px;
	padding: 3px;
	border-radius: 3px;
}
.v-title {
	color: white;
	font-size: 16px;
	padding:10px 10px 0 10px;
}

.padded-tile {
	padding:10px;
}

.poster-title {
	color:white;
	font-size:16px;
}

.hover-parent:hover .padded-tile {
	background-color:black;
	border-right:5px solid #191919;
}

.st-title {
	color:white;
	font-size:12px;
	padding: 0 10px;
}

.hover-parent:hover .v-title, .hover-parent:hover .st-title {
	background-color: black;
}

.hover-parent:hover .v-title {
	background-color: black;
}

.right-border {
	border-right: solid 5px #0000;
}

/*_______________________
CHANNEL PAGE STYLES
_______________________*/

.branding-header {
	text-align:center;
}

.branding-header .brand-logo {
	max-width: 225px;
	margin:8px 0;
	max-height: 84px;
	width: auto;
}

.brand-bg {
	object-fit: cover;
	position: absolute;
	top:70px;
	left:0;
	z-index: -1;
	height:90px;
}

.brand-bg.inside-dentistry-roundtable, .brand-bg.idt-product-talk, .brand-bg.clinical-solutions-series {
	object-fit: fill;
}

@media (max-width:991px) {
	.brand-bg {
		top:59px;
	}
	.brand-bg.idt-product-talk {
		object-fit: cover;
	}
}

/*_______________________
SCHEDULE PAGE STYLES
_______________________*/

#schedule-box {
	overflow: scroll;
	margin-top: 40px;
}

.schedule-lane {
	height: 100%;
}

.schedule-month {
	text-align: center;
}

.schedule-content {
	height: 600px;
	overflow-x: scroll;
}

.schedule-border {
	border-left: 1px solid white;
}

.schedule-date {
	position: absolute;
    z-index: 100;
    font-size: 24px;
    margin-left: 5px;
}

.image-size {
	cursor:pointer;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.overlay img {
  -webkit-transition: 5s ease;
  transition: 5s ease-out;
}

.image-size:hover .overlay img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#date-style {
	font-weight: 200;
	margin-top: 25px;
	margin-bottom: 0;
}

.corner-date {
	font-size: 24px;
}

.month-style {
	font-size: 18px;
	margin-bottom: 10px;
}

/*_______________________
MOBILE NAVBAR
_______________________*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


.dropmenu {
	width: 100%;
    position: absolute;
    background: black;
    margin-top: 59px;
    z-index:101;
}

.dropmenu .navbar-nav {
	padding-bottom: 25px;
}

/*_______________________
LOGIN PROMPT
_______________________*/

/*
.video-cover {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.7);
}

.video-holder {
	position: relative;
	height: auto;
	clear: both;
}

.video-login-prompt {
	border-radius: 10px;
	padding: 15px;
	background-color: white;
	margin-top: 10%;
	text-align: center;
}

.video-login-prompt p {
	color: #1F1F1F;
}

.video-login-prompt a {
	color: #007bff;
}
*/

/*_______________________
MOBILE STYLES
_______________________*/

@media screen and (max-width: 767px) {
	
	h4 {
		font-size: 16px;
	}
	
	h5 {
		font-size: 14px;
	}
	
	h6, small, p, .videoplayer-date {
		font-size: 12px;
	}
	
	.title {
		letter-spacing: 2px;
		margin: 50px 0 15px 0;
	}
	
	.video-title {
		font-size: 14px;
	}
	
	.videoplayer-header {
		margin-top:15px;
	}
	
	.card-deck {
		margin-bottom: 0;
	}
	
	.footer-navigation--link {
		margin: 15px 0;
		display: block;
	}
	
	.footer-navigation--link li {
		padding: 25px 0;
	}
	
	.videoplayer-date {
		margin-bottom: 15px;
	}
	
	.sub-nav-style {
		padding: 15px 0 !important;
	}
	
	.mobile-margin-top {
		margin-top: 15px;
	}
	
	.mobile-margin-bottom {
		margin-bottom: 15px;
	}
	
	.scroll-x {
		overflow-x: scroll;
		display:-webkit-inline-box;
	}
	
	.col-xs-6 {
		flex: 0 0 50%;
    	max-width: 50%;
	}
	
	#show-grid, #schedule-box {
		margin-top: 20px;
	}
	
	.mobile-menu-style {
	padding-bottom: 0!important;
	}
	
	button:focus {
		outline: none;
	}
	
	.show-row {
		margin-top:0;
	}
	
	.poster-tile {
		width:50%;
	}
	
	.poster-title {
		min-height:55px;
	}
	
	.mFill {
		height:95px;
		object-fit: fill;
	}
	
	/*_________________________
	MOBILE STYLES - CAROUSEL
	___________________________*/
	
	.carousel-control-next {
		right:0;
	}
	
	.carousel-control-prev {
		left: 0;
	}
	
	.control-adjust {
		background-color: rgba(25,25,25,.7);
		margin: auto 0;
		width: 30px;
		height: 30px;
	}
	
	.carousel-control-next-icon, .carousel-control-prev-icon {
		width: 15px;
	}
	
	.v-title {
		padding: 5px;
		font-size: 12px;
	}
	
	.st-title {
		min-height: 55px;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    	overflow: hidden;
		padding:0 5px;
	}
	
	/*_________________________
	HOVER EFFECTS - MOBILE
	___________________________*/
	
	.hover-top:hover {
		transform: none;
	}

	.hover-parent:hover ~ .hover-parent {
		transform: none;
	}

	.hover-parent:hover {
		transform: none;
	}

	.hover-parent:hover .hover-time, .hover-parent:hover .hover-icon {
		opacity: 0;
	}

	.hover-parent:hover .hover-text {
		height: auto;
		opacity: 0;
	}
	
	.hover-parent:hover .v-title {
		background-color: transparent;
	}
	
	.hover-text {
		padding: 0 5px 5px 5px;
	}
	
	.hover-time {
		font-size: 10px;
		top: 30%;
	}
	
	.hover-icon {
		font-size: 10px;
		top: 5px;
		left:5px;
	}
	
}

@media (min-width: 768px) and (max-width: 3000px) {
	.hide-big {
		display: none !important;
	}

}

@media (min-width: 1023px) and (max-width: 3000px) {
	
	#navbarNavDropdownTwo {
		display: none !important;
	}
}