
#mobile_header {
	display: none;
	padding: 5px;
	background: #000000;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
	margin-bottom: 200px;
	border-bottom: 1px solid #ffd300;
	font-size: 1em !important;
}

#mobile_spacer {
	display: none;
	padding-top:50px;
}

#mobile_header_flex {
	display: flex;
	align-items: center;
}

#profile_image a {
	font-size: 0.5em !important;
}

.mobile_menu_link {
	font-size: 1.5em;
	padding: 5px;
}

.site_logo_mobile {
	margin-left: 10px;
	vertical-align: middle;
}

.mobile_account_header {
	flex: 1;
	text-align: right;
}

.mobile_account_header .loginlink {
	padding: 5px;
	text-decoration: none;
}

.mobile_menu_link:hover {
	cursor: pointer;
	color: #ffd300;
}


.fullscreen_black {
	display: none;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 50;
	background: red;
	background-color: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 1300px) {

	#blog_full_post {
		min-width: 100%;
	}

	#blog_sidearticles {
		width: 100%;
		font-size: 1.2em;
	}

	.blog_full_width {
		display: flex;
		flex-wrap: wrap;
	}

	.blog_full_width_image {
		min-height: 300px;
		width: 100%;
	}
}

@media only screen and (max-width: 960px) {

	.home_author_photo {
		display: none;
	}

	.blog_posts_inner {
		min-width: 280px;
	}
	
	.tweet_tab {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;

	}
	#channe_page_options {
		display: block;
	}

	#channel_options_button {
		width: 100%;
	}

	.channel_buttons {
		position: relative;
	}

	#channel_social_links {
		margin-top: 40px;
		justify-content: center;
	}

	.google_modal {
		display: block !important;
	}

	.right_line {
		display: block;
		width: 100%;
		padding: 0;
		border: 0;
	}

	#mobile_header, #mobile_spacer {
		display: block;
	}

	#left_menu, #header_bar{
		display: none;
		z-index: 99;
		overflow-y: auto;
	}

	#left_menu_sticky .main_header {
		display: none;
	}

	#contents {
		margin: 0;
		padding: 5px;
		padding-top: 30px;
	}

	#page_wrapper {
		margin: 0;
	}

	#page_wrapper, #comtents {
		flex-wrap: nowrap !important;
		display: block;
	}

	#video_menu_bar a {
		display: block;
		margin-top: 10px;
		text-align: center;
	}

	#socials, #socials a {
		display: block;
		margin: 10px;
		padding: 10px !important;
	}

	#socials {
		margin-bottom: 190px;
	}

	#right_menu {
		display: inline-block;
		width: 100%;
	}

	#right_menu_sticky h4 {
		background: #010101;
		color: #ffd300;
		display: block;
		text-align: center;
		padding: 10px;
	}

	.right_video_title {
		font-size: 0.9em;
	}

	#tab_options a {
		display: block;
		text-align: center;
		margin: 5px
	}

	.user_account {
		padding: 10px !important;
	}

	.user_account h2 {
		font-size: 1em;
	}

	.user_account_buttons {
		display: block !important;
		width: 100%;
	}

	.blog_comments_button button {
		width: 100%;
		margin-top: 20px;
	}

	#footer_links {
		display: flex;
	}

}

@media only screen and (max-width: 960px) {

	.headerytlogin  {
		padding: 8px;
	}

	.hsignup {
		display: none;
	}


	#footer_links {
		height: 60px;
		font-size: 0.7em !important;
	}
}