/* Media Queries - Responsive CSS */

@media all and (max-width: 1100px) {
	.boxed-layout { width:840px !important; }
	.container { width: 780px; }

	/* Hide Stuff */
	#random-post, .twitter-line, .bbp-topic-freshness, .bbp-forum-freshness { display:none; }
	.with-twitter-line #content-down-arrow { display: block; }

	#main-nav > li > a { padding:12px; }

	#scrollTop { opacity: 1; }

	.bbp-login-form input, .widget_display_search #bbp_search { width:100%; }

	li.bbp-forum-info, li.bbp-topic-title { width:75%; }

	.hb-sidebar .widget_search input[type=submit] { width:35%;}
	.hb-sidebar .widget_search input[type=text] { width:63%;}

	.carousel-thumb { min-height: 125px; }

	.hb-stretched-layout #main-navigation-wrapper.stuck {
		margin-left: -390px;
	}

}

@media all and (max-width: 870px) {
	.boxed-layout { width:740px !important; }
	.container { width: 680px; }
	
	#logo { margin-bottom:10px; }

	/* Hide Stuff */
	.twitter-line, .today-date, #main-nav, .form-disclaimer, #system-message, #style_selector { display:none; }

	/* Show Stuff */
	.with-twitter-line #content-down-arrow, .responsive-nav-wrapper { display:block; }

	.hb-sidebar .widget_search input[type=submit] { width:40%;}
	.hb-sidebar .widget_search input[type=text] { width:55%;}

	.carousel-thumb { min-height: 108px; }

	#logo { 
	margin: 0px;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 100%; 
	margin-bottom:20px;
	float:none;
	}

	.hb-stretched-layout #main-navigation-wrapper.stuck {
		margin-left: -340px;
	}

}

@media all and (max-width: 770px) {
	.boxed-layout { width:540px !important; }
	.container { width: 480px; }

	#logo { 
	margin: 0px;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 100%; 
	margin-bottom:20px;
	float:none;
	}
	
	p#copyright { 
	display: block;
	float: none;
	text-align: center; 
	line-height:20px !important;
	padding-top:5px;
	}
	
	#bottom-nav-wrapper { margin-top:0px; }
	#bottom-nav-wrapper, #bottom-nav {
		float: none;
		display: block;
		text-align: center;
	}
	#bottom-nav-wrapper li, #bottom-nav-wrapper li a {
		text-align: center;
		float:none;
	}

	#bottom-nav { margin-bottom: 0px; }

	.review-box { 
		float: none !important;
		display: block !important;
		width: 100% !important;
	}
	
	/* Make all columns equal */
	.row *[class *= "col-"] { width:100%; }
	
	/* Hide Stuff */
	#top-nav-wrapper, .bbp-topic-voice-count, .bbp-topic-reply-count, .bbp-forum-topic-count, .bbp-forum-reply-count { display:none; }
	
	/* Show Stuff */
	.responsive-top-nav-wrapper { display:inline-block; }

	.carousel-thumb { min-height: 117px; }

	#hb-wpml { display: inline-block; }

	.hb-stretched-layout #main-navigation-wrapper.stuck {
		margin-left: -240px;
	}
}

@media only screen and (max-width: 520px) {
	.boxed-layout { width:300px !important; }
	.container { width: 240px; }
	
	.cptch_block { position:static !important; margin-top:-10px; }

	#logo { 
	margin: 0px;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 100%; 
	margin-bottom:20px;
	float:none;
	}
	
	/* Hide Stuff */
	#right-ad, .ad-wrapper, #breaking-news, #header-wrapper .ss, #subscription-toggle, #favorite-toggle, .large-post-list li .stars-wrapper, .flexslider .post-excerpt { 
		display:none;
	}
	
	/* Show stuff */
	.with-header-search #header-search { display:block; }

	#bbpress-forums #bbp-single-user-details { float:none; display: block; width:100%; }
	#bbpress-forums #bbp-user-body { margin-left:0px; margin-top:30px;}
	#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar { margin-left:44px; }

	.carousel-thumb { min-height: 125px; }

	.hb-stretched-layout #main-navigation-wrapper.stuck {
		margin-left: -120px;
	}
}