/* @override 
	http://www.84colors.com/wp/half/wp-content/themes/half/css/responsive.css
	http://www.halfbakedharvest.com/wp-content/themes/half-v2/css/responsive.css
	http://www.halfbakedharvest.com/wp-content/themes/half-v2/css/responsive.css */

/*----------------------------------------------------------------------------*/
/*
/*      Media Queries Default: Smaller than 1170px
/*
/*----------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
	#rozmary {
		width: 60px;
	}
}


/*----------------------------------------------------------------------------*/
/*
/*      Media Queries Default: Smaller than 992px
/*
/*----------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
	.nav > li > a {
		padding: 22px 10px;
		font-size: 24px;	
	}
	/*.content-main {
		float: none;
		overflow: hidden;
		margin: auto;
		margin-top:20px;
	}*/
}


/*----------------------------------------------------------------------------*/
/*
/*      Media Queries Default: Smaller than 800px
/*
/*----------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
	aside {
		/*display: none;*/
		width: 100%;
	}
	
	aside .widget,
	aside .grateful-ad {
		display: none;
	}
	aside .widget.subscribe {
		display: block;
		width: 100%;
		max-width: none;
	}
	
	/*	Article*/
	.article-header h2  {
		font-size: 30px;
	}
	
	.article-body p {
		font-size: 15px;
	}
	
	.bo-recipe {
		margin-bottom: 40px;
		padding: 20px 20px;
	}
	.bo-recipe h2 {
		margin: 10px 0 20px 0;
		font-size: 18px;
	}
	#post-comments {
		padding: 0 20px;
	}
	
	#seeds,
	#seeds-red {
		display: none;
	}
	
	#page-nav {
		margin: 40px 0;
		padding: 0 20px;
	}
}


/*----------------------------------------------------------------------------*/
/*
/*      Media Queries Default: Smaller than 650px
/*
/*----------------------------------------------------------------------------*/
@media screen and (max-width: 650px) {
	
}


/*----------------------------------------------------------------------------*/
/*
/*      Media Queries Default: Smaller than 450px
/*
/*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	
	
	.article-header h2  {
		font-size: 24px;
	}
	
	.article-body p {
		font-size: 13px;
	}
	
	#footer-inner,
	#footer ul {
		float: left;
		text-align: center;
		width: 100%;
	}
	
	#connect-footer {
		float: left;
		text-align: center;
		margin-top: 20px;
		width: 100%;
	}
	
	#article-nav-fixed {
		display: none;
	}
}



}
/*@media (min-width: 810px) {
  .container {
    width: 100%;
  }
}*/
@media (max-width: 960px) {
  .container,
  .container-fluid {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1020px;
  }
}












