.youtube {
	position: relative;
}

.video_post_image {
	position: relative;
	width: 100%;
	display: block;
	height: 200px;
	overflow: hidden;
	background: #333333;
	text-align: center;
}

.video_post_image img {
	position: relative;
	height: 203px;
	width: 100%;
	object-fit: cover;
	margin: 0 auto;
}

.video_post_image .video_progress_bar {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #f20000;
	height: 3px;
	max-width: 100%;
	width: 50%;
	z-index: 5;
}

.youtube_info,
.youtube_info .youtube_post_info {
	position: relative;
}

.youtube_post_info .yt-post-hashtag {
	padding: 8px 16px 0;
}

.yt-post-hashtag p {
	font-size: 12px;
	color: #1b6dd9;
	margin: 0;
	line-height: 17px;
	display: inline-block;
	word-break: keep-all;
}

.yt-video-content {
	position: relative;
	padding: 10px 16px;
}

.yt-video-title .yt-videoname {
	color: #262626;
	padding: 0;
	margin: 0;
	font-family: sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	display: block;
	max-width: 300px;
}

.yt-video-count-time {
	margin: 5px 0;
}

.yt-video-count-time .yt-viewerscount,
.yt-video-count-time .yt-uploadtime {
	position: relative;
	color: #606060;
	font-size: 13px;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}

.down_arrow {
	position: absolute;
	top: 6px;
	right: 15px;
}

.down_arrow i {
	color: #606060;
	font-size: 18px;
}

.slim-video-metadata-actions {
	color: rgba(17, 17, 17, 0.6);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	padding-bottom: 12px;
}

.c3-material-button-button {
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex: 1 1 0%;
	-webkit-flex: 1 1 0%;
	flex: 1 1 0%;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	-moz-box-align: center;
}

.cbox img {
	display: inline-block;
	height: 24px;
}

.button-renderer-text {
	font-size: 14px;
	color: #f70000;
}

.button-renderer-text p {
	color: rgba(17, 17, 17, 0.6);
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	font-family: sans-serif;
	padding-top: 5px;
}

.video_owner_info {
	display: flex;
	align-items: center;
	padding: 12px 14px;
	border-top: 1px solid rgba(136, 136, 136, 0.3);
	border-bottom: 1px solid rgba(136, 136, 136, 0.3);
}

.video_owner_info .yt-owner-icon-and-title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	display: flex;
	align-items: center;
}

.video_owner_info .yt-owner-profile-icon {
	width: 34px;
	height: 34px;
	margin-right: 12px;
	display: inline-block;
	overflow: hidden;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
	background-color: hsla(0, 0%, 53.3%, 0.2);
}

.video_owner_info .yt-owner-profile-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video_owner_info .video_channel_name h3 {
	margin: 0;
	color: #262626;
	font-size: 14px;
	font-weight: 600;
	font-family: sans-serif;
	margin-bottom: 0;
}

.video_owner_info .video_channel_name p {
	color: #6b6b6b;
	margin: 0;
	font-size: 12px;
	line-height: unset;
	font-weight: normal;
	font-family: sans-serif;
	margin-top: 3px;
}

.subscribe_box {
	color: #c00;
	display: flex;
	align-items: center;
	justify-content: center;
}

.subscribe-text {
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
	color: #f20000;
	font-weight: 700;
	letter-spacing: -0.5px;
}

.subscribe_box.channel-subscribed .subscribe-text {
	color: #909090;
	margin-right: 40px;
}

.subscribe_box.channel-subscribed .subscribe-text:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -35px;
	transform: translate(0, -50%);
	height: 20px;
	width: 20px;
	background-image: url(../../images/bell-ringing.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	z-index: 2;
}

.yt-post-setting {
	position: relative;
	padding: 12px 14px;
	border-bottom: 1px solid rgba(136, 136, 136, 0.3);
	display: block;
	width: 100%;
}

.yt-post-setting .yt-comment {
	display: inline-block;
	vertical-align: middle;
}

.yt-post-setting .yt-comment-icon {
	display: inline-block;
	vertical-align: middle;
	float: right;
}

.yt-post-setting .yt-comment-icon img {
	height: 15px;
	width: auto;
}

.yt-post-comment {
	position: relative;
	margin-top: 14px;
	display: flex;
	align-items: center;
}

.yt-post-comment .yt-post-comment-icon {
	position: relative;
	margin-right: 8px;
}

.yt-post-comment .yt-post-comment-icon img {
	height: 25px;
	width: 25px;
	border-radius: 50%;
	overflow: hidden;
}

.yt-post-comment .yt-post-comment-text {
	width: 290px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.feed-content {
	position: relative;
}

.feed-content .up-next-video {
	position: relative;
	padding: 14px 19px 10px 14px;
}

.feed-content .up-next-video h3 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: normal;
}

.feed-content .up-next-video .autoplay-switch {
	position: relative;
	float: right;
}

.feed-content .up-next-video .autoplay-switch .auto-switch {
	position: relative;
	width: 30px;
	height: 15px;
	border-radius: 20px;
	background: #b2b2b2;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

.feed-content .up-next-video .autoplay-switch .auto-switch:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -5px;
	transform: translate(0, -50%);
	height: 21px;
	width: 21px;
	border-radius: 50%;
	background: #ececec;
	box-shadow: 0 2px 0.5px rgba(0, 0, 0, 0.2);
}

.feed-content .up-next-video .autoplay-switch .auto-switch.switch-on {
	background: #b5cff2;
}

.feed-content .up-next-video .autoplay-switch .auto-switch.switch-on:before {
	right: -5px;
	left: auto;
	background: #045dd1;
}

.video-feed {
	position: relative;
	padding: 0 14px 5px 14px;
}

.video-feed .video-feed-wrap {
	margin-top: 10px;
}

.video-feed .video-feed-wrap .video-feed-img {
	position: relative;
	width: 100%;
	height: 185px;
}

.video-feed .video-feed-wrap .video-feed-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-feed .video-feed-wrap .video-feed-img .video-time {
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: auto;
	width: auto;
	padding: 1px 5px;
	font-size: 13px;
	border-radius: 4px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.7);
}

.video-feed-text {
	position: relative;
	padding: 8px 0;
}

.video-feed-text .video-feed-channel-icon {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}

.video-feed-text .video-feed-channel-icon img {
	height: 37px;
	width: 37px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
	overflow: hidden;
}

.video-feed-text .video-channel-content {
	display: inline-block;
	vertical-align: middle;
	width: 255px;
}

.video-feed-text .video-channel-content p {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #262626;
	display: block;
	margin: 0;
}

.video-feed-text .video-channel-content .upload-view-content {
	display: block;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

.video-feed .video-feed-wrap .large-media-item-menu {
	position: relative;
	right: -5px;
	display: inline-block;
	vertical-align: top;
}

.video-feed .video-feed-wrap .large-media-item-menu img {
	width: 15px;
}

.video-feed .upload-view-content {
	position: relative;
}

.video-feed .upload-view-content span {
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	color: #6b6b6b;
}

.show-dot {
	position: relative;
	margin-left: 11px;
}

.show-dot:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -6px;
	transform: translate(0, -50%);
	height: 2px;
	width: 2px;
	border-radius: 50%;
	background: #6b6b6b;
	display: block;
}

.yt-footer {
	position: relative;
	display: block;
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.yt-footer img {
	width: 100%;
	height: auto;
}

.yt-channel {
	position: relative;
}

.yt-channel .all_header_wp {
	position: absolute;
	width: 100%;
	z-index: 10;
}

.yt-channel .all_header_wp .ios-header .status-bar,
.yt-channel .all_header_wp .android-header .status-bar {
	background: rgba(0, 0, 0, 0.15);
}

.yt-channel .main-youtube-header-wrap {
	position: relative;
	padding-top: 22px;
	background: gray;
}

.yt-channel-header {
	position: relative;
	padding: 11px 20px 0 20px;
}

.yt-channel-header ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.yt-channel-header .yt-channel-name {
	position: relative;
	padding-left: 20px;
	margin-right: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	width: 214px;
	display: inline-block;
}

.yt-channel-header .youtube-search-icon {
	margin-right: 20px;
}

.yt-channel-header .youtube-search-icon img {
	height: 20px;
	width: auto;
}

.yt-channel-header .youtube-more-icon img {
	height: 20px;
}

.youtube-tab {
	position: relative;
	padding-top: 25px;
}

.youtube-tab ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.youtube-tab ul li {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	padding-bottom: 10px;
	border-bottom: 3px solid transparent;
}

.youtube-tab ul li:nth-child(1) {
	color: rgba(255, 255, 255, 1);
	border-color: #ffffff;
}

.yt-channel-banner {
	position: relative;
	height: 100px;
	width: 100%;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.yt-profile-wrap {
	position: relative;
	padding: 14px;
	background: #f4f4f4;
}

.yt-profile-wrap .yt-profile-img,
.yt-profile-wrap .yt-profile-details {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.yt-profile-wrap .yt-profile-details {
	width: 238px;
}

.yt-profile-wrap .yt-profile-img img {
	position: relative;
	height: 73px;
	width: 73px;
	border-radius: 50%;
	overflow: hidden;
	object-fit: cover;
}

.yt-profile-wrap .yt-profile-details {
	margin-left: 15px;
}

.yt-profile-wrap .yt-profile-details .yt-profile-name {
	font-size: 18px;
	line-height: normal;
	color: #000;
	font-weight: 600;
	display: block;
}

.yt-profile-wrap .yt-profile-details p {
	font-size: 14px;
	line-height: normal;
	color: #818181;
	font-weight: normal;
	margin: 9px 0;
}

.yt-profile-wrap .yt-profile-details .subscribe-status {
	position: relative;
}

.yt-profile-wrap .yt-profile-details .subscribe-status .text-subscribetitle {
	font-size: 15px;
	line-height: normal;
	color: #ff0000;
	font-weight: 600;
	text-transform: uppercase;
}

.yt-profile-wrap .yt-profile-details .subscribe-status.profile-subscribed .text-subscribetitle {
	color: #909090;
}

.yt-profile-wrap .yt-profile-details .subscribe-status .text-jointitle {
	display: none;
}

.yt-profile-wrap .yt-profile-details .subscribe-status.profile-subscribed .text-jointitle {
	display: inline-block;
	font-size: 15px;
	line-height: normal;
	color: #0e65d9;
	font-weight: 600;
	margin-left: 10px;
	text-transform: uppercase;
}

.yt-profile-wrap .yt-profile-details .subscribe-status .bell-icon {
	display: none;
}

.yt-profile-wrap .yt-profile-details .subscribe-status.profile-subscribed .bell-icon {
	position: absolute;
	bottom: 5px;
	right: 0;
	display: inline-block;
}

.yt-profile-wrap .yt-profile-details .subscribe-status.profile-subscribed .bell-icon img {
	height: 22px;
	width: auto;
}

.upload-title {
	position: relative;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	color: #262626;
	text-transform: capitalize;
}

.upload-wrap {
	margin-top: 10px;
	position: relative;
}

.upload-wrap .upload-video-img {
	position: relative;
	width: 160px;
	height: 90px;
	display: inline-block;
	margin-right: 12px;
}

.upload-wrap .upload-video-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.upload-wrap .upload-video-img .upload-time {
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 1px 4px;
	border-radius: 3px;
	font-size: 10px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.7);
}

.upload-wrap .small-text {
	/*font-size: 12rem;*/
	font-size: 12px;
}

.upload-text {
	position: relative;
	display: inline-flex;
	width: 46%;
	vertical-align: top;
}

.upload-right {
	display: block;
	width: 92%;
}

.upload-right p {
	overflow: hidden;
	max-height: 3.6em;
	line-height: 1.25;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}

.upload-view {
	max-height: 3em;
	overflow: hidden;
	line-height: 1em;
	margin-top: 4px;
}

.large-media-item-menu {
	position: absolute;
	right: 0;
	top: 0;
}

.youtube-icon-button {
	position: relative;
	top: 5px;
	border: none;
	background: 0 0;
	width: 10px;
	height: 10px;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.youtube-icon-button img {
	position: absolute;
	width: 10px;
}

.small-text {
	font-size: 1.2rem;
}