/* Main styles */

.theedgetv{
	background: #2b2c30 !important;
	color: #cecece !important;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
	margin: 0! important;
	
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

#myScrollspy2{
	background: #2b2c30 !important;
}
.theedgetv .main a {
	text-decoration: none !important;
	color: #fff;
	outline: none !important;
}

.theedgetv .main a:hover {
	color: #ea2e49 !important;
	background: #24262c !important;;
}

.edgetv-wrapper {
	overflow-y: auto;
	height: 100vh;
}

.menu__item a{
	color: #cecece;
}

.menu__item a:hover{
	color: #cecece;
}

/* edgetv header */
.edgetv-header {
	/*display: -webkit-flex;
	display: flex;*/
	z-index:1;
}

.edgetv-header__main {
	margin: 0 0 0 auto;
	padding: 2em 3em 0;
	text-align: right;
}

.edgetv-header__title {
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.3;
	margin: 0.25em 0 0;
}

.edgetv-header__present {
	font-size: 0.75em;
	font-weight: 700;
	position: relative;
	z-index: 100;
	display: block;
	margin: 0 -8px 0 0;
	padding: 0 0 0.6em 0;
	text-indent: 3px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #5c5edc;
}

.edgetv-tooltip:after {
	position: relative;
	top: -8px;
	left: -8px;
	display: inline-block;
	width: 0;
	height: 0;
}

.edgetv-tooltip:hover:before {
	content: attr(data-content);
	font-size: 110%;
	font-weight: 700;
	line-height: 1.2;
	position: absolute;
	top: 1.5em;
	right: 0;
	width: 50vw;
	padding: 0.8em 1em;
	text-align: right;
	text-indent: 0;
	letter-spacing: 0;
	text-transform: none;
	color: #fff;
	background: #5c5edc;
}

.edgetv-nav {
	margin: 0.5em 0 0 auto;
	text-align: right;
}

.edgetv-nav__item {
	position: relative;
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	margin: 0 0.1em;
	text-align: left;
	border-radius: 50%;
}

.edgetv-nav__item > span {
	display: none;
}

.edgetv-nav__item:hover:before {
	content: attr(data-info);
	font-size: 0.85em;
	font-weight: bold;
	position: absolute;
	top: 120%;
	right: 0;
	width: 600%;
	text-align: right;
	pointer-events: none;
	color: #595a5f;
}

.jumbotron.header {
	background: url(../images/BG_header.png) #fff repeat-x 0 0;
	margin:0;
	padding:0;
}

.edgetv-icon:after {
	font-family: 'bpicons';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	text-transform: none;
	color: #5c5edc;
	-webkit-font-smoothing: antialiased;
	speak: none;
}

.edgetv-nav .edgetv-icon:after {
	line-height: 2.4;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: 0;
}

.edgetv-nav a:hover:after {
	color: #fff;
}

.edgetv-icon--next:after {
	content: '\e000';
}

.edgetv-icon--drop:after {
	content: '\e001';
}

.edgetv-icon--archive:after {
	content: '\e002';
}

.edgetv-icon--about:after {
	content: '\e003';
}

.edgetv-icon--prev:after {
	content: '\e004';
}

.edgetv-logo {
	background: #25272d;
	color: #fff;
    padding: 30px 0 0;
    position: inherit;
    text-align: center;
    top: 0;
    width: inherit !important;
	
	-webkit-box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.45);
	-moz-box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.45);
	box-shadow: 5px 5px 15px -3px rgba(0,0,0,0.45);
}
.video-pub-date p {
	font-size: 14px;
	margin-top: 10px;
}
.video-summary {
	font: 16px/1.7 "Domine",serif;
}
.video-title p {
	font-size: 20px;
	font-weight: 700;
}
.affix .edgetv-logo {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.edgetv-icon {
	font-size: 4em;
}

.edgetv-heading {
	font-size: 0.75em;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
}
.edgetv-heading img {
	display: initial;
}
.row div:last-child[class^="col-"] {
    position: inherit;
}

.theedgetv .post-content{
	background: none;
	padding: 0;
}

.theedgetv .post-content .article_content p a{
	color: #77c4d3;
}

@media screen and (max-width: 991px) {
	body {
		margin: 0 !important;
	}
	.edgetv-header {
		padding-top: 3em;
	}
	.edgetv-header__main,
	.edgetv-nav {
		width: 100%;
		text-align: center;
	}
	
}

.theedgetv .post-meta, .theedgetv .post-title, .theedgetv .post-content{
	color: #cecece !important;
	clear: both !important;
}

.theedgetv .post-content{
	font: 16px/1.7 "Domine",serif;
}

.theedgetv .page-title span {
	color: #ffffff;
}

.theedgetv .post-share{
	float: right;
	margin-top: 15px;
}

.theedgetv .post-meta{
	margin: 10px 0;
	color: #cecece !important;
	height: 25px;
}

.theedgetv .post-title{
	clear: both;
}

.theedgetv .post-title h2{
	color: #cecece;
	font-size: 20px;
}

.menu__level .menu__item .menu__link .image::before{
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  content: "\f01d";
  font-family: "FontAwesome";
  position: absolute;
  width: 42px;
  height: 42px;
  top: 35%;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  font-size: 45px;
  line-height: 1;
  color: #fff;
  z-index: 9;
}

.menu__level .menu__item .menu__link:hover .image::before{
  opacity: 0.4;
  transition: visibility 0s 0.4s, opacity 0.4s linear;
}

.view-header{
  padding: 0 20px;
}

.main.menu__level{
  margin-top: 50px;
}

.icon--arrow-left a{
  color: #cecece;
}

.menu__link--current{
	color: #ea2e49 !important;
}

.menu__link--current .image::before, .menu__link--current .title, .menu__link--current .date{
	color: #ea2e49 !important;
}

.menu__link.visited{
	color: #5e6270 !important;
}

@media screen and (max-width: 480px) {
	.edgetv-heading img{
		max-width: 200px;
	}
}