@charset "utf-8";
/*
Theme Name: Bonchon
Author: Lounge Lizard
Author URI: http://www.loungelizard.com/
Description: Bonchon
Version: 4.8.3
*/

@font-face {
	font-family:'Intro-Regular';
	src: url('../fonts/Intro_gdi.eot');
	src: url('../fonts/Intro_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Intro_gdi.woff') format('woff'),
		url('../fonts/Intro_gdi.ttf') format('truetype'),
		url('../fonts/Intro_gdi.svg#Intro-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}

/*********************** 1. GLOBALS ***********************/
body {
	font-family: 'Karla', sans-serif;
	font-size:20px;
	color:#2e2e2d;
	background:#FFF;
	font-weight:100;
}

input,
textarea,
button,
select {
	font-family: 'Karla', sans-serif;
	outline:none!important;
	line-height:normal;
}

input[type="text"],
input[type="email"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

a,
a:hover,
a:focus {
	color:#d51920;
}

::-moz-selection {
	background-color:#d51920;
	color:#FFF;
}

::selection {
	background-color: #d51920;
	color: #FFF;
}

::-webkit-input-placeholder {
   color: #63605c;
}

:-moz-placeholder {
   color: #63605c;
}

::-moz-placeholder {
   color: #63605c;  
}

:-ms-input-placeholder {  
   color: #63605c;  
}

input[type="text"],
input[type="email"],
select,
textarea {
	/*width:100%;*/
	border:1px solid #d9e1e9;
	padding:9px 15px;
}

textarea {
	resize:none;
	height:150px;
}

body .gform_wrapper .ginput_complex .ginput_full input[type=email],
body .gform_wrapper .ginput_complex .ginput_full input[type=number],
body .gform_wrapper .ginput_complex .ginput_full input[type=password],
body .gform_wrapper .ginput_complex .ginput_full input[type=tel],
body .gform_wrapper .ginput_complex .ginput_full input[type=text],
body .gform_wrapper .ginput_complex .ginput_full input[type=url] {
	/*width:100%!important;*/
}

.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=password],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=url],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=password],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=url],
.gform_wrapper .ginput_complex input[type=email],
.gform_wrapper .ginput_complex input[type=number],
.gform_wrapper .ginput_complex input[type=password],
.gform_wrapper .ginput_complex input[type=tel],
.gform_wrapper .ginput_complex input[type=text],
.gform_wrapper .ginput_complex input[type=url] {
	/*width:100%!important;*/
	padding:10px 15px;
}

.gform_wrapper ul li.gfield {
	margin-bottom:20px;
}

.gform_wrapper .top_label .gfield_label {
	margin-bottom:5px;
}

.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url] {
	padding:5px 5px!important;
}

.wrapper {
	width:100%;
	overflow:hidden;
}

@media screen and (min-width:1600px) {
	.container {
		width:1550px;
	}
}

.homepage-video {
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
	position:relative;
	z-index:5000;
	min-height:300px;
}

.homepage-video-logo,
.page-logo {
	display:block;
	background:url(../images/logo@2x.png) no-repeat;
	background-size:100%;
	width:216px;
	height:250px;
	position:absolute;
	left:40px;
	top:40px;
	z-index:10;
}

.homepage-video-text {
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	font-size:110px;
	text-shadow:-4px 0px 12px rgba(0,0,0,.8);
	color:#FFF;
	position:absolute;
	width:100%;
	padding:0 15px;
	z-index:10;
	left:0px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.homepage-video-text p {
	margin:0;
}

.bonchon-website-select {
	position:absolute;
	right:0px;
	top:0px;
	z-index:11 !important;
}

.bonchon-current-website {
	background:rgba(214,26,33,.9);
	color:#FFF;
	cursor:pointer;
	font-size:22px;
	text-transform:uppercase;
	padding:17px 55px 17px 35px;
	position:relative;
	z-index:10;
}

.bonchon-current-website strong {
	font-family: 'Open Sans', sans-serif;
	font-size:28px;
	text-transform:none;
	margin-right:10px;
}

.bonchon-current-website:after {
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 11px 0 11px;
	border-color: #FFF transparent transparent transparent;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-1px;
	z-index:5;
}

.bonchon-current-website.active:after {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bonchon-websites-list {
	background:rgba(38,38,40,.87);
	color:#FFF;
	position:absolute;
	top:100%;
	width:100%;
	left:0px;
	padding:25px 0;
	display:none;
	z-index:11 !important;
}

.bonchon-websites-list .h3 {
	margin:0 0 25px;
	font-size:32px;
	font-weight:400;
	text-transform:uppercase;
	padding:0 30px;
}

.bonchon-websites-list .h3 strong {
	font-weight:700;
	font-size:40px;
}

.bonchon-websites-list ul {
	padding:0;
	margin:0;
	list-style:none;
}

.bonchon-websites-list > ul > li + li {
	margin-top:30px;
}

.bonchon-websites-list > ul > li {
	font-size:26px;
	text-transform:uppercase;
}

.bonchon-websites-list > ul > li > span {
	padding:3px 0 3px 100px;
	display:block;
	font-weight:700;
}

.bonchon-websites-list > ul > li ul li.current {
	padding-left:100px;
	background:#252525;
}

.bonchon-websites-list > ul > li a {
	display:block;
	color:#FFF;
	padding-left:100px;
}

.hp-arrow {
	background:url(../images/arrow@2x.png) no-repeat;
	background-size:100%;
	width:40px;
	height:88px;
	position:absolute;
	right:95px;
	bottom:95px;
	z-index:9;
	-webkit-animation-name: bounceball;
    -webkit-animation-duration: .8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-delay: 0;
    -webkit-animation-timing-function: ease-out;
    animation-name: bounceball;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: 0s;
    timing-function: ease-out;
    animation-play-state: running;
    animation-fill-mode: none;
	cursor:pointer;
	text-indent: -9999px;
	font-size: 0px;
}

@keyframes bounceball {
    from {
        bottom: 80px;
    }
    to {
        bottom: 95px;
    }
}
@-webkit-keyframes bounceball {
    from {
        bottom: 80px;
    }
    to {
        bottom: 95px;
    }
}

#homepage-video-block:before {
	content:'';
	width:100%;
	height:100%;
	z-index:2;
	left:0px;
	top:0px;
	background:rgba(0,0,0,.1);
	position:absolute;
}

.hp-locations-icon {
	display:block;
	width:128px;
	height:128px;
	border:2px solid #FFF;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	position:absolute;
	left:50%;
	margin-left:-64px;
	bottom:95px;
	z-index:8;
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,.8);
	box-shadow:0px 0px 10px rgba(0,0,0,.8);
	background:url(../images/location@2x.png) no-repeat center;
	background-size:54px 54px;
	text-align:center;
	text-decoration:none!important;
	color:#FFF!important;
}

.hp-locations-icon span {
	opacity:0;
	font-size:18px;
	text-transform:uppercase;
	background:url(../images/location2@2x.png) no-repeat center top;
	background-size:21px 27px;
	padding:32px 15px 0;
	position:absolute;
	width:100%;
	left:0px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:5;
	line-height:1.2em;
}

.hp-locations-icon:hover {
	background:#262828;
}

.hp-locations-icon:hover span {
	opacity:1;
}

.header-wrapper {
	height:147px;
	background:#262828;
}

.site-header {
	background:#262828;
	padding:20px 0;
	position:relative;
}

.site-header.fixed {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	z-index:1000;
}

.navbar-default {
	background:none;
	border:none;
	margin:0;
	border-radius:0px;
}

.logo {
	display:block;
	float:left;
	width:92px;
}

.navbar-default .navbar-collapse {
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.navbar-nav {
	margin:27px 0 0 45px;
}

.navbar-nav > li {
	font-size:26px;
	text-transform:uppercase;
}

.navbar-default .navbar-nav > li > a {
	color:#e2e2e2;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li.current-menu-item>a {
	color:#FFF;
}

.header-social {
	float:right;
	margin:30px 0 0;
}

.header-social ul {
	padding:0;
	margin:0;
}

.header-social ul li {
	float:left;
	list-style:none;
}

.header-social ul li a {
	display:block;
	width:44px;
	height:44px;
	color:#FFF;
	border:3px solid #FFF;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	text-align:center;
	line-height:40px;
	font-size:24px;
}

.header-social ul li a:hover {
	background:#d51921;
	color:#FFF;
}

.header-social ul li + li {
	margin-left:15px;
}

.menu-locations-btn {
	position:absolute;
	right:0;
	margin-right:-285px;
	top:50%;
	margin-top:-40px;
	background:#d51921;
	color:#FFF!important;
	text-decoration:none!important;
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	text-transform:uppercase;
	padding:20px 50px 20px 100px;
	background-image:url(../images/location3@2x.png);
	background-repeat:no-repeat;
	background-position:35px center;
	background-size:28px 36px;
	white-space:nowrap;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.menu-locations-btn strong {
	font-size:28px;
	font-weight:700;
	text-transform:none;
}

.menu-locations-btn:hover {
	margin-right:0;
}

.footer {
	background:url(../images/footer.jpg) no-repeat center;
	-webkit-background-size:cover;
	background-size:cover;
	color:#f7f5f2;
	padding:60px 0 15px;
}

.footer-main {
	float:right;
	padding-left:200px;
	background:url(images/logo@2x.png) no-repeat left top;
	background-size:134px 155px;
	width:50%;
	margin-bottom:200px;
}

.footer-main h3 {
	text-transform:uppercase;
	font-weight:400;
	font-family:'Intro-Regular';
	font-size:36px;
	margin:0 0 12px;
}

.footer-menu {
	margin:0 0 50px;
}

.footer-menu-section {
	float:left;
	width:50%;
}

.footer-menu ul {
	padding:0;
	margin:0;
}

.footer-menu ul li {
	text-transform:uppercase;
	list-style:none;
	font-size:26px;
	line-height:1.2em;
}

.footer-menu ul li + li {
	margin-top:12px;
}

.footer-menu ul li a {
	color:#f7f5f2!important;
}

.footer-copyright {
	float:left;
	clear:both;
	text-transform:uppercase;
	font-size:18px;
}

.footer-newsletter form {
	position:relative;
}

.footer-newsletter .gform_wrapper .top_label .gfield_label {
	display:none;
}

.footer-newsletter .gform_wrapper .top_label input.large {
	/*width:100%!important;*/
	background:none;
	border:none;
	border-bottom:1px solid #FFF;
	font-size:30px;
	color:#FFF;
	padding:2px 45px 2px 0!important;
}

.footer-newsletter ::-webkit-input-placeholder {
   color: #f7f5f2;
}

.footer-newsletter :-moz-placeholder {
   color: #f7f5f2;
}

.footer-newsletter ::-moz-placeholder {
   color: #f7f5f2;  
}

.footer-newsletter :-ms-input-placeholder {  
   color: #f7f5f2;  
}

.footer-newsletter .gform_wrapper .gform_footer input.button {
	width:35px;
	height:35px;
	background:#FFF url(../images/check@2x.png) no-repeat center;
	background-size:19px 16px;
	border:1px solid #FFF;;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	font-size:0px;
	text-indent:-9999px;
	position:absolute;
	right:0px;
	top:0px;
	z-index:5;
	padding:0;
}

.footer-newsletter .gform_wrapper .gform_footer input.button:hover {
	background-color:#262828;
	background-image:url(../images/check-h@2x.png);
}

.footer-newsletter .gform_wrapper ul li.gfield {
	background:none!important;
	border:none!important;
	margin:0!important;
}

.footer-newsletter .gform_wrapper div.validation_error {
	display:none!important;
}

.footer-newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin:0!important;
	max-width:100%;
}

.rc-item {
	width:100%;
	background-color:#f8f7f5;
	-webkit-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:80px 0 125px;
	text-shadow:0px 0px 2px rgba(255,255,255,1);
}

.rc-title {
	text-align:center;
	margin:0 0 135px;
	color:#262828;
}

.rc-title h2 {
	margin:0;
	text-transform:uppercase;
	font-size:38px;
	font-weight:400;
	font-family:'Intro-Regular';
}

.rc-title h3 {
	margin:0;
	text-transform:uppercase;
	font-size:70px;
	font-weight:400;
	font-family:'Intro-Regular';
}

.rc-text {
	float:right;
	width:50%;
	max-width:580px;
	margin-right:80px;
	font-size:30px;
}

.rc-text h2 {
	font-size:40px;
	text-transform:uppercase;
	font-weight:700;
	margin:0 0 20px;
}

.rc-button {
	padding:80px 0 0;
}

.rc-button a {
	display:block;
	width:96px;
	height:96px;
	border:2px solid #262828;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background:#FFF;
	text-decoration:none!important;
	font-size:14px;
	text-transform:uppercase;
	color:#262828!important;
	text-align:center;
	position:relative;
	z-index:10;
}

.rc-button a span {
	position:absolute;
	width:100%;
	left:0px;
	z-index:5;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding:0 15px;
	line-height:1.2em;
}

.rc-button a:hover {
	background-color:#262828;
	color:#ebebeb!important;
}

.rc-pager {
	margin-top:30px;
}

.rc-pager span,
.fd-pager span {
	display:block;
	float:left;
	width:18px;
	height:18px;
	border:2px solid #262828;
	cursor:pointer;
	text-indent:-9999px;
	text-transform:uppercase;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

.rc-pager span + span,
.fd-pager span + span {
	margin-left:27px;
}

.rc-pager span.cycle-pager-active,
.fd-pager span.cycle-pager-active {
	background-color:#262828;
}

.fd-item {
	width:100%;
	padding:100px 0 140px;
	background-repeat:no-repeat;
	background-position:center bottom;
	-webkit-background-size:cover;
	background-size:cover;
	color:#FFF;
	position: relative;
	z-index: 1;
	min-height: 700px;
}
.fd-item-overlay {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	padding-top: 100px;
	background: rgba(0,0,0,.6);
}
.fd-item > .container {
	position: relative;
	z-index: 2;
}

.fd-item .text {
	max-width:500px;
	font-size:28px;
	min-height:330px;
	margin-left:40px;
}

.fd-item h2 {
	margin:0;
	text-transform:uppercase;
	font-size:70px;
	font-weight:400;
	font-family:'Intro-Regular';
}

.fd-item h3 {
	margin:0 0 30px;
	font-size:45px;
	font-weight:700;
}

.featured-dishes-slider {
	position:relative;
	z-index:2;
}

.featured-dishes-text {
	background:url(../images/paper.jpg) no-repeat center top;
	background-size:100%;
	text-align:center;
	padding:35px 0 140px;
	font-size:36px;
}

.featured-dishes-text h2 {
	margin:0 0 15px;
	text-transform:uppercase;
	font-size:38px;
	font-weight:400;
	font-family:'Intro-Regular';
}

.featured-dishes-text p {
	margin:0 auto;
	max-width:970px;
}

.fd-pager {
	display:inline-block;
	margin:0 0 35px;
}

.featured-dishes-main {
	z-index:1;
}

.fd-prev {
	background:url(../images/prev@2x.png) no-repeat;
	width:22px;
	height:36px;
	background-size:100%;
	position:absolute;
	left:20px;
	top:50%;
	margin-top:-18px;
	z-index:10;
}

.fd-next {
	background:url(../images/next@2x.png) no-repeat;
	width:22px;
	height:36px;
	background-size:100%;
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-18px;
	z-index:10;
}

.hp-story-block {
	color:#FFF;
	-webkit-background-size:cover;
	background-size:cover;
	background-position:left center;
	background-repeat:no-repeat;
	position: relative;
	z-index: 1;
	min-height: 1257px;
}
.hp-story-block-inner {
	padding:140px 0 80px;
	background: rgba(0,0,0,.6);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.hp-story-block .text {
	width:50%;
	max-width:525px;
	float:right;
	font-size:28px;
	line-height:1.8em;
}

.hp-story-block .text h2 {
	margin:0 0 35px;
	text-transform:uppercase;
	font-size:60px;
	font-weight:400;
	font-family:'Intro-Regular';
}

.hp-story-btn {
	padding:40px 0;
}

.hp-story-btn a {
	display:block;
	width:96px;
	height:96px;
	border:2px solid #FFF;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	text-decoration:none!important;
	font-size:14px;
	text-transform:uppercase;
	color:#FFF!important;
	text-align:center;
	position:relative;
	z-index:10;
}

.hp-story-btn a span {
	position:absolute;
	width:100%;
	left:0px;
	z-index:5;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding:0 15px;
	line-height:1.2em;
}

.hp-story-btn a:hover {
	background-color:#262828;
	color:#ebebeb!important;
}

.instagram-hp-wrapper {
	padding: 80px 0px 40px 0px;
}

.instagram-block-title {
	text-align:center;
	color:#262828;
	font-size:36px;
	margin:0 0 40px;
}

.instagram-block-title h2 {
	margin:0 0 15px;
	text-transform:uppercase;
	font-size:38px;
	font-weight:400;
	font-family:'Intro-Regular';
}

.instagram-block-title h2 span {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sbi_owl-theme .sbi_owl-controls .sbi_owl-buttons div {
	width:50px;
	height:93px;
	margin:0;
	padding:0;
	font-size:0px;
	text-indent:-9999px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	left:-90px;
	margin-top:-46.5px!important;
	background:url(../images/is-prev@2x.png) no-repeat center;
	background-size:100%;
}

.sbi_owl-theme .sbi_owl-controls .sbi_owl-buttons .sbi_owl-next {
	right:-90px;
	background-image:url(../images/is-next@2x.png);
}

.instagram-main {
	padding:0 90px;
}

#sb_instagram .sbi_info {
	display:none;
}

#sb_instagram .sbi_hover_top,
#sb_instagram .sbi_hover_bottom {
	color:#FFF;
	opacity:1!important;
	width:100%;
}

#sb_instagram .sbi_hover_bottom {
	bottom:auto;
	top:45px;
}

#sb_instagram .sbi_meta span {
	font-size:40px;
	font-family:'Intro-Regular';
	margin:0!important;
}

#sb_instagram .sbi_meta span + span {
	margin-left:40px!important;
}

#sb_instagram .sbi_hover_bottom .fa {
	color:#b91d23;
	font-size:40px;
}

#sb_instagram .sbi_hover_top {
	top:auto;
	bottom:45px;
	font-size:30px;
	text-align:left;
}

#sb_instagram .sbi_hover_bottom .sbi_meta {
	padding:0;
}

#sb_instagram .sbi_link .sbi_caption {
	padding:10px 10px 0;
	line-height:1.3em;
}

#sb_instagram .sbi_link .sbi_username a,
#sb_instagram .sbi_link .sbi_instagram_link,
#sb_instagram .sbi_link .sbi_hover_bottom,
#sb_instagram .sbi_link .sbi_playbtn,
#sb_instagram .sbi_link .sbi_lightbox_link {
	filter: alpha(opacity=100);
    opacity: 1;
	color:#FFF!important;
	text-decoration:none!important;
}

#sb_instagram .sbi_link .sbi_username a {
	font-size:36px;
	font-weight:700;
}

.hp-blog-post {
	margin:0 105px;
	position:relative;
	z-index:5;
	padding:0 175px 0 150px;
	font-size:24px;
	min-height:130px;
}

.blog-hp-wrapper {
	padding:0 0 30px;
}

.post-date {
	position:absolute;
	left:0px;
	top:0px;
	z-index:4;
}

.post-date .post-date-month {
	font-size:55px;
	text-transform:uppercase;
	display:block;
	line-height:0.9em;
}

.post-date .post-date-day {
	font-size:90px;
	display:block;
	font-weight:700;
	line-height:0.9em;
}

.hp-blog-link {
	position:absolute;
	right:10px;
	top:30px;
	z-index:5;
}

.hp-blog-post .text h2 {
	font-size:40px;
	margin:0 0 10px;
	text-transform:uppercase;
	font-weight:700;
}

.hp-blog-post .text h2 a {
	color:#2e2e2d;
}

.post-author {
	margin:0 0 5px;
	text-transform:uppercase;
}

.post-author strong {
	font-weight:400;
	font-size:1.2em;
}

.hp-blog-link a {
	display:block;
	width:96px;
	height:96px;
	border:2px solid #262828;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background:#FFF;
	text-decoration:none!important;
	font-size:14px;
	text-transform:uppercase;
	color:#262828!important;
	text-align:center;
	position:relative;
	z-index:10;
}

.hp-blog-link a span {
	position:absolute;
	width:100%;
	left:0px;
	z-index:5;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding:0 15px;
	line-height:1.2em;
}

.hp-blog-link a:hover {
	background-color:#262828;
	color:#ebebeb!important;
}

.page-featured-image {
	position:relative;
	z-index:5;
}

.page-featured-image .image {
	position:relative;
	z-index:2;
}

.page-featured-image .image img {
	width:100%;
}

.page-featured-image .image:before {
	content:'';
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	z-index:3;
	background:#000;
	opacity:0.3;
}

.page-featured-image .text {
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	text-align:center;
	z-index:10;
	text-shadow:-4px 0px 12px rgba(0,0,0,.8);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#FFF;
}

.page-featured-image .text h1 {
	text-transform:uppercase;
	margin:0;
	font-size:90px;
	font-weight:700;
}

.main-page-content {
	padding:70px 0;
}

.our-story-addicted {
	background:#d61920;
	padding:160px 0;
	position:relative;
	z-index:2;
	text-align:center;
	color:#FFF;
	font-size:30px;
}

.our-story-addicted h2 {
	text-transform:uppercase;
	font-family:'Intro-Regular';
	font-weight:400;
	font-size:72px;
}

.our-story-addicted:before {
    content: '';
    position: absolute;
    display: block;
    width: 77px;
    border-style: solid;
    border-width: 39px;
    border-bottom-width: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: #d61920;
    bottom: -39px;
    left: 50%;
    right: 0;
    margin-left: -39px;
}

.our-story-steps {
	padding:170px 0;
}

.our-story-steps .text {
	max-width:780px;
	margin:0 auto;
}

.our-story-steps h2 {
	font-size:34px;
	text-transform:uppercase;
	font-weight:700;
	margin:0 0 15px;
}

.our-story-steps p {
	margin:0 0 40px;
}

.our-story-steps p:last-child {
	margin-bottom:0px;
}

.our-story-block .container {
	background:url(../images/chickens-on-a-plate.png) no-repeat right center;
}

.our-story-block .text {
	width:50%;
	max-width:475px;
	padding:100px 0;
	font-size:18px;
	line-height:1.8em;
}

.our-story-block .text h2 {
	margin:0 0 20px;
	text-transform:uppercase;
	font-family:'Intro-Regular';
	font-weight:400;
	font-size:40px;
}

.our-story-block .text p {
	margin-bottom:30px;
}

.our-story-block .text p:last-child {
	margin-bottom:0px;
}

.page-id-13 .main-page-content > div {
	max-width:600px;
}

.wpcf7 .form-item {
	margin:0 0 25px;
}

.gform_wrapper .gform_footer input[type="submit"] {
	display:block;
	width:96px;
	height:96px;
	border:2px solid #262828;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background:#FFF;
	text-decoration:none!important;
	font-size:14px;
	text-transform:uppercase;
	color:#262828!important;
	text-align:center;
	position:relative;
	z-index:10;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
	background-color:#262828;
	color:#ebebeb!important;
}

.main-page-content > * {
	margin-bottom:30px;
}

.main-page-content > *:last-child {
	margin-bottom:0px;
}

.blog-filters {
	max-width:1235px;
	margin:0 auto;
	padding:70px 0;
}

.blog-search-form input[type="text"] {
	/*width:100%;*/
	background:none;
	font-size:26px;
	color:#262828;
	border:3px solid #262828;
	padding:13px 60px 13px 25px;
}

.blog-search-form ::-webkit-input-placeholder {
   color: #262828;
   text-transform:uppercase;
}

.blog-search-form :-moz-placeholder {
   color: #262828;
   text-transform:uppercase;
}

.blog-search-form ::-moz-placeholder {
   color: #262828;
   text-transform:uppercase;
}

.blog-search-form :-ms-input-placeholder {  
   color: #262828;
   text-transform:uppercase;
}

.blog-search-form .form-item {
	margin:0;
	position:relative;
	z-index:1;
}

.blog-filters label {
	display: none;
}
.blog-search-form button[type="submit"] {
	padding:0;
	border:none;
	position:absolute;
	z-index:10;
	right:10px;
	top:0px;
	background:url(../images/search@2x.png) no-repeat center;
	background-size:25px 24px;
	height:100%;
	width:50px;
}

.blog-filters select {
	/*width:100%;*/
	font-size:26px;
	color:#262828;
	border:3px solid #262828;
	padding:13px 60px 13px 23px;
	box-shadow: none;
    background-color: transparent;
	background:url(../images/select@2x.png) no-repeat right center;
	background-size:48px 15px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

select::-ms-expand {
    display: none;
}

.blog-filters select option {
	color:#262828;
}

.blog-post-article {
	max-width:1475px;
	margin:45px auto;
}

.blog-post-article img {
	width:100%;
}

.blog-post-article .text {
	position:relative;
	padding-left:110px;
	z-index:5;
}

.blog-post-article .post-date {
	left:15px;
}

.blog-post-article .post-date .post-date-month {
	font-size:35px;
}

.blog-post-article .post-date .post-date-day {
	font-size:55px;
}

.blog-post-article .text h2 {
	font-size:38px;
	margin:0 0 10px;
	text-transform:uppercase;
	font-weight:700
}

.blog-post-article .text h2 a {
	color:#2e2e2d;
}

.post-excerpt {
	padding:20px 0 0;
	word-wrap: break-word;
}

.post-categories {
	text-transform:uppercase;
/*	color:#858585;*/
}

.post-categories a {
	color:#858585;
}

.blog-post-article .text .hp-blog-link {
	position:static;
	padding:30px 0 0;
}

.blog-post-article .text .hp-blog-link a {
	float:right;
}

.wp-pagenavi {
	margin:50px 0;
	text-align:center;
	font-size:35px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display:inline-block;
	margin:0 20px;
	color:#262828;
	vertical-align:middle;
}

.wp-pagenavi span.current {
	font-weight:700;
	text-decoration:underline;
}

.wp-pagenavi a.previouspostslink {
	width:18px;
	height:40px;
	background:url(../images/pag-prev@2x.png) no-repeat;
	background-size:100%;
	text-indent:-9999px;
	font-size:0px;
}

.wp-pagenavi a.nextpostslink {
	width:18px;
	height:40px;
	background:url(../images/pag-next@2x.png) no-repeat;
	background-size:100%;
	text-indent:-9999px;
	font-size:0px;
}

.wp-pagenavi a.first {
	width:22px;
	height:40px;
	background:url(../images/pag-first@2x.png) no-repeat;
	background-size:100%;
	text-indent:-9999px;
	font-size:0px;
}

.wp-pagenavi a.last {
	width:22px;
	height:40px;
	background:url(../images/pag-last@2x.png) no-repeat;
	background-size:100%;
	text-indent:-9999px;
	font-size:0px;
}

.blog-bottom-nav {
	margin-bottom:70px;
}

.blog-bottom-nav a[rel="prev"] {
	color:#262828;
	font-size:26px;
	float:left;
	text-transform:uppercase;
	text-decoration:none!important;
	background:url(images/pag-prev@2x.png) no-repeat left;
	background-size:14px 34px;
	padding-left:25px;
	line-height:35px;
}

.blog-bottom-nav a[rel="next"] {
	color:#262828;
	font-size:26px;
	float:right;
	text-transform:uppercase;
	text-decoration:none!important;
	background:url(images/pag-next@2x.png) no-repeat right;
	background-size:14px 34px;
	padding-right:25px;
	line-height:35px;
}

.blog-article-page-title {
	margin:0 0 50px;
}

.blog-article-page-title p {
	font-size:45px;
	text-transform:uppercase;
	margin:0 0 10px;
}

.blog-article-page-title h1 {
	margin:0;
	text-transform:uppercase;
	font-size:65px;
	font-weight:700;
}

body.single .page-body {
	line-height:1.8em;
	padding:0 45px;
}

.page-body > * {
	margin-bottom:30px;
}

.page-body > *:last-child {
	margin-bottom:0px;
}

.sidebar-blog-post {
	float:right;
}

.blog-post-author-box img {
	display:block;
	max-width:100%;
	height:auto!important;
}

.blog-post-author-box {
	margin:0 0 25px;
}

.blog-share-btn {
	display:block;
	border:3px solid #262828;
	font-size:26px;
	cursor:pointer;
	text-transform:uppercase;
	padding:8px 10px;
	text-align:center;
}

.blog-share-btn:hover {
	background:#262828;
	color:#FFF;
}

.share-block {
	text-align:center;
	display:none;
}

.share-block > span {
	display:inline-block;
	width:52px;
	height:52px;
	background: #d51921;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	color:#FFF;
	line-height:32px;
	text-align:center;
	vertical-align:top;
}

.share-block > span + span {
	margin-left:5px;
}

.share-block > span .stButton {
	margin:0;
	vertical-align:top;
	color:#FFF!important;
}

.share-block > span .stButton .stLarge {
	background-image:none!important;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size:30px;
	line-height:52px;
}

.share-block > span.st_facebook_large .stLarge:before {
	content: "\f09a";
}

.share-block > span.st_twitter_large .stLarge:before {
	content: "\f099";
}

.share-block > span.st_instagram_large .stLarge:before {
	content: "\f231";
}

.franchise-container {
	padding:0 100px 0 230px;
}

.franchise-section .image-title {
	color:#FFF;
	height:500px;
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
	position:relative;
}

.franchise-section img {
	max-width:100%;
	height:auto;
}

.franchise-section .image-title .franchise-container {
	width:100%;
	position:absolute;
	left:0px;
	bottom:25px;
	z-index:10;
}

.franchise-section .image-title h2 {
	margin:0;
	text-transform:uppercase;
	font-family:'Intro-Regular';
	font-weight:400;
	font-size:64px;
}

.franchise-section .text {
	padding:120px 0;
	line-height:1.6em;
}

.franchise-section .text h3 {
	font-size:30px;
	font-weight:700;
	margin:0 0 20px;
}

.franchise-section .text h2 {
	font-size:34px;
	font-weight:700;
	margin:0 0 20px;
}

.franchise-section .text p,
.franchise-section .text ul,
.franchise-section .text ol {
	margin-bottom:30px;
}

.fr-section-title + .text {
	padding-top:0px;
}

.fr-section-title h2 {
	margin:0 0 20px;
	text-transform:uppercase;
	font-family:'Intro-Regular';
	font-weight:400;
	font-size:34px;
	padding:0 0 20px;
	border-bottom:1px solid #d8d8d8;
}

article#post-9 {
	position:relative;
	z-index:5;
	margin-top:50px;
}

.franchise-menu {
  display: none; /* Removed per client request */
	position:absolute;
	left:5px;
	top:0px;
	z-index:20;
	width:200px;
}

.franchise-menu ul {
	padding:0;
	margin:0;
}

.franchise-menu ul li {
	list-style:none;
}

.franchise-menu ul li + li {
	margin-top:1px;
}

.franchise-menu ul li a {
    color: #4A4A4A;
    display: inline-block;
	background:#D8D8D8;
	text-transform:uppercase;
    font-size: 14px;
    line-height: 1;
    padding: 6.5px 8px 6px;
    text-decoration: none !important;
}

.franchise-menu ul li.active a {
	background-color:#4a4a4a;
	color:#FFF;
}

.franchise-section#about.gallery {
	margin:0 -10px;
}

.franchise-section#about #gallery-1 .gallery-item {
	max-width:270px;
	padding:0 10px;
}

.franchise-section#about #gallery-1 .gallery-item img {
	max-width:100%;
	height:auto!important;
}

.gallery-caption {
	font-size:14px;
	padding:10px 0;
	border-bottom:1px solid #979797;
	text-align:left;
}

.franchise-section#faqs ol li + li {
	margin-top:30px;
}

.acf-map {
	width: 100%;
	height: 700px;
}

.store-info {
	width:50%;
	float:left;
	padding:50px 110px;
}

.store-map {
	width:50%;
	float:right;
}

.acf-map img {
   max-width: inherit !important;
}

.store-info-top h2 {
	text-transform:uppercase;
	font-family:'Intro-Regular';
	font-weight:400;
	font-size:40px;
	margin:0;
}

.store-info-top {
	font-size:35px;
	margin:0 0 50px;
}

.store-phone {
	position:relative;
	z-index:5;
}

.store-phone p {
	background:url(../images/phone@2x.png) no-repeat left center;
	background-size:21px 32px;
	padding-left:30px;
	font-size:30px;
	margin:0;
}

.opening-hours p {
	font-size:30px;
	text-transform:uppercase;
}

.opening-hours h3 {
	text-transform:uppercase;
	font-family:'Intro-Regular';
	font-weight:400;
	font-size:36px;
	margin:50px 0 15px;
}

.opening-hours ul {
	padding:0;
	margin:0;
}

.opening-hours ul li {
	list-style:none;
	text-transform:uppercase;
	font-size:23px;
}

.opening-hours ul li + li {
	margin-top:5px;
}

.opening-hours ul li strong {
	float:left;
	width:100px;
}

.store-order-online-btn {
	display:block;
	width:96px;
	height:96px;
	border:2px solid #262828;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background:#FFF;
	text-decoration:none!important;
	font-size:14px;
	text-transform:uppercase;
	color:#262828!important;
	text-align:center;
	position:absolute;
	z-index:10;
	left:430px;
	top:-7px;
}

.store-order-online-btn span {
	position:absolute;
	width:100%;
	left:0px;
	z-index:5;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding:0 15px;
	line-height:1.2em;
}

.store-order-online-btn:hover {
	background-color:#262828;
	color:#ebebeb!important;
}

.store-menu h2 {
	text-transform:uppercase;
	font-family:'Intro-Regular';
	font-weight:400;
	font-size:75px;
	margin:30px 0;
}

.store-menu-image img {
	width:100%;
}

.store-container {
	padding:0 110px;
}

.menu-section-wrapper .image img {
	width:100%;
}

.menu-section-wrapper .text {
	padding:30px 0 60px;
}

.menu-section-wrapper .text h3 {
	text-transform:uppercase;
	font-family:'Intro-Regular';
	font-weight:400;
	font-size:45px;
	margin:0 0 30px;
}

.menu-section-col {
	float:left;
	width:50%;
	padding:0 45px;
}

.menu-section-products {
	margin:0 -45px;
}

.menu-section-product {
	position:relative;
	z-index:2;
	background:#f7f7f7;
	padding:15px 95px 15px 35px;
}

.menu-section-product h4 {
	font-size:27px;
	font-weight:700;
	margin:0 0 10px;
}

.menu-section-product.even {
	background:#FFF;
}

.menu-section-product p {
	font-style:italic;
	margin:0;
	font-size:22px;
}

.product-price {
	font-size:27px;
	font-weight:700;
	position:absolute;
	right:10px;
	top:12px;
	z-index:5;
}

.food-gallery-main {
	margin:0 -10px;
}

.food-gallery-main ul {
	padding:0;
	margin:0;
}

.food-gallery-main ul li {
	list-style:none;
	padding:0 10px;
}

.food-gallery-main ul li img {
	width:100%;
}

.food-gallery-wrapper {
	padding:100px 0;
}

.food-gallery-wrapper h3 {
	text-transform:uppercase;
	font-family:'Intro-Regular';
	font-weight:400;
	font-size:45px;
	margin:0 0 30px;
}

.food-gallery-main .owl-controls .owl-buttons div.owl-prev {
	background:url(images/is-prev@2x.png) no-repeat;
	background-size:100%;
	text-indent:-9999px;
	font-size:0px;
	width:34px;
	height:63px;
	cursor:pointer;
	position:absolute;
	top:50%;
	margin-top:-32px;
	left:-50px;
	z-index:20;
}

.food-gallery-main .owl-controls .owl-buttons div.owl-next {
	background:url(images/is-next@2x.png) no-repeat;
	background-size:100%;
	text-indent:-9999px;
	font-size:0px;
	width:34px;
	height:63px;
	cursor:pointer;
	position:absolute;
	top:50%;
	margin-top:-32px;
	right:-50px;
	z-index:20;
}

.special-menu-section h3 {
	text-transform:uppercase;
	font-family:'Intro-Regular';
	font-weight:400;
	font-size:45px;
	margin:30px 0 5px;
	padding:30px 0 0;
	border-top:5px solid #d51921;
}

.special-menu-title p {
	font-size:30px;
	text-transform:uppercase;
}

.special-menu-title {
	margin:0 0 40px;
}

.lunch-item-title {
	position:relative;
	z-index:2;
	background:#f7f7f7;
	padding:10px 95px 10px 15px;
}

.lunch-item-title h4 {
	font-size:34px;
	text-transform:uppercase;
	font-weight:700;
	margin:0;
}

.lunch-item-title p {
	font-size:34px;
	text-transform:uppercase;
	margin:0;
}

.lunch-item-title .product-price {
	font-size:34px;
}

.lunch-item-subitems {
	margin:0 -15px;
}

.lunch-item-subitems ul {
	float:left;
	padding:15px 15px;
	margin:0;
	width:50%;
}

.lunch-item-subitems ul li {
	list-style:none;
	margin:0 0 10px;
	font-size:27px;
	padding-left:15px;
}

.chicken-category {
	margin:0 0 70px;
}

.chicken-category h4 {
	font-size:34px;
	text-transform:uppercase;
	font-weight:700;
	margin:0 0 10px;
	padding-left:20px;
}

.chicken-category ul {
	padding:0;
	margin:0;
}

.chicken-category ul li {
	list-style:none;
	padding:10px 95px 10px 20px;
	font-size:27px;
	position:relative;
	z-index:5;
}

.chicken-category ul li:nth-child(odd) {
	background-color:#f7f7f7;
}

.chicken-category ul li .price {
	position:absolute;
	z-index:10;
	right:15px;
	top:10px;
	font-weight:700;
}

.locations-left {
	padding:50px 110px;
	float:left;
	width:50%;
}

.locations-right {
	float:left;
	width:50%;
}

#mapholder {
	height:1000px;
	/*display:none;*/
}

.gm-style {
	font-family: 'Karla', sans-serif;
}

.gm-style h4 {
	font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
	margin:0 0 15px;
	font-family:'Karla', sans-serif;
}

#mapholder .marker {
	display:none;
}

.location-search {
	/*border-bottom:2px solid #afaeae;
	position:relative;
	z-index:5;
	margin:0 0 20px;*/
	margin-top: 50px;
}

.location-search input[type="text"] {
	/*width:100%;*/
	border:none;
	padding:5px 50px 5px 0;
	font-size:26px;
}

.location-search .form-item label {
	display: none;
}
.location-search .form-buttons {
	position:absolute;
	right:0;
    --top:16px;
    bottom: 10px;
	margin-top:-15.5px;
    z-index:5;
    --border: 1px solid red;
}
.location-search #locate-button {
    cursor: pointer;
}
.location-search input[type="submit"] {
	background:url(../images/searchr@2x.png) no-repeat;
	width:36px;
	height:31px;
	border:none;
	background-size:100%;
	padding:0;
	font-size:0px;
    text-indent:-9999px;
    vertical-align: bottom;
}

.location-search input[type="text"]::-webkit-input-placeholder {
   color: #afaeae;
   text-transform:uppercase;
}

.location-search input[type="text"]:-moz-placeholder {
   color: #afaeae;
   text-transform:uppercase;
}

.location-search input[type="text"]::-moz-placeholder {
   color: #afaeae;
   text-transform:uppercase;
}

.location-search input[type="text"]:-ms-input-placeholder {  
   color: #afaeae;
   text-transform:uppercase;
}

.nearby-locations h3 {
	text-transform:uppercase;
	font-family:'Intro-Regular';
	font-weight:400;
	font-size:36px;
	margin: 40px 0 33px;
}

.store-location-item {
	font-size: 22px;
    color: #6c6c6c;
    border-bottom: 1px solid #afaeae;
    padding: 25px 50px;
    position: relative;
    background: #fff;
    z-index: 5;
    border: .0625rem solid rgba(0, 0, 0, .05);
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

/*.store-location-item:before {
	content:'';
	background:url(images/markerb@2x.png) no-repeat;
	width:28px;
	height:36px;
	position:absolute;
	background-size:100%;
	opacity:0.5;
	left:0px;
	top:24px;
	z-index:6;
}*/

.store-location-item h4 {
	font-size:24px;
	text-transform:uppercase;
	font-weight:700;
	margin:0;
}

.store-location-item:hover h4,
.store-location-item:hover:before {
	opacity:1;
}

/*.store-location-item h4:after {
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 7px;
	border-color: transparent transparent transparent #262828;
	display:inline-block;
	vertical-align:middle;
	margin-left:8px;
	position:relative;
	top:-2px;
}
*/
.store-location-item h4 a {
	color: #262828;
    font-size: 32px;
    font-weight: 700;
    opacity: 1;
    text-decoration: none!important;
}

.store-location-item p {
	margin:0;
}

.store-location-item p + p {
	margin-top:15px;
}

.see-more-locations-btn {
	padding:30px 0 0 15px;
}

.see-more-locations-btn a {
	display: block;
    width: 100px;
    height: 100px;
    margin: 20px auto;
    border: 2px solid #262828;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #FFF;
    text-decoration: none!important;
    font-size: 14px;
    text-transform: uppercase;
    color: #262828!important;
    text-align: center;
    position: relative
}

.see-more-locations-btn a span {
	position:absolute;
	width:100%;
	left:0px;
	z-index:5;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding:0 15px;
	line-height:1.2em;
}

.see-more-locations-btn a:hover {
	background-color:#262828;
	color:#ebebeb!important;
}

.see-more-locations-btn a.disabled {
	opacity:0.5;
}
.see-more-locations2-btn {
	padding:30px 0 0 15px;
}

.see-more-locations2-btn a {
	display: block;
    width: 100px;
    height: 100px;
    margin: 20px auto;
    border: 2px solid #262828;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #FFF;
    text-decoration: none!important;
    font-size: 14px;
    text-transform: uppercase;
    color: #262828!important;
    text-align: center;
    position: relative
}

.see-more-locations2-btn a span {
	position:absolute;
	width:100%;
	left:0px;
	z-index:5;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding:0 15px;
	line-height:1.2em;
}

.see-more-locations2-btn a:hover {
	background-color:#262828;
	color:#ebebeb!important;
}

.see-more-locations2-btn a.disabled {
	opacity:0.5;
}
.nearby-locations-list {
	position:relative;
	z-index:5;
}

.nearby-locations-list.loading:before {
	content:'';
	width:100%;
	height:100%;
	opacity:0.7;
	background:#FFF url(../images/loader.svg) no-repeat center bottom;
	background-size:100px 100px;
	position:absolute;
	z-index:20;
	left:0px;
	top:0px;
}

.nearest-location {
	margin:0 0 60px;
}

.nearest-location .h3 {
	font-size:35px;
	text-transform:uppercase;
	font-family:'Intro-Regular';
	margin:0 0 20px;
}

.nearest-location .h3 strong {
	font-size:75px;
	font-weight:400;
	display:block;
}

.nearest-location-item h4 {
	font-size:36px;
	text-transform:uppercase;
	font-weight:700;
	margin:0;
}

.nearest-location-item h4 a {
	color:#2e2e2d;
}

.nearest-location-item p {
	font-size:30px;
	margin:0 0 20px;
}

.nearest-location-buttons a {
	display:block;
	width:96px;
	height:96px;
	border:2px solid #262828;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background:#FFF;
	text-decoration:none!important;
	font-size:14px;
	text-transform:uppercase;
	color:#262828!important;
	text-align:center;
	position:relative;
	z-index:2;
	float:left;
}

.nearest-location-buttons a + a {
	margin-left:15px;
}

.nearest-location-buttons a span {
	position:absolute;
	width:100%;
	left:0px;
	z-index:5;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding:0 15px;
	line-height:1.2em;
}

.nearest-location-buttons a:hover {
	background-color:#262828;
	color:#FFF!important;
}

@media screen and (max-width:1599px) {
	.navbar-nav {
		margin-left:20px;
	}
	
	.navbar-nav > li {
		font-size:22px;
	}
	
	.header-social {
		margin-right:-15px;
	}
	
	.homepage-video-text {
		font-size:90px;
	}
	
	.rc-item {
		padding:60px 0;
		-webkit-background-size:100%;
		background-size:100%;
	}
	
	.rc-title h2 {
		font-size:32px;
	}
	
	.rc-title h3 {
		font-size:60px;
	}
	
	.rc-title {
		margin-bottom:90px;
	}
	
	.rc-text {
		margin-right:30px;
		max-width:470px;
		font-size:24px;
	}
	
	.rc-button {
		padding-top:50px;
	}
	
	.fd-item {
		padding:60px 0;
		min-height: 535px;
/*
		-webkit-background-size:100%;
		background-size:100%;
*/
	}
	.fd-item-overlay {
		padding-top: 60px;
	}
	
	.fd-item .text {
		font-size:24px;
	}
	
	.featured-dishes-text {
		font-size:30px;
	}
	
	.hp-story-block {
		min-height: 810px;
/*
		padding:60px 0;
		-webkit-background-size:100%;
		background-size:100%;
*/
	}
	.hp-story-block-inner {
		padding: 60px 0;
	}
	
	.hp-story-block .text {
		font-size:22px;
		line-height:1.6em;
	}
	
	#sb_instagram .sbi_meta span {
		font-size:24px;
	}
	
	#sb_instagram .sbi_hover_bottom .fa {
		font-size:26px;
	}
	
	#sb_instagram .sbi_hover_bottom {
		top:20px;
	}
	
	#sb_instagram .sbi_hover_top {
		bottom:20px;
		font-size:18px;
	}
	
	#sb_instagram .sbi_link .sbi_username a {
		font-size:22px;
	}
	
	.hp-blog-post .text h2 {
		font-size:32px;
	}
	
	.hp-blog-post {
		font-size:20px;
	}
	
	.footer-main {
		width:60%;
	}
	
	.footer-main h3 {
		font-size:30px;
	}
	
	.homepage-video-logo,
	.page-logo {
		width:173px;
		height:200px;
	}
	
	.our-story-block .container {
		background-size:50% auto;
	}
	
	.locations-left,
	.store-info {
		padding:40px 80px;
	}
	
	.lunch-item-subitems ul li {
		font-size:18px;
	}
	
	.lunch-item-title p,
	.lunch-item-title h4 {
		font-size:28px;
	}
	
	.lunch-item-title .product-price {
		font-size:28px;
		top:5px;
	}
	
	.chicken-category ul li {
		font-size:24px;
	}
	
	.menu-section-product p {
		font-size:18px;
	}
}

@media screen and (max-width:1366px) {
	.store-info {
		padding:40px 30px;
	}
}

@media screen and (max-width:1199px) {
	body {
		font-size:18px;
	}
	
	.homepage-video-logo,
	.page-logo {
		width:130px;
		height:150px;
		left:20px;
		top:20px;
	}
	
	.bonchon-current-website {
		font-size:18px;
	}
	
	.bonchon-current-website strong {
		font-size:24px;
	}
	
	.bonchon-websites-list .h3 {
		font-size:20px;
		margin:0 0 20px;
	}
	
	.bonchon-websites-list .h3 strong {
		font-size:26px;
	}
	
	.bonchon-websites-list > ul > li > span,
	.bonchon-websites-list > ul > li a,
	.bonchon-websites-list > ul > li ul li.current {
		padding-left:60px;
	}
	
	.bonchon-websites-list > ul > li {
		font-size:18px;
	}
	
	.bonchon-websites-list > ul > li + li {
		margin-top:20px;
	}
	
	.homepage-video-text {
		font-size:70px;
	}
	
	.hp-locations-icon {
		width:100px;
		height:100px;
		background-size:40px 40px;
		margin-left:-50px;
		bottom:40px;
	}
	
	.hp-locations-icon span {
		font-size:14px;
	}
	
	.hp-arrow {
		bottom:40px;
		right:60px;
		-webkit-animation-name: none;
		animation-name: none;
	}
	
	.navbar-nav > li {
		font-size:18px;
	}
	
	.logo {
		width:66px;
	}
	
	.hp-story-block {
		min-height: 650px;
	}
	.navbar-nav {
		margin:15px 0 0 10px;
	}
	
	.header-social ul li a {
		width:36px;
		height:36px;
		border-width:2px;
		line-height:36px;
		font-size:20px;
	}
	
	.header-social {
		margin-top:20px;
	}
	
	.menu-locations-btn {
		font-size:16px;
		padding:10px 20px 10px 55px;
		margin-top:-25px;
		margin-right:-195px;
		background-position:15px center;
		background-size:22px 28px;
	}
	
	.header-wrapper {
		height:116px;
	}
	
	.menu-locations-btn strong {
		font-size:22px;
	}
	
	.rc-title h3 {
		font-size:50px;
	}
	
	.rc-text {
		margin-right:0px;
		max-width:395px;
		font-size:20px;
	}
	
	.rc-text h2 {
		font-size:32px;
	}
	
	.fd-item h2 {
		font-size:50px;
	}
	
	.fd-item h3 {
		font-size:36px;
	}
	
	.fd-item .text {
		min-height:245px;
	}
	
	.featured-dishes-text {
		padding:30px 0;
	}
	
	.hp-story-block .text h2 {
		font-size:40px;
		margin:0 0 25px;
	}
	
	.hp-story-block .text {
		font-size:18px;
	}
	
	.hp-story-btn {
		padding:30px 0 0;
	}
	
	.instagram-main {
		padding:0 60px;
	}
	
	.sbi_owl-theme .sbi_owl-controls .sbi_owl-buttons div {
		width:36px;
		height:67px;
		margin-top:-33.5px!important;
		left:-60px;
	}
	
	.sbi_owl-theme .sbi_owl-controls .sbi_owl-buttons .sbi_owl-next {
		right:-60px;
	}
	
	.hp-blog-post {
		margin:0;
	}
	
	.footer-main {
		padding-left:120px;
		background-size:90px 104px;
		margin-bottom:50px;
	}
	
	.footer-main h3 {
		font-size:26px;
	}
	
	.footer-menu ul li {
		font-size:20px;
	}
	
	.footer-newsletter .gform_wrapper .top_label input.large {
		font-size:24px;
		padding:5px 45px 5px 0!important;
	}
	
	.blog-post-article .text {
		padding-left:90px;
	}
	
	.blog-post-article .text h2 {
		font-size:30px;
	}
	
	.blog-post-article .row > div + div {
		margin-top:20px;
	}
	
	.blog-filters select,
	.blog-search-form input[type="text"] {
		font-size:20px;
	}
	
	.blog-filters {
		padding:30px 0;
	}
	
	.locations-left {
		padding:20px 40px;
	}
	
	.nearest-location .h3 {
		font-size:28px;
	}
	
	.nearest-location .h3 strong {
		font-size:1.4em;
	}
	
	.nearest-location-item h4 {
		font-size:22px;
	}
	
	.nearest-location-item p {
		font-size:18px;
	}
	
	.nearby-locations h3 {
		font-size:30px;
	}
	
	.store-info {
		padding:20px 20px;
	}
	
	.store-info-top h2 {
		font-size:28px;
	}
	
	.store-info-top {
		font-size:22px;
	}
	
	.store-phone p {
		font-size:20px;
		background-size:15px 24px;
	}
	
	.opening-hours p {
		font-size:20px;
	}
	
	.opening-hours h3 {
		font-size:25px;
	}
	
	.opening-hours ul li {
		font-size:18px;
	}
	
	.store-order-online-btn {
		left:280px;
		top:-10px;
	}
	
	.acf-map {
		height:480px;
	}
}

@media screen and (max-width:991px) {
	.logo img {
		display:none;
	}
	
	.logo {
		background:url(../images/logo-mobile@2x.png) no-repeat;
		background-size:100%;
		width:174px;
		height:32px;
		margin:7px 0 0;
	}
	
	.navbar-toggle {
        display: block;
		float:right;
		background:none!important;
		-webkit-border-radius:0px;
		border-radius:0px;
		border:none;
		padding:9px 6.5px;
		margin:5px 0 0;
    }
	
	.navbar-default .navbar-toggle .icon-bar {
		background-color:#FFF;
		width:36px;
		height:3px;
	}
	
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top:6px;
	}
	
	#main-menu {
		float:none;
		margin:0 -15px;
	}
	
	.navbar-default .navbar-nav > li {
		font-size:16px;
		list-style:none;
		margin:0;
		position:static;
	}
	
	.navbar-nav {
		position:relative;
	}
	
	.navbar-default .navbar-nav > li {
		margin:0;
		text-align:center;
		font-size:25px;
	}
	
	.navbar-default .navbar-nav > li > a {
		padding:20px 5px;
		border:none;
		display:block;
		text-decoration:none!important;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
		display: block;
		opacity: 1;
		-webkit-transition: -webkit-transform 0.15s linear;
		-o-transition: -o-transform 0.15s linear;
		-ms-transition: -ms-transform 0.15s linear;
		-moz-transition: -moz-transform 0.15s linear;
		transition: transform 0.15s linear;
		-webkit-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	.navbar-default .navbar-toggle .icon-bar:nth-child(1) {
		-webkit-transform: rotate(45deg) translate3d(6px, 7px, 0);
		-o-transform: rotate(45deg) translate3d(6px, 7px, 0);
		-ms-transform: rotate(45deg) translate3d(6px, 7px, 0);
		-moz-transform: rotate(45deg) translate3d(6px, 7px, 0);
		transform: rotate(45deg) translate3d(6px, 7px, 0);
	}
	.navbar-default .navbar-toggle .icon-bar:nth-child(2) {
		opacity: 0;
	}
	.navbar-default .navbar-toggle .icon-bar:nth-child(3) {
		-webkit-transform: rotate(-45deg) translate3d(6px, -6px, 0);
		-o-transform: rotate(-45deg) translate3d(6px, -6px, 0);
		-ms-transform: rotate(-45deg) translate3d(6px, -6px, 0);
		-moz-transform: rotate(-45deg) translate3d(6px, -6px, 0);
		transform: rotate(-45deg) translate3d(6px, -6px, 0);
	}
	
	.navbar-default .navbar-toggle.collapsed .icon-bar {
		opacity:1;
		-webkit-transform: rotate(0) translate3d(0px, 0px, 0);
		-o-transform: rotate(0) translate3d(0px, 0px, 0);
		-ms-transform: rotate(0) translate3d(0px, 0px, 0);
		-moz-transform: rotate(0) translate3d(0px, 0px, 0);
		transform: rotate(0) translate3d(0px, 0px, 0);
	}	

    .navbar-collapse.collapse {
        display: none!important;
    }
	
	.navbar-collapse {
		-webkit-transition-property:none;
		-o-transition-property: none;
		transition-property: none;
		position:fixed!important;
		height:100%!important;
		padding-top:70px;
		top:0;
		left:0px;
		width:100%;
		z-index:5099;
		background-color:#262828;
	}
	
    .navbar-nav {
        float: none!important;
        margin: 0;
    }
	
	.navbar-header {
		width:100%;
		float:none;
		position:relative;
		z-index:5100;
	}
	
    .navbar-nav > li {
        float: none;
    }
	
    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
	
	.navbar-collapse.collapse,
	.container>.navbar-collapse {
		margin:0!important;
	}
	
   .navbar-collapse.collapse.in {  /* NEW */
        display: block!important;
		height:100%!important;
    }
	
	.navbar-collapse.collapsing {
		height:100%!important;
	}
	
	.navbar-default {
		margin:0;
		border:none;
		border-radius:0px;
		background:none;
	}
	
	.site-header {
		position:fixed;
		left:0px;
		top:0px;
		width:100%;
		z-index:5100;
		padding:10px 0;
	}
	
	.hp-story-block {
		min-height: 530px;
	}
	.wrapper {
		padding-top:70px;
	}
	
	.header-wrapper {
		height:auto;
	}
	
	.container>.navbar-header {
		margin:0;
	}
	
	.header-social {
		float:none;
		text-align:center;
		margin:30px 0 0;
	}
	
	.header-social ul {
		display:inline-block;
	}
	
	.header-social ul li a {
		width:50px;
		height:50px;
		line-height:50px;
		font-size:26px;
	}
	
	#homepage-video-block > div {
		display:none!important;
	}
	
	.fd-item {
		min-height: 480px;
	}
	.menu-locations-btn {
		right:0px;
		bottom:0px;
		top:auto;
		margin:0;
		text-indent:-9999px;
		font-size:0px;
		width:70px;
		height:70px;
		background-position:center;
		padding:0;
	}
	
	.rc-text {
		float:left;
		width:auto;
		max-width:100%;
	}
	
	.rc-title {
		margin-bottom:30px;
	}
	
	.rc-item {
		-webkit-background-size:175%;
		background-size:175%;
		padding:40px 0 150px;
		background-position:left 10%;
	}
	
	.hp-story-block .text {
		float:left;
		width:100%;
		max-width:none;
	}
	
/*
	.hp-story-block {
		position:relative;
		z-index:5;
	}
	
	.hp-story-block:before {
		content:'';
		width:100%;
		height:100%;
		position:absolute;
		left:0px;
		top:0px;
		z-index:1;
		background:#202530;
		opacity:0.7;
	}
	
	.hp-story-block > .container {
		position:relative;
		z-index:5;
	}
*/
	
	.instagram-block-title {
		font-size:25px;
	}
	
	.instagram-block-title h2 {
		font-size:32px;
	}
	
	.post-date .post-date-month {
		font-size:32px;
	}
	
	.post-date .post-date-day {
		font-size:55px;
	}
	
	.hp-blog-post {
		padding:0 130px 0 65px;
		font-size:18px;
		min-height:100px;
	}
	
	.hp-blog-link {
		top:0;
	}
	
	.hp-blog-post .text h2 {
		font-size:24px;
	}
	
	.footer-main {
		width:75%;
		margin-bottom:160px;
	}
	
	.footer {
		padding:35px 0 15px;
	}
	
	.footer .gform_wrapper {
		max-width:100%;
		margin:0;
	}
	
	#homepage-video-block {
		margin-top:-70px;
	}
	
	.bonchon-website-select {
		top:70px;
	}
	
	.our-story-block .container {
		background-position:center 98%;
	}
	
	.our-story-block .text {
		width:auto;
		max-width:none;
		font-size:16px;
		line-height:1.6em;
		padding:40px 0 350px;
	}
	
	.our-story-addicted {
		padding:50px 0;
	}
	
	.our-story-steps {
		padding:70px 0;
	}
	
	.page-featured-image .text h1 {
		font-size:60px;
	}
	
	.homepage-video-logo {
		top:90px;
	}
	
	.page-logo {
		display:none;
	}
	
	.page-featured-image .bonchon-website-select {
		top:0;
	}
	
	.franchise-section .image-title {
		height:300px;
	}
	
	.franchise-section .image-title h2 {
		font-size:40px;
	}
	
	.blog-article-page-title p {
		font-size:30px;
	}
	
	.blog-article-page-title h1 {
		font-size:48px;
	}
	
	.sidebar-blog-post {
		float:none;
		max-width:266px;
		margin:40px auto 0;
	}
	
	.locations-left {
		width:100%;
	}
	
	.locations-right {
		width:100%;
	}
	
	#mapholder {
		height:400px;
	}
	
	.acf-map {
		height:400px;
	}
	
	.store-info {
		width:100%;
	}
	
	.store-map {
		width:100%;
	}
	
	.store-container {
		padding:0 20px;
	}
	
	.store-menu h2 {
		font-size:40px;
	}
}

@media screen and (max-width:767px) {
	
	.homepage-video-logo {
		display:none;
	}
	
	.rc-button a {
		font-size: 11px;
	}
	.bonchon-current-website {
		font-size:12px;
		padding:10px 40px 10px 15px;
	}
	
	.bonchon-current-website strong {
		font-size:16px;
	}
	
	.bonchon-current-website:after {
		border-width:7px 8px 0 8px;
	}
	
	.bonchon-websites-list {
		padding:15px 0;
	}
	
	.bonchon-websites-list .h3 {
		padding:0 15px;
	}
	
	.bonchon-websites-list > ul > li > span,
	.bonchon-websites-list > ul > li a,
	.bonchon-websites-list > ul > li ul li.current {
		padding-left:40px;
	}
	
	.bonchon-websites-list > ul > li {
		font-size:16px;
	}
	
	.homepage-video-text {
		font-size:35px;
	}
	
	.hp-locations-icon {
		width:70px;
		height:70px;
		background-size:32px 32px;
		bottom:20px;
		margin-left:-35px;
	}
	
	.hp-locations-icon span {
		background:none;
		font-size:12px;
		padding:0;
	}
	
	.hp-arrow {
		bottom:20px;
		right:20px;
		width:32px;
		height:70px;
	}
	
	.rc-title h2 {
		font-size:20px;
	}
	
	.rc-title h3 {
		font-size:30px;
	}
	
	.rc-item {
		background-position:left bottom;
		padding-bottom:200px;
	}
	
	.rc-button {
		float:right;
		padding:0;
		margin-top:-40px;
	}
	
	.rc-text h2 {
		font-size:26px;
	}
	
	.rc-text {
		font-size:16px;
		min-height:220px;
	}
	
	.fd-item {
		-webkit-background-size:cover;
		background-size:cover;
		padding:130px 0 30px;
		min-height: 400px;
	}
	.fd-item-overlay {
		padding: 100px 0 30px;
	}
	.a11y-toolbar {
		display: none;
	}
	
	.fd-item .text {
		font-size:16px;
		min-height:170px;
		margin:0;
	}
	
	.fd-item h2 {
		font-size:36px;
	}
	
	.fd-item h3 {
		font-size:24px;
	}
	
	.fd-prev,
	.fd-next {
		top:36px;
	}
	
	.featured-dishes-text h2 {
		font-size:26px;
	}
	
	.featured-dishes-text {
		font-size:18px;
	}
	
	.hp-story-block {
		-webkit-background-size:cover;
		background-size:cover;
	}
	
	.hp-story-block .text h2 {
		font-size:28px;
	}
	
	.hp-story-block .text {
		font-size:16px;
	}
	
	.instagram-hp-wrapper {
		padding:40px 0;
	}
	
	.instagram-block-title h2 {
		font-size:26px;
	}
	
	.instagram-block-title {
		font-size:18px;
	}
	
	.instagram-main {
		padding:0 30px;
	}
	
	.sbi_owl-theme .sbi_owl-controls .sbi_owl-buttons div {
		width:24px;
		height:45px;
		margin-top:-22.5px!important;
		left:-30px;
	}
	
	.sbi_owl-theme .sbi_owl-controls .sbi_owl-buttons .sbi_owl-next {
		right:-30px;
	}
	
	.hp-blog-post {
		padding-right:0px;
		padding-left:45px;
	}
	
	.post-date .post-date-month,
	.blog-post-article .post-date .post-date-month {
		font-size:20px;
	}
	
	.post-date .post-date-day,
	.blog-post-article .post-date .post-date-day {
		font-size:32px;
	}
	
	.hp-blog-post .text h2 {
		font-size:20px;
	}
	
	.hp-blog-post {
		font-size:16px;
	}
	
	body {
		font-size:16px;
	}
	
	.hp-blog-link {
		position:static;
		float:right;
	}
	
	.blog-hp-wrapper {
		border-top:1px solid #494949;
		padding-top:30px;
	}
	
	.footer-main {
		width:100%;
		padding-left:80px;
		background-size:60px 69px;
		margin-bottom:90px;
	}
	
	.footer-copyright {
		font-size:14px;
	}
	
	.footer-main h3 {
		font-size:18px;
	}
	
	.footer-menu ul li {
		font-size:15px;
	}
	
	.footer-menu {
		margin:0 0 25px;
	}
	
	.footer-newsletter .gform_wrapper .top_label input.large {
		font-size:18px;
		height:40px;
	}
	
	.page-featured-image .text h1 {
		font-size:32px;
	}
	
	.page-featured-image .image img {
		width:140%;
		max-width: 140%;
		
		
	}
	
	.our-story-block .text h2 {
		font-size:30px;
	}
	
	.our-story-block .text {
		padding-bottom:200px;
	}
	
	.our-story-addicted h2 {
		font-size:30px;
	}
	
	.our-story-addicted {
		padding:30px 0;
		font-size:16px;
	}
	
	.our-story-steps h2 {
		font-size:24px;
	}
	
	.franchise-menu {
		margin:0 15px 30px;
		position:static!important;
		width:auto;
	}
	
	.franchise-menu + div {
		height:auto!important;
	}
	
	.franchise-menu ul li a {
		display:block;
		text-align:center;
	}
	
	article#post-9 {
		margin:30px 0 0;
	}
	
	.franchise-container {
		padding:0 15px;
	}
	
	.franchise-section .text {
		padding:40px 0;
	}
	
	.franchise-section .image-title {
		height:160px;
	}
	
	.franchise-section .image-title h2 {
		font-size:28px;
	}
	
	.franchise-section .text h3,
	.franchise-section .text h2 {
		font-size:24px;
	}
	
	.gform_wrapper .top_label input.medium,
	.gform_wrapper .top_label select.medium {
		/*width:100%!important;*/
	}
	
	.blog-filters .row > div + div {
		margin-top:10px;
	}
	
	.blog-post-article {
		margin:0 0 40px;
	}
	
	.blog-post-article .text h2 {
		font-size:22px;
	}
	
	.blog-post-article .post-date {
		position:static;
		float:left;
		margin:0 20px 10px 0;
	}
	
	.blog-post-article .text {
		padding:0;
	}
	
	.hp-blog-link a,
	.gform_wrapper .gform_footer input[type="submit"],
	.rc-button a,
	.hp-story-btn a,
	.nearest-location-buttons a,
	.see-more-locations-btn a,
	.store-order-online-btn {
		width:80px;
		height:80px;
	}
	
	.blog-bottom-nav a[rel="prev"],
	.blog-bottom-nav a[rel="next"] {
		font-size:14px;
		background-size:8px 20px;
	}
	
	.blog-bottom-nav a[rel="prev"] {
		padding-left:13px;
	}
	
	.blog-bottom-nav a[rel="next"] {
		padding-right:13px;
	}
	
	.blog-bottom-nav {
		margin:0 0 30px;
	}
	
	.main-page-content {
		padding:30px 0;
	}
	
	.blog-article-page-title p {
		font-size:20px;
	}
	
	.blog-article-page-title h1 {
		font-size:30px;
	}
	
	body.single .page-body {
		padding:0;
	}
	
	.locations-left {
		padding:20px 15px;
	}
	
	.location-search input[type="text"] {
		font-size:18px;
	}
	
	.location-search input[type="submit"] {
		background-size:25px 22px;
		background-position:center;
	}
	
	.nearby-locations h3 {
		font-size:22px;
	}
	
	.store-location-item {
		font-size:16px;
		padding: 15px 15px 15px 15px;
	}
	
	.store-location-item:before {
		width:19px;
		height:24px;
		top:15px;
	}
	
	.store-location-item h4 {
		font-size:20px;
	}
	
	#mapholder {
		height:250px;
	}
	
	.acf-map {
		height:250px;
	}
	
	.store-order-online-btn {
		position:relative;
		top:0;
		left:0;
		margin:15px 0;
	}
	
	.store-container {
		padding:0 15px;
	}
	
	.store-menu h2 {
		font-size:30px;
	}
	
	.special-menu-section h3 {
		font-size:26px;
	}
	
	.special-menu-title p {
		font-size:20px;
	}
	
	.menu-section-products {
		margin:0;
	}
	
	.menu-section-col {
		width:100%;
		padding:0;
	}
	
	.lunch-item-title p, .lunch-item-title h4 {
		font-size:15px;
	}
	
	.lunch-item-subitems ul li {
		font-size:14px;
	}
	
	.chicken-category h4 {
		font-size:22px;
	}
	
	.chicken-category ul li {
		font-size:18px;
	}
	
	.chicken-category {
		margin:0 0 30px;
	}
	
	.menu-section-wrapper .text h3 {
		font-size:26px;
	}
	
	.menu-section-product {
		padding:12px 60px 12px 12px;
	}
	
	.menu-section-product h4 {
		font-size:20px;
	}
	
	.menu-section-product p {
		font-size:16px;
	}
	
	.product-price {
		font-size:20px;
		top:5px;
	}
	
	.food-gallery-wrapper h3 {
		font-size:30px;
	}
	
	.food-gallery-main .owl-controls .owl-buttons div.owl-prev {
		left:15px;
	}
	
	.food-gallery-main .owl-controls .owl-buttons div.owl-next {
		right:15px;
	}
	
	.food-gallery-wrapper {
		padding:40px 0;
	}
	
	.food-gallery-main {
		max-width:365px;
		margin:0 auto;
	}
	
	.food-gallery-main ul li {
		padding:0;
	}
	
	.menu-section-wrapper .text {
		padding:30px 0;
	}
	.hp-story-block {
		min-height: 650px;
	}
}
.accessible {
  position: absolute;
  left: -10000px;
}
.accessible:focus {
  position: relative;
  left: 0;
}
.flex{display: block;}
.store-location-item:not(.flex){display: none;}
.useMyLocation{
	background: #d51921;
    color: #FFF!important;
    text-decoration: none!important;
    margin-right: 15px;
    font-size: 22px;
    font-weight: 600;
    padding: 20px 25px 20px 55px;
    background-image: url(images/location3@2x.png);
    background-repeat: no-repeat;
    background-position: 22px center;
    background-size: 23px 31px;
    border: none;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.searchMyLocation{
	background: #d51921;
    color: #FFF!important;
    text-decoration: none!important;
    margin-right: 15px;
    font-size: 22px;
    font-weight: 600;
    padding: 20px 25px 20px 55px;
    background-image: url(images/location3@2x.png);
    background-repeat: no-repeat;
    background-position: 22px center;
    background-size: 23px 31px;
    border: none;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.orderNow{
	display: block;
    width: 230px;
    text-align: center;
    margin-top: 24px;
    background: #d51921;
    color: #FFF;
    text-decoration: none!important;
    margin-right: 15px;
    font-size: 22px;
    font-weight: 600;
    padding: 20px 23px 20px 23px;
    border: 2px solid #fff;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}
 .orderNow:hover{
 	background: #fff;
    color: #d51921;
    border: 2px solid #d51921;
 }
.getDirections{
	display: block;
    width: 232px;
    text-align: center;
    margin-top: 24px;
    background: #fff;
    color: #000!important;
    text-decoration: none!important;
    margin-right: 15px;
    font-size: 22px;
    font-weight: 600;
    padding: 20px 25px 20px 55px;
    background-image: url(images/markerb@2x.png);
    background-repeat: no-repeat;
    background-position: 22px center;
    background-size: 23px 31px;
    border: 2px solid #d51921;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}
.getDirections:hover{
	opacity: 0.7;
}
.searchInput{
    width: 50%;
    padding: 6px 12px;
    font-size: 22px;
    font-weight: 600;
    color: #262828;
    background-color: #fff;
    background-image: url(images/searchr@2x.png);
    background-repeat: no-repeat;
    background-position: 22px center;
    background-size: 23px auto;
    border: 1px solid #ccc;
    padding: 20px 25px 20px 55px;
}
.openingList{
	padding-left: 0px;
}
.openingList li {
	font-size: 17px;
	list-style: none;
}
.openingList li>strong{
	color: #2E2E2D;
}
.infoLinks a {
    color: #000000;
    margin-right: 65px;
    font-weight: 700;
    display: inline-block;
    font-size: 17px;
    text-decoration: underline;
}
.distSpan{
	float: right;
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #2E2E2D;
    font-weight: 700;;
}
a.phoneHref{
	max-height: 31px;
	text-decoration: none!important;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    margin: 0px;
    color: #2E2E2D;
    font-weight: 700;;
}
a.phoneHref img{
	margin-right: 5px;
    display: inline-block;
    width: 22px;
    float: left;
}
.extraText{
	color: #6c6c6c;
    min-height: 125px;
    max-height: 125px;
    margin-top: 0px;
    padding: 30px 0 25px;
    font-size: 17px;
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
.desktopContent{
	display: block;
}
.mobileContent{
	display: none;
}
@media (min-width: 320px) and (max-width: 680px) {
  .desktopContent{
	display: none;
  }
  .mobileContent{
	display: block;
  }
  .distSpan {
    float: right;
    position: absolute;
    right: 0px;
    top: 18px;
    right: 13px;
    font-size: 19px;
    color: #2E2E2D;
    font-weight: 700;
  }
  .infoLinks.mobileContent{
  	margin-top: 20px;
  }
  .extraText {
    color: #6c6c6c;
    min-height: 0px;
    max-height: 200px;
    margin-top: 0px;
    padding: 5px 0 10px;
    font-size: 17px;
  }
  a.phoneHref {
    max-height: 31px;
    width: 218px;
    text-decoration: none!important;
    text-overflow: ellipsis;
    padding: 20px 0 20px;
    display: block;
    font-size: 19px;
    margin: 0px;
    color: #2E2E2D;
    font-weight: 700;
 }
 .orderNow {
    display: inline-block;
    width: 50%;
    text-align: center;
    margin-top: 22px;
    background: #d51921;
    color: #FFF;
    text-decoration: none!important;
    margin-right: 0px;
    font-size: 19px;
    font-weight: 600;
    padding: 10px 25px 10px 25px;
}

.getDirections {
    display: inline-block;
    float: left;
    width: 47%;
    text-align: center;
    margin-top: 24px;
    background: #fff;
    background-image: url(images/markerb@2x.png);
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 14px 20px;
    color: #000!important;
    text-decoration: none!important;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 18px 10px 23px;
}
.useMyLocation{
	display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    margin-bottom: 20px!important;
    padding: 35px 22px 37px 62px;
    width: 78%;
    background-position: 47px center;
}
.searchMyLocation{
	display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    margin-bottom: 20px!important;
    padding: 35px 22px 37px 62px;
    width: 78%;
    background-position: 47px center;
}
.searchInput{
	display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    margin-bottom: 19px;
    width: 78%;
    background-size: 29px auto;
    padding: 35px 22px 37px 62px;
}
.page-featured-image .locationsImage {
	height: 558px;
	width:auto;
}
.page-featured-image .locationsImage img {
	height:100%;
	display: none;
}
.page-featured-image .text .locationsHeader {
    font-size: 45px;
}
.openingList {
    padding-top: 20px;
}
.openingList li {
    font-size: 17px;
    list-style: none;
}
  
}
@media (max-width: 360px) {
	.getDirections {
    display: inline-block;
    float: left;
    width: 47%;
    text-align: center;
    margin-top: 24px;
    background: #fff;
    background-image: url(images/markerb@2x.png);
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 12px 14px;
    color: #000!important;
    text-decoration: none!important;
    margin-right: 3px;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 2px 10px 27px;
	}
	.orderNow {
    display: inline-block;
    width: 50%;
    text-align: center;
    margin-top: 22px;
    background: #d51921;
    color: #FFF;
    text-decoration: none!important;
    margin-right: 0px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px 10px 15px;
	}
	.distSpan {
    float: right;
    position: absolute;
    right: 0px;
    top: 38px;
    right: 8px;
    font-size: 13px;
    color: #2E2E2D;
    font-weight: 700;
	}
	a.phoneHref {
    max-height: 31px;
    width: 215px;
    text-decoration: none!important;
    text-overflow: ellipsis;
    padding: 35px 0 20px;
    display: block;
    font-size: 15px;
    margin: 0px;
    color: #2E2E2D;
    font-weight: 700;
	}
	a.phoneHref p{
		margin-top: 3px;
	}
}