/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	div.responsive-menu-wrapper{ display: none; }
	div.gdl-likebox img{ width: auto; }
	
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		div.gdl-likebox{ display: none; }
		div.search-wrapper{ width: auto; }
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) { 
		div.gdl-widget-tab-header-item a { padding: 8px 9px; display: block; }
	 }

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		div.responsive-menu-wrapper{ display: block; }
		div.responsive-menu-wrapper select{ width: 100%; height: 30px; margin: 0px; }
		div.navigation-top-gimmick,
		div.navigation-wrapper{ display: none; }
		div.logo-wrapper { text-align: center; margin-top: 35px; margin-bottom: 20px; }
		div.top-banner-wrapper,
		div.social-wrapper{ margin-top: 0px; margin-bottom: 20px; }
		div.social-wrapper{ float: none; }
		div.social-icon-wrapper{ display: inline-block; }
		div.logo-wrapper{ max-width: 100%; }

		/* blog-item */
		div.blog-header-wrapper{ margin-left: 0px; margin-right: 0px; }
		
		/* blog-item-full */
		div.blog-item-holder .blog-item-full .blog-thumbnail-image,
		div.blog-item-holder .blog-item-full .blog-thumbnail-slider,
		div.blog-item-holder .blog-item-full .blog-thumbnail-video{
			margin: 0px; float: none; width: auto; padding-right: 0px; padding-bottom: 10px; }

		/* stunning text */
		div.stunning-text-button-wrapper{ float: none; } 			
		div.stunning-text-content-wrapper{ text-align: center; } 			
		a.stunning-text-button{ float: none; display: inline-block; margin: 0px auto 10px !important; } 

		/* slider */
		div.flex-caption{ display: none; } 
		div.pika-stage .caption{ display: none !important; }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		div.search-wrapper input[type="text"] { width: 364px; }
		
		div.comment-wrapper input[type="text"], input[type="password"] { width: 260px !important; }
		div.comment-wrapper .comment-form-captcha input{ width: 145px !important; }			
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		div.search-wrapper input[type="text"] { width: 244px; }	

		div.comment-wrapper input[type="text"], input[type="password"] { width: 150px !important; }
		div.comment-wrapper .comment-form-captcha input{ width: 35px !important; }			
	}
