/************************************************
	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; }

.hide { display: none; }

@media handheld, only screen and (max-width: 1239px) {
	.custom-logo-link img {
		max-height: 90px;
	}
	#navigation {
		font-size: 14px;
		padding: 40px 0px 0px;
	}
	.header {
		height: 150px;
	}
	.menu a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mega-content {
		top: 152px;
	}
	#navigation div.mega-wrapper {
		width: 1024px !important;
	}
	#navigation div.one-fourth {
		width: 233px;
		padding: 10px;
	}
	.banner-img {
    display: flex;
	}
	.statement p {
		font-size: 18px;
	}
	.sponsors .one-fifth {
		padding: 0px 25px;
		width: 26%;
	}
	.search-box {
		width: auto;
	}
}

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

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

	/* Typography Tablet */

	body {
		font-size: 1rem;
		line-height: 1.7;
	}
	blockquote {
		font-size: 1.4rem;
	}
	.site-title {
		font-size: 3.6rem;
	}
	.site-description {
		font-size: 2.2rem;
	}
	.headline,
	.page-banner .headline {
		font-size: 2.2rem;
	}
	.middle .headline {
		font-size: 1.8rem;
	}
	
	.r-tabs-anchor i.fa {
    display: inline-block;
	padding: 0px 15px 0px 0px;
	}

	/* Theme Tablet */
	
	.custom-logo-link img {
		max-height: 110px;
	}

	#navigation div:first-child {
		display: block;
	}
	.site-title {
		display: inline-block;
		max-width: 90%;
		padding: 12px 0px;
	}
	.site-logo {
		display: inline-block;
		padding: 12px 0px;
	}
	#navigation {
		display: none;
	}
	#navigation-mobile {
		display: block;
	}
	.mobile-nav-holder {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.post-area,
	.post-area.right,
	.post-area.full-width,
	.post-area.no-sidebar,
	.post-area.two-column,
	.post-area.three-column {
		padding: 24px 0px;
	}
	
	.widget {
		margin-bottom: 36px;
	}
	.footer-information .content {
		text-align: center;
	}
	.footer-information .align-left {
		float: none;
		display: block;
		text-align: center;
	}
	.footer-information .align-right {
		float: none;
		display: block;
		text-align: center;
		margin-top: 12px;
	}
	.home_box {
		margin: 0px 10px 30px;
	}
	
	.portfolio-projects .home_box {
		flex-basis: 42%;
	}
	
}

/************************************************
	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.1rem;
	}
	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;
	}
	.site-title {
		font-size: 3rem;
	}
	.site-description {
		font-size: 2rem;
	}
	.headline,
	.page-banner .headline {
		font-size: 2rem;
	}
	.middle .headline {
		font-size: 1.6rem;
	}

	/* Theme Phone */

	#custom-header {
		background-size: cover;
	}
	
	.production .feature-img.page-banner, .page-banner {
		min-height: 0;
	}
	
	.home .slideshow {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.home .slideshow.has-widgets {
		display: block;
	}
	.home .slideshow .five {
		display: none;
	}
	.content {
		padding: 0px 6%;
	}
	.post-area.middle {
		padding: 24px 0px;
	}
	.project,
	.testimonial {
		margin: 12px 0px;
	}
	.portfolio-projects,
	.testimonial-posts {
		width: auto;
		margin-left: 0px;
	}
	.blog-holder,
	.archive-holder {
		margin: 24px 0px;
	}
	.blog-holder .article,
	.archive-holder .article {
		padding: 24px;
	}
	
	.archive-column {
		width: 100%;
		padding-right: 0;
	}
	.sidebar {
		padding: 24px 0px;
	}
	.sidebar.left {
		display: none;
	}
	.widget {
		margin-bottom: 24px;
	}
	.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;
	}
	
	.romeo {
		display: block;
		width: fit-content;
		margin: 0 auto;
	}
	.juliet {
		display: block;
		width: 100%;
	}
	.capulet {
		float: none;
	}
	
	.tybalt a.button {
		width: 100%;
		text-align: center;
	}
	.tybalt {
		display: inline-flex;
		width: 49%;
	}
	.search-box {
		width: auto;
		max-width: 767px;
		top: 44px;
	}
	.home_box {
		margin: 0px 0px 30px;
	}
	.sponsors .one-fifth {
		width: 50%;
		padding: 0px;
	}
	.statement p {
		font-size: 14px;
		margin: 20px;
	}
	.footer-contact .third {
		padding:  20px 0px;
	}
	.peaseblossom {
		display: none;
	}
	.picasso {
		margin: 12px 10px 7px 15px !important;
	}
	.cobweb {
		display: block;
		margin: 0px 0px -14px;
	}
	.member {
		max-width: 300px;
	}

	.portfolio-projects .home_box {
		flex-basis: 100%;
	}
	
	/* 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;
	}
}

@media handheld, only screen and (max-width: 540px) {
	.statement p {
		font-size: 12px;
	}
	.headline {
		font-size: 24px;
		padding: 40px 10px;
	}
	.prod_info p {
		font-size: 18px;
		
	}
	.flex-direction-nav {
		top: 0;
		position: relative;
	}
	.flex-direction-nav .flex-nav-prev,
	.flex-direction-nav .flex-nav-next {
		position: relative;
		margin-top: 0px;
	}
	.flex-direction-nav .flex-nav-prev {
		left: 0;
		float: left;
	}
	.flex-direction-nav .flex-nav-next {
		right: 0;
		float: right;
	}
	.flex-direction-nav .flex-prev {
		left: 0px;
	}
	.flex-direction-nav .flex-next {
		right: 0px;
	}
	.flex-direction-nav li a {
		border: 2px solid #ec1260;
	}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
		border: 2px solid #1ba7b1;
	}
	.flex-direction-nav .flex-next i,
	.flex-direction-nav .flex-prev i {
		color: #ec1260;
	}
	
}
