/************************************************
	Desktop Grid
************************************************/

.row {
	width: 100%;
	margin: 0 auto;
}
.flex-row {
	display: flex;
}
.row .row {
	min-width: 0;
}
.column, .columns {
	float: left;
	min-height: 1px;
	position: relative;
}
[class*="column"] + [class*="column"]:last-child {
	float: right;
}

.half, .third, .one-third, .fourth,
.one-fourth, .fifth, .one-fifth,
.two-thirds, .three-fourths {
	float: left;
	box-sizing: border-box;
}
.half.last, .third.last, .one-third.last, .fourth.last,
.one-fourth.last, .fifth.last, .one-fifth.last,
.two-thirds.last, .three-fourths.last {
	float: right;
}

.single					{ width: 100%; }
.half						{ width: 50%; }
.third,
.one-third			{ width: 33.33%; }
.fourth,
.one-fourth			{ width: 25%; }
.fifth,
.one-fifth			{ width: 20%; }
.two-thirds			{ width: 66.6%; }
.three-fourths	{ width: 75%; }

.row .one 		{ width: 6.25%; }
.row .two 		{ width: 12.5%; }
.row .three 	{ width: 18.75%; }
.row .four 		{ width: 25%; }
.row .five 		{ width: 31.25%; }
.row .six 		{ width: 37.5%; }
.row .seven 	{ width: 43.75%; }
.row .eight 	{ width: 50%; }
.row .nine 		{ width: 56.25%; }
.row .ten 		{ width: 62.5%; }
.row .eleven 	{ width: 68.75%; }
.row .twelve 	{ width: 75%; }
.row .thirteen 	{ width: 81.25%; }
.row .fourteen 	{ width: 87.5%; }
.row .fifteen 	{ width: 93.75%; }
.row .sixteen 	{ width: 100%; }

.row .centered { float: none; margin: 0 auto; }

.show-phone,
.show-mobile {
	display: none;
}

/************************************************
	Tablet Styles
************************************************/

@media handheld, only screen and (max-width: 1023px) {

	/* General */

	.show-mobile {
		display: initial;
	}
	.hide-mobile {
		display: none;
	}

	/* Home Page */

	.home section.hero {
		background-position: 60% 40%;
		background-attachment: scroll;
		background-size: auto;
	}
	.slider-features {
		padding-left: 0px;
		padding-right: 0px;
	}
	.slide-nav {
		font-size: 0.9em;
		padding-left: 36px;
	}
	.pineapple,
	.setup-content .step,
	.wpcom-themes .wpcom-logo,
	.subscribe .news-icon {
		visibility: inherit;
	}

	/* Website Page */

	.feature-steps .step .info p {
		display: none;
	}
	.builder-preview .flex-row {
		display: block;
	}
	.builder-preview .intro {
		max-width: 100%;
		text-align: center;
		padding-top: 48px;
		padding-bottom: 24px;
	}
	.builder-preview .intro .button {
		margin-top: 6px;
	}
	.builder-preview .builder-screenshot {
		top: 0;
		left: 0;
		margin-bottom: 48px;
	}

	/* Typography Tablet */

	body {
		font-size: 0.9rem;
		line-height: 1.9;
	}
	blockquote {
		font-size: 1.4rem;
	}
	.headline {
		font-size: 2.8rem;
	}

	/* Theme Tablet */

	.container {
		margin-top: 0px;
	}
	.browser {
		margin: 12px 0px;
	}
	#header {
		position: relative;
	}
	.home.banner-text-active #header,
	.banner-text-active.page-id-809 #header {
		background-color: #ffffff;
	}
	.home.banner-text-active #header .logo-text path,
	.banner-text-active.page-id-809 #header .logo-text path {
		fill: #333333;
	}
	.admin-bar #nav-bar {
		margin-top: 0px;
	}
	#nav-bar {
		display: block;
	}
	#logo {
		padding: 12px 0px;
	}
	#navigation {
		float: none;
		display: block;
		position: relative;
		width: 100%;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}
	ul.mobile-menu.toggled-on {
		padding-bottom: 24px;
	}
	.mobile-menu {
		margin: 0px;
		padding: 0px;
	}
	button.menu-toggle,
	ul.mobile-menu.toggled-on {
		display: block;
	}
	.navigation-main ul.menu,
	.sf-arrows .sf-with-ul::after {
		display: none;
	}
	button.menu-toggle {
		float: right;
		display: block;
		background: none;
		position: relative;
		margin: 0px;
		padding: 24px 0px 24px 18px;
		border: none;
		z-index: 9;
	}
	button.menu-toggle svg {
		fill: rgba(0, 0, 0, 0.4);
	}
	button.menu-toggle:hover svg {
		fill: rgba(0, 0, 0, 1);
	}
	.mobile-menu-full-menu-container,
	.mobile-menu-main-menu-container {
		float: left;
		background: #ffffff;
		width: 100%;
		}
	.mobile-menu ul.sub-menu,
	.mobile-menu ul.children {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		left: auto;
		margin: 0;
		padding: 0;
	}
	.mobile-menu ul,
	.mobile-menu li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.mobile-menu li {
		display: block;
		text-align: left;
		line-height: 30px;
	}
	.mobile-menu li li a:before {
		content: '- ';
	}
	.mobile-menu li li li a:before {
		content: '-- ';
	}
	.mobile-menu li li li li a:before {
		content: '--- ';
	}
	.mobile-menu a {
		display: block;
		color: rgba(0, 0, 0, 0.4);
		font-size: 1.1em;
		text-decoration: none;
		padding: 6px 12px;
		border-top: 1px solid rgba(0, 0, 0, 0.12);
	}
	.mobile-menu a:hover {
		background: rgba(0, 0, 0, .04);
		color: rgba(0, 0, 0, 1);
		text-decoration: none;
	}
	.dark .mobile-menu a {
		color: rgba(255, 255, 255, 0.4);
	}
	.dark .mobile-menu a:hover {
		color: rgba(255, 255, 255, 1);
	}
	.post-area.full-width,
	.post-area.no-sidebar {
		padding: 36px 0px;
	}
	.widget {
		margin-bottom: 36px;
	}
	.footer-information .content {
		text-align: center;
	}
	.footer-information .align-left {
		float: none;
		display: block;
	}
	.footer-information .align-right {
		float: none;
		display: block;
		text-align: center;
		margin-top: 12px;
	}
}

/************************************************
	Phone Styles
************************************************/

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

	/* General */

	.hide-phone {
		display: none;
	}
	.show-phone {
		display: initial;
	}
	.site-logo a {
		max-width: 75%;
	}
	.site-logo svg {
		max-width: 100%;
	}
	.banner-text {
		padding: 36px 0px;
	}
	.banner-text .page-header {
		display: block;
	}
	.banner-text .page-header div:first-child {
		margin-bottom: 24px;
	}
	.websites-page .banner-text,
	.hosting-page .banner-text,
	.services-page .banner-text {
		min-height: auto;
		padding: 72px 0px;
	}

	/* Home and Website Page */

	.home section.hero {
		background-position: center center;
		height: auto;
		min-height: auto;
		padding: 36px 0px;
	}
	.home .hero .row-hero {
		margin-top: 36px;
	}
	.home .hero .intro {
		margin-top: 0px;
	}
	.home .hero .intro .headline {
		font-size: 2.8rem;
	}
	.home .hero .browser-container {
		float: none;
		min-width: 320px;
	}
	.home .hero .browser-container:first-child,
	.home .hero .browser-container:last-child {
		display: none;
	}
	.home .template .intro {
		text-align: center;
		padding: 0px;
	}
	.home .hero .feature-text .headline br {
		display: none;
	}
	.home .help .intro {
		margin-top: 12px;
		margin-bottom: 36px;
	}
	.home .template .half {
		position: relative !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: auto;
		overflow: hidden;
	}
	.home .template .row-template {
		display: block;
	}
	.home .template .row-1 .intro {
		display: block !important;
		opacity: 1 !important;
	}
	.home .template .browser-container {
		margin: 36px 0px 0px 0px;
	}
	.home .showcase .portfolio-projects {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.slider-features {
		display: block;
	}
	.slider-features .four {
		display: none;
	}
	section.help,
	.home section.help,
	section.showcase,
	.home section.showcase,
	section.featured-stats {
		padding: 36px 0px;
	}
	.levels {
		display: block;
	}
	.levels .level,
	.levels .level.featured {
		width: 100%;
		margin: 24px 0px;
	}
	.levels .level:first-child,
	.levels .level:last-child {
		border-radius: 12px;
	}
	.tagline br {
		display: none;
	}
	.customize-info {
		text-align: center;
		padding-top: 24px;
		padding-left: 0px;
	}
	.customize .flex-row {
		display: block;
	}
	.slider-features .browser-container {
		max-width: 100%;
	}

	/* Pricing Page and Tables */

	.packages {
		margin: 0px;
	}
	.packages .package,
	.packages .package.featured {
		margin: 12px 0px;
	}
	.packages .package:first-child {
		margin-top: 0px;
	}
	.packages .or {
		padding: 0px;
	}
	.pricing-page .banner-text {
		min-height: 320px;
	}
	.pricing-page .services {
		margin: 24px 0px 0px 0px;
		padding-top: 24px;
	}
	.pricing-page .services .title {
		margin-bottom: 12px;
	}
	table.package-table {
		font-size: 0.85em;
	}
	.packages .package-header,
	table.package-table th {
		padding: 24px 8px;
	}
	table.package-table .package-header {
		font-size: 1em;
	}
	table.package-table td {
		padding: 8px;
	}
	table.package-table .price {
		font-size: 1.3em;
	}
	table.package-table .buy-option a.button {
		padding: 12px;
	}
	table.package-table .price small {
		font-size: 0.7rem;
	}

	/* Features Part */

	.feature-graphic {
		padding: 36px 0px;
	}
	.feature-steps {
		display: block;
	}
	.feature-steps p.plus {
		display: block;
		line-height: 1;
		margin: 18px 0px;
	}
	.features-container {
		text-align: center;
	}
	.features-container .fourth {
		padding: 12px;
	}

	/* Account Page */

	.woocommerce-account .container .woocommerce-MyAccount-content {
		padding-top: 24px;
		padding-left: 0px;
	}

	/* Documentation Page */

	.docs-page .four.columns {
		display: none;
	}
	.guide-links {
		display: block;
		margin: 24px 0px;
	}
	.guide-links .third {
		margin: 12px 0px;
	}

	/* Services */

	.services .service {
		margin: 12px 0px;
	}

	/* Theme Single */

	.browser-container .show-phone {
		padding-top: 18px;
	}
	.browser-container .show-phone .button {
		margin-top: 12px;
	}
	.theme-banner {
		display: block;
		height: auto;
	}
	.theme-banner .content {
		display: block;
		padding-top: 36px;
		padding-bottom: 36px;
	}
	.theme-banner .information {
		padding-top: 48px;
		padding-left: 0px;
	}
	.theme-banner .browser-container.mobile {
		right: 0;
	}
	.theme-single .entry .feature {
		width: 100%;
		padding-right: 0px;
	}

	/* Hosting Part */

	.hosting-options .half:first-child {
		margin-bottom: 1px;
		border-radius: 3px 3px 0px 0px;
	}
	.hosting-options .half:last-child {
		margin-left: 0px;
		border-radius: 0px 0px 3px 3px;
	}
	.hosting-services .title.large {
		margin-bottom: 24px;
	}

	/* Parts */

	.featured-stats .statistics {
		display: block;
	}
	.featured-stats .title.large {
		padding-bottom: 0px;
	}
	.featured-stats .statistics .fourth {
		padding-top: 24px;
	}
	#hawaii {
		padding: 48px 0px;
	}
	.island {
		width: 100%;
		margin-left: -80px;
	}
	.palm-leaves,
	.pineapple {
		display: none;
	}
	.showcase-sites {
		display: block;
	}
	.support-links .support-link {
		border-left: none;
		border-top: 1px solid rgba(0, 0, 0, 0.12);
	}
	.support-links .support-link:first-child {
		border-top: none;
	}

	/* Typography Phone */

	h1, h2, h3, h4, h5, h6 {
		letter-spacing: 0px;
	}
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 1.8rem;
	}
	h3 {
		font-size: 1.6rem;
	}
	h4 {
		font-size: 1.4rem;
	}
	h5 {
		font-size: 1.2rem;
	}
	h6 {
		font-size: 1.0rem;
	}
	body, p {
		font-size: 0.9rem;
		line-height: 1.7;
	}
	blockquote {
		padding: 12px 0px;
		border-left: none;
	}
	blockquote p {
		font-size: 1.1rem;
		line-height: 1.6;
	}
	.headline {
		font-size: 2.4rem;
	}
	.title-post {
		font-size: 1.8rem;
	}
	.tagline {
		font-size: 1.2rem;
	}

	/* Theme Phone */

	img.alignright,
	img.alignleft {
		max-width: 48%;
	}
	a.scroll-down {
		display: none;
	}
	.post-info {
		border: none;
	}
	.post-info span {
		top: auto;
		position: relative;
		padding: 0px;
	}
	.has-sidebar .type-page .content,
	.has-sidebar .type-post .content,
	.has-sidebar .type-documentation .content,
	.doc-posts .content {
		display: block;
	}
	.has-sidebar .type-page .content .five.columns,
	.has-sidebar .type-page .content .four.columns,
	.has-sidebar .type-post .content .five.columns,
	.has-sidebar .type-documentation .content .four.columns,
	.doc-posts .content .four.columns {
		border: none;
	}
	.content {
		padding-left: 24px;
		padding-right: 24px;
	}
	.post-area,
	.post-area.middle,
	.post-area.right,
	.post-area.full-width,
	.post-area.no-sidebar {
		padding: 36px 0px;
	}
	.project,
	.testimonial {
		margin: 12px 0px;
	}
	.portfolio-nav .previous-post a,
	.flex-direction-nav .flex-prev {
		left: 12px;
	}
	.portfolio-nav .next-post a,
	.flex-direction-nav .flex-next {
		right: 12px;
	}
	.blog-holder,
	.archive-holder {
		margin: 24px 0px;
	}
	.archive-column {
		width: 100%;
		padding-right: 0;
	}
	.sidebar {
		padding: 24px 0px;
	}
	.widget {
		margin-bottom: 24px;
	}
	.testimonial-widgets {
		display: none;
	}
	.sidebar .widget:last-child,
	.footer-widgets .widget:last-child {
		margin-bottom: 12px;
	}
	.footer-widgets {
		width: 100%;
		margin: 24px 0px;
		padding: 0px;
	}
	.footer-widget {
		padding: 0px;
	}
	.footer-widgets .widget {
		width: 100% !important;
		margin-bottom: 12px;
	}
	.footer-widgets .widget:nth-child(4n+4) {
		margin-left: 0px;
	}

	/* Grid */

	body {
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.row {
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		overflow: visible !important;
	}
	.flex-row {
		display: block;
	}
	.half, .third, .one-third, .fourth,
	.one-fourth, .fifth, .one-fifth,
	.two-thirds, .three-fourths {
		float: none;
		width: 100% !important;
	}
	.row .row .column, .row .row .columns {
		padding: 0;
	}
	.column, .columns {
		width: auto !important;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.column:last-child, .columns:last-child {
		margin-right: 0;
		float: none;
	}
	[class*="column"] + [class*="column"]:last-child {
		float: none;
	}
	[class*="column"]:before, [class*="column"]:after {
		content:'';
		display:table;
	}
	[class*="column"]:after {
		clear: both;
	}
}
