/******************************
RESPONSIVE STYLES 
******************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE10+ CSS here */
    .table-tiles .table:first-child {
		height: 552px;
	}
	.table-tiles .table:nth-child(2) {
		height: 474px;
	}
	.table-tiles .table:nth-child(3) {
		height: 401px;
	}
}

@media screen and (max-width: 1100px) {
	.sub-menu {
		border-bottom: 1px solid #c9c9c9;
	}
	.sub-menu .container {
		padding: 0 0 0 200px;
	}

	.slider-control {
	    left: 1.5%;
    	max-width: 97%;
	    margin-left: 0;
	}
	.banner .slick-arrow.slick-prev {
		left: -5px;
	}
	.banner .slick-arrow.slick-next {
		right: -5px;
	}
	.quick-links-wrapper .container {
		padding: 0 8px;
	}
	.social-section .container {
		padding: 0;
	}
	.social-section .testimonials-wrapper {
    	width: 42%;
    	padding: 40px 30px;
	}
	.social-wrapper .img-box {
		padding: 40px 30px;
	}

	.table-tiles .table:nth-child(odd) .inner-box {
		padding: 60px 75px 60px 20px;
    	float: none;
	}
	.table-tiles .cstm-width {
		width: 65%;
	}
	.cstm-width .inner-box {
	    padding: 60px 20px 60px 75px;
	}

	.menu-item .text-box {
		padding: 0 60px;
	}
	.menu-item > .cell:last-child {
		padding: 55px 60px 30px;
	}
	.menu-list .cell:first-child {
    	padding-right: 25px;
	}
	.menu-list .cell:last-child {
    	padding-left: 25px;
	}
	
	#main-banner:before {
		background-size: contain;
		top: 0;
	}
	#main-banner .large-text {
		padding-top: 50px;
	}
}

@media screen and (max-width: 1000px) { /* Target Screen Width */
	.header-menu > .table > .cell:first-child {
    	width: 190px;
	}
	.header-menu .logo {
	    top: -25px;
    	width: 160px;
	}
	.nav-menu > li {
		margin-right: 9px;
	}
	.sub-menu .container {
    	padding: 0 0 0 190px;
	}
	.sub-menu .cell {
    	padding: 0 6px 32px 16px;
	}
	.sub-menu ul li a {
		padding-right: 0;
	}
	.sub-menu ul li a:after {
		content: none;
	}

	#inner .quick-links-wrapper {
    	padding: 8px 0 42px;
	}
	.quick-links-wrapper .container > .table {
    	height: 286px;
	}
	.about-wrapper {
    	padding: 25px 0;
	}
	.about-wrapper:after{
		content: none;
	}
	.social-section {
		margin-top: 0;
		padding-bottom: 50px;
	}
	.social-section .container > .table {
		display: block;
		height: auto;
	}
	.social-section .container > .table > .cell {
		display: block;
	}
	.social-section .testimonials-wrapper {
		width: 100%;
		padding: 45px 20px;
	}
	.testimonials-wrapper .slick-list {
		width: 74%;
		margin: 0 auto;
	}
	.social-wrapper {
		width: 640px;
		margin: 50px auto 0;
	}

	.content-toggle {
	    padding: 0 65px 26px 25px;
	}
	.table-tiles .table:nth-child(odd) .inner-box,
	.cstm-width .inner-box {
		padding: 40px 20px;
	}

	.menu-wrapper {
		padding-bottom: 0;
	}
	.menu-item:last-child {
		margin-bottom: 10px;
	}
	.menu-item > .cell:first-child {
		width: 360px;
	}
	.menu-item > .cell:last-child {
    	padding: 40px 40px 10px;
	}
	.menu-item .img-box {
    	height: 380px;
	}
	.menu-item .text-box {
    	padding: 0 40px 0 20px;
	}
	.menu-item .text-box > div {
	    padding-right: 50px;
	}
	.menu-item .price {
		right: -65px;
	}
	.menu-list .cell:first-child {
    	padding-right: 20px;
	}
	.menu-list .cell:last-child {
    	padding-left: 20px;
	}
	.footer-wrapper .cell:first-child {
		width: 170px;
	}
	
	.product-page .add-to-cart {
		justify-content: start;
		flex-wrap: wrap;
	}
	.add-to-cart > p {
		margin: 0 40px 20px 0;
		flex-grow: 0;
	}
	.add-numbers {
		margin: 0 10px 20px 0;
	}
}

@media screen and (max-width: 900px) {
	#header {
    	height: 105px;
	}
	.top-bar {
		padding: 9px 0;
	}
	.header-menu {
		height: 55px;
	    background-color: rgba(255,255,255,.9);
	}
	.header-menu .logo {
		display: none;
	}
	.header-menu .logo-mobile {
	    position: relative;
	    top: -30px;
	    display: block;
	    width: 130px;
        margin-bottom: -84px;
	}
	.sub-menu .container > div:first-child {
		width: 100%;
	}
	.sub-menu .flex > li {
		width: 100%;
	}

	.footer-wrapper > div {
	    padding: 45px 0 35px;
		background: none;
	}
	.footer-wrapper .table,
	.footer-wrapper .cell {
		display: block;
	}
	.footer-wrapper .cell:first-child {
		width: 100%;
		margin-bottom: 20px;
		text-align: inherit;
	}
	.footer-wrapper .cell:last-child {
		width: 100%;
		margin-top: 20px;
		text-align: inherit;
	}
	.footer-wrapper .logo {
		width: 115px;
	}
	.footer-wrapper h4,
	.social a:first-child {
    	margin: 0;
	}
	.social {
	    margin: 16px 0 30px;
	}
	.social [class*="fa-"] {
		margin-left: 14px;
    	font-size: 22px;
	}
	.jbsystem {
		background-position: center center;
	}

	/*=== Navigation ===*/
	#nav-btn {
	    display: inline-block;
        margin: 0 0 0 15px;
	    vertical-align: middle;
	}
	#nav-close-btn {
		position: absolute;
		top: 35px;
		right: 55px;
		display: block;
		z-index: 5;
	}
	.main-nav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		max-width: 60%;
		width: 0;
		margin: 0;
		-webkit-transition: all 0.6s ease 0s;
	    -moz-transition: all 0.6s ease 0s;
		-ms-transition: all 0.6s ease 0s;
		-o-transition: all 0.6s ease 0s;
		transition: all 0.6s ease 0s;
		color: #fff;
		background-color: #171816;
		overflow: hidden;
		overflow-y: auto;
		z-index: 110;
	}
	.open .main-nav {
		width: 100%;
		-webkit-transition: all 0.8s ease 0s;
	    -moz-transition: all 0.8s ease 0s;
		-ms-transition: all 0.8s ease 0s;
		-o-transition: all 0.8s ease 0s;
		transition: all 0.8s ease 0s;
	}
	.main-nav nav {
		position: relative;
		min-width: 415px;
		padding: 80px 80px 40px 40px;
		text-align: left;
	}
	.nav-menu {
		margin: 0;
		text-align: left;
	}
	.nav-menu > li {
		display: block;
		margin: 0;
	}
	.nav-menu > li.has-child {
		position: relative;
	}
	.nav-menu .from-top {
		line-height: 32px;
		text-transform: uppercase;
	}
	.nav-menu .from-top,
	.nav-menu > li > a {
		display: block;
		padding: 12px 30px 8px 20px;
	    border-bottom: 1px solid #000;
	    -webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
    	-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
	    box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
	    font-size: 20px;
	}
	.nav-menu > li.store-hours {
		border: none;
		box-shadow: none;
	}
	.nav-menu > li:last-child,
	.nav-menu > li:last-child > a {
		border-bottom: 0;
	    -webkit-box-shadow: none;
    	-moz-box-shadow: none;
	    box-shadow: none;
	}
	.nav-menu > li > a:after {
		content: none;
	}
	.nav-menu li a:hover {
		color: inherit;
	}
	.nav-menu li.active > a:hover {
		color: #f47621;
	}

	.sub-ctrl {
	    position: absolute;
	    top: 8px;
	    right: 0;
	    width: 30px;
	    height: 40px;
	    text-align: center;
		cursor: pointer;
		z-index: 1;
	}
	.sub-ctrl:after {
	    content: "\f105";
	    font: 22px/40px Font Awesome\ 5 Pro;
	    font-weight: bold;
	}
	.sub-ctrl.show {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.sub-menu {
		position: static;
		display: none;
	    width: 100%;
	    margin: 0 !important;
        padding: 10px 25px;
        border-bottom: 0;
	    text-align: inherit;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform:none;
		-o-transform: none;
		transform: none;
		-webkit-transition: none;
		-moz-transition: none;
	 	-ms-transition: none;
		-o-transition: none;
		transition: none;
		background-color: transparent;
		background: none;
		opacity: 1;
		visibility: visible;
	}
	.sub-menu .container {
		padding: 0;
	}
	.sub-menu .table,
	.sub-menu .cell {
		display: block;
		padding: 0;
	}
	.sub-menu .navigation-img {
		display: none;
	}
	.sub-menu .flex {
		display: block;
		padding: 0;
	}
	.sub-menu ul li a {
		display: block;
    	padding: 2px 10px;
	}

	.banner-text {
		max-width: 650px;
	}
	.large-text {
		font-size: 80px;
	}
	.quick-links-wrapper .container > .table {
    	height: 260px;
	}
	.quick-links-wrapper .container > .table > .cell {
    	padding: 4px;
	}
	.quick-links-wrapper .cell .cell {
    	padding: 50px 20px 30px;
	}
	.quick-links-wrapper h3 {
		margin-bottom: 12px;
		font-size: 52px;
	}
	.text-box,
	.testimonials-wrapper .slick-list,
	.striped {
		width: 80%;
	}
	.breadcrumbs {
    	margin-bottom: 25px;
	}
	.toggle-wrapper {
    	max-width: 90%;
	}
	.parallax {
    	height: 450px;
	}
	.parallax h3 {
		font-size: 52px;
	}

	.main-content .container > .table,
	.main-content .col-left,
	.main-content .col-right,
	.menu-item > .cell,
	.table-tiles .cell {
		display: block;
	}
	.main-content .sidebar {
    	margin: 0 auto;
    	padding-top: 30px;
    	padding-left: 0;
    	width: 100%;
    	max-width: 350px;
	}
	.table-tiles .table {
		display: block;
		height: auto !important;
	}
	.table-tiles .cell:not(.cstm-width) {
		padding: 20px;
	}
	.table-tiles .table:first-child .cell:not(.cstm-width) {
		padding: 0 20px 20px;
	}
	.table-tiles .cstm-width {
		width: 100%;
	}
	.cstm-width .inner-box {
		max-width: 100%;
	}
	.table-tiles .img-box {
	    width: 55%;
	    height: 400px;
	    margin: 0 auto;
	}

	.menu-wrapper {
    	margin-top: 35px;
	}
	.menu-item > .cell:first-child {
		width: 100%;
		text-align: center;
		font-size: 0;
	}
	.menu-item > .cell:first-child > div {
		display: inline-block;
		width: 50%;
		vertical-align: top;
		font-size: 14px;
	}
	.menu-item > .cell:first-child > div:last-child {
		padding: 0 20px 0 10px;
	}
	.menu-item > .cell:last-child {
    	padding: 40px 20px 10px;
	}
	.menu-item .text-box {
		padding: 0 10px 0 20px;
		text-align: left;
	}
	.menu-item .text-box > div {
		padding-right: 0;
	}
	.menu-item .price {
	    position: static;
	    display: block;
	    margin-bottom: 10px;
	}
}

@media screen and (max-width: 830px) {
	.product-list > a {
		width: 49%;
	}
}

@media screen and (max-width: 770px) { /* Tablet View */
	body {
		cursor: pointer; /* iOS Clicking Fix */
	}
	h1,
	#home h1 {
		line-height: 48px;
		font-size: 48px;
	}
	h2,
	.menu-item h2 {
		line-height: 42px;
		font-size: 42px;
	}
	h2 span {
		line-height: 28px;
		font-size: 18px;
	}
	h3 {
		line-height: 38px;
		font-size: 38px;
	}

	#nav-close-btn {
    	right: 40px;
    }
	.main-nav nav {
		min-width: 392px;
		padding: 80px 40px 40px;
	}
	.nav-menu .from-top,
	.nav-menu > li > a {
		font-size: 18px;
	}

	.btn {
		min-width: 150px;
    	padding: 12px 20px 11px;
    	font-size: 16px;
	}
	.large-text {
    	line-height: 80px;
	}
	.sub-banner {
    	height: 190px;
	}
	.quick-links-wrapper .container > .table {
		display: block;
		height: auto;
		font-size: 0;
	}
	.quick-links-wrapper .container > .table > .cell {
		display: inline-block;
		width: 50%;
		padding: 8px;
		font-size: 14px;
	}
	.quick-links-wrapper .cell .cell {
    	padding: 40px 30px;
	}
	.quick-links-wrapper .img-box {
		height: 290px;
	}
	.quick-links-wrapper .img-box:hover:after,
	.social-wrapper .img-box:after,
	.social-wrapper .img-box:hover:after {
    	background: rgba(23,24,22,.25);
	}
	.quick-links-wrapper .img-box:hover h3 {
		color: inherit;
	}
	.quick-links-wrapper .btn,
	.social-wrapper .text-box {
		opacity: 1;
		visibility: visible;
	}
	.quick-links-wrapper p {
    	margin-bottom: 16px;
	}

	.social-section {
		padding-bottom: 0;
	}
	.social-wrapper {
		width: 100%;
		margin: 0;
	}
	.social-wrapper .img-box > i {
		display: none;
	}
	.text-box,
	.testimonials-wrapper .slick-list {
		width: 100%;
	}
	.testimonials-wrapper h3:after {
		margin: 12px auto 0;
	}
	.toggle-wrapper {
    	max-width: 100%;
	}
	.head-toggle {
		line-height: 26px;
		font-size: 16px;
	}
	.head-toggle:before,
	.head-toggle:after {
		width: 16px;
		margin-top: -1px;
	}
	.parallax {
    	height: 400px;
	}

	.menu-item .img-box {
    	height: 350px;
	}
	.menu-item h2 {
		margin: -4px 0 22px;
	}
}

@media screen and (max-width: 670px) { /* Phone View */
	#main-banner:before {
		display: none;
	}
	#main-banner .large-text {
		padding-top: 0;
	}

	.main-nav {
		max-width: 80%;
	}
	.main-nav nav {
		min-width: 384px;
	}

	.large-text {
		line-height: 56px;
    	font-size: 64px;
	}
	.banner .single-banner {
		background-attachment: scroll;
	}
	.banner-text .btn {
		margin-top: 0;
	}
	.banner-content {
		margin: 16px 0;
	}
	.quick-links-wrapper .container {
    	padding: 0 20px;
	}
	.quick-links-wrapper .container > .table > .cell {
		width: 350px;
		padding: 8px 0;
	}
	.quick-links-wrapper .img-box,
	.social-wrapper .img-box {
    	height: 270px;
	}
	.content-toggle {
    	padding: 0 0 25px 25px;
	}
	.table-tiles .img-box {
		width: 400px;
		height: 360px;
	}
	.striped {
		width: 90%;
	}
	.footer-wrapper p {
		display: block;
		margin-bottom: 0;
	}
	.contact-list li:after {
		margin: 0 10px 0 15px;
	}

	.menu-item {
    	margin-bottom: 40px;
	}
	.menu-item > .cell:first-child > div {
		display: block;
		width: 100%;
	}
	.menu-item > .cell:first-child > div:last-child,
	.menu-item .text-box {
		padding: 0 20px;
	}
	.inner-slider {
		width: 350px;
		margin: 0 auto 20px !important;
	}
	.menu-list,
	.menu-list .cell {
		display: block;
	}
	.menu-list .cell:first-child,
	.menu-list .cell:last-child {
		padding: 0;
	}
	.flex-layout > div[class*="flex-text"]{
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.flex-layout > div[class*="flex-text"] + div[class*="flex-text"] {
		padding-top: 30px;
	}
	.flex-layout > .flex-img {
		width: 100%;
		padding-top: 30px;
	}
	
	.product-page {
		flex-wrap: wrap;
	}
	.product-page > * {
		width: 100%;
	}
	.product-page > div:first-child {
		margin: 0 auto;
		width: 90%;
		height: 300px;
	}
}

@media screen and (max-width: 550px) {
	.product-list > a {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	h1,
	#home h1 {
	    line-height: 40px;
	    font-size: 36px;
	}
	h1 span {
		margin-bottom: 0;
		font-size: 14px;
	}
	h2,
	.menu-item h2 {
    	line-height: 38px;
    	font-size: 34px;
	}
	h2:after {
		height: 3px;
	}
	h2 span {
		font-size: 16px;
	}
	h3 {
		font-size: 32px;
	}
	h4 {
		line-height: 26px;
		font-size: 15px;
	}
	.top-menu {
		display: none;
	}
	.header-menu .logo-mobile {
	    top: -50px;
		width: 115px;
	}
	#nav-close-btn {
	    top: 30px;
    	right: 30px;
	}
	.main-nav {
		max-width: 95%;
	}
	.main-nav nav {
	    min-width: 340px;
	    padding: 70px 30px 30px;
	}
	.nav-menu li a {
		font-size: 14px;
	}
	.nav-menu .from-top,
	.nav-menu > li > a {
		padding: 10px 30px 6px 15px;
		font-size: 16px;
	}
	.sub-menu {
	    padding: 8px 20px;
	}
	.sub-ctrl {
		top: 6px;
	}

	.btn + .btn {
		margin-left: 0;
	}
	.banner {
		min-height: auto;
	}
	.large-text {
    	line-height: 47px;
    	font-size: 47px;
	}
	.sub-banner {
    	height: 180px;
	}
	#inner .quick-links-wrapper {
		padding: 8px 0;
	}
	.quick-links-wrapper .container > .table > .cell,
	.table-tiles .img-box {
    	width: 320px;
	}
	.quick-links-wrapper .img-box {
		height: 250px;
	}
	.quick-links-wrapper h3 {
	    margin-bottom: 6px;
	    font-size: 44px;
	}
	.testimonials-wrapper h3 {
		padding-bottom: 38px;
	}
	.testimonials-wrapper h3:after {
		width: 60%;
		height: 3px;
	    margin: 6px auto 0;
	}
	.breadcrumbs {
    	margin-bottom: 20px;
	}
	.box-toggle {
		border-width: 3px;
	}
	.head-toggle {
	    padding: 13px 45px 11px 0;
	}
	.head-toggle:before,
	.head-toggle:after {
		right: 10px;
	}
	.parallax {
    	height: 340px;
	}
	.parallax h3 {
    	font-size: 44px;
	}
	.striped {
		width: 100%;
	}
	.striped li,
	.striped li:nth-child(odd) {
	    padding: 9px 20px 8px;
	}
	.inner-slider {
    	width: 320px;
	}

	.footer-wrapper {
		font-size: 12px;
	}
	.footer-wrapper .logo {
    	width: 100px;
	}
	.footer-wrapper p,
	.footer-wrapper li {
		letter-spacing: normal;
	}
}

@media screen and (max-width: 380px) {
	.product-page .add-to-cart {
		justify-content: center;
	}
	.add-to-cart > p {
		margin: 0 20px 20px;
	}
	.add-numbers {
		margin: 0 0 20px 0;
	}
	.product-options .note {
		text-align: center;
	}
}

@media screen and (max-width: 360px) {
	input:not([type="number"]):not([type="submit"]) {
		min-width: 225px;
	}
	#nav-close-btn {
		right: 20px;
	}
	.main-nav nav {
		min-width: 300px;
		padding: 80px 20px 25px;
	}
	.quick-links-wrapper .container > .table > .cell,
	.inner-slider {
		width: 100%;
	}
	.social-wrapper .img-box {
    	height: 250px;
	}
	.table-tiles .img-box {
		width: 100%;
		height: 300px;
	}
	.menu-item .img-box {
    	height: 300px;
	}
}