/* CSS for opinions and stories */

.os-index {
	display: inline-block;
}

.os-box-index {
	position: relative;
	z-index: 2;
	text-align: center;
	padding-top: 30px;
}

.os-box-inner-index {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	border-radius: 9px;
	width: 0px;
	margin: 0 auto;
}

.close-button-index {
	z-index: 3;
	opacity: 0;
	position: absolute;
	width: 15px;
	height: auto;
	right: 5px;
	top: 5px;
}

.os-name-index {
	font-family: 'Avenir-Black', sans-serif;
	font-weight: 700;
	color: #FFFFFF;
	text-shadow: 0px 1px 4px rgba(0,0,0,0.50);
	font-size: 18px;
	padding: 2px 8px;
}

.os-video-index {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.speak-up-index {
	font-family: 'Avenir-Book', sans-serif;
	text-align: center;
	font-size: 20px;
	width: 100%;
}

.speak-up-index > * {
	width: 100%;
	padding: 6px;
}

.os-join-index {
	color: #000;
}

.os-download-index {
	background: #FF0000;
	border-radius: 100px;
	display: block;
	width: 100%;
	background-color: #FF2b1F;
	display: block;
	padding: 10px 0 8px;
}

.play-button-wrapper-index {
	z-index: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.play-button-index {
	position: absolute;
	height: 50px;
	z-index: 2;
	top: 0;
	bottom: 60px;
	left: 0;
	right: 0;
	width: 50px%;
	margin: auto;
	background-size: contain;
	background-image: url('/images/play-icon.png');
	background-repeat: no-repeat;
	background-position: center 0; 
	transition: bottom 0.25s ease-in-out;
	-moz-transition: bottom 0.25s ease-in-out;
	-webkit-transition: bottom 0.25s ease-in-out;
}

.volume-button-index {
	z-index: 3;
	position: absolute;
	bottom: 30px;
	left: 30px;
	opacity: 0;
}

.fa-volume-off-index {
	left: -2px;
}

.fa-circle-index {
	color: rgba(0,0,0,0.65);
}

.os-text-outer-index {
	text-align: left;
	z-index: 2;
	width: 100%;
	margin-bottom: 14px;
	height: 100%;
	overflow: hidden;
	transition: height 0.25s ease-in-out;
	-moz-transition: height 0.25s ease-in-out;
	-webkit-transition: height 0.25s ease-in-out;

}

.os-sources-index {
	margin-bottom: 10px;
	text-align: left;
}

.source-wrapper-index {
	padding: 4px;
	margin-right: 5px;
	font-family: 'Avenir-Black';
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
}

.source-wrapper-index:nth-child(1) {
	background-color: #EC2F21;
}

.source-wrapper-index:nth-child(2) {
	background-color: #00AEEF;
}

.source-wrapper-index:nth-child(3) {
	background-color: #26A610;
}

.read-more-index {
	font-weight: bold;
	float: right;
	display: inline;
}

.os-headline-outer-index {
	width: 100%;
	display: table;
	margin-bottom: 10px
}

.os-headline-index {
	font-family: 'Avenir-Black';
	display: table-cell;
	width: 100%;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0px;
	padding-bottom: .25em;
}

.os-angle-index {
	float: right;
	font-size: 1.5em;
	margin-left: 10px;
}

#osAngleDown-index {
	display: table-cell;
	text-align: right;
	width: 9%;
}

.os-text-index {
	font-family: 'Avenir-Book', sans-serif;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
	position: relative;
	letter-spacing: 1px;
	line-height: 24px;
	font-weight: 300;
	font-size: 16px;
}

.os-overlay-index {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	padding-top: 20px;
	background-image: linear-gradient(rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.00) 40%, rgba(0,0,0,0.82) 83%);
}

.os-lower-index {
	position: absolute;
	bottom: 17px;
	left: 14px;
	right: 13px;
	height: 190px;
	transition: height 0.25s ease-in-out;
	-moz-transition: height 0.25s ease-in-out;
	-webkit-transition: height 0.25s ease-in-out;
}

.os-text-overlay-top-index {
	display: none;
	position: absolute;
	height: 60px;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%,  rgba(0,0,0,0) 100%); 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,  rgba(0,0,0,0) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,  rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000000', endColorstr='#00000000',GradientType=0 );
}

.os-text-overlay-index {
	display: none;
	position: absolute;
	height: 60px;
	left: 0;
	right: 0;
	z-index: 999;
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%,  rgba(0,0,0,1) 100%); 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,  rgba(0,0,0,1) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,  rgba(0,0,0,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000000', endColorstr='#00000000',GradientType=0 );
}

.os-category-index {
	margin-top: 30px;
	font-family: 'Avenir-Black', sans-serif;
	z-index: 3;
	position: absolute;
	right: 0;
	top: 0;
	padding: 8px 40px;
	font-weight: bold;
	font-size: 13px;
}

.app-store-icon-index {
	height: 30px;
	width: auto;
	margin-left: -45px;
	padding-right: 15px;
	margin-top: -4px;
}

/* This used to work for parent element of button divs */

/* But it is not enough now, below dont hide play button parent div */

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

.is-mobile-index .os-index {
	left: -14%;
}

.is-mobile-index .header-index {
	display: none;
}

.is-mobile-index .os-box-index {
	padding: 0;
}

.is-mobile-index .speak-up-index {
	padding: 0;
}

.is-mobile-index .os-join-index {
	display: none;
}

.is-mobile-index .os-bottom-wrapper-index {
	display: none;
}

/*.is-mobile .tumbleweed-watermark {
	display: block;
}*/

.is-mobile-index .app-store-icon-index {
	margin-left: -15px;
}

/*.tumbleweed-watermark {
	display: none;
	top: -85px;
	right: 15px;
	position: absolute;
}

.is-mobile .expanded .tumbleweed-watermark {
	display: none;
}
*/
.is-mobile-index .os-video-index {
	border-radius: 0;
}

#osVid-index {
	margin-bottom: -5px;
	/*opacity: 0;*/
	z-index: -1;
}

.osVideos-index {
    height: 100%;
    left: -50px;
}

.android-download {
	width: 140px;
	cursor: pointer;
}

.ref-buttons {
	width: 285px;
    height: 42px;
}

.ref-ios {
	float: left;
}

.ref-android {
	float: right;
}

@media (max-width: 400px) {
	.os-headline-index {
		font-size: 24px;
	}

	.source-wrapper-index > img {
		max-width: 100px;
	}
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    display: none;
}