/*
Theme Name: burgerfi - 2018
Theme URI: http://html5reset.org
Description: Burgerfi (via html5reset)
Author: Levatas & Monkey Do! + @ckhicks
Author URI: http://levatas.com
*/

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

@font-face {
	font-family: 'BrandonGrotesque-Bold';
	src: url("fonts/BrandonGrotesque-Bold.woff2") format("woff2"), url("fonts/BrandonGrotesque-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'BrandonGrotesque-Medium';
	src: url("fonts/BrandonGrotesque-Medium.woff2") format("woff2"), url("fonts/BrandonGrotesque-Medium.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BrandonGrotesque-Regular';
	src: url("fonts/BrandonGrotesque-Regular.woff2") format("woff2"), url("fonts/BrandonGrotesque-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BrandonText-Bold';
	src: url("fonts/BrandonText-Bold.woff2") format("woff2"), url("fonts/BrandonText-Bold.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BrandonText-Medium';
	src: url("fonts/BrandonText-Medium.woff2") format("woff2"), url("fonts/BrandonText-Medium.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */

body {
	font: 13px "BrandonGrotesque-Bold", Freesans, sans-serif;
}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */

body, select, input, textarea {
	color: #333;
}

select, input, textarea {
	font-size: 99%;
	font-family: "BrandonText-Medium", sans-serif;
}

a:focus, :focus {
	outline-color: red!important;
}

a {
	color: #03f;
}

a:hover {
	color: #69f;
}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */

::-moz-selection {
	background: #8ec13f;
	color: #222;
	text-shadow: none;
}

::selection {
	background: #8ec13f;
	color: #222;
	text-shadow: none;
}

/*  j.mp/webkit-tap-highlight-color */

a:link {
	-webkit-tap-highlight-color: transparent;
}

ins {
	background-color: transparent;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: transparent;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

/* Mozilla dosen't style place holders by default */

input:-moz-placeholder {
	color: #111;
}

textarea:-moz-placeholder {
	color: #111;
}

/* And here begins the WordPress fun.
-------------------------------------------------------------------------------*/

.wrapper {
	width: 1600px;
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
}

.content_inner {
	position: relative;
	width: 1200px;
	max-width: 75%;
	margin: 0px auto;
}

.entry p {
	line-height: 1.5;
	margin: 1.5em 0;
}

.showmobile {
	display: none;
}

/* And here begins the horizontal nav menu
-------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@charset "UTF-8";
/* Base Styles */

#cssmenu>ul, #cssmenu>ul li, #cssmenu>ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#cssmenu>ul {
	position: relative;
	z-index: 597;
	float: left;
}

#cssmenu>ul li {
	float: none;
	min-height: 1px;
	line-height: 1.3em;
	vertical-align: middle;
	padding: 10px;
	display: inline-block;
	max-width: 16%;
}

/* #cssmenu > ul li.hover,*/

#cssmenu>ul li:hover {
	z-index: 600;
	cursor: default;
}

#cssmenu>ul ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 500;
}

#cssmenu>ul li:hover .sub-menu-wrap {
	z-index: 600;
	cursor: default;
}

#cssmenu>ul ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
}

li.current-menu-item.menu-item-has-children .sub-menu-wrap, li.current-menu-item.menu-item-has-children ul.sub-menu
/*,

li.current-menu-parent.menu-item-has-children div
li.current-menu-parent.menu-item-has-children ul.sub-menu,*/

	{
	visibility: visible !important;
}

#cssmenu>ul ul li {
	float: none;
}

#cssmenu>ul li:hover>div ul, #cssmenu>ul li:hover>div {
	visibility: visible;
}

.sub-menu-wrap {
	width: 100%;
	background-color: #8ec13f;
	height: 37px;
	position: absolute;
	left: 0;
	visibility: hidden;
	border-bottom: 1px solid black;
	z-index: 0;
}

/* Align last drop down RTL */

/* Theme Styles */

#cssmenu>ul a:link {
	text-decoration: none;
	text-transform: uppercase;
}

#cssmenu>ul a:active {
	color: #ffa500;
}

#cssmenu li {
	padding: 0;
	color: #000;
}

#cssmenu {
	/* font-family: 'Lato', sans-serif; */
	font-family: "BrandonGrotesque-Bold", sans-serif;
	width: auto;
	background: #000;
	font-size: 13px;
	/*
	-moz-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3);
	*/
}

#cssmenu>ul {
	padding: 0 0px;
	/*
	-moz-box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	*/
	font-size: 0;
	display: block;
	float: none;
	zoom: 1;
	text-align: center;
}

#cssmenu>ul:before {
	content: '';
	display: block;
}

#cssmenu>ul:after {
	content: '';
	display: table;
	clear: both;
}

#cssmenu>ul>li {
	padding: 0 5px 0 5px;
	background-repeat: no-repeat;
	background-position: center 8px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #efefef;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}

#cssmenu>ul>li:last-child {
	border-width: 0 1px 0 1px;
}

#cssmenu>ul>li>a, #cssmenu>ul>li>a:link, #cssmenu>ul>li>a:visited {
	/* text-shadow: 0 -1px 1px #004881;*/
	color: #fff;
	/*   padding: 15px 20px; */
	padding: 6px 40px;
	display: block;
	padding-top: 41px;
	/*
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	*/
}

#cssmenu>ul>li>a:hover, #cssmenu>ul>li:hover>a, #cssmenu>ul>li.current-menu-item>a, #cssmenu>ul>li.current-menu-parent>a {
	background-color: #8ec13f;
	color: #000;
	background-repeat: no-repeat;
	background-position: center 8px;
}

/* Nav -> Menu */

#cssmenu>ul>li.menu-item-21 {
	background-size: 36px 28px;
}

.menu-item-21 {
	background-image: url(images/menu-icons/icon-menu-def.png);
}

#cssmenu>ul>li.menu-item-21>a:hover, #cssmenu>ul>li.menu-item-21.current-menu-item>a, #cssmenu>ul>li.menu-item-21:hover>a {
	background-image: url(images/menu-icons/icon-menu-hover.png);
	background-size: 36px 28px;
}

/* Nav -> About */

#cssmenu>ul>li.menu-item-22 {
	background-size: 36px 28px;
}

.menu-item-22 {
	background-image: url(images/menu-icons/icon-about-def.png);
}

#cssmenu>ul>li.menu-item-22>a:hover, #cssmenu>ul>li.menu-item-22.current-menu-item>a, #cssmenu>ul>li.menu-item-22:hover>a {
	background-image: url(images/menu-icons/icon-about-hover.png);
	background-size: 36px 28px;
}

/* Nav -> Locations */

#cssmenu>ul>li.menu-item-20 {
	background-size: 32px 28px;
}

.menu-item-20 {
	background-image: url(images/menu-icons/icon-location-def.png);
}

#cssmenu>ul>li.menu-item-20>a:hover, #cssmenu>ul>li.menu-item-20.current-menu-item>a, #cssmenu>ul>li.menu-item-20:hover>a {
	background-image: url(images/menu-icons/icon-location-hover.png);
	background-size: 32px 28px;
}

/* Nav -> Giftcards */

#cssmenu>ul>li.menu-item-19 {
	background-size: 32px 28px;
}

.menu-item-19 {
	background-image: url(images/menu-icons/icon-giftcard-def.png);
}

#cssmenu>ul>li.menu-item-19>a:hover, #cssmenu>ul>li.menu-item-19.current-menu-item>a, #cssmenu>ul>li.menu-item-19:hover>a {
	background-image: url(images/menu-icons/icon-giftcard-hover.png);
	background-size: 32px 28px;
}

/* Nav -> Franchising */

#cssmenu>ul>li.menu-item-18 {
	background-size: 31px 28px;
}

.menu-item-18 {
	background-image: url(images/menu-icons/icon-franchise-def.png);
}

#cssmenu>ul>li.menu-item-18>a:hover, #cssmenu>ul>li.menu-item-18.current-menu-item>a, #cssmenu>ul>li.menu-item-18:hover>a {
	background-image: url(images/menu-icons/icon-franchise-hover.png);
	background-size: 31px 28px;
}

/* Nav -> Contact */

#cssmenu>ul>li.menu-item-17 {
	background-size: 36px 28px;
}

.menu-item-17 {
	background-image: url(images/menu-icons/icon-contact-def.png);
}

#cssmenu>ul>li.menu-item-17>a:hover, #cssmenu>ul>li.menu-item-17.current-menu-item>a, #cssmenu>ul>li.menu-item-17:hover>a {
	background-image: url(images/menu-icons/icon-contact-hover.png);
	background-size: 36px 28px;
}

#cssmenu>ul>li>a:hover img._svg path {
	fill: #000;
}

#cssmenu li li a {
	color: #000;
	font-size: 13px;
}

#cssmenu li li a:hover {
	color: #222;
	border-color: #5c5c5c;
}

#cssmenu ul ul {
	margin: 0 0px;
	padding: 0 10px;
	float: none;
	background: #8ec13f;
	border: 0px solid #1b9bff;
	border-top: none;
	right: 0;
	left: 0;
	text-align: center;
	/*
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	*/
}

#cssmenu ul ul.sub-menu {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #333;
	top: 0;
}

#cssmenu ul>li>ul>li {
	margin: 0 10px 0 0;
	position: relative;
	padding: 0;
	display: inline-block;
	float: none;
}

#cssmenu ul>li>ul>li>a {
	padding: 10px 20px 10px 10px;
	display: inline-block;
}

#cssmenu ul>li>ul>li.has-sub>a:before {
	content: '';
	position: absolute;
	top: 18px;
	right: 6px;
	/*
	border: 5px solid transparent;
	border-top: 5px solid #8b8b8b;
	*/
}

#cssmenu ul>li>ul>li.has-sub>a:hover:before {
	border-top: 5px solid #5c5c5c;
}

#cssmenu ul ul ul {
	width: 200px;
	top: 100%;
}

#cssmenu ul ul ul li {
	float: none;
}

#cssmenu>ul ul {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}

/* fading header */

header {
	position: relative;
	background-color: #000;
	padding: 0;
	z-index: 2;
	width: 100%;
	/* height:300px; */
	height: 124px;
	/* height: 200px; */
	background-image: url(images/header-wood.jpg);
	background-image: url(images/header-wood-4k.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.container {
	max-width: 60em;
	min-width: 45em;
	margin: 0 auto;
	padding: 0 2em;
}

/* OLD LOGO */

#header-logo-holder {
	position: fixed;
	margin: 0px auto;
	left: 50%;
	margin-left: -128px;
	top: 15px;
	width: 256px;
	height: 224px;
	width: 137px;
	height: 120px;
	width: 188px;
	height: 164px;
	margin-left: -94px;
	/*
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	*/
}

#header-logo {
	display: block;
	position: relative;
	margin: auto;
	width: 100%;
	height: 100%;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	/*
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	*/
}

#header-logo:focus {
	outline-color: #fff!important;
}

/* EOF: OLD LOGO */

/* NEW LOGO */

#header-logo-holder {
	position: fixed;
	margin: 0px auto;
	left: 50%;
	top: 0px;
	width: 700px;
	height: 152px;
	width: 562px;
	height: 122px;
	margin-left: -281px;
	/*
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	*/
}

#header-logo {
	display: block;
	position: relative;
	margin: auto;
	width: 100%;
	height: 100%;
	background-image: url(images/bfi-3d-4k.png);
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	/*
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	*/
}

/* EOF: NEW LOGO */

#condensed-header {
	height: 70px;
	background: #fff;
	width: 1600px;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	line-height: 70px;
	max-width: 100%;
}

#condensed-header-container {
	display: none;
	width: 1600px;
	width: 100%;
	height: 70px;
	background: #333;
	position: fixed;
	opacity: 0;
	opacity: 1;
	z-index: 9999;
	max-width: 100%;
}

.mm-menu, .mm-about, .mm-locations, .mm-giftcards, .mm-franchise, .mm-contact {
	width: 200px;
	text-align: center;
	font-size: 12px;
}

.col-33 {
	/*
	height: 70px;
	width: 33.33%;
	float: left;
	*/
	height: 70px;
	max-width: 75%;
	margin: 0 auto;
}

.col-33r {
	width: 33.33%;
	float: right;
	text-align: right;
}

.col-33.text-right {
	text-align: right;
}

.social-header {
	position: fixed;
	width: 100%;
	height: 1px;
	z-index: 999;
}

.social-header-inner {
	max-width: 1600px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	height: 1px;
}

.social-header ul.social-ul {
	position: relative;
	left: 15px;
	top: 15px;
	float: left;
	width: 140px;
}

.social-header ul li {
	display: inline;
	margin-right: 12px;
}

.social-ul li a {
	display: inline-block;
	width: 31px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
}

/* expanded header social links */

.social-ul li #social-ul-ig {
	background-image: url(images/icon-instagram-white-new.png);
}

.social-ul li #social-ul-fb {
	background-image: url(images/icon-facebook-white.png);
}

.social-ul li #social-ul-tw {
	background-image: url(images/icon-twitter-white.png);
}

/* condensed header social links */

.social-ul li #social-ul-ig.condensed {
	background-image: url(images/icon-instagram-black-new.png);
}

.social-ul li #social-ul-fb.condensed {
	background-image: url(images/icon-facebook-black.png);
}

.social-ul li #social-ul-tw.condensed {
	background-image: url(images/icon-twitter-black.png);
}

/* hover state for header social links */

.social-ul li #social-ul-ig:hover, .social-ul li #social-ul-ig:focus {
	background-image: url(images/icon-instagram-green-new.png) !important;
}

.social-ul li #social-ul-fb:hover, .social-ul li #social-ul-fb:focus {
	background-image: url(images/icon-facebook-green.png) !important;
}

.social-ul li #social-ul-tw:hover, .social-ul li #social-ul-tw:focus {
	background-image: url(images/icon-twitter-green.png) !important;
}

.social-header .ordernow-wrapper {
	position: relative;
	top: 15px;
	float: right;
}

.social-header .btn-ordernow {
	display: inline-block;
	border-radius: 4px;
	background: #000;
	color: #8ec13f;
	border-style: solid;
	border-width: 1px;
	border-color: #8ec13f;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	line-height: 1.2em;
	font-size: 13px;
	font-family: "BrandonGrotesque-Bold", sans-serif;
	text-align: center;
}

.social-header .btn-ordernow span {
	top: -1px;
	margin-left: 5px;
	position: relative;
	font-size: 1.5em;
}

.social-header .btn-ordernow:hover, .social-header .btn-ordernow:focus {
	background: #8ec13f;
	color: #000;
	border-color: #000;
}

.col-33 ul {
	float: left;
	/* margin-left: 25px; */
}

.col-33 ul li {
	display: inline;
	margin-right: 12px;
}

.conhdr-links-instagram, .conhdr-links-facebook, .conhdr-links-twitter, .hdr-links-instagram, .hdr-links-facebook, .hdr-links-twitter {
	height: 25px;
	width: 31px;
}

.hdr-links-instagram, .hdr-links-facebook, .hdr-links-twitter {
	margin-top: 20px;
}

.conhdr-btn {
	width: 112px;
	height: 40px;
	background-color: transparent;
	float: right;
	margin-right: 25px;
	line-height: 42px;
}

.conhdr-btn a {
	width: 92px;
	display: inline;
	border-radius: 4px;
	padding: 2px 3px;
	background-color: #8DC03f;
	font-size: 12px;
	font-family: "BrandonGrotesque-Regular", sans-serif;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

/*
.conhdr-btn a:after {
	content: ">";
	margin-top: -2px;
}
*/

.btn-ordernow {
	/* width: 112px; */
	margin-right: 25px;
}

/* Slider */

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 30px !important;
}

.sliderbg {
	background-image: url(images/contact-paper-back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#homepage_slider {
	max-width: 100%;
	/* width: 1920px; */
	width: 100%;
	position: relative;
	margin: 0 auto;
	height: auto;
	/* max-height:720px; */
	z-index: 10;
}

#menu_slider {
	max-width: 100%;
	width: 1920px;
	/* width:100%;*/
	position: relative;
	margin: 0 auto;
	height: auto;
	max-height: 720px;
}

#franchising_slider {
	max-width: 100%;
	width: 1920px;
	/* width:100%;*/
	position: relative;
	margin: 0 auto;
	height: auto;
	/* height:720px;  */
}

.bx-wrapper .bx-viewport {
	box-shadow: 0 0 0px #ccc !important;
	border: 0px solid #fff !important;
	left: 0px !important;
	background: #fff !important;
	-webkit-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper {
	margin: 0 auto 30px !important;
}

#homepage_slider .bx-wrapper {
	margin: 0 auto 0px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #8ec13f !important;
}

.bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
	background-image: url(images/bxslider-prev-black.png);
	background-position: 11px center;
/*	width: 27px !important;
	height: 47px !important;*/
}

.bx-wrapper .bx-controls .bx-controls-direction .bx-next {
	background-image: url(images/bxslider-next-black.png);
	background-position: center center;
	/*width: 27px !important;
	height: 47px !important;*/
}

.bx-wrapper .bx-controls-direction a:hover, .bx-pause:hover {
	opacity: 0.7;
}

.mobile-head {
	display: none;
}

::-webkit-input-placeholder {
	color: #000;
	text-transform: uppercase;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
	text-transform: uppercase;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
	text-transform: uppercase;
}

:-ms-input-placeholder {
	color: #000;
	text-transform: uppercase;
}

/*  HOME STYLES  */

#fifly {
	margin: 0 auto;
	height: auto;
	width: 100%;
	position: relative;
	/*background-image: url(images/fi_fly_bkgd-4k.jpg);*/
	background-image: url('images/crowd.jpg');
	background-image: url('images/BF_EXT_CROWD1sm.jpg');
	background-size: cover;
	background-position: top center;
	/*padding-top:50px;*/
	height: 345px;
	height: 500px;
	height: 300px;
}

#fifly img {
	display: block;
	margin: 0 auto;
	max-width: 48%;
}

/* pre paste */

.home-locationlookup {
	width: 100%;
	/*height: 208px;*/
	position: relative;
	/*background-image: url(images/burgerfi_blurry-4k.jpg);*/
	background-image: url('images/metaltexture.jpg');
	background-size: cover;
	background-position: center center;
}

.home-newsltr {
	width: 100%;
	height: 208px;
	position: relative;
	background-image: url(images/contact-newsltr-back.jpg);
	background-size: cover;
	background-position: center center;
}

.home-social {
	width: 100%;
	/*   min-height: 958px; */
	position: relative;
	background-image: url(images/BFI_SOCIAL-BUILD-STAINLESS_4K.jpg);
	background-size: cover;
	background-position: center center;
	background-color: #000;
}

.home-wwbanner {
	width: 100%;
	height: auto;
	background: #000;
}

.home-wwbanner img {
	position: relative;
	margin: 0 auto;
	display: block;
}

.home-locationlookup .location-search-wrapper {
	position: relative;
	margin: 0 auto 80px auto;
	width: 400px;
	top: 50px;
	left: auto;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	background: rgba(0, 0, 0, 0.75);
	padding: 15px 30px;
	border-radius: 5px;
	line-height: 1;
	border: 1px solid white;
	font-family: "BrandonGrotesque-Regular", sans-serif;
	text-align: center;
}

.locations-page .location-search-wrapper {
	text-align: center;
	padding: 40px 0;
	width: 100%;
	display: block;
	background-image: url(images/contact-paper-back.jpg);
	background-size: cover;
	background-attachment: fixed;
	min-height: 325px;
}

.locations-page form#form-location {
	margin: auto;
	width: auto;
	vertical-align: middle;
	display: inline-block;
	background: transparent;
}

.locations-page form#form-location p {
	color: #111;
	margin-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
}

.locations-page form#form-location img, .locations-page form#form-location p, .locations-page form#form-location input {
	display: inline-block;
	vertical-align: middle;
}

.locations-page form#form-location input {
	border: 1px solid #8ec13f;
	padding: 10px 15px;
	max-width: 300px;
}

.newsltr-wrapper {
	position: absolute;
	top: 10%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: rgba(0, 0, 0, 0.75);
	padding: 15px 30px;
	border-radius: 5px;
	line-height: 1;
	border: 1px solid white;
	font-family: "BrandonGrotesque-Regular", sans-serif;
	text-align: center;
}

.home-locationlookup .location-search-wrapper p, .newsltr-wrapper H2 {
	color: #8ec13f;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0;
}

.home-locationlookup .location-search-wrapper p {
	margin-bottom: 13px;
}

.location-search-wrapper h2 {
	margin-bottom: 12px !important;
}

.location-search-wrapper p, .newsltr-wrapper p {
	margin: 0 0 15px 0;
	color: #8ec13f;
	text-transform: uppercase;
	font-size: 18px;
}

.location-search-wrapper .nearme:hover {
	cursor: pointer;
	opacity: 0.7;
}

.social-third {
	position: relative;
	width: 33%;
	height: 485px;
	float: none;
	display: inline-block;
	background-image: url(images/home-social-frame.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	min-width: 320px;
	box-sizing: border-box;
	padding: 0 40px 10px 55px;
}

.social-third>h3, .social-blog>h3 {
	font-family: "BrandonGrotesque-Medium", sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	top: 54px;
	position: relative;
}

.social-wrapper {
	width: 1200px;
	max-width: 100%;
	text-align: center;
	margin: auto;
	padding-top: 34px;
	padding-bottom: 34px;
}

.social-wrapper H2 {
	font-family: "BrandonGrotesque-Medium", sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	text-transform: uppercase;
}

div.social-inner {
	height: 322px;
	width: 90%;
	overflow: auto;
	display: block;
	position: relative;
	top: 65px;
	padding: 10px 20px 10px 10px;
	box-sizing: border-box;
	margin: 0 auto;
}

.social-blog .social-inner {
	height: 220px;
	top: 60px;
	padding: 20px 90px;
}

.social-blog {
	clear: both;
	width: 100%;
	height: 354px;
	margin-top: 24px;
	background-image: url(images/home-social-blog-frame.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.social-blog h2 {
	color: #8ec13f;
	font-size: 20px;
	margin-bottom: 20px;
}

.social-blog p {
	margin-bottom: 15px;
	font-size: 15px;
}

.social-blog>h3 {
	top: 41px;
}

.button {
	background-color: #8ec13f;
	border-radius: 4px;
	border: 0px;
	display: inline-block;
	color: #000;
	font-family: "BrandonGrotesque-Bold", sans-serif;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 90px;
	margin-top: 20px;
	outline: none;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 25px;
}

.button:hover, .button:focus {
	background: #424242;
	color: #fff;
}

.button::after {
	content: ">";
	padding-left: 7px;
}

body.home .social-blog .button {
	display: none;
}

form#form-location, form#form-newsletter, form#contact-form-newsletter {
	background: #fff;
	/* padding: 5px; */
	padding: 10px;
	/*border: 2px solid grey;*/
	width: 332px;
	text-align: left;
	max-width: 100%;
	position: relative;
}

input#input-location-search, input#input-newsletter-email {
	border: none;
	width: 242px;
	padding: 0 0 0 10px;
	font-family: "BrandonGrotesque-Medium", sans-serif;
	font-size: 13px;
	max-width: 70%;
}

NOinput#input-newsletter-email {
	width: 310px;
	max-width: 97%;
}

form#form-location input, form#form-location img, form#form-newsletter input {
	vertical-align: middle;
}

form#form-location input[type="submit"] {
	border: none;
	background-color: transparent;
	color: #8ec13f;
	padding: 0 !important;
	font-weight: bold;
	font-family: "BrandonGrotesque-Medium", sans-serif;
	font-size: 14px;
	top: 50%;
	margin-top: -2px!important;
	right: 3px !important;
	width: 30px;
	position: absolute;
	height: 38px;
	line-height: 1;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	vertical-align: middle;
}

form#form-location input[type="submit"]:hover, form#form-location input[type="submit"]:focus, form#form-location input[type="submit"]:active {
	color: #000;
}

form#form-newsletter input[type="submit"], form#contact-form-newsletter input[type="submit"] {
	border: none;
	background-color: transparent;
	color: #8ec13f;
	padding: 0 !important;
	font-weight: bold;
	font-family: "BrandonGrotesque-Medium", sans-serif;
	font-size: 12px;
	top: 0 !important;
	right: 0 !important;
	max-width: 10%;
	width: 140px;
	position: absolute;
	height: 38px;
	line-height: 38px !important;
}

/* FOOD MENU */

.category_title {
	display: block;
	padding: 10px;
	color: #8fc23f;
	background-color: #000;
	margin-bottom: 15px;
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
	border-width: 0 0 3px 0;
	border-style: solid;
	border-color: #999;
	font-family: BrandonGrotesque-Bold;
}

.comp-box {
	position: relative;
	/* float:left; */
	width: 32%;
	/* max-width:400px; */
	min-height: 460px;
	background-size: cover;
	margin-bottom: 35px;
	box-sizing: border-box;
	vertical-align: top;
	display: inline-block;
	border-bottom: 0px solid #bcbdc0;
	min-width: 300px;
}

.comp-box h2 {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.1;
	text-transform: uppercase;
	font-family: 'BrandonGrotesque-Bold';
	min-height: 53px;
}

.comp-box h3 {
	text-align: center;
	font-size: 22px;
	padding: 4px;
}

.cal_and_img {
	width: 100%;
	position: relative;
	padding: 0 40px 10px 40px;
	border-right-style: solid;
	border-right-color: #bcbdc0;
	border-width: 0 1px 1px 0;
	box-sizing: border-box;
}

.menu_item_img {
	max-width: 302px;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.menu_item_desc {
	text-align: center;
	line-height: 1.5em;
	margin: 0 55px;
	font-family: 'BrandonGrotesque-Regular';
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #bcbdc0;
	padding-top: 15px;
	font-size: 16px;
	color: #555;
}

.menu-full-width-divider {
	width: 100%;
	size: 1px;
	color: #bcbdc0;
}

.addl_menu_single {
	margin-bottom: 30px;
}

.addl_menu_heading {
	width: 100%;
	text-align: center;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	background-image: url(images/1pxdot.jpg);
	background-repeat: repeat-x;
	background-position: center;
	font-family: 'BrandonGrotesque-Bold';
}

.addl_menu_heading span {
	padding: 0 20px;
	background: #fff;
}

.addl_menu_content {
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	padding: 20px;
}

.addl_menu_category_info {
	margin-bottom: 20px;
}

.comp-holder .comp-box:nth-child(3n) .cal_and_img {
	border-right-width: 0px !important;
}

.comp-holder .comp-box:last-of-type .cal_and_img {
	border-right-width: 0px !important;
}

/* / FOOD MENU */

/* ABOUT PAGE */

.about {
	width: 100%;
	max-width: 1920px;
	text-align: center;
	margin: 0 auto;
	background-position: center center;
}

.about-employee {
	height: 484px;
	background-image: url(http://burgerfi.com/wp-content/uploads/2017/05/about-employee-header1.jpg);
	padding-top: 280px;
}

.about-fan {
	height: 650px;
	background-image: url(images/about-fan-back.jpg);
	padding-top: 500px;
}

.about-milk {
	height: 602px;
	background-image: url(images/about-milk-back.jpg);
	padding-top: 245px;
}

.about-coke {
	height: 722px;
	background-image: url(images/about-coke-back.jpg);
	padding-top: 70px;
}

.about-trees {
	height: 851px;
	background-image: url(images/about-trees-back.jpg);
	padding-top: 96px;
}

.about-cows {
	height: 355px;
	background-image: url(images/about-cows-back.jpg);
	padding-top: 40px;
}

.about-peeps {
	height: 1195px;
	background-image: url(images/about-peeps-back.jpg);
	padding-top: 30px;
}

.about H2 {
	color: #000000;
	font-family: "BrandonGrotesque-Medium", sans-serif;
	font-size: 26pt;
	text-transform: uppercase;
}

.about p {
	color: #000000;
	font-family: "BrandonGrotesque-Bold", sans-serif;
	font-size: 16pt;
	text-transform: uppercase;
	width: 525px;
	margin: auto;
}

.about-employee H2 {
	color: #FFFFFF;
}

.about-employee p {
	color: #FFFFFF;
	width: 590px;
}

.about-mobile-back {
	display: none;
}

/* / ABOUT PAGE */

/* CONTACT PAGE */

.page-id-15 .wrapper, .page-id-13 .wrapper {
	max-width: 100%;
	background-image: url(images/contact-paper-back.jpg);
	background-image: none;
	background-color: #fff;
	background-size: cover;
	background-attachment: fixed;
}

.wpcf7-checkbox .wpcf7-list-item {
	margin-right: 40px;
}

.wpcf7-checkbox input {
	margin-bottom: 6px;
	margin-right: 3px;
	border: 1px solid #000;
	font-size: 18px;
}

.wpcf7-list-item-label {
	font-size: 18px;
	color: #969696;
}

select {
	padding: 5px 8px;
	width: 100%;
	margin: 0;
	border-radius: 4px;
	background: #FFF;
	color: #CCC;
	border: 1px solid #ccc;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	font-family: 'BrandonGrotesque-Medium';
	font-size: 18px;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	select {
		padding-right: 18px
	}
}

span.menu-vendor, span.your-hearabout, span.what-market-first, span.what-market-second, span.what-market-third, span.how-did-you-hear, span.your-topic {
	position: relative
}

span.menu-vendor:after, span.your-hearabout:after, span.what-market-first:after, span.what-market-second:after, span.what-market-third:after, span.how-did-you-hear:after, span.your-topic:after {
	content: '>';
	font: 26px "BrandonGrotesque-Bold", monospace;
	color: #ccc;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 8px;
	top: -6px;
	padding: 0 0 0px;
	border-bottom: 0px solid #ddd;
	position: absolute;
	pointer-events: none;
	display: none;
}

span.menu-vendor:before, span.your-hearabout:before, span.what-market-first:before, span.what-market-second:before, span.what-market-third:before, span.how-did-you-hear:before, span.your-topic:before {
	content: '';
	right: 6px;
	top: 0px;
	width: 20px;
	height: 26px;
	background: #FFF;
	position: absolute;
	pointer-events: none;
	display: block;
	display: none;
}

.contact-wrapper {
	width: 100%;
	max-width: 1600px;
	/*  background-image: url(images/contact-paper-back.jpg);  */
	margin: auto;
}

.contact_form_help {
	margin-left: 10px;
	padding-top: 4px;
}

.section-header {
	display: block;
	padding: 10px;
	color: #8fc23f;
	background-color: #000;
	margin-bottom: 15px;
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	border-width: 0 0 3px 0;
	border-style: solid;
	border-color: #999;
	font-family: BrandonGrotesque-Bold;
}

.contact-newsltr {
	width: 100%;
	height: 208px;
	position: relative;
	background-image: url(images/contact-newsltr-back.jpg);
	background-size: cover;
	background-position: center center;
}

.contact-newsltr-wrapper {
	position: absolute;
	top: 50px;
	text-align: center;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	line-height: 1;
	border: 1px solid white;
	border-radius: 5px;
	padding: 15px 30px;
	background: rgba(0, 0, 0, 0.75);
	font-family: "BrandonGrotesque-Regular", sans-serif;
	max-width: 100%;
}

.contact-newsltr-wrapper H2 {
	color: #8ec13f;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0 0 6px;
}

.contact-newsltr-wrapper p {
	margin: 0 0 15px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

NOform#contact-form-newsletter {
	background: #fff;
	padding: 5px;
	/*border: 2px solid grey;*/
	width: 332px;
	text-align: left;
	max-width: 100%;
}

NOinput#input-newsletter-email {
	border: none;
	width: 242px;
	padding: 0;
	font-family: "BrandonGrotesque-Medium", sans-serif;
	font-size: 13px;
}

NOinput#input-newsletter-email {
	width: 310px;
	max-width: 97%;
}

NOform#contact-form-newsletter input {
	vertical-align: middle;
}

NOform#contact-form-newsletter input[type="submit"] {
	border: none;
	background-color: transparent;
	color: #8ec13f;
	padding: 0;
	font-weight: bold;
	font-family: "BrandonGrotesque-Medium", sans-serif;
	font-size: 12px;
}

/* / CONTACT PAGE */

/* FOOTER STYLES */

#footer-top {
	width: 100%;
	margin: auto;
	background-color: #000;
	bottom: 0;
	width: 100%;
	clear: both;
	z-index: 9999;
	padding: 30px 0;
	position: relative;
	font-size: 0;
	border-top: 2px solid #58585a;
}

#footer-bottom {
	width: 100%;
	margin: auto;
	background-color: #222222;
	bottom: 0;
	width: 100%;
	clear: both;
	z-index: 9999;
	padding: 30px 0;
	position: relative;
	font-size: 0;
	border-top: 2px solid #58585a;
}

.footer_copyline {
	color: #fff;
	font-size: 18px;
	font-family: 'BrandonText-Medium';
}

#footer-nav>ul {
	margin: 0;
	padding: 0;
}

#footer-nav ul li {
	display: inline;
	list-style-type: none;
	color: #fff;
	font-size: 18px;
}

#footer-nav ul li a {
	color: #fff;
	text-decoration: none;
	font-family: 'BrandonText-Medium';
}

#footer-nav ul li a:hover, #footer-nav ul li a:focus {
	color: #8ec13f;
}

#footer-nav li:before {
	content: " | ";
	padding-left: 10px;
	padding-right: 10px;
}

#footer-nav li:first-child:before {
	content: none;
}

.halfwidth-left {
	width: 48%;
	float: left;
	line-height: 1;
	color: #36363c;
	padding-left: 30px;
}

#footer .first-col, .fourth-col {
	width: 20%;
	display: inline-block;
	line-height: 1;
	color: #36363c;
	vertical-align: top;
	padding: 0 30px;
}

#footer .second-col, .third-col {
	width: 30%;
	display: inline-block;
	line-height: 1;
	color: #36363c;
	padding: 0 30px;
	vertical-align: top;
}

#footer .fourth-col {
	text-align: right;
}

#footer .quarterwidth-left {
	width: 23%;
	float: left;
	line-height: 1;
	color: #36363c;
	padding: 0 30px;
}

#footer-top .halfwidth-left h5, #footer .quarterwidth-left h5 {
	margin: auto;
	padding: 0;
	line-height: 1;
}

#footer-top h3 {
	color: #fff;
	line-height: 1;
	font-size: 18px;
	font-family: 'BrandonText-Medium', sans-serif;
	margin-bottom: 20px;
}

.halfwidth-right {
	width: 48%;
	line-height: 1;
	background: none;
	float: right;
	text-align: right;
	padding-right: 30px;
}

#footer-top .quarterwidth-right {
	width: 23%;
	line-height: 1;
	background: none;
	float: right;
	text-align: right;
	padding: 0 30px;
}

#footer-top .halfwidth-center {
	width: 33%;
	float: left;
	line-height: 1;
	text-align: center;
}

#footer-top .select-options li {
	line-height: 1;
}

#footer-top .select-styled {
	position: relative;
	line-height: 1;
	border: none;
	font-family: "BrandonGrotesque-Bold", Freesans, sans-serif;
	font-size: 14px;
	overflow: hidden;
}

#footer-top input#EmailAddress {
	text-transform: capitalize;
	background-color: #fff;
	padding: 8px 15px;
	transition: all 0.2s ease-in;
	font-family: "BrandonGrotesque-Bold", Freesans, sans-serif;
	font-size: 14px !important;
	border: none;
	width: 100%;
	line-height: 1;
	color: #111;
	overflow: hidden;
	margin-bottom: 20px;
}

#footer-top .select {
	margin-bottom: 20px;
}

#footer-top input[type="submit"] {
	border-radius: 4px!important;
	background: #8ec13f;
	color: #000;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	line-height: 1.2em;
	font-size: 16px;
	font-family: "BrandonGrotesque-Bold", sans-serif;
	text-align: center;
	box-shadow: none;
	border: none;
	text-transform: uppercase;
	display: block;
	overflow: hidden;
	margin-bottom: 20px!important;
}

#footer-top input[type="submit"]:hover {
	background: #fff;
}

#footer-top .footer-row {
	font-size: 0;
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
}

.footer-img-half.left-border {
	border-left: 1px solid #8f9096;
	padding-left: 30px;
}

.footer-img-half.no-border {
	padding-right: 10px;
}

#footer-top .footer-img-half {
	display: inline-block;
	width: 48%;
	vertical-align: middle;
	position: relative;
	margin: 0 1%;
	margin-bottom: 40px;
}

#eclubsignup-footer {
	position: relative;
	margin: 0 auto;
}

#fishbowlform-footer input[type=submit] {
	position: relative;
	float: left;
	margin-right: 15px;
}

#termslink-footer a {
	color: #8ec13f;
}

#termslink-footer a:hover, #termslink-footer a:focus {
	color: #fff;
	text-decoration: underline;
}

#fifly-inner {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding-bottom: 5%;
}

#fifly-inner a {
	max-width: 25%;
	display: inline-block;
	margin: 0% 1%;
}

.footer-img-half.small {
	padding-left: 30px;
}

.footer-img-half.small a {
	max-width: 150px!important;
}

.footer-img-half img, .footer-img-half a {
	display: inline-block;
	width: auto;
	height: auto;
	overflow: hidden;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.footer-img-half.small a:first-child {
	margin-bottom: 15px;
}

#termslink-footer {
	color: #959595;
	text-align: left;
	margin-top: -1px;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.2em;
}

#termslink-footer a {
	text-align: left;
	margin-top: 0;
	font-weight: 300;
	font-size: 14px;
	text-decoration: none;
	display: inline !important;
}

.navhere {
	position: relative;
	height: 62px;
}

.fixedmenu {
	position: fixed !important;
	top: 70px;
	margin: 0 auto;
	z-index: 1000;
	/* max-width: 1600px; */
	width: 100%;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #111;
	text-transform: capitalize;
	font-family: "BrandonGrotesque-Medium";
}

/* gray80 */

:-moz-placeholder {
	opacity: 1;
	color: #111;
}

/* Firefox 18- (one color)*/

::-moz-placeholder {
	opacity: 1;
	color: #111;
}

/* Firefox 19+ (double colons) */

:-ms-input-placeholder {
	opacity: 1;
	color: #111;
}

/* / FOOTER STYLES */

/* Print styles!
-------------------------------------------------------------------------------*/

@media print {}

/* Media queries!
-------------------------------------------------------------------------------*/

/* Always do mobile-first, and consider using em units: http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw

@media screen and (min-width: 480px) {

} */

.cleary {
	height: 1px;
	margin-top: -1px;
	clear: both;
}

#eclubsignup {
	position: absolute;
	width: 380px;
	/*height: 346px;*/
	top: 174px;
	left: 50%;
	margin-left: -180px;
	background-color: #fff;
	z-index: 99999;
	font-family: "BrandonGrotesque-Regular", sans-serif;
	font-size: 16px;
	box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.6);
}

#eclubheader {
	height: 50px;
	color: #fff;
	line-height: 50px;
	background-color: #8FBf48;
	text-transform: uppercase;
	text-indent: 20px;
	font-size: 25px;
	font-family: "BrandonGrotesque-Regular", sans-serif;
	font-weight: 300;
}

#eclubsignup input[type=email], #eclubsignup input[type=text], #eclubsignup select {
	width: 100%;
	padding: 8px;
	border: 1px solid #8FBf48;
	outline: none;
	background-color: #ebebeb;
	margin-bottom: 14px;
	color: #919191 !important;
	font-size: 14px;
	border-radius: 3px;
	font-weight: normal;
}

#eclubsignup input[type=submit] {
	border: 1px solid #8FBf48;
	background-color: #8FBf48;
	padding: 10px 40px 10px 40px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	float: right;
	border-radius: 3px !important;
	font-family: "BrandonGrotesque-Regular", sans-serif;
	font-weight: 300;
}

#termslink {
	color: #7f7f7f;
	text-align: center;
	margin-top: 20px;
	font-weight: 300;
	font-size: 14px;
}

#termslink a {
	color: #7f7f7f;
}

.signuptext {
	font-family: "BrandonGrotesque-Bold", sans-serif !important;
}

#signuptext {
	margin-bottom: -10px;
	display: block;
}

#blackbg {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
}

.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}

.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 16px;
	/* color: #919191; */
	color: #111;
	width: 100%;
	height: 38px;
	margin-bottom: 10px;
}

.select-styled {
	text-transform: capitalize;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	padding: 10px 15px;
	transition: all 0.2s ease-in;
	font-size: 14px !important;
	border: 1px solid #999;
}

.select-styled:after {
	content: "";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-color: #919191 transparent transparent transparent;
	position: absolute;
	top: 16px;
	right: 10px;
	z-index: 9999;
}

.select-styled:hover {
	background-color: #f8f8f8;
}

.select-styled:active, .select-styled.active {
	background-color: #f8f8f8;
}

.select-styled:active:after, .select-styled.active:after {
	top: 9px;
	border-color: transparent transparent #919191 transparent;
}

.select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #f7f7f7;
	max-height: 300px;
	height: auto;
	overflow: auto;
}

.select-options li {
	margin: 0;
	padding: 12px 0;
	text-indent: 15px;
	border-top: 1px solid #ccc;
	transition: all 0.15s ease-in;
	color: #525252;
	font-size: 14px;
	text-transform: capitalize;
}

.select-options li:hover {
	color: #000;
	background: #8ec13f;
}

.select-options li[rel="hide"] {
	display: none;
}

.select-options li:first-child {
	display: none;
}

.wpcf7-form ::-webkit-input-placeholder {
	color: #111;
}

:.wpcf7-form -moz-placeholder {
	/* Firefox 18- */
	color: #111;
}

.wpcf7-form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #111;
}

.wpcf7-form :-ms-input-placeholder {
	color: #111;
}

.contact-form iframe#myframe {
	/*
	position: absolute;
	top: -60px;
	height: 102vh;
	*/
	background-color: transparent !important;
}

.contactformleft .select-options {
	background-color: transparent !important;
	height: auto !important;
	overflow: auto !important;
}

.contactformleft ul.select-options li {
	line-height: 1em;
	height: 40px;
	margin-bottom: 0px;
}

.content_inner.post {
	padding: 30px 20px;
}

.content_inner.post h2, .content_inner.post h1 {
	font-weight: bold;
	font-size: 1.75em;
}

.content_inner.post h5 {
	font-weight: bold;
	font-size: 1.25em;
}

.content_inner.post ul {
	list-style: disc;
	margin: 20px;
	line-height: 1.75em;
}

.content_inner.post h2 {
	padding-top: 20px;
	text-transform: uppercase;
}

div#wecare {
	display: block;
}

.menu_calories {
	display: none;
}

#fishbowlform ::-webkit-input-placeholder {
	color: #111;
}

#fishbowlform :-moz-placeholder {
	/* Firefox 18- */
	color: #111;
}

#fishbowlform ::-moz-placeholder {
	/* Firefox 19+ */
	color: #111;
}

#fishbowlform :-ms-input-placeholder {
	color: #111;
}

.gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
	width: 100% !important;
	padding: 8px;
}

.gform_wrapper textarea.medium {
	width: 100% !important;
	padding: 8px;
}

.hidelabel .gfield_label {
	display: none !important;
}

.contact_formleft_full {
	margin-bottom: 0px !important;
}

.contact_formleft_full .select {
	margin-bottom: 0px;
}

.mm-contact ul {
	text-align: right !important;
}

.mm-menu ul {
	text-align: left !important;
}

.visuallyhidden {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	height: 1px!important;
	margin: -1px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important;
}

.skip-to-content {
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 1px;
	width: 1px;
	font-family: Arial, sans-serif;
	background-color: #8ec13f;
	padding: 10px 20px;
	color: #fff!important;
	text-align: left;
	z-index: 10000;
	opacity: 1!important;
	text-decoration: none;
}

a.skip-to-content:active, a.skip-to-content:focus, a.skip-to-content:hover {
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	overflow: visible;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 999;
	width: 40px!important;
    height: 40px!important;
    background-color: #fff;
    padding: 0;
    background-size: 15px 26px;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
}

.bx-wrapper .bx-controls-direction a:focus {
	outline: 1px dotted red;
}

.select-options li:focus {
	outline: 1px solid red;
}

.bxslider-custom-wrapper {
	position: relative;
}

.bx-pause-wrapper {
	position: absolute;
	bottom: 30px;
	right: 20px;
	color: #000;
	z-index: 999;
	cursor: pointer;
	text-indent: -50000px;
	background-color: #fff;
	padding: 10px;
	border-radius: 50%;
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
}

.bx-pause {
	width: 24px;
    height: 21px;
    background: transparent;
    position: relative;
    margin-top: 0px;
    display: block;
    transition: all 250ms ease;
}

.bx-pause.paused:after {
	opacity: 0;
}

.bx-pause.paused:before {
	width: 0;
    height: 0;
    border-left: 13px solid #000;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    background: transparent;
    opacity: 0.9;
    content: "";
    top: 0px;
    left: 8px;
}

.bx-pause:before {
	width: 6px;
    height: 20px;
    background: #000;
    border: 0;
    position: absolute;
    opacity: 0.9;
    content: "";
    top: 0px;
    left: 14px;
}

.bx-pause:after {
	width: 6px;
    height: 20px;
    background: #000;
    border: 0;
    position: absolute;
    opacity: 0.9;
    content: "";
    top: 0px;
    left: 3px;
}

.bx-pause:hover:after, .bx-pause:hover:before, .bx-pause.paused:hover:before, .bx-pause:focus:after, .bx-pause:focus:before, .bx-pause.paused:focus:before {
	opacity: 1;
}

.bx-pause.paused:hover:after, .bx-pause.paused:focus:after {
	opacity: 0;
}

.home-content p {
	font-size: 14px;
}

.page-title {
	font-size: 46px;
	text-align: center;
	padding: 20px 20px 0px 20px;
}

.rewards-menubar {
	padding-top: 3px;
	padding-bottom: 5px;
	background-color: #8ec13f;
	color: #000;
	text-align: center;
	font-family: 'BrandonGrotesque-bold', sans-serif;
	font-size: 13px;
}

.rewards-menubar a {
	color: #000000;
	text-decoration: none;
	padding: 0px 10px;
}

.rewards-menubar a:hover, .rewards-menubar a:focus, .rewards-menubar a:active {
	text-decoration: underline;
}

#fier-form {
	line-height: 40px;
	height: 40px;
	margin-bottom: 10px;
	font-size: 18px;
	display: block;
	background-color: #666;
	color: #fff;
	font-family: 'BrandonGrotesque-Medium', sans-serif;
	text-decoration: none;
	padding: 0 20px;
}

#fier-form:hover {
	background-color: #000;
}

@media all and (max-width: 980px) {
	#footer .first-col, .fourth-col, #footer .second-col, .third-col {
		width: 50%;
		margin-bottom: 40px;
	}
}

@media all and (max-width: 659px) {
	#footer .first-col, .fourth-col, #footer .second-col, .third-col {
		width: 100%;
		margin-bottom: 40px;
	}
}

#fifly a, #fifly div img {
	display: inline-block;
	position: relative;
	height: 100px;
	width: auto;
	max-width: 100%;
}

#fishbowlform-footer .select-options {
	max-height: 155px !important;
}

.rw_btn {
	margin-top: 10px;
	width: 45% !important;
}

@media (max-width: 600px) {
	.rw_btn {
		margin: 15px 5px !important;
		width: initial;
	}
}


.wpcf7-form {
	color: #333;
	font-family: 'BrandonGrotesque-Medium', sans-serif;
}

.wpcf7-form p {
	font-size: 13px;
	color: #333;
	margin-bottom: 14px;
}

.wpcf7-form p.large {
	font-size: 16px;
}

.wpcf7-form label {
	display: block;
	margin-bottom: 14px;
	font-size: 14px;
	font-family: 'BrandonGrotesque-Medium', sans-serif;
}

.wpcf7-form input[type=date], .wpcf7-form input, .wpcf7-form select, .wpcf7-form option, .wpcf7-form textarea {
	font-size: 14px!important;
	color: #333;
	font-weight: normal!important;
}

.wpcf7-form .wpcf7-list-item-label {
	font-size: 16px;
	color: #333;
	display: inline-block!important;
	vertical-align: middle;
}

.wpcf7-form input[type="radio"] {
    vertical-align: middle;
    margin-right: 5px;
    width: 15px;
    height: 15px;
}

.wpcf7-form span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 20px;
}

.wpcf7-form h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.wpcf7-form span.wpcf7-form-control.wpcf7-radio {
    margin-top: 5px;
    display: block;
}

select.unstyled {
	border-radius: 0;
	color: #333;
	text-transform: capitalize;
	-webkit-appearance: menulist;
	font-size: 14px;
}

select.unstyled option {
	font-size: 14px;
}

::-webkit-inner-spin-button {
	height: 38px;
}

#wpcf7-f1704-o1 {
	display: none;
}


select.unstyled:focus {
    outline-color: red;
    outline: 1px solid;
}

div.wpcf7-response-output {
	margin: 50px 0!important;
	font-size: 14px;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #8ec13f;
}

.wpcf7-not-valid {
    border-color: red!important;
}

.wpcf7-form input[type=submit]:hover, .wpcf7-form input[type=submit]:focus {
    background: #525252;
    color: #fff;
}

.red {
	color: red!important;
}
