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

.row {
	width: 100%;
	margin: 0 auto;
}
.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;
}
.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: 49.9%; }
.third,
.one-third			{ width: 33.3%; }
.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; }

.flex-row {
	display: flex;
	width: 100%;
	height: auto;
	flex-direction: row;
	align-items: flex-start;
}
.flex-column {
	flex-grow: 1;
}

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

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

	/* Typography Tablet */

	body {
		font-size: 0.9rem;
		line-height: 1.8;
	}
	blockquote {
		font-size: 1.1rem;
	}
	.no-sidebar blockquote {
		margin-left: 0px;
	}
	h1 {
		font-size: 2.6rem;
		letter-spacing: -1px;
	}
	h2 {
		font-size: 2.4rem;
		letter-spacing: -0.6px;
	}
	h3 {
		font-size: 2.2rem;
		letter-spacing: -0.4px;
	}
	h4 {
		font-size: 1.8rem;
	}
	h5 {
		font-size: 1.4rem;
	}
	h6 {
		font-size: 1.2rem;
	}
	h2.headline {
		font-size: 2.2rem;
	}

	/* Theme Tablet */

	.menu a {
		font-size: 0.8rem;
		padding: 0px 10px;
	}
	.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) {

	/* Typography Phone */

	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 {
		line-height: 1.7;
	}
	blockquote {
		float: none;
		display: block;
		width: auto;
		padding: 24px;
	}
	blockquote p {
		font-size: 1rem;
		line-height: 1.6;
	}
	h2.headline {
		font-size: 2rem;
	}
	.title {
		font-size: 1.4rem;
	}
	.article > h1.headline + p,
	.article > p:first-child,
	.article .post-meta + p {
		font-size: 1.1rem;
		font-weight: 400;
	}

	/* Theme Phone */
	
	
	.n2-section-smartslider.fitvidsignore.n2_clear {
    background: #fff;
    padding: 10px !important;
    margin-left: -10px !important;
    width: 100%;}

	#wrapper {
		padding: 0px;
	}
	.container {
		margin-top: 0px !important;
		padding: 0px;
	}
	#header {
		min-height: 240px;
	}
	#custom-header {
		background-size: cover;
	}
	.site-logo {
		padding: 18px;
	}
	.site-title {
		font-size: 2.4rem;
	}
	#nav-bar {
		display: block;
		position: relative !important;
		overflow: hidden;
	}
	.admin-bar #nav-bar {
		margin-top: 0px;
	}
	#navigation {
		position: relative;
		margin: 0px;
		padding: 0px;
	}
	.mobile-menu {
		margin: 0px;
		padding: 0px;
	}
	button.menu-toggle,
	.main-small-navigation ul.mobile-menu.toggled-on {
		display: block;
	}
	.navigation-main .menu,
	.sf-arrows .sf-with-ul::after {
		display: none;
	}
	button.menu-toggle {
		float: right;
		display: block;
		background: none;
		position: relative;
		margin: 0px;
		padding: 26px 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);
	}
	.main-small-navigation div {
		float: left;
		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;
		padding: 0px 12px;
	}
	.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(255, 255, 255, 0.6) !important;
		font-size: 1em;
		text-decoration: none;
		padding: 6px 18px;
		border-top: 1px solid rgba(0, 0, 0, 0.12);
	}
	.mobile-menu a:hover {
		background: rgba(0, 0, 0, .08);
		color: rgba(255, 255, 255, 1) !important;
		text-decoration: none;
	}
	.content {
		padding: 0px 24px;
	}
	.post-area,
	.post-area.middle,
	.post-area.right,
	.post-area.full-width,
	.post-area.no-sidebar {
		padding: 24px 0px;
	}
	.post-area.no-sidebar .post-holder,
	.post-area.no-sidebar .page-holder {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.project,
	.testimonial {
		margin: 12px 0px;
	}
	.archive-column {
		width: 100%;
		padding-right: 0;
	}
	.featured-slide-row {
		display: block;
		height: auto;
	}
	.featured-slide-img-column,
	.featured-slide-text-column {
		width: auto;
	}
	.featured-slide-text-column .tasteful-border {
		display: none;
	}
	.featured-content-text {
		display: block;
		margin: 0px;
		padding: 24px 24px 60px 24px;
	}
	.featured-slide-text-column.no-img .featured-content-text {
		max-width: none;
		padding: 36px 36px 72px 36px;
	}
	.featured-content .flex-direction-nav .flex-nav-next,
	.featured-content .flex-direction-nav .flex-nav-prev {
		bottom: 0;
		top: auto;
		background: none;
	}
	.featured-content .flex-direction-nav .flex-nav-next {
		left: auto;
		right: calc(50% - 50px);
	}
	.featured-content .flex-direction-nav .flex-nav-prev {
		left: calc(50% - 49px);
	}
	.featured-pages {
		display: block;
		border-bottom: none;
	}
	.featured-pages .holder {
		margin: 0px !important;
	}
	.featured-pages .information {
		margin-bottom: 24px;
		padding: 12px 24px 24px 24px;
	}
	.featured-pages .holder:last-child .information {
		margin-bottom: 0px;
	}
	.post-group {
		display: block;
	}
	.post-group .blog-holder.standard-no-img:not(:only-child) .tasteful-border::before {
		top: 0;
		left: 50%;
	}
	.post-group .blog-holder.standard-no-img:not(:only-child) .tasteful-border {
		border-left: none;
		border-right: none;
		border-top: 1px solid rgba(0, 0, 0, 0.12);
		border-bottom: none;
	}
	.blog-holder.format-gallery .gallery-row-container {
		display: block;
	}
	.blog-holder.format-gallery .flexslider,
	.blog-holder.format-gallery .flexslider .slides,
	.blog-holder.format-gallery .flexslider .slides li {
		height: auto;
	}
	.feature-img.page-banner .feature-vid,
	.tasteful-has-img .feature-img.page-banner .feature-vid {
		margin: 0px;
	}
	.post-content-column.half {
		max-width: none;
		margin: 0px;
	}
	.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: 0px;
		padding: 0px;
	}
	.footer-widget {
		padding: 0px;
	}
	.footer-widgets .widget {
		width: 100% !important;
		margin-bottom: 36px;
	}

	/* Images */

	.post-area img.alignnone {
		width: calc(100% + 48px);
		max-width: calc(100% + 48px);
		padding: 0px;
		margin: 6px 0px 6px -24px;
	}
	.post-area .wp-caption.alignnone {
		max-width: calc(100% + 48px);
		margin-left: -24px;
	}

	/* 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;
	}
	.half, .third, .one-third, .fourth,
	.one-fourth, .fifth, .one-fifth,
	.two-thirds, .three-fourths {
		float: none;
		width: 100%;
	}
	.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;
	}
	.flex-row {
		display: inline-block;
		padding: 24px;
		box-sizing: border-box;
	}
	.featured-content,
	.row.feature-img-wrapper {
		width: auto;
		margin-left: 0px;
		padding: 0px;
	}
	.featured-image-row-border {
		display: none;
	}
	.featured-image-column,
	.post-content-column {
		margin: 12px;
	}
	.featured-image-column img {
		display: block;
	}
	.post-content-column {
		padding: 20px;
		box-sizing: border-box;
	}
	.post-content-column-content {
		margin: 0px;
	}
	.flex-column {
		width: 100%;
		clear:both;
	}
	article.video-row {
		padding: 20px;
	}
	.video-row-container {
		padding: 20px;
	}
	.video-row .organic-video-wrapper {
		margin: 0;
	}
	.video-row .video-content-wrapper {
		margin: 0;
	}
	.video-row .post-content-column-content,
	.image-row .post-content-column-content,
	.gallery-row .post-content-column-content {
		margin: 20px 0 0;
		padding: 0;
	}
	.image-row-container {
		padding: 0;
	}
	.post-no-image-row {
		padding: 20px;
	}
}
