/*
Theme Name: Chomp Eatery
Description: Chomp's custom theme
Version: 1.0
Author: Matt McRae

/* Based on the _tk theme */

/*----- Font Imports -----*/

@font-face {
	font-family:'BrandonPrintedOne-Shadow';
	src: url('includes/fonts/BrandonPrintedOne-Shadow_gdi.eot');
	src: url('includes/fonts/BrandonPrintedOne-Shadow_gdi.eot#iefix') format('embedded-opentype'),
		url('includes/fonts/BrandonPrintedOne-Shadow_gdi.woff') format('woff'),
		url('includes/fonts/BrandonPrintedOne-Shadow_gdi.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-2212;
}

@font-face {
	font-family:'BrandonPrinted-Two';
	src: url('includes/fonts/BrandonPrinted-Two_gdi.eot');
	src: url('includes/fonts/BrandonPrinted-Two_gdi.eot#iefix') format('embedded-opentype'),
		url('includes/fonts/BrandonPrinted-Two_gdi.woff') format('woff'),
		url('includes/fonts/BrandonPrinted-Two_gdi.ttf') format('truetype');
	font-weight: 350;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-2212;
}

@font-face {
	font-family:'SlatePro-Light';
	src: url('includes/fonts/SlatePro-Light_gdi.eot');
	src: url('includes/fonts/SlatePro-Light_gdi.eot#iefix') format('embedded-opentype'),
		url('includes/fonts/SlatePro-Light_gdi.woff') format('woff'),
		url('includes/fonts/SlatePro-Light_gdi.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family:'SlatePro-Book';
	src: url('includes/fonts/SlatePro-Bk_gdi.eot');
	src: url('includes/fonts/SlatePro-Bk_gdi.eot#iefix') format('embedded-opentype'),
		url('includes/fonts/SlatePro-Bk_gdi.woff') format('woff'),
		url('includes/fonts/SlatePro-Bk_gdi.ttf') format('truetype');
	font-weight: 350;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family:'SlatePro-BlackCondensed';
	src: url('includes/fonts/SlatePro-BlackCondensed_gdi.eot');
	src: url('includes/fonts/SlatePro-BlackCondensed_gdi.eot#iefix') format('embedded-opentype'),
		url('includes/fonts/SlatePro-BlackCondensed_gdi.woff') format('woff'),
		url('includes/fonts/SlatePro-BlackCondensed_gdi.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-stretch: condensed;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family:'ThirstyRough-Light';
	src: url('includes/fonts/ThirstyRoughLtOne_gdi.eot');
	src: url('includes/fonts/ThirstyRoughLtOne_gdi.eot#iefix') format('embedded-opentype'),
		url('includes/fonts/ThirstyRoughLtOne_gdi.woff') format('woff'),
		url('includes/fonts/ThirstyRoughLtOne_gdi.ttf') format('truetype');
	font-weight: 250;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2265;
}

@font-face {
	font-family:'ThirstyRough-Regular';
	src: url('includes/fonts/ThirstyRoughReg_gdi.eot');
	src: url('includes/fonts/ThirstyRoughReg_gdi.eot#iefix') format('embedded-opentype'),
		url('includes/fonts/ThirstyRoughReg_gdi.woff') format('woff'),
		url('includes/fonts/ThirstyRoughReg_gdi.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2265;
}

/*----- Global -----*/

body {
	color: #2e2e2e;
	font-family: 'SlatePro-Light', sans-serif;
	font-size: 18px;
	line-height: 1.3;
}

h1 {
	color: #f26c5b;
	font-family: 'ThirstyRough-Light', serif;
	font-size: 100px;
}

h2 {
	color: #b5985a;
	font-family: 'BrandonPrinted-Two', serif;
	font-size: 26px;
	text-transform: uppercase;
}

h2.section-title {
	margin-top: 0;
	font-family: 'BrandonPrintedOne-Shadow', sans-serif;
	font-size: 95px;
	text-transform: uppercase;
	text-align: center;
}

h3.section-subtitle {
	margin-top: 0;
	margin-bottom: 40px;
	font-family: 'ThirstyRough-Regular', serif;
	font-size: 20px;
	text-align: center;
}

a {
	color: #6e9a35;
	transition: all 0.2s ease-in-out;
}

.page-id-473.page .content {
    padding-top: 10px;
    text-align: center;
}

a:active,
a:hover,
a:focus {
	text-decoration: none;
}

a.button,
a.btn,
a.btn-default {
	display: inline-block;
	padding: 10px 30px;
	border: none;
	border-radius: 0;
	background-color: #6e9a35;
	color: #fff;
	font-family: 'BrandonPrinted-Two', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}

a.button:hover,
a.btn:hover,
a.btn-default:hover,
a.button:focus,
a.btn:focus,
a.btn-default:focus,
a.button:active,
a.btn:active,
a.btn-default:active,
.btn-default:hover, 
.btn-default:focus, 
.btn-default.focus, 
.btn-default:active, 
.btn-default.active {
	background-color: #b5985a;
	color: #fff;
}

a.button.small {
	padding: 4px 12px;
	font-size: 14px;
}

.border {
	width: 454px;
	max-width: 100%;
	height: 9px;
	margin: 0 auto 10px auto;
}

.border.dark {
	background: url(images/border-dark.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.border.light {
	background: url(images/border-light.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.main-content {
	padding: 0 0 60px 0;
}

section {
	padding: 60px 0;
	text-align: center;
}

/*----- Header & Navigation -----*/

#header {
	position: relative;
	padding: 20px 0;
}

.header-info {
	margin: 52px 0 20px 0;
	text-align: right;
}

.header-info div,
.header-info a {
	display: inline-block;
	vertical-align: middle;
}

.header-info a.telephone,
.header-info i.fa-circle {
	color: #f26c5b;
}

.header-info i.fa:nth-child(2) {
	color: #fff;
}

.header-info a.telephone {
	margin-right: 15px;
	font-family: 'BrandonPrinted-Two', sans-serif;
	font-size: 22px;
	letter-spacing: -0.03em;
}

.header-info a.button {
	margin-left: 15px;
}

.header-info .fa-stack {
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin-left: -2px;
}

.header-info .fa-stack-2x {
	font-size: 32px;
}

.header-info .fa-stack-1x {
	font-size: 18px;
}

.navbar-default {
	min-height: 0;
	margin-bottom: 0;
	border: none;
	background-color: transparent;
}

.navbar-collapse.collapse {
	padding: 0;
}

.navbar-default .navbar-nav {
	float: right;
}

.navbar-default .navbar-nav > li {
	margin-left: 40px;
}

.navbar-default .navbar-nav > li > a {
	padding: 0;
	color: #000;
	font-family: 'BrandonPrinted-Two', sans-serif;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .current-menu-ancestor > a {
	color: #b5985a;
	background-color: #fff;
}

.navbar-nav > li > .dropdown-menu {
	border-radius: 0;
	box-shadow: none;
}

.dropdown-menu > li > a {
	padding: 5px 10px;
	font-family: 'BrandonPrinted-Two', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}

.dropdown-menu li a:hover, 
.dropdown-menu li a:focus,
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
	background-color: #6e9a35;
	background-image: none;
	color: #fff;
}

#header .texture {
	position: absolute;
	bottom: -2px;
	width: 100%;
	height: 10px;
	background: url(images/header-bottom-texture.png);
	background-repeat: repeat-x;
	z-index: 60;
}

/*----- Cleanse page -----*/

.panel-title {
    font-family: slatepro-book !important;
    margin: 0 !important;
}

.panel-group .panel {
    border-radius: 0px !important;
    margin-bottom: 0;
}

.panel-default > .panel-heading {
    background-color: #fcfcfc;
    border-color: #ddd;
    color: #333333;
}

.accordion-toggle{
    color:#b5985a !important;
}

.accordion-toggle.collapsed {
    color:gray !important;
}

.panel.panel-default {
    margin-bottom: 10px;
}

.subheader {
    font-size: 22px !important;
    margin-bottom: 20px;
    margin-top: -10px;
	text-align: center; 
}

.panel-group.cleanse {
    margin-top: -25px;
}

/*----- Catering Page -----*/

#catering-menu,
#seasonal-menu {
	padding-bottom: 0;
}

#catering-menu .page-intro a.button {
	margin-bottom: 30px;
}

/*----- About Page -----*/

.aboutbull {
    color: #b5985a;
    font-family: SlatePro-BlackCondensed;
    font-size: 20px !important;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.aboutbull > li {
    margin-bottom: 7px;
}

.page-id-177 .heading-container h1 {
    display: none;
}

.page-id-177 .heading-container .border {
    display: none;
}

.page-id-177 .page-intro h2 {
    color: #f26c5b;
    font-family: "ThirstyRough-Light",serif;
    font-size: 75px;
    text-align: center;
    text-transform: none;
}

.contact {
    font-family: brandonprinted-two;
    font-size: 24px;
}

.wpcf7-form-control.wpcf7-submit {
    background-color: #6e9a35;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: "BrandonPrinted-Two",sans-serif;
    font-size: 15px;
    padding: 10px 30px;
    text-transform: uppercase;
}

/*----- Contact Page -----*/
textarea {
    width: 100%;
}

.wpcf7-form-control.wpcf7-submit {
    background-color: #6e9a35;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: "BrandonPrinted-Two",sans-serif;
    font-size: 15px;
    padding: 10px 30px;
    text-transform: uppercase;
	transition: all 0.2s ease-in-out;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #b5985a;
	transition: all 0.2s ease-in-out;
}

.wpcf7-form {
    margin-top: -25px;
}

.noline p {
    margin-bottom: 15px !important;
}

.page-id-16 #instagram {
    margin-top: -125px;
}

/*----- Press Page -----*/

.row.press h4 {
    margin-bottom: 3px;
	margin-top: -7px;
    text-transform: uppercase;
}

.page-id-254 .heading-container {
    display: none;
}

.sitelink {
    display: inline !important;
}

/*----- Pop Up -----*/

.logo-text-sxzw > h1 {
    font-size: 85px;
    padding-top: 30px;
    text-align: center;
}


/*----- Footer -----*/

#footer {
	padding: 40px 0;
	background: url(images/footer-bg.gif);
	background-size: cover;
	color: #fff;
}

#footer .border-large {
	display: inline-block;
	width: 1139px;
	max-width: 100%;
	height: 10px;
	background: url(images/border-footer.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 20px;
}

#footer .border {
	display: inline-block;
	width: 359px;
	max-width: 100%;
	height: 7px;
	background: url(images/border-footer-small.png);
	background-size: contain;
	background-repeat: no-repeat;
}

#footer h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-family: 'BrandonPrinted-Two', sans-serif;
	text-transform: uppercase;
}

#footer a.telephone {
	font-family: 'ThirstyRough-Light', sans-serif;
	font-size: 45px;
}

#footer a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: underline;
}

#footer span {
	display: block;
}

#footer i.fa {
	margin-right: 15px;
	color: #fff;
	font-size: 36px;	
}

#footer a.social-link {
	display: inline-block;
	text-decoration: none;
}

#footer .logo-border {
	margin: 31px 0 15px 0;
}

#footer .rate-us span {
	margin-bottom: 5px;
	line-height: 1.2;
}

#footer i.fa-yelp,
#footer img.stars {
	margin-bottom: 15px;
	vertical-align: middle;
}

/*----- Inner Pages -----*/

section.page-content {
	padding-top: 30px;
}

.page .content {
	padding-top: 10px;
	text-align: left;
}

.page .content .border {
	display: inline-block;
	width: 359px;
	max-width: 300px;
	height: 7px;
	background: url(images/border-menu.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
}

.page-content h3 {
	margin: 30px 0 5px 0;
	color: #f26c5b;
	font-family: 'ThirstyRough-Regular', serif;
	font-size: 36px; 
}

.page-content h4 {
	margin: 30px 0 10px 0;
	color: #b5985a;
	font-family: 'SlatePro-BlackCondensed', serif;
	font-size: 22px; 
}

.page .content p {
	margin-bottom: 30px;
}

.page .content img[class*="wp-image-"] {
	margin-top: 30px;
	margin-bottom: 30px;
}

.section-banner {
	height: 360px;
}

.section-banner:after {
	content: '';
	display: block;
	clear: both;
}

.heading-container {
	float: right;
	text-align: center;
} 

.section-banner h1,
.section-banner h2 {
	margin: 10px 0 0 0;
	color: #fff;
	font-family: 'BrandonPrintedOne-Shadow', sans-serif;
	font-size: 90px;
}

.section-banner .border {
	display: inline-block;
	width: 359px;
	max-width: 230px;
	height: 7px;
	background: url(images/border-footer-small.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 30px 0 -18px 0;
}

.page section.first {
	padding-top: 20px;
}

/*----- Form -----*/

.iphorm-elements .iphorm-element-wrap-text input, .iphorm-elements .iphorm-element-wrap-captcha input, .iphorm-elements .iphorm-element-wrap-password input, .iphorm-elements .iphorm-element-wrap select, .iphorm-elements .iphorm-element-wrap textarea {
    padding: 5px;
}

.iphorm-element-text {
    font-size: 18px;
    width: 90%;
}

.iphorm-group-wrap.iphorm_1_24-group-wrap.iphorm-clearfix.iphorm-labels-above.iphorm-group-style-plain.iphorm-group-alignment-proportional {
    border-bottom: 1px solid;
    border-top: 1px solid;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px 0 10px;
}


/*----- Menu -----*/

.menu {
	text-align: left;
}

.border-menu {
	display: inline-block;
	width: 353px;
	max-width: 100%;
	height: 7px;
	background: url(images/border-menu.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0;
}

.menu h4 {
	margin: 0 0 -5px 0;
	color: #f26c5b;
	font-family: 'ThirstyRough-Regular', sans-serif;
	font-size: 36px;
}

.menu .group {
	margin-bottom: 35px;
}

.menu .group-info {
	margin-top: -5px;
	text-transform: uppercase;
}

.menu .dish-title {
	margin: 0 0 -2px 0;
	color: #b5985a;
	font-family: 'SlatePro-BlackCondensed', sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

.menu .nutrition .circle {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	background-color: #f26c5b;
}

.menu .nutrition .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	font-family: 'SlatePro-BlackCondensed', sans-serif;
	font-size: 14px;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.menu .nutrition .text.v {
	margin-left: 1px;
}

.menu .description {
	margin-bottom: 20px;
	line-height: 1.25;
}

.nutrition-key {
	margin: 20px 0;
}

/*----- Bottom Banner -----*/

#bottom-banner {
	padding: 60px 60px;
	color: #fff;
}

#bottom-banner h2 {
	margin: -10px 0 10px 0;
	color: #fff;
	font-family: 'BrandonPrintedOne-Shadow', sans-serif;
	font-size: 90px;
}

#bottom-banner h3 {
	margin: 0 0 40px 0;
	font-family: 'ThirstyRough-Regular', serif;
	font-size: 20px;
}

#bottom-banner h4 {
	margin: 0;
	font-family: 'ThirstyRough-Light', serif;
	font-size: 100px;
}

#bottom-banner h5 {
	margin: 0 0 10px 0;
	color: #f26c5b;
	font-family: 'BrandonPrintedOne-Shadow', serif;
	font-size: 20px;
}

#bottom-banner .border {
	display: inline-block;
	width: 357px;
	max-width: 100%;
	height: 8px;
	background: url(images/border-banner-top.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 10px 0;
}

#bottom-banner .border-bottom {
	display: inline-block;
	width: 353px;
	max-width: 100%;
	height: 7px;
	background: url(images/border-banner-bottom.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 10px 0;
}

#bottom-banner p {
	font-family: 'SlatePro-Book', sans-serif;
	font-size: 18px;
}

#bottom-banner a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: underline;
}

/*----- Slider -----*/

.bx-wrapper .bx-viewport {
	left: 0;
}

section#home-slider {
	position: relative;
	opacity: 0;
	padding: 0;
	text-align: left;
}

ul.main-slider {
	margin: 0;
	padding: 0;
}

.slider-text {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 0;
	background: rgba(0,0,0,0.5);
}

.slider-text .heading-column {
	position: relative;
	padding-right: 64px;
	-webkit-box-flex: 2 0 auto;
	-moz-box-flex: 2 0 auto;
	-webkit-flex: 2 0 auto;
	-ms-flex: 2 0 auto;
	flex: 2 0 auto;
}

.slider-text .text-column {
	-webkit-box-flex: 0 2 auto;
	-moz-box-flex: 0 2 auto;
	-webkit-flex: 0 2 auto;
	-ms-flex: 0 2 auto;
	flex: 0 2 auto;
}

.flex-container {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;   
}

#home-slider .slider-text h1,
#home-slider .slider-text h2 {
	margin: 0;
	text-align: left;
}

#home-slider .slider-text h1 {
	color: #b5985a;
}

#home-slider .slider-text h2 {
	color:#f26c5b;
	font-size: 20px;
}

.border-slider {
	position: absolute;
	right: 30px;
	top: 0;
	width: 4px;
	max-width: 100%;
	height: 130px;
	background: url(images/border-slider.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.slider-text p {
	color: #fff;
	font-size: 18px;
	font-family: 'SlatePro-Book', sans-serif;
}

#home-slider a.button {
	margin-top: 10px;
}

/*----- Home General & Intro -----*/

.home section a.button {
	margin-top: 30px;
}

section#intro {
	text-align: left;
}

section#intro .row:nth-child(2) {
	position: relative;
	right: 100px;
}

section#intro .row:nth-child(2) .col-sm5 {
	margin-top: 45px;
}

section#intro .border.dark {
	margin: 30px auto;
}

section#intro h2,
.page-intro h2 {
	color: #f26c5b;
	font-family: 'ThirstyRough-Light', serif;
	font-size: 100px;
	text-align: center;
	text-transform: none;
}

section#intro h3,
.page-intro h3 {
	color: #b5985a;
	font-family: 'BrandonPrinted-Two', sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
	text-transform: none;
}

section#intro h3:before,
.page-intro h3:before,
section#intro h3:after,
.page-intro h3:after {
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 8px;
	position: relative;
	bottom: 6px;
}

section#intro h3:before,
.page-intro h3:before {
	right: 10px;
}

section#intro h3:after,
.page-intro h3:after {
	left: 10px;
}

section#intro .border {
	width: 330px;
}

.page-intro .border {
	width: 300px;
	margin: 30px auto;
}

section.dark {
	color: #fff;
}

section.dark h2,
section.dark h3 {
	color: #fff;
}

section.light h2 {
	color: #f26c5b;
}

section.light h3 {
	color: #b5985a;
}

section.light h3 span {
	color: #000;
}

/*----- Home Food -----*/

section#food {
	background: url(images/chomp-bg.jpg);
	background-size: cover;
}

#food .bx-wrapper .bx-viewport {
	left: 0;
	background: transparent;
}

.food-slider-container {
	position: relative;
}

.slider-prev,
.slider-next {
	position: absolute;
	top: 50%;
	margin-top: -34px;
}

.slider-prev {
	left: -40px;
}

.slider-next {
	right: -40px;
}

a.bx-prev,
a.bx-next {
	color: #fff;
}

a.bx-prev:hover,
a.bx-prev:active,
a.bx-next:hover,
a.bx-next:active {
	color: #b5985a;
}

a.bx-prev:before {
	content: '\f053';
	font-family: 'FontAwesome';
	font-size: 24px;
}

a.bx-next:before {
	content: '\f054';
	font-family: 'FontAwesome';
	font-size: 24px;
}

ul.food-slider {
	margin: 0;
	padding: 0;
	text-align: left;
}

ul.food-slider h4 {
	color: #fff;
	font-family: 'BrandonPrinted-Two';
	font-size: 20px;
	text-transform: uppercase;
}

/*----- Home Juice -----*/

#juice {
	background-image: url(images/juice-bg-left.jpg), url(images/juice-bg-right.jpg);
	background-repeat: no-repeat;
	background-size: 31.5%, 29%;
	background-position: left 20%, right 30%;
}

#juice .juice-bottles {
	margin-bottom: 20px;
}

/*----- Home Press -----*/

section#press {
	background: url(images/buzz-bg.jpg);
	background-size: cover;
}

#press .bx-wrapper .bx-viewport {
	left: 0;
	background: transparent;
}

.press-slider-container {
	position: relative;
}

.border-left {
	display: inline-block;
	width: 482px;
	max-width: 400px;
	height: 9px;
	background: url(images/press-border-left.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.border-right {
	display: inline-block;
	width: 484px;
	max-width: 400px;
	height: 11px;
	background: url(images/press-border-right.png);
	background-size: contain;
	background-repeat: no-repeat;
}

#press .press-logo {
	max-width: 150px;
	max-height: 95px;
	display: inline-block;
	margin: 0 50px;
}

#press .quote {
	margin: 30px 0;
	font-size: 44px;
	line-height: 1.3;
}

#press .author {
	margin: 0;
	font-family: 'BrandonPrinted-Two', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}

#press .logo-column {
	height: 95px;
}

#press .logo-container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/*----- Instagram -----*/

#instagram {
	padding: 60px 0 0 0;
	text-align: center;
}

#instagram a.button {
	margin-top: 30px;
}

.instagram-container,
.instagram-container .col-xs-12 {
	padding: 0;
}

.instagram-container .row {
	margin: 0;
}

/*----- Media Queries -----*/

@media all and (max-width: 1400px) {

	section#intro .row:nth-child(2) {
		right: 0;
	}

}

@media all and (max-width: 1280px) {

	.slider-prev, 
	.slider-next {
		top: initial;
		bottom: -70px;
		margin-top: 0;
		z-index: 1;
	}

	.slider-prev {
		left: 0;
	}

	.slider-next {
		right: 0;
	}

}

@media all and (max-width: 1199px) {

	.border-left,
	.border-right {
		max-width: 340px;
	}

	#home-slider .bx-viewport {
		height: 500px !important;
	}

	#home-slider img {
		position: relative;
		left: 50%;
		transform: translatex(-50%);
		height: 500px;
		width: auto;
		max-width: none;
	}

	h1 {
		font-size: 80px;
	}

	h2 {
		font-size: 20px;
	}

	section#intro h2,
	.page-intro h2,
	#instagram h2 {
		font-size: 80px;
	}

	section#intro h3,
	.page-intro h3 {
		font-size: 20px;
	}

	section h2 {
		font-size: 80px;
	}

	#juice .juice-bottles {
		width: 600px;
	}

	.section-banner {
		background-position: center !important;
		background-size: cover !important;
	}
	
	.navbar-default .navbar-nav > li {
    margin-left: 15px;
}

}

@media all and (max-width: 991px) {

	.navbar-default .navbar-nav > li {
		margin-left: 20px;
	}

	.border-left,
	.border-right {
		max-width: 180px;
	}	

	#press .quote {
		font-size: 32px;
	}

	#press .author {
		font-size: 18px;
	}

	#juice {
		background-position: left 30%, right 35%;
	}

	#juice .juice-bottles {
		width: 500px;
	}

	.section-banner {
		height: 300px;
	}

	.section-banner h1, 
	.section-banner h2 {
		font-size: 80px;
	}

	.section-banner .border {
		max-width: 200px;
	}

	#bottom-banner h2,
	#bottom-banner h4 {
		font-size: 80px;
	}

}

@media all and (max-width: 767px) {

	.home section,
	section#intro,
	ul.food-slider h4 {
		text-align: center;
	}

	.bx-wrapper img {
		margin-left: auto;
		margin-right: auto;
	}

	.slider-prev {
		left: 30px;
	}

	.slider-next {
		right: 30px;
	}

	#press .press-logo {
		margin: 0 25px;
	}

	.flex-container {
		flex-direction: column;
	}

	.slider-text .heading-column {
		padding-right: 0;
	}

	.slider-text,
	#home-slider .slider-text h1, 
	#home-slider .slider-text h2 {
		text-align: center;
	}

	h1,
	section#intro h2,
	.home section h2,
	.page-intro h1,
	.page-intro h2,
	#bottom-banner h2
	#bottom-banner h4,
	#instagram h2 {
		font-size: 60px;
	}

	h2,
	section#intro h3,
	.page-intro h3 {
		font-size: 18px;
	}

	#home-slider .slider-text h2 {
		margin-bottom: 15px;
	}

	.slider-text p {
		font-size: 16px;
	}

	.border-slider {
		display: none;
	}

	#press .quote {
		font-size: 28px;
	}

	#press .author {
		font-size: 16px;
	}

	#intro img {
		width: 550px;
		max-width: 100%;
		margin-bottom: 30px;
	}

	#juice .juice-bottles {
		width: 400px;
	}

	#juice {
		background-position: left 40%, right 45%;
	}

	#footer {
		text-align: center;
	}

	#footer .row > div {
		margin-bottom: 40px;
	}

	#footer .row > .col-sm-8,
	#footer .row > .col-xs-12,
	#footer .row > .logo-column {
		margin-bottom: 0;
	}

	#footer .border {
		display: block;
	}	

	#footer .logo-border {
		display: none;
	}

	.navbar-default .navbar-nav > li {
    	margin-left: 20px;
	}

	#header,
	.header-info {
		text-align: center;
	}

	.navbar-default .navbar-nav {
		float: none;
	}

	.navbar-default .navbar-toggle {
		float: none;
		border: none;
		margin: 0 0 5px 0;
	}

	.navbar-default .navbar-toggle .icon-bar {
		height: 3px ;
		background-color: #000; 
	}

	.navbar-default .navbar-toggle:hover .icon-bar,
	.navbar-default .navbar-toggle:focus .icon-bar {
		background-color: #b5985a;
	}

	.navbar-default .navbar-toggle:hover, 
	.navbar-default .navbar-toggle:focus {
		background-color: #fff;
	}

	.navbar-nav,
	.navbar-default .navbar-nav > li {
		margin: 0;
	}

	.navbar-default .navbar-nav > li > a {
		padding: 12px 0;
	}

	.header-info {
		margin: 20px 0;
	}

	.header-info a.telephone {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.header-info .social {
		display: block;
		margin-bottom: 10px;
	}

	.header-info a.button {
		margin-left: 0;
	}

	.section-banner {
		height: 240px;
	}

	.section-banner h1, 
	.section-banner h2 {
		font-size: 60px;
	}

	.section-banner .border {
		max-width: 160px;
	}

	#bottom-banner {
		padding: 60px 0;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		padding: 8px;
		color: #000;
		text-align: center;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a, 
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, 
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		background-color: #6e9a35;
		color: #fff;
	}

	

}

@media all and (max-width: 620px) {

	.border-left,
	.border-right {
		max-width: 20%;
	}

	h1,
	section#intro h2,
	.home section h2,
	.page-intro h2,
	#bottom-banner h2,
	#bottom-banner h4,
	#instagram h2 {
		font-size: 54px;
	}

	#juice {
		background-position: left 40%, right 45%;
	}

}

@media all and (max-width: 540px) {

	#juice {
		background-position: left 50%, right 55%;
	}

	#juice .juice-bottles {
		width: 380px;
	}
	
	.contact {
    font-family: brandonprinted-two;
    font-size: 18px;
}

}

@media all and (max-width: 479px) {

	.slider-prev {
		left: 0;
	}

	.slider-next {
		right: 0;
	}

	.border-left,
	.border-right {
		display: none;
	}

	.slider-text {
		top: 0;
		background: rgba(0,0,0,0.7);
	}

	.slider-text > .container {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	#press .quote {
		font-size: 24px;
	}

	#juice .juice-bottles {
		width: 300px;
	}

	#footer a.telephone {
		font-size: 36px;
	}

	#sb_instagram img {
		max-width: 80% !important;
		margin: 0 auto !important;
	}

	.heading-container {
		float: none;
	}

	.section-banner {
		height: 180px;
	}

	.section-banner > .container {
		height: 100%;
		background: rgba(0,0,0,0.3);
	}

	.section-banner h1, 
	.section-banner h2 {
		height: 48px;
	}
	
	.page-id-16 section.page-content {
    margin-top: -50px;
}

}