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

@media only screen and (min-width: 768px) and (max-width: 959px) {

	
	/*************************** Content Areas ***************************/
		
	/* 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: 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: Columns ***************************/

	/* Joint Columns */
	.three.joint {
	width: 250px;
	}
	.middle.three.joint {
	width: 248px;
	}
	
	
	/*************************** 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;
	}
	
	
}


/*************************** iPhone (Portrait) ***************************/

@media only screen and (max-width: 767px) {

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

	/* Page Inner */	
	.page-inner {
	width: 90%;
	}

	/* Content Wrapper */
	.padding #content-wrapper {
	padding: 20px;
	}

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

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


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

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


	/*************************** Navigation Menus ***************************/
	
	/* Nav Wrapper */
	#nav {
	width: 100%;
	height: auto;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	}	
	#nav ul {
	display: none;
	}
	.mobile-menu {
	display: inline-block;
	height: 30px;
	padding: 6px;
	margin: 20px 0;
	width: 100%;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	}
	
	
	/*************************** Social Icons ***************************/

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

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

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

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

	/* Search Form */
	#top-content #searchform {
	width: 100%;
	margin: 0 0 10px 0;
	}
	
		
	/*************************** 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 ***************************/

	.frame .author-info {
	margin-left: -28px;
	}
	.author-info .author-name,
	.author-info .author-links {
	float: none;
	}
	.author-info .author-links a {
	margin: 0;
	line-height: 14px;
	}

	
	/*************************** Shortcodes: Blockquotes ***************************/
	
	blockquote,
	.blockquote-left,
	.blockquote-right {
	width: 100%;
	margin: 0 0 12px 0;
	padding: 0;
	}
	
	
	/*************************** Shortcodes: Columns ***************************/

	/* General */
	.columns {
	width: 100% !important;
	margin: 0 0 20px 0;
	}
	.columns > div {
	height: auto !important;
	}
	.columns .sc-image {
	position: relative !important;
	}
	
	/* Joint Columns */
	.joint > div {
	border-left-width: 0;
	}
	.three.first.joint > div,
	.three.middle.joint > div {
	border-bottom-width: 1px;
	}
	.columns .three.joint,
	.padding .three.joint {
	width: 100% !important;
	}
	

	/*************************** Shortcodes: Images ***************************/
	
	/* Image */
	.sc-image img {
	height: auto !important;
	}

	
	/*************************** Shortcodes: Price Box ***************************/
	
	.sc-price-box-inner {
	padding: 20px;
	}


	/*************************** Shortcodes: Pricing Table ***************************/
	
	.sc-pricing-table thead th {
	font-size: 12px;
	}
	.sc-pricing-table thead th span {
	font-size: 10px;
	}	
	.sc-pricing-table .price {
	font-size: 12px;
	}
	.sc-pricing-table .sc-button,
	.sc-pricing-table .sc-button:hover {
	background: none;
	-pie-background: none;
	padding: 0;
	border: 0;
	color: #333;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
	.sc-pricing-table .sc-button:hover {
	color: #888;
	}	
		
	/*************************** 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;
	}
	
	
	/*************************** Shortcodes: Video ***************************/
	
	.sc-video,
	.sc-video div,
	object,
	embed,
	iframe,
	video {
	height: auto !important;
	}


	/*************************** Footer ***************************/
	
	/* Footer Container */
	#footer-widgets > div {
	width: 100%;
	margin: 0;
	}
	
	
	/*************************** Comments Section ***************************/
	
	/* Comment Box */
	.comment-avatar {
	display: none;
	}
	.comment-body {
	margin-left: 0;
	}
	
	/* Child Comments */
	#commentlist .children .comment-body {
	margin-left: 10px;
	}
	
}


/*************************** iPhone (Landscape) ***************************/

 @media only screen and (min-width: 480px) and (max-width: 767px) {


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

	/* Content Wrapper */
	.padding #content-wrapper {
	padding: 40px;
	}


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

	/* Top Content */
	#top-content {
	padding: 30px;
	}


	/*************************** Lightbox ***************************/

	.pp_pic_holder.pp_default {
	width: 95% !important; 
	left: 5% !important;
	}
	.pp_content {
	width: 98% !important;
	height: auto !important;
	}
	.pp_fade {
	width: 100% !important;
	height: 100% !important;
	padding-bottom: 40px;
	}
	#pp_full_res img {
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
	}
	.pp_details {
	width: 100% !important;
	}
	
	
	/*************************** Shortcodes: Author Info ***************************/

	.frame .author-info {
	margin-left: -48px;
	}
	
	
}