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

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	.header_content
	{
		padding-left: 200px;
	}
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.search_form
	{
		width: 300px;
	}
	.main_nav
	{
		display: none;
	}
	.menu_nav_list li a
	{
		font-size: 26px;
	}
	.hamburger
	{
		display: block;
		font-size:20px;
	}
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.footer_content_row > div[class^='col']:not(:last-child)
	{
		margin-bottom: 80px;
	}
	.sidebar_col
	{
		margin-top: 100px;
	}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
.video-artwork{
	height: 192px;
	width: 307px;
	margin-top: 50px;
	}
.video-details{
	margin-left: 70px;
}
	
.search_form2
{
	width: 100%;
}
	
.search_button2
{
	width: 32px;
}
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.blog_post_image
	{
		width: 80%;
	}
	.blog_post_content
	{
		width: 100%;
		padding-left: 10px;
	}
	.blog_post_text
	{
		margin-top: 15px;
	}
}
@media only screen and (max-width: 720px)
{
.video-artwork{
	height: 152px;
	width: 267px;
	margin:0px}
}
@media only screen and (max-width: 605px)
{
.video-artwork{
	height: 152px;
	width: 257px;
	margin:0px}
	
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	.logo
	{
		left: 15px;
		height: 41px;
	}
	.logo a
	{
		font-size: 24px;
	}
	.header_right
	{
		right: 15px;
	}
	.social
	{
		display: none;
	}
	.hamburger i
	{
		font-size: 24px;
	}
	.header_content
	{
		height: 70px;
	}
	.menu_nav_list li a
	{
		font-size: 36px;
	}
	.menu .social
	{
		display: block;
	}
	.home
	{
		height: 100vh;
	}
	.home_container
	{
		top: 55%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.home_title
	{
		margin-top: 10px;
	}
	.home_title h1
	{
		font-size: 30px;
	}
	.home_subtitle
	{
		font-size: 15px;
		margin-top: 12px;
	}
	.sidebar_list ul li a
	{
		font-size: 14px;
	}
	.blog_post_date
	{
		width: 129px;
		height: 35px;
	}
	.blog_post_date a
	{
		font-size: 12px;
		line-height: 35px;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	.search-input{
		width: 100%
	}
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	.media-body img{display: none;}
}
/************
14. 344px
************/

@media only screen and (max-width: 344px)
{
.video-artwork{
	height: 152px;
	width: 267px;
	border-radius: 0px;
	}
.tm-pad { 
	padding-left: 4px; 
	}
}
/**********
15. 280px
***********/
@media only screen and (max-width: 280px){
.video-artwork{
	height: 132px;
	width: 220px;
	margin-top: 5px;
	border-radius: 0px;
}
.search_form
{
	display: block;
	position: relative;
	width: 200px;
	margin-top: 1px;
	left: 14px;
}
	.video-play{
		height: 140px;
	}
	.media-body img{display: none;}
.tm-pad { 
	padding-left: 10px; 
	}
}