@import url('https://fonts.googleapis.com/css?family=Rasa:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Muli:400,700');
/**************************** Custom Colors & Fonts ********************************/
/* = DEFAULT STYLES = */
html, body {
	margin: 0;
	font-size: 16px;
	font-family: 'Rasa', serif;
}
a {
	font-weight: bold;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	text-decoration: none;
}
a:hover, a:focus {
	outline: none;
	text-decoration: none;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	text-decoration: none;
}
p {
	margin: 20px 0;
	line-height: 1.75em;
	font-family: 'Muli', sans-serif;
}
h1 {
	font-size: 32px;
	text-align: center;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0;
}
h2 {
	font-size: 20px;
}
h2.message {
	font-size: 50px;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
h3 {
	font-size: 20px;
	margin: 0;
}
/* = Lists = */
.main-inner ul, .service ul {
	display: inline-block;
	text-align: left;
}
/* Buttons */
.btn {
	border-radius: 0px;
	color: #fff;
}
.btn:hover, .btn:focus {
	color: #fff;
}
.menu-button {
	text-align: center;
	margin-bottom: 20px;
}
/* = HEADER = */
header {
	padding: 20px 0;
}
.logo img:hover, .logo img:focus {
	opacity: .8;
}
.logo img {
	max-height: 250px;
}
/* = CALL TO ACTION = */
#c2a {
	text-align: center;
	padding: 10px 0;
	color: #fff;
	font-family: 'Muli', sans-serif;
}
#c2a a {
	color: #fff;
}
#c2a a:hover, #c2a a:focus {
	text-decoration: none;
	color: #999;
}
/* = NAVIGATION = */
nav {
	margin-top: 20px;
}
.navbar-default {
	list-style: none;
	border-radius: 0px;
	border: 0;
	background: transparent;
	text-align: center;
	margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	letter-spacing: 2px;
	position: relative;
	padding: 15px 10px;
}
.navbar-default .navbar-nav>li>a:before, .navbar-default .navbar-nav>li>a:after {
	content: '';
	position: absolute;
	transition: transform .5s ease;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-color: darken(#593D36, 10%);
}
.navbar-default .navbar-nav>li>a:before {
	border-width: 2px 0 2px 0;
	transform: scaleX(0);
}
.navbar-default .navbar-nav>li>a:after {
	border-width: 0 2px 0 2px;
	transform: scaleY(0);
}
.navbar-default .navbar-nav>li>a:hover:before, .navbar-default .navbar-nav>li>a:hover:after {
	transform: scale(1, 1);
}
.navbar-nav>li {
	list-style: none;
	padding: 10px 15px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #593D36;
	background: transparent;
}
.navbar-default li.active a {
	color: #593D36;
	background: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #593D36;
	background: transparent;
}
.navbar-default .navbar-nav>li>a:focus {
	color: #593D36;
	background: transparent;
}
.navbar-toggle {
	background: #593D36;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #593D36;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}
.dropdown-menu {
	background: rgba(0, 0, 0, 0.5);
	box-shadow: none;
	border-top: 2px solid #fff;
	border-radius: 0px;
	padding: 5px;
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 2px;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown-menu>li>a {
	color: #fff;
}
.menu-dropdown-mobile-menu-container {
	display: none;
}
#nav {
	display: none;
	z-index: 9;
}
.home-link, .head-directions, .head-phone, .head-hours {
	display: none;
}
/* Centering Nav */
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	margin-bottom: -5px;
	padding: 0;
}
.navbar .navbar-collapse {
	text-align: center;
}
/* = BANNER = */
#banner .carousel-inner img {
	width: 100%;
}
.banner-inner img {
	width: 100%;
}
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	z-index: 1;
}
.carousel.fade .item:first-child {
	top: auto;
	position: relative;
}
.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	z-index: 2;
}
.carousel-indicators {
	z-index: 3;
}
/* Carousel Controls */
.carousel-control {
	z-index: 8;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* = FEATURE = */
#feature {
	padding-bottom: 50px;
	text-align: center;
}
#feature h2 {
	margin-bottom: 30px;
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	border-bottom: 1px solid #000;
}
.feature-box img {
	width: 100%;
}
.feature-box {
	overflow: hidden;
	position: relative;
}
.feature-box a {
	position: absolute;
	bottom: 15px;
	right: 0;
	color: #000;
	background: rgba(255, 255, 255, 0.7);
	padding: 10px;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size: 14px;
	width: 100%;
}
.feature-box a:hover {
	background: #fff;
	bottom: 23px;
	right: 0;
	padding: 17px;
	text-decoration: none;
}
/* = MAIN = */
main {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	color: #000;
	font-size: 16px;
}
.about-image {
	padding-top: 20px;
}
/* = FLOATED IMAGES = */
img.pull-left {
	margin: 20px 20px 20px 0px;
}
img.pull-right {
	margin: 20px 0px 20px 20px;
}
/* = CONTACT INFO = */
#contact-info {
	text-align: left;
	padding: 30px 0;
}
#contact-info h2 {
	color: #000;
	font-weight: bold;
}
#contact-info ul {
	padding: 0;
	list-style: none;
}
#contact-info ul.hours {
	margin: 0;
}
#contact-info ul.hours li {
	padding: 5px 0;
	border-bottom: 1px solid #999;
}
#contact-info ul.hours span {
	float: right;
}
#contact-info a {
	color: #000;
}
#contact-info a:hover, #contact-info a:focus {
	text-decoration: none;
	color: #fff;
}
#contact-info .social {
	font-size: 28px;
}
.contact-info {
	margin: 8px auto;
	display: block;
}
/* = FOOTER = */
footer {
	text-align: center;
	padding: 20px 0;
}
footer a {
	color: #ccc;
}
footer a:hover, footer a:focus {
	text-decoration: none;
	color: #fff;
}
/* = SITEMAP PAGE = */
ul.sitemap-page {
	display: block;
	padding: 0;
	text-align: center;
}
ul.sitemap-page li {
	list-style: none;
}
ul.sitemap-page li a {
	font-weight: bold;
	text-align: center;
	font-size: 36px;
}
ul.sitemap-page li a:hover {
	color: #000;
}
/* = Services = */
.facility h2 {
	font-size: 30px;
	border-bottom: 3px solid #000;
}
.facility h2 {
	margin-top: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
.facility-video {
	margin: 20px 0;
}
.service {
	padding-bottom: 20px;
}
.inspire-quote {
	margin-bottom: 40px;
}
/* Gallery */
.brand {
	margin: 0 auto;
	text-align: center;
	width: 500px;
	border: 1px solid #000;
	position: relative;
	display: flex;
	justify-content: center;
}
.brand img {
	padding-bottom: 20px;
	padding-top: 40px;
}
.brand-heading {
	position: absolute;
	color: #fff;
	background: #575757;
	padding: 10px;
	width: 90%;
	bottom: 95%;
	font-size: 25px;
}
.brand-carousel {
	padding-top: 50px;
}
.gallery-section-heading {
	text-align: center;
}
#brand-slider-2 {
	padding: 50px 15px;
}
.brand-sliders .carousel-indicators {
	margin: 0 auto;
	left: 20%;
	bottom: 0;
}
.brand-sliders .carousel-indicators li {
	background-color: #b4c4ac;
}
.brand-sliders .carousel-indicators .active {
	background-color: #536f5c;
}
/* CONTACT PAGE */
#contact-section {
	padding-bottom: 30px;
}
.jumbotron-sm h2 {
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.jumbotron-sm {
	font-weight: bold;
	border: 3px solid transparent;
	padding: 24px 0;
	border-radius: 0 !important;
	margin: 0 0 4% 0;
}
.location-container {
	padding: 2em;
	margin: 1em auto;
	font-weight: bold;
	border: 3px solid transparent;
}
span.company-heading {
	font-size: 24px;
	color: #333;
	text-align: center;
	display: block;
	width: 100%;
}
span.company-address {
	font-size: 18px;
	text-align: center;
	display: block;
	width: 100%;
	color: #333;
}
span.company-address a {
	text-align: center;
	font-size: 18px;
	display: inline;
	color: #593D36;
}
span.company-address a:hover {
	text-decoration: none;
}
legend {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 100%;
}
.contact-page-info h2, .contact-page-info strong, .contact-page-info a {
	text-align: center;
}
legend, address {
	margin-bottom: 0px !important;
	border: 0;
}
/* -- GOOGLE MAP -- */
.googlemap-container {
	position: relative;
	padding-top: 68.5%;
	max-width: none;
	margin: 0 auto;
}
.googlemap-container iframe, .googlemap-container object, .googlemap-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
/* = Gravity Form Styles = */
#contact-page-form {
	padding: 20px 30px 30px;
}
#contact-page-form form input, #contact-page-form form textarea {
	display: block;
	font-size: 16px;
	color: #000;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	height: 34px;
	border-radius: 4px;
	width: 100%;
	color: #222;
	padding: 6px 12px;
	line-height: 1.42857143;
}
#contact-page-form form textarea {
	height: 90px;
}
#contact-page-form form input.gform_button {
	color: #fff;
}
#contact-page-form form input.gform_button:hover, #contact-page-form form input.gform_button:active {
	color: #fff;
}
#contact-page-form form label, #contact-page-form form input.gform_button {
	font-family: 'Muli', sans-serif;
}
#contact-page-form label.contactpage-label {
	color: #333;
	font-weight: bold;
	cursor: pointer;
}
#contact-page-form .gform_wrapper ul.gform_fields li.gfield {
	margin-top: 15px !important;
	padding-right: 0px !important;
}
#contact-page-form .gform_wrapper ul li.gfield {
	margin-top: 0px !important;
}
#contact-page-form .gform_wrapper {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
#contact-page-form .gform_wrapper .gform_footer {
	margin-top: 20px !important;
	padding-top: 0px !important;
}
#contact-page-form .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
}
#contact-page-form input#gform_submit_button_1 {
	width: 100%;
}
/* = MEDIA QUERIES= */
@media screen and (max-width: 1200px) {
	#c2a {
		font-size: 12px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
	}
	.hours {
		margin: 0 15px;
	}
	#contact-info {
		font-size: 14px;
	}
	.carousel-caption h2 {
		font-size: 20px;
	}
	.feature-text p {
		font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
	.home main img {
		margin-bottom: 20px;
	}
	/*Mobile Nav Styles*/
	#c2a {
		padding: 0;
	}
	header {
		margin-top: 100px;
	}
	header nav {
		padding: 0;
	}
	.dropdown-toggle::after {
		display: none !important;
	}
	ul.sub-menu {
		display: block;
		opacity: 0;
		min-width: 0;
		top: 0;
		left: -20px;
		padding-bottom: 10px;
		width: 100%;
		padding: 10px;
		background: #593D36;
		z-index: -1;
		position: absolute;
		list-style: none;
		padding: 0;
	}
	.sub-menu>li>ul {
		left: -10px;
		top: -5px;
	}
	ul.nav-list {
		padding: 0;
		list-style: none
	}
	ul.nav-list a {
		color: #fff;
		font-size: 16px;
	}
	.caret {
		border: none;
		height: 15px;
		width: 15px;
		position: relative;
		margin-left: 10px;
		margin-top: -3px;
		font-size: 22px;
	}
	.back {
		text-align: center;
		font-size: 22px;
		position: relative;
		display: block;
		text-align: center;
	}
	.caret::after {
		content: "\f105";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 999;
		transform: translate(-50%, -50%);
		color: #fff;
	}
	.back::after {
		content: "\f077";
		cursor: pointer;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		z-index: 999;
		color: #fff;
		left: 50%;
	}
	.slide-in-right {
		animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		z-index: 9999 !important;
		border: 1px solid #fff;
	}
	.slide-out-right {
		animation: slide-out-right 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		z-index: -999 !important;
		border: 1px solid #fff;
	}
	@-webkit-keyframes move_fade_down {
		0% {
			-webkit-transform: translate(0, 0);
			opacity: 1
		}
		50% {
			-webkit-transform: translate(0, 5px) scale(.95);
			opacity: .75
		}
		100% {
			-webkit-transform: translate(0, 0);
			opacity: 1
		}
	}
	@keyframes move_fade_down {
		0% {
			transform: translate(0, 0);
			opacity: 1
		}
		50% {
			transform: translate(0, 5px) scale(.9);
			opacity: .75
		}
		100% {
			transform: translate(0, 0);
			opacity: 1
		}
	}
	@-webkit-keyframes move_fade_side {
		0% {
			-webkit-transform: translate(0, 0);
			opacity: 1
		}
		50% {
			-webkit-transform: translate(5px, 0) scale(.95);
			opacity: .75
		}
		100% {
			-webkit-transform: translate(0, 0);
			opacity: 1
		}
	}
	@keyframes move_fade_side {
		0% {
			transform: translate(0, 0);
			opacity: 1
		}
		50% {
			transform: translate(5px, 0) scale(.9);
			opacity: .75
		}
		100% {
			transform: translate(0, 0);
			opacity: 1
		}
	}
	@keyframes slide-in-right {
		0% {
			transform: translateX(100px) translateY(0px);
			opacity: 0;
		}
		100% {
			transform: translateX(0px) translateY(15px);
			opacity: 1;
		}
	}
	@keyframes slide-out-right {
		0% {
			transform: translateX(-20px) translateY(15px);
			opacity: 1;
		}
		100% {
			transform: translateX(100px) translateY(0px);
			opacity: 0;
		}
	}
	.menu-dropdown-mobile-menu-container {
		display: block;
	}
	#menu-main-menu {
		display: none;
	}
	.social a {
		color: #fff;
		padding-left: 8px;
		padding-right: 8px;
		border-right: 1px solid #fff;
		font-size: 20px;
	}
	.nav.sticky {
		top: 0 !important;
	}
	.nav {
		position: absolute;
		top: 100%;
		top: 0;
		left: 0;
		right: 0;
		height: 50px;
	}
	.navbar {
		display: none;
		position: fixed;
		right: 0;
		z-index: 9;
	}
	.navbar.sticky {
		top: 50px !important;
		position: fixed;
	}
	.navbar-nav>li {
		display: block;
		float: none;
	}
	.navbar-nav>li a {
		color: #fff;
		display: block;
		padding: 5px 20px;
	}
	#nav {
		display: block;
	}
	.mobile-nav {
		height: 100%;
	}
	.mobile-list {
		list-style: none;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: space-around;
		padding: 0;
		height: 100%;
		margin-bottom: 0;
	}
	.menu-mobile-menu-container {
		height: 100%;
	}
	.nav-toggler {
		position: relative;
		text-align: center;
		color: #fff;
		font-weight: 600;
		width: 55px;
		transition: all ease-in-out .3s;
		display: flex;
		flex-flow: row-reverse nowrap;
		align-items: center;
		cursor: pointer;
		padding: 10px 10px;
	}
	.nav-toggler .toggle-more {
		transform: rotate3d(1, 0, 0, 0deg);
		float: left;
		opacity: 1;
	}
	.nav-toggler .toggle-less {
		opacity: 0;
	}
	.nav-toggler .toggle-text {
		width: 40px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.nav-toggler .toggle-text, .nav-toggler .fas {
		transition: all ease-in-out .3s;
	}
	.nav-toggler .fas {
		color: #fff;
		font-size: 14px;
		line-height: 1;
		position: absolute;
		top: 4px;
		right: 5px;
	}
	.nav-toggler.active .toggle-more {
		transform: rotate3d(1, 0, 0, 180deg);
		float: left;
		opacity: 0;
	}
	.nav-toggler.active .toggle-less {
		transform: none;
		float: left;
		opacity: 1;
	}
	.nav-toggler.active .fas {
		transform: rotate3d(1, 0, 0, 180deg);
	}
	.mobile-list a {
		color: #fff;
		padding: 5px 10px;
	}
	.navbar-nav {
		padding-left: 0;
	}
	.navbar-collapse {
		display: block;
		border-top: none;
	}
	.top-wrapper {
		margin-bottom: 50px;
	}
	.social .home-link {
		margin-left: 0;
		padding-left: 8px;
	}
	.social .social-text {
		display: inline-block;
		padding-left: 5px;
	}
	.social .home-link {
		display: inline-block;
		float: left;
		padding-left: 0;
		width: 50px;
	}
	.social a:not(.home-link) {
		border-right: none;
		font-size: 14px;
		line-height: 2em;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-grow: 1;
	}
	.social a:not(.home-link):not(.head-directions):not(.head-phone):not(.head-hours):not(.head-letter) {
		display: none;
	}
	#c2a .social {
		position: fixed !important;
		top: 0;
		left: 0;
		right: 0;
		height: 50px;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 10;
	}
	.social .row {
		width: 100%;
	}
	.nav {
		position: fixed;
		top: 50px;
	}
	.social [class^="col-"] {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.navbar {
		display: none;
		left: auto;
		height: auto;
		top: 100px;
	}
	nav {
		margin-top: 0;
	}
	.c2a {
		display: none;
	}
	.dropdown .dropdown-menu {
		position: relative;
		display: block;
		float: none !important;
		visibility: visible;
		width: 100%;
		text-align: center;
		left: 0;
	}
	.navbar-default .navbar-nav>li>a {
		color: #fff;
	}
}
@media screen and (max-width: 767px) {
	img.pull-right, img.pull-left {
		float: none !important;
		margin: 0 auto;
	}
	.feature-box {
		padding-bottom: 15px;
	}
	.feature-box a {
		bottom: 30px;
		right: 0;
		left: 0;
	}
	.feature-box a:hover {
		left: 0;
	}
}
@media screen and (max-width: 384px) {
	#feature .col-xs-6 {
		width: 100%;
	}
}
body, h1, h2, h3, h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p {
	font-family: 'Muli', sans-serif;
}
.flex-row {
	display: flex;
}
.btn {
	white-space: normal;
}
header nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 20px;
}
header nav .address {
	display: none;
}
header nav .phone {
	display: none;
}
header nav a {
	color: #fff;
}
header nav .navbar {
	min-height: 0;
	flex-grow: 1;
}
header nav.navbar-fixed-top .address {
	display: block;
}
header nav.navbar-fixed-top .phone {
	display: block;
}
.navbar-default .navbar-nav>li {
	padding: 10px 5px;
}
.feature-box a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.feature-box a:hover {
	padding: 17px 10px;
}
/* === Contact Page */
.jumbotron {
	color: #fff;
	min-height: 212px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.jumbotron h3 {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: 700;
}
.jumbotron p {
	font-size: 18px;
	margin: 0;
	color: #000;
}
.location-container {
	margin-top: 0;
	margin-bottom: 22px;
}
.map iframe {
	height: 425px;
	max-width: 100%;
}
span.company-address a {
	font-size: 20px;
}
.specials {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.specials .special {
	flex: 0 0 calc(50% - 30px);
	text-align: center;
	border: 2px dashed #000;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}
.specials .special .special-heading h2 {
	color: #fff;
	padding: 10px;
	margin: 0;
}
.specials .special .content-row {
	display: flex;
	padding: 5px;
	align-items: center;
	height: 100%;
}
.specials .special .content-row .image {
	flex: 0 0 40%;
	margin-right: 20px;
}
.specials .special .content-row .content {
	flex: 1 1 auto;
}
.specials .special h2 {
	border: none;
	margin-top: 0;
	font-size: 26px;
	margin: 5px 0;
}
.specials .special h3 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0;
}
.specials .special p {
	margin: 0;
	line-height: 1;
	margin-bottom: 5px;
}
.specials .special em {
	font-size: .8em;
	line-height: 1;
}
.full-menu {
	text-align: center;
	margin-bottom: 30px;
}
/* Reviews Slider */
.vertical-slider {
	overflow: hidden;
	margin-bottom: 30px;
}
.vertical-slider .items {
	transition: transform ease .3s;
}
.vertical-slider .item {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.vertical-slider .arrows {
	flex: 0 0 auto;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	font-size: 30px;
}
.vertical-slider .arrow {
	cursor: pointer;
}
.vertical-slider.first.last .arrows {
	display: none;
}
.vertical-slider.first .prev {
	opacity: .3;
	cursor: default;
}
.vertical-slider.last .next {
	opacity: .3;
	cursor: default;
}
#contact-info h2, #contact-info, #contact-info a {
	color: #fff;
}
#contact-info a:hover,
#contact-info a:focus {
	color: #000;
}
@media screen and (max-width: 991px) {
	.specials .special {
		flex-basis: 100%;
	}
	header nav {
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	.specials .special .content-row {
		flex-direction: column;
	}
	.specials .special .content-row .image {
		margin-right: 0;
	}
}
@media print {
	body.page-template-page-specials> :not(.specials-section) {
		display: none;
	}
	body.page-template-page-specials .specials .special .content-row .image {
		display: none;
	}
	body.page-template-page-specials .full-menu {
		display: none;
	}
	body.page-template-page-specials .specials {
		display: block;
	}
	body.page-template-page-specials .specials .special h2 {
		margin-top: 0;
	}
	body.page-template-page-specials .specials .special .content-row {
		padding-top: 0;
	}
	body.page-template-page-specials .specials .special .special-heading h2 {
		padding-bottom: 0;
	}
	body.page-template-page-specials .specials .special {
		page-break-inside: avoid;
	}
	body.page-template-page-specials .specials .special {
		page-break-inside: avoid;
		display: inline-block;
		max-width: calc(50% - 44px);
		margin: 0 20px 10px;
	}
}
body.ie .menu-items .menu-item .description {
	flex: 1 0 auto;
}
body.ie .pizza-layout .menu-row .images {
	flex: 1 0 auto;
}
/* Menu */
.menu-nav {
	display: flex;
	padding-top: 20px;
	align-items: center;
}
.menu-nav .nav-heading {
	font-size: 20px;
	flex-shrink: 0;
	padding-right: 30px;
	margin-right: 10px;
	position: relative;
}
.menu-nav .nav-heading:after {
	content: '{';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 52px;
}
.menu-nav .links {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.menu-nav .link {
	padding: 8px;
}
.menu-nav .link.full-menu {
	margin-bottom: 0;
}
.menu-sections {
	display: flex;
	flex-wrap: wrap;
}
.menu-section {
	flex: 1 0 100%;
	border-bottom: 2px dashed rgba(0, 0, 0, 0.05);
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.menu-section .section-heading {
	text-align: center;
	margin-bottom: 10px;
}
.menu-section .section-heading h2 {
	margin-top: 0;
	font-size: 32px;
	font-weight: 700;
}
.menu-section .description {
	text-align: center;
	font-size: .8em;
	line-height: 1.75em;
	font-family: 'Muli', sans-serif;
	margin: 10px 0;
}
.menu-section .description p {
	margin: 0;
}
.menu-section .images {
	display: flex;
	justify-content: center;
}
.menu-section .images .image {
	padding: 0 15px 0 0;
	flex: 1 1 auto;
}
.menu-section .images .image img {
	width: 100%;
}
.menu-section .back-to-top {
	margin-top: 16px;
	text-align: center;
	display: block;
	background: none;
}
.menu-section .back-to-top .btn {
	text-transform: capitalize;
	font-weight: 400;
	padding: 4px 8px;
	font-size: 14px;
}
.menu-section .description h3 {
	font-size: 26px;
}
.menu-section.heading-section .back-to-top {
	display: none;
}
.menu-section.sub-section {
	flex: 1 0 50%;
	position: relative;
	padding-bottom: 42px;
}
.menu-section.sub-section .back-to-top {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.menu-items.columns {
	display: flex;
	flex-wrap: wrap;
}
.menu-items.columns>.col {
	flex: 1 0 50%;
}
.menu-items.columns>.col-three {
	flex: 1 0 33%;
}
.menu-items.columns .menu-item .heading-row {
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.menu-items.columns .menu-item .heading-row .prices {
	flex-grow: 0;
	font-size: .8em;
	line-height: 1.75em;
	font-family: 'Muli', sans-serif;
	flex-wrap: wrap;
}
.menu-items.columns .menu-item .sub-item {
	justify-content: flex-start;
}
.menu-items.columns .menu-item .sub-item .price {
	margin-left: 5px;
	line-height: 1.75em;
	font-family: 'Muli', sans-serif;
}
.menu-items:not(.columns) .menu-item .heading-row .prices .price {
	flex: 0 1 auto;
	font-size: .8em;
	line-height: 1.75em;
	font-family: 'Muli', sans-serif;
}
.menu-items .menu-item {
	padding: 5px 30px;
	display: flex;
	flex-direction: column;
}
.menu-items .menu-item .item-heading {
	font-size: 18px;
	font-weight: 700;
}
.menu-items .menu-item .heading-row {
	display: flex;
	justify-content: flex-start;
}
.menu-items .menu-item .heading-row .prices {
	display: flex;
	flex-grow: 0;
	justify-content: flex-end;
}
.menu-items .menu-item .heading-row .prices.center {
	flex-grow: 1;
}
.pizza-layout .menu-items .menu-item .heading-row .prices {
	flex-grow: 1;
	margin-left: 0px;
}
.menu-items .menu-item .heading-row .prices.center .price {
	text-align: center;
}
.menu-items .menu-item .heading-row .prices .price {
	text-align: right;
	flex: 0 0 auto;
}
.menu-items .menu-item .heading-row .prices .price:not(:last-child) {
	margin-right: 10px;
}
.menu-items .menu-item .description {
	font-size: .8em;
	text-align: left;
	margin: 0;
}
.menu-items .menu-item .description p {
	margin: 0;
}
.menu-items .menu-item .sub-item {
	display: flex;
	font-weight: 700;
	font-size: .8em;
	line-height: 1.75em;
	font-family: 'Muli', sans-serif;
}
.menu-items .menu-item .sub-item .price {
	text-align: right;
	font-weight: 300;
	margin-left: 5px;
}
#menu-nav {
	margin-bottom: 50px;
}
#menu-nav .link a.btn {
	background: none;
	padding: 0;
}
#menu-nav .link a.btn:hover, #menu-nav .link a.btn:focus {
	color: #000;
}
#menu-nav .link:before {
	content: '|';
	position: relative;
	left: -7px;
	top: 1px;
}
#menu-nav .link:first-child::before {
	content: '';
}
.menu-section .back-to-top {
	text-align: right;
}
.menu-section .back-to-top a {
	background: none;
	font-size: 14px;
	font-weight: 400;
}
/* Triple Columns */
.menu-row .images {
	flex: 0 0 33.3333%;
	align-self: center;
}
.menu-row .menu-col {
	flex: 1 1 auto;
}
.menu-row .menu-col .menu-item {
	flex-grow: 0;
}
.menu-section .images {
	display: block;
}
.menu-section .images .image:not(:last-child) {
	margin-bottom: 20px;
}
.menu-section.half-width {
	flex-basis: 33.3333%;
}
.menu-section.half-width.has-images {
	flex-basis: 66.6666%;
}
.menu-section.half-width.has-images .images {
	flex-basis: 50%;
}
.menu-section.half-width.left {
	padding-right: 15px;
}
.menu-section.half-width:not(.has-images) .back-to-top {
	display: none;
}
.menu-section.half-width.has-images .back-to-top {
	display: block;
	width: 50%;
}
.menu-section.half-width.has-images.left .back-to-top {
	float: right;
}
.menu-section.has-images.img-right .images {
	order: 2;
}
.menu-section.has-images.img-right .menu-col {
	order: 1;
}
.menu-section.has-images.img-right .images .image {
	padding: 0 0 0 15px;
}
.menu-section {
	position: relative;
}
.menu-section.half-width.right .back-to-top {
	display: block;
	position: absolute;
	bottom: 4px;
	right: 0;
}
.menu-section.half-width.left .back-to-top {
	display: none;
}
.pizza-layout.columns .menu-row .images {
	align-self: auto;
}
.pizza-layout.columns .menu-row {
	flex-direction: column;
}
.pizza-layout.columns .menu-row .images {
	order: 2;
	margin-top: 30px;
}
.pizza-layout.columns .menu-items {
	display: flex;
}
.pizza-layout.columns .description {
	flex: 0 1 50%;
}
.pizza-layout.columns .menu-items>.col {
	flex: 0 1 50%;
}
.pizza-layout.columns .sizes>.col {
	flex: 1 1 50%;
	justify-content: flex-end;
	font-size: .8em;
	display: flex;
}
.pizza-layout.columns .sizes .price {
	flex: 0 0 auto;
	line-height: 1.75em;
	font-family: 'Muli', sans-serif;
	text-align: center;
	min-width: 52px;
}
.pizza-layout.columns .sizes .prices {
	flex-grow: 1;
	justify-content: flex-end;
	margin-left: 0px;
}
.pizza-layout.columns .sizes .price:not(:last-child) {
	margin-right: 10px;
}
.pizza-layout .menu-items .menu-item .heading-row {
	justify-content: space-between;
	flex-wrap: wrap;
}
.pizza-layout:not(.columns) .sizes>.col.left {
	display: flex;
	justify-content: flex-end;
}
.pizza-layout:not(.columns) .flex-row.sizes {
	justify-content: flex-end;
	text-align: center;
	padding: 0 15px;
}
.pizza-layout:not(.columns) .flex-row.sizes .prices {
	justify-content: flex-end;
}
.pizza-layout:not(.columns) .flex-row.sizes .price {
	margin-right: 0px;
}
.pizza-layout:not(.columns) .menu-items .menu-item .heading-row .prices .price:not(:last-child) {
	margin-right: 0px;
}
.menu-section:not(.pizza-layout) .menu-items .menu-item .heading-row {
	display: block;
}
.menu-section:not(.pizza-layout) .menu-items .menu-item .heading-row * {
	display: inline !important;
}
.pizza-layout:not(.columns) .sizes .price {
	font-size: .8em;
	line-height: 1.75em;
	font-family: 'Muli', sans-serif;
	text-align: center;
	min-width: 52px;
}
.pizza-layout:not(.columns) .menu-row {
	flex-direction: row;
}
.pizza-layout:not(.columns) .description {
	flex-basis: 100%;
}
.pizza-layout:not(.columns) .sizes>.col.left {
	padding: 0;
}
.pizza-layout:not(.columns) .sizes>.col.right {
	display: none;
}
.pizza-layout:not(.columns) .menu-items {
	flex-direction: column;
}
.pizza-layout.columns .sizes>.col {
	padding: 5px 15px;
}
.menu-section,
.menu-section.has-images.img-right .menu-col {
	max-width: 100%;
}
@media screen and (max-width: 991px) {
	/* Menu */
	.menu-section.has-images .menu-row .images {
		display: none;
	}
	.pizza-layout .description-row, .pizza-layout .menu-items {
		flex-direction: column;
	}
	.pizza-layout .sizes>.col:last-child {
		display: none;
	}
	.menu-items.columns>.col-three {
		flex: 1 0 50%;
	}
}
@media screen and (max-width: 767px) {
	/* Menu */
	.menu-section.half-width.has-images, .menu-section.half-width, .menu-items.columns>.col {
		flex-basis: 100%;
	}
	.menu-row .menu-col:not(.has-images) .menu-item {
		flex-basis: 100%;
	}
	.menu-items .menu-item {
		padding: 10px;
	}
	.menu-section .images {
		flex-direction: column;
	}
	.menu-section .images .image {
		margin-bottom: 20px;
	}
	.menu-items .menu-item .heading-row {
		flex-direction: row;
	}
	.menu-items.columns .menu-item .heading-row {
		align-items: flex-start;
	}
	.menu-items:not(.columns) .menu-item .heading-row .prices .price {
		flex-basis: 40px;
	}
	.menu-nav {
		flex-direction: column;
	}
	.menu-nav .nav-heading:after {
		display: none;
	}
	.menu-nav .links {
		justify-content: center;
	}
	.menu-section.sub-section {
		flex-basis: 100%;
	}
	.pizza-layout .sizes>.col {
		padding: 5px 10px;
	}
	.menu-items.columns>.col-three {
		flex: 1 0 100%;
	}
	.pizza-layout:not(.columns) .flex-row.sizes,
	.pizza-layout.columns .sizes>.col {
		padding: 0;
	}
}
.main-nav {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 22;
	margin-top: 0;
	padding: 5px 0;
}
body.sticky-nav .main-nav {
	background-color: var(--color-1);
}
body.sticky-nav .navbar-default .navbar-nav>li>a {
	color: #fff;
}
body.sticky-nav .navbar-default .navbar-nav>.active>a,
body.sticky-nav .navbar-default .navbar-nav>.active>a:hover,
body.sticky-nav .navbar-default .navbar-nav>.active>a:focus,
body.sticky-nav .navbar-default .navbar-nav>li>a:hover {
	color: var(--color-3);
}
.main-nav .navbar {
	min-height: 0;
}
.main-nav .nav-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-nav .nav-row a {
	color: #fff;
}
.main-nav .nav-row a:hover,
.main-nav .nav-row a:focus {
	color: var(--color-3);
}
.main-nav .nav-row .navbar {
	flex: 1 1 auto;
}
.main-nav .header-contact {
	display: none;
}
body.sticky-nav .main-nav .header-contact {
	display: block;
}
#contact-page-hours h2 {
	margin-bottom: 10px;
}
.business-info h3 {
	font-size: 25px;
	letter-spacing: 0px;
	margin-bottom: 10px;
}
.business-info .fa {
	font-size: 17px;
}
.business-info {
	margin-bottom: 30px;
	font-size: 18px;
	text-align: center;
}
.business-info p {
	margin: 0;
}
.business-info .fa {
	font-size: 24px;
}
.business-info .phone {
	font-size: 28px;
}
.business-info .social {
	margin-top: 10px;
}
.map iframe {
	width: 100%;
	height: 595px;
	border: 3px solid #000 !important;
}
#contact-page-form label {
	display: none;
}
#contact-page-form .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0px !important;
}
#contact-page-form textarea, #contact-page-form input {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
#contact-page-form textarea, #contact-page-form textarea {
	height: 88px;
}
#contact-page-form .gform_button {
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
#contact-page-form .gform_wrapper .gform_footer {
	margin: 0;
}
#contact-page-form input.gform_button:hover, #contact-page-form input.gform_button:active {
	background: #000;
	color: #fff;
}
#contact-page-form .gfield_label {
	display: none !important;
}
#contact-page-form .gform_wrapper textarea.large {
	height: 100px !important;
}
#contact-page-form .gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
	display: inline-block;
}
#contact-page-form .gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
	margin: 5px 15px 0 2px;
}
#contact-page-form .gform_wrapper ul li.gfield {
	margin-top: 0px;
}
.contact-information .business-info {
	margin-top: 40px;
}
#contact-page-form {
	background-color: #fff !important;
}
#contact-page-form h3 {
	font-size: 32px;
	margin-bottom: 20px;
}
body.page-id-387 main form legend, body.page-id-387 main form {
	text-align: left;
}
/*Testimonials*/
.testimonials-inner h2 {
	margin-bottom: 10px;
}
.testimonials-inner {
	padding: 50px 15px;
	text-align: center;
}
.testimonials-inner .fas.fa-star {
	padding-right: 5px;
}
.testimonials-inner .carousel-inner {
	height: 100%;
}
.menu-section:not(.pizza-layout) .menu-items .menu-item .heading-row .prices {
	padding-left: .25em;
}
@media screen and (max-width: 991px) {
	body.sticky-nav .main-nav .header-contact {
		display: none;
	}
}
.mobile-list li {
	height: 100%;
}
.mobile-list a {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
