/*
 Theme Name:   Inspire Child - Responsive
 Theme URI:    http://exa
 Description:  Inspire Child, Responsive CSS  used for Tava Kitchen
 Author:       Bobby Gulshan, fr Delivery Room Media
 Author URI:   http://deliveryroommedia.com
 Template:     inspire
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  inspire-child
*/

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* This is modified from the parent theme because, well, we didn't liek the original */

/*************************************************
*	Mobile Portrait				 *
*************************************************/

@media only screen and (max-width: 767px) {
	
	/* Main styles */
	
	#header {
		height:auto;
	}
	
	#bg-wrapper {
		width:100%;
	}
	
	#wrapper { 
		width:300px;
		margin:0 auto;
	}

	#main {
		width:300px;
	}
	
	#footer_tab {
		width:320px;
	}
	
	#content {
		width:300px;
		margin:10px;
		float:left;
	}

	#content.full {
		width:300px;
		float:none;
		
	}
	
	#sidebar {
		margin:0;
	}
	
	img {
		width:100%;
		height:auto;
	}
	.post-img.full {
		width:300px;
	}
	#logo {
		position:static;
		text-align:center;
		float:none;
		padding:15px 0 15px 0;
	}
	
	#header select {
		display:inline;
		width:288px;
		padding:6px;
		border:1px solid #e5e5e5;
		position:static;
		margin-bottom:20px;
	}
	
	#header .menu {
		display:none;
	}
	
	/* Slider */
	.flexslider {
		margin-top:0px;
	}
/*	.flexslider .slides img { 
		height:127px;
	}
	
*/	.flexslider ul.slides li .slider-text {
		position:absolute;
		bottom:65px;
		left:16px;
		padding-right:16px;
		text-align: center;
	}

	.flexslider ul.slides li .slider-text h1 {
		font-size:1.5em;
		padding:4px 6px;
	}
	.flexslider ul.slides li .slider-text p { 
		
	}
	
	/* comments */
	.comment .avatar {
		display:none;	
	}
	.comment span.date {
		display:none;
	}
	ul.children { margin: 0 0 0 20px; }
	ul.children li.comment { margin:0 0 8px 0; }
	#respond textarea { 
		width:95%;
	}

	/* Items */
		/* 3 columns */
		.item.column4 {
			width:290px;
		}
		.item.column4 img {
			width:290px;
		}
		
		/* 3 columns */
		.item.column3 {
			width:290px;
		}
		.item.column3 img {
			width:290px;
		}
		
		/* 2 columns */
		.item.column2 {
			width:290px;
		}
		.item.column2 img {
			width:290px;
		}
		/* 2 columns */
		.item.column1 {
			width:290px;
		}
		.item.column1 img {
			width:290px;
		}
		
		/* filter */
		#filter ul.sort {
			float:left;
			margin-top:10px;
			clear:both;
		}
		#filter {
			width:300px;
			margin-right: auto;
			margin-left: auto;
			margin-bottom: 10px;
		}
		
		/* Carousel */
		#footer_tab {
			display:none;
		}
		#footer_tab {
			display:none;
		}
		#footer_hidden_wrapper {
		display:none;
		}
		#footer_hidden {
		display:none;
		}
		
		/* Search */
		#pop_out_search {
		position: absolute;	
		right: 0;
		left:0;
		top: 10px;
		display: none;
		width:150px;
		height:40px;
		}
		#searchform #searchsubmit {
		display:none;
		}
		#searchform input#s {
		width:105px;
		}
		
		/* Archive */
		.item.archive {
			width:300px;
			cursor:default;
			margin-bottom:30px;
			padding-bottom:40px;
			border-bottom:1px dashed #e5e5e5;
			clear:both;
		}
		.item.archive img {
			width:290px;
			float:none;
			margin-right:0;
			margin-bottom:10px;
		}
		.item.archive .item-thumb {
			overflow: hidden;	
		}
		.item.archive .media_link_blog {
			width: 100%;
		}
		.item.archive .item-descrip {
			overflow:visible;
			padding:0;
			background:#FFF;
			position: relative;
			height: auto;
		}
		.item.archive .item-footer {
			position: static;
			bottom: auto;
			border-top: 1px solid #e5e5e5;
			padding-top: 10px;
			width: auto;
		}

		.load-more {
			padding-top:50px;
			
		}
		
		.post-pagination a.pagination {
			margin-bottom:3px;
		}
		
	.flexslider iframe {
		width:290px;
		height:200px;
	}
	
	.post-entry iframe {
		width:290px;
		height:200px;
	}
	
	.post .post-img {
		text-align:left;
	}

	.post-img.full {
		text-align:left;
	}
	
	.post-entry .wp-caption {
		max-width:300px;
	}

	#widgets-footer .widget-area {
		width: 100%;	
	}


}

/*************************************************
*	10. Landscape				 *
*************************************************/

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	#bg-wrapper {
		width:480px;
	}
	
	#wrapper { 
		width:440px;
		margin:0 auto;
	}

	#main {
		width:440px;
	}
	
	#footer_tab {
		width:480px;
	}
	
	#content {
		width:440px;
		margin:0;
		float:left;
	}

	#content.full {
		width:440px;
		margin:0;
		float:none;
	}
	
	#sidebar {
		margin:0;
		float:left;
	}
	
	img {
		max-width:440px;
		
	}
	.post-img.full {
		width:440px;
	}
	#header select {
		width:428px;
		padding:6px;
	}
	
/*	.flexslider .slides img { 
		height:187px;
	}
*/
	
	/* Items */
		
		/* 4 columns */
		.item.column4 {
			width:430px;
		}
		.item.column4 img {
			width:430px;
		}
		
		/* 3 columns */
		.item.column3 {
			width:430px;
		}
		.item.column3 img {
			width:430px;
		}
		
		/* 2 columns */
		.item.column2 {
			width:430px;
		}
		.item.column2 img {
			width:430px;
		}
		/* 2 columns */
		.item.column1 {
			width:430px;
		}
		.item.column1 img {
			width:430px;
		}
		
	/* Carousel */
	#footer_tab {
		display:none;
	}
	
	#searchform input#s {
		width:120px;
	}
	
	/* Archive */
		.item.archive {
			width:440px;
			cursor:default;
			margin-bottom:30px;
			padding-bottom:40px;
			border-bottom:1px dashed #e5e5e5;
			clear:both;
		}
		.item.archive img {
			width:430px;
			float:none;
			margin-right:0;
			margin-bottom:10px;
		}
		.item.archive .item-descrip {
			overflow:visible;
			padding:0;
			background:#FFF;
			position: relative;
			height: auto;
		}
		.item.archive .item-footer {
			position: static;
			bottom: auto;
			border-top: 1px solid #e5e5e5;
			padding-top: 10px;
			width: auto;
		}
		
	.post-pagination a.pagination {
		background:#eee;
		padding:20px;
		width:440px;
		margin-bottom:3px;
	}
	
	.flexslider iframe {
		width:430px;
		height:220px;
	}
	
	.post-entry iframe {
		width:430px;
		height:260px;
	}
	
	.post .post-img {
		text-align:left;
	}

	.post-img.full {
		text-align:left;
	}
	
	.post-entry .wp-caption {
		max-width:440px;
	}

	#widgets-footer .widget-area {
		width: 100%;	
	}
}
