/*************************** iPad ***************************/

@media (min-device-width:1024px) and (max-width:1000px),
screen and (max-device-width:768px),
(max-device-width:768px) and (orientation:landscape) {

	
	/*************************** Content Areas ***************************/

	/* Page Outer */
	.page-outer {
	min-width: 768px;
	}
	
	/* Page Inner */
	.page-inner {
	width: 748px;
	}
	
	/* Main Content */
	#content {
	width: 426px;
	}
	
	/* Sidebar */
	#sidebar {
	width: 202px;
	}


	/*************************** Header ***************************/
		
	/* Header Inner */
	#header-right {
	-webkit-animation: none;
	text-align: center;
	}
	#header-left,
	#header-right {
	width: 100%;
	text-align: center;
	}
	
	/* Contact Info */
	#contact-info {
	margin-top: 20px;
	}
	

	/*************************** Navigation Menus ***************************/
	
	/* Nav Wrapper */
	#nav {
	float: none;
	display: inline-block;
	margin: 10px 0 20px 0;
	width: 100%;
	}
	
	/*************************** Shortcodes: Author Info ***************************/
	
	.frame .author-info {
	width: 474px;
	}

	
	/*************************** Shortcodes: Buttons ***************************/
	
	.sc-price-box .sc-button.small,
	.sc-pricing-table .sc-button.small {
	padding: 4px 6px;
	}
	.sc-price-box .sc-button.medium,
	.sc-pricing-table .sc-button.medium {
	padding: 6px 10px;
	}
	.sc-price-box .sc-button.large,
	.sc-pricing-table .sc-button.large {
	padding: 7.5px 30px;
	}

	
	/*************************** Shortcodes: Price Boxes ***************************/

	.sc-price-box-title {
	font-size: 20px;
	line-height: 20px;
	}
	.sc-price-box-price {
	font-size: 70px;
	line-height: 70px;
	}
	.sc-price-box-unit {
	font-size: 13px;
	}	
	.sc-price-box-content {
	max-width: 100%;
	width: auto !important;
	}


	/*************************** Shortcodes: Slider ***************************/
	
	/* Slide Caption */
	.caption h2 {
	font-size: 12px;
	font-weight: bold;
	}
	.caption {
	font-size: 10px;
	-webkit-text-size-adjust: 120%;
	}
	
}


/*************************** iPhone ***************************/

@media (min-device-width:1024px) and (max-width:767px),
(max-device-width:480px) {

	
	/*************************** Content Areas ***************************/

	/* Page Outer */
	.page-outer {
	min-width: 480px;
	}

	/* Page Inner */	
	.page-inner {
	width: 460px;
	}

	/* Main Content */	
	#content {
	width: 100%;
	}

	/* Sidebar */
	#sidebar {
	width: 100%;
	margin: 40px 0 0;
	}


	/*************************** Header ***************************/

	/* Logo */
	#logo {
	float: none;
	}
	
	/* Contact Info */
	#contact-info {
	position: relative;
	float: none;
	width: 100%;
	text-align: center;
	font-size: 25px;
	line-height: 25px;
	margin: 0 0 20px 0;
	-webkit-animation: none;
	}


	/*************************** Navigation Menus ***************************/
	
	/* Nav Wrapper */
	#nav {
	height: auto;
	}	
	#nav ul {
	display: none;
	}
	.mobile-menu {
	display: inline-block;
	height: 30px;
	width: 420px;
	margin: 20px;
	border-width: 1px;
	border-style: solid;
	}	
	.ios-class .mobile-menu {
	height: 40px;
	-webkit-text-size-adjust: 160%;
	}	
	
	
	/*************************** Social Icons ***************************/

	#social-icons {
	height: auto;
	float: none;
	width: 100%;
	padding: 15px 0 13px 0;
	margin: 0;
	border-width: 1px 0 0 0;
	}
	

	/*************************** Top Content ***************************/

	/* Top Content */
	#top-content .left {
	width: 100%;
	margin-bottom: 20px;
	}
	#top-content .right {
	width: 100%;
	}

	/* Post Meta */
	.post-meta {
	-webkit-text-size-adjust: 140%;
	}
	.author-icon {
	background: url(lib/images/sprite.png) no-repeat 0 -63px;
	}
	.ios-class .clock-icon {
	background: url(lib/images/sprite.png) no-repeat 0 -86px;
	}
	.ios-class .folder-icon {
	background: url(lib/images/sprite.png) no-repeat 0 -111px;
	}
	.ios-class .speech-icon {
	background: url(lib/images/sprite.png) no-repeat 0 -134px;
	}
	.ios-class .tag-icon {
	background: url(lib/images/sprite.png) no-repeat 0 -154px;
	}

	/* Breadcrumbs */
	#breadcrumbs {
	float: left;
	width: 100%;
	}

	/* Search Form */
	#top-content #searchform {
	width: 100%;
	margin: 0 0 10px 0;
	}
	#top-content #searchbar {
	width: 320px;
	}

	
	/*************************** Page/Post Styling ***************************/
	
	/* Posts */
	.post-loop {
	width: 100% !important;
	margin: 40px 0 0 0 !important;
	}
	.post-loop:first-child {
	margin-top: 0 !important;
	}
	.post-text {
	margin: 0 !important;
	width: 100%;
	}

	/* Post Thumbnail */
	.post-thumbnail,
	.post-thumbnail img {
	width: 100%;
	}
	.post-thumbnail.wrap {
	margin: 0 0 20px 0;
	}

	
	/*************************** Shortcodes: Author Info ***************************/
	
	.author-info {
	-webkit-text-size-adjust: 120%;
	}
	.frame .author-info {
	width: 428px;
	}


	/*************************** Shortcodes: Columns ***************************/

	/* General */
	.columns {
	width: 100% !important;
	margin: 0 0 20px 0;
	}

	/* Joint Columns */
	.joint > div {
	border-left-width: 0;
	}
	.three.first.joint > div,
	.three.middle.joint > div {
	border-bottom-width: 1px;
	}


	/*************************** Shortcodes: Pricing Table ***************************/
	
	.sc-pricing-table thead th {
	font-size: 16px;
	}
	.sc-pricing-table .price {
	font-size: 12px;
	}
	
	
	/*************************** Shortcodes: Tabs ***************************/
	
	.ui-tabs .ui-tabs-nav li { 
	width: 100%;
	border-bottom-width: 1px !important;
	}
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
	border-bottom-color: #eee;
	}
	

	/*************************** Footer ***************************/
	
	/* Footer Container */
	#footer-widgets > div {
	width: 100%;
	margin: 0;
	}
	
	
	/*************************** Comments Section ***************************/

	#comments {
	-webkit-text-size-adjust: 120%;
	}

}