/*
Theme Name: Downtown Terrace
Theme URI: http://www.theperchlv.com
Author: VeryCreative
Author URI: http://www.verycreative.eu
Description: The Perch is a relaxed, casual restaurant serving straightforward, delightful meals accompanied by a new world wine list and full cocktail menu.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: downtown,terrace,las vegas,restaurant

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

* {
	-webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0; }

a {
	text-decoration: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block; }

audio,
canvas,
video {
	display: inline-block; }

audio:not([controls]) {
	display: none;
	height: 0; }

[hidden] {
	display: none; }

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-y: auto; }

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	line-height: normal; }

html,
button,
input,
select,
textarea {
	font-family: sans-serif; }

.the-page .the-content li {
	list-style-type: none;
	font-size: 1.8rem;
	line-height: 30px;
	font-weight: 400;
	color: #ff8c32;
	letter-spacing: normal;
	/*font-family: "brandon", Arial, Helvetica, sans-serif;*/
	font-family: 'brandon_grotesque_regularRg'; }

.the-page .the-content ul li:before {
		display: inline-block;
		font-family: 'FontAwesome';
		content: "\f111";
		color: #ff8c32;
		font-size: 7px;
		width: 1em;
		vertical-align: middle;
		margin-right: 5px;
}
ul.staff-list li {
	font-size: 0 !important;
}
ul.staff-list li:before {
	content: " " !important;
}

.the-page .the-content ol {
		list-style-type: none;
		padding-right: 0;
		margin-left: 0;
}
.the-page .the-content ol li {
		counter-increment: step-counter;
}
.the-page .the-content ol li:before {
		color: #ff8c32;
		content: counter(step-counter)".";
		margin-right: 5px;
}

body {
	margin: 0; }

iframe {
	border-style: none;
	border: none;
	width: inherit;
	display: block;
	position: relative; }

a:focus {
	outline: none; }

a:active,
a:hover {
	outline: 0; }

abbr[title] {
	border-bottom: 1px dotted; }

b,
strong {
	font-weight: normal;
	-webkit-appearance: none; }

blockquote {
	margin: 0; }

dfn {
	font-style: italic; }

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0; }

mark {
	background: #ff0;
	color: #000; }

p,
pre {
	margin: 1em 0; }

code,
kbd,
pre,
samp {
	font-family: monospace, serif; }

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word; }

q {
	quotes: none; }

q:before,
q:after {
	content: "";
	content: none; }

small {
	font-size: 80%; }

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; }

sup {
	top: -0.5em; }

sub {
	bottom: -0.25em; }

dl,
menu,
ol,
ul {
	margin: 0; }

dd {
	margin: 0; }

menu,
ol,
ul {
	padding: 0; }

nav ul,
nav ol {
	list-style: none;
	list-style-image: none; }

img {
	border: 0;
	-ms-interpolation-mode: bicubic; }

svg:not(:root) {
	overflow: hidden; }

figure {
	margin: 0; }

form {
	margin: 0; }

fieldset {
	border: none;
	margin: 0;
	padding: 0; }

legend {
	border: 0;
	padding: 0;
	white-space: normal; }

button,
input,
select,
textarea {
	margin: 0;
	vertical-align: baseline; }

button,
input {
	line-height: normal; }

button,
select {
	text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-style: none;
	-webkit-appearance: button;
	cursor: pointer; }

button[disabled],
html input[disabled] {
	cursor: default; }

input[type="checkbox"],
input[type="radio"] {
	padding: 0; }

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0; }

textarea {
	overflow: auto;
	vertical-align: top; }

table {
	border-collapse: collapse;
	border-spacing: 0; }

audio,
canvas,
img,
video {
	vertical-align: middle; }

fieldset {
	border: 0;
	margin: 0;
	padding: 0; }

textarea {
	resize: vertical; }

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative; }
	.container:before, .container:after {
		content: "";
		visibility: hidden;
		height: 0;
		display: table; }
	.container:after {
		clear: both; }

.centered-content {
	text-align: center; }

.row {
	margin-right: -15px;
	margin-left: -15px;
	font-size: 0;
	line-height: normal;
	clear: both;
	zoom: 1; }
	.row:after, .row:before {
		content: "";
		display: table; }
	.row:after {
		clear: both; }
	@media (max-width: 1020px) {
		.row {
			margin-right: -10px;
			margin-left: -10px; } }
	.row:before, .row:after {
		content: "";
		visibility: hidden;
		height: 0;
		display: table; }
	.row:after {
		clear: both; }
	.row > [class*='col_'] {
		padding-left: 15px;
		padding-right: 15px;
		display: inline-block;
		float: left; }
		@media (max-width: 1020px) {
			.row > [class*='col_'] {
				padding-left: 10px;
				padding-right: 10px; } }
		.row > [class*='col_'].right {
			float: right; }
	.row.big-gutter {
		margin-left: -30px;
		margin-right: -30px; }
		@media (max-width: 1020px) {
			.row.big-gutter {
				margin-left: -15px;
				margin-right: -15px; } }
		.row.big-gutter > [class*='col_'] {
			padding-left: 30px;
			padding-right: 30px; }
			@media (max-width: 1020px) {
				.row.big-gutter > [class*='col_'] {
					padding-left: 15px;
					padding-right: 15px; } }
	.row.small-gutter {
		margin-left: -5px;
		margin-right: -5px; }
		.row.small-gutter > [class*='col_'] {
			padding-left: 5px;
			padding-right: 5px; }
	.row.no-gutter {
		margin-left: 0;
		margin-right: 0; }
		.row.no-gutter > [class*='col_'] {
			padding-left: 0px;
			padding-right: 0px; }

.col_16 {
	width: 16.66%; }

.col_10 {
	width: 10%; }

.col_15 {
	width: 15%; }

.col_14 {
	width: 14.28%; }

.col_33 {
	width: 33.33%; }

.col_20 {
	width: 20%; }

.col_auto {
	width: auto; }

.col_25 {
	width: 25%; }

.col_12 {
	width: 12.5%; }

.col_50 {
	width: 50%; }

.col_100 {
	width: 100%; }

.col_30 {
	width: 30%; }

.col_35 {
	width: 35%; }

.col_70 {
	width: 70%; }

.col_40 {
	width: 40%; }

.col_45 {
	width: 45%; }

.col_55 {
	width: 55%; }

.col_60 {
	width: 60%; }

.col_66 {
	width: 66.66%; }

.col_75 {
	width: 75%; }

.col_80 {
	width: 80%; }

html {
	font-family: "brandon", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: 400; }

body {
	font-size: 1.4rem; }

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	color: #ff8c32;
	line-height: normal;
	/*font-family: "brandon", Arial, Helvetica, sans-serif;*/
	font-family: 'brandon_grotesque_regularRg';
	text-transform: none;
	margin-bottom: 10px;
	letter-spacing: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		font-size: inherit;
		font-weight: inherit; }
	h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
		font-weight: 700; }

h1 {
	font-size: 4.4rem;
	margin-bottom: 50px;
	color: #5c6b7d;
	font-weight: 100; }
	@media (max-width: 767px) {
		h1 {
			font-size: 3.6rem;
			letter-spacing: normal;
			margin-bottom: 30px; } }
	@media (max-width: 480px) {
		h1 {
			font-size: 3rem;
			font-weight: 300; } }

h2 {
	font-size: 4rem;
	margin-bottom: 50px;
	font-weight: 100; }
	@media (max-width: 767px) {
		h2 {
			font-size: 3rem; } }
	@media (max-width: 480px) {
		h2 {
			font-size: 2rem;
			font-weight: 300; } }

h3 {
	font-size: 4.8rem;
	margin-bottom: 50px;
	font-weight: 100; }
	@media (max-width: 767px) {
		h3 {
			font-size: 3.2rem;
			letter-spacing: normal; } }

h4 {
	font-size: 2.4rem; }
	@media (max-width: 767px) {
		h4 {
			font-size: 1.8rem; } }

h5 {
	font-size: 2rem; }
	@media (max-width: 767px) {
		h5 {
			font-size: 1.6rem;
			letter-spacing: normal; } }

h6 {
	font-size: 1.6rem;
	color: #f73093;
	font-weight: 400; }
	@media (max-width: 767px) {
		h6 {
			font-size: 1.4rem; } }

p,
a,
span,
label {
	margin: 0;
	/*font-family: "brandon", Arial, Helvetica, sans-serif;*/
	font-family: 'brandon_grotesque_regularRg'; }
	p p,
	p a,
	p span,
	p label,
	a p,
	a a,
	a span,
	a label,
	span p,
	span a,
	span span,
	span label,
	label p,
	label a,
	label span,
	label label {
		font-size: 100%;
		margin: 0; }

p {
	margin: 0 0 25px;
	font-size: 1.8rem;
	line-height: 30px;
	font-weight: 400;
	color: #ff8c32;
	letter-spacing: normal;
	/*font-family: "brandon", Arial, Helvetica, sans-serif;*/
	font-family: 'brandon_grotesque_regularRg'; }
	@media (max-width: 767px) {
		p {
			font-size: 1.6rem;
			line-height: 30px; } }
	p a {
		text-decoration: none;
		color: #f73093; }
		p a:hover {
			color: #f73093; }
	p i {
		font-style: italic; }
	p b {
		font-style: italic;
		font-weight: 700; }

a {
	margin: 0;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	color: #ff8c32;
	text-decoration: none; }
	a:hover {
		color: #f73093; }

strong {
	font-weight: 700; }

b {
	font-weight: 700; }

ul li {
	font-size: 1.4rem; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
textarea,
select, .selectize-input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family: "brandon", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size: 1.7rem;
	border-style: none;
	font-weight: 400;
	border: 0px solid #d8d8db;
	border-bottom: 1px solid #d8d8db;
	width: 100%;
	height: 40px;
	padding: 0 px;
	line-height: 40px;
	background: none;
	color: #ff8c32;
	outline: 0;
	-webkit-appearance: none;
	letter-spacing: normal;
	box-shadow: none; }
	input[type="text"]:active, input[type="text"]:hover, input[type="text"]:focus,
	input[type="email"]:active,
	input[type="email"]:hover,
	input[type="email"]:focus,
	input[type="password"]:active,
	input[type="password"]:hover,
	input[type="password"]:focus,
	input[type="search"]:active,
	input[type="search"]:hover,
	input[type="search"]:focus,
	input[type="tel"]:active,
	input[type="tel"]:hover,
	input[type="tel"]:focus,
	input[type="url"]:active,
	input[type="url"]:hover,
	input[type="url"]:focus,
	input[type="number"]:active,
	input[type="number"]:hover,
	input[type="number"]:focus,
	input[type="date"]:active,
	input[type="date"]:hover,
	input[type="date"]:focus,
	input[type="time"]:active,
	input[type="time"]:hover,
	input[type="time"]:focus,
	input[type="datetime"]:active,
	input[type="datetime"]:hover,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:active,
	input[type="datetime-local"]:hover,
	input[type="datetime-local"]:focus,
	input[type="week"]:active,
	input[type="week"]:hover,
	input[type="week"]:focus,
	input[type="month"]:active,
	input[type="month"]:hover,
	input[type="month"]:focus,
	textarea:active,
	textarea:hover,
	textarea:focus,
	select:active,
	select:hover,
	select:focus, .selectize-input:active, .selectize-input:hover, .selectize-input:focus {
		transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-o-transition: all 0.2s ease; }

textarea {
	line-height: normal;
	height: auto;
	min-height: 110px;
	padding: 15px 17px; }

select {
	padding-right: 0; }

label {
	display: block;
	color: #ff8c32;
	text-transform: none;
	font-weight: 700;
	letter-spacing: normal;
	font-size: 1.6rem;
	margin-bottom: 7px;
	/*font-family: "brandon", Arial, Helvetica, sans-serif;*/
	font-family: 'brandon_grotesque_regularRg'; }
	label span {
		font-size: 1.2rem;
		margin-top: 8px; }

::-webkit-input-placeholder {
	color: #5c6b7d;
	font-size: 1.7rem;
	letter-spacing: normal;
	font-weight: 400;
	/*font-family: "brandon", Arial, Helvetica, sans-serif;*/
	font-family: 'brandon_grotesque_regularRg'; }

:-moz-placeholder {
	/* Firefox 18- */
	color: #5c6b7d;
	font-size: 1.7rem;
	letter-spacing: normal;
	font-weight: 400;
	/*font-family: "brandon", Arial, Helvetica, sans-serif;*/
	font-family: 'brandon_grotesque_regularRg'; }

::-moz-placeholder {
	/* Firefox 19+ */
	color: #5c6b7d;
	font-size: 1.7rem;
	letter-spacing: normal;
	font-weight: 400;
	/*font-family: "brandon", Arial, Helvetica, sans-serif;*/
	font-family: 'brandon_grotesque_regularRg'; }

:-ms-input-placeholder {
	color: #5c6b7d;
	font-size: 1.7rem;
	letter-spacing: normal;
	font-weight: 400;
	/*font-family: "brandon", Arial, Helvetica, sans-serif;*/
	font-family: 'brandon_grotesque_regularRg'; }

.input-block {
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
	position: relative; }
	.input-block label {
		display: block; }

.checkbox-input {
	font-size: 1.4rem;
	font-weight: 300; }
	.checkbox-input span {
		margin-right: 10px; }

.radio-input {
	display: inline-block;
	margin-right: 40px;
	font-size: 1.8rem;
	font-weight: 300; }
	.radio-input span {
		margin-right: 10px; }

.select-block {
	position: relative; }
	.select-block .selectric-wrapper {
		background: none;
		border-bottom: 1px solid #d8d8db; }
		.select-block .selectric-wrapper .selectric span.label {
			height: 40px;
			line-height: 40px;
			padding: 0 0px;
			padding-right: 20px;
			font-size: 1.7rem;
			text-transform: none;
			color: #5c6b7d;
			/*font-family: "brandon", Arial, Helvetica, sans-serif;*/
			font-family: 'brandon_grotesque_regularRg'; }
		.select-block .selectric-wrapper .selectric .select-button {
			position: absolute;
			width: 10px;
			height: 6px;
			top: 15px;
			right: 0px;
			z-index: 10;
			background-image: url(images/default/select-arrow2.png);
			background-repeat: no-repeat;
			background-size: 100% auto; }
		.select-block .selectric-wrapper .selectric-items ul li {
			padding: 7px 20px;
			color: #5c6b7d;
			font-size: 1.3rem;
			margin: 0;
			border: 0;
			border-top: 1px solid #c2c0c6; }
		.select-block .selectric-wrapper.white-select {
			border: 0; }

.styled-checkbox {
	position: absolute;
	opacity: 0; }
	.styled-checkbox + label {
		width: auto;
		padding: 0;
		text-align: initial;
		font-size: inherit;
		text-transform: none;
		display: initial;
		float: none;
		line-height: normal;
		position: relative;
		cursor: pointer;
		padding: 0; }
	.styled-checkbox + label:before {
		content: '';
		margin-right: 10px;
		display: inline-block;
		vertical-align: text-top;
		width: 20px;
		height: 20px;
		border: 2px solid #d1d3d4;
		background: #e6e7e8; }
	.styled-checkbox:checked + label:before {
		color: #f73093; }
	.styled-checkbox:disabled + label {
		color: #b8b8b8;
		cursor: auto; }
	.styled-checkbox:disabled + label:before {
		box-shadow: none;
		background: #ddd; }
	.styled-checkbox:checked + label:after {
		content: '';
		position: absolute;
		left: 5px;
		top: 9px;
		background: #f73093;
		width: 2px;
		height: 2px;
		box-shadow: 2px 0 0 #f73093, 4px 0 0 #f73093, 4px -2px 0 #f73093, 4px -4px 0 #f73093, 4px -6px 0 #f73093, 4px -8px 0 #f73093;
		transform: rotate(45deg); }

.custom-file-upload-hidden {
	display: none;
	visibility: hidden;
	position: absolute;
	left: -9999px; }

.custom-file-upload {
	display: block;
	width: auto; }
	.custom-file-upload label {
		display: block;
		margin-bottom: 5px; }

.file-upload-wrapper {
	position: relative;
	margin-bottom: 5px; }

.file-upload-input {
	width: 100%;
	color: #5c6b7d;
	font-size: 1.7rem;
	height: 40px;
	line-height: 40px;
	padding: 0;
	border: none;
	background: none; }
	@media (max-width: 767px) {
		.file-upload-input {
			font-size: 1.5rem; } }

.file-upload-button {
	cursor: pointer;
	display: inline-block;
	color: #9da2a9;
	font-size: 1.7rem;
	text-transform: none;
	padding: 0;
	padding-right: 15px;
	height: auto;
	line-height: normal;
	font-style: italic;
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 10;
	border: none;
	background: none;
	box-shadow: none;
	letter-spacing: normal;
	min-width: 0; }
	@media (max-width: 767px) {
		.file-upload-button {
			width: auto; } }
	.file-upload-button:before {
		content: "";
		width: 10px;
		height: 12px;
		position: absolute;
		right: 0;
		top: 5px;
		background-image: url(images/default/upload-icon.png);
		background-size: 100% auto;
		background-repeat: no-repeat;
		z-index: 10; }
	.file-upload-button:hover {
		background: none;
		color: #5c6b7d; }

table {
	width: 100%; }

table, th, td {
	border-spacing: 0;
	border: 1px solid #999999;
	padding: 1em;
	line-height: 1;
	vertical-align: top; }

th {
	text-align: left;
	font-weight: normal; }

input[type='submit'],
.button {
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 1.4rem;
	/*font-family: "brandon", Arial, Helvetica, sans-serif;*/
	font-family: 'brandon_grotesque_regularRg';
	font-weight: 400;
	color: #fff;
	padding: 0 52px;
	height: 52px;
	line-height: 50px;
	text-align: center;
	position: relative;
	margin-bottom: 0px;
	background: #f73093;
	border: 0px solid #f73093;
	box-shadow: none;
	min-width: 225px;
	background-image: -moz-linear-gradient(0deg, #4795ff 0%, #3bcdd5 100%);
	background-image: -webkit-linear-gradient(0deg, #4795ff 0%, #3bcdd5 100%);
	background-image: -ms-linear-gradient(0deg, #4795ff 0%, #3bcdd5 100%);
	box-shadow: 5px 8.66px 21px 0px rgba(46, 103, 192, 0.46); }
	@media (max-width: 767px) {
		input[type='submit'],
		.button {
			height: 44px;
			line-height: 44px;
			font-size: 1.3rem;
			min-width: 120px;
			width: 70%;
			margin: 0 auto 20px;
			display: block; } }
	input[type='submit'] i,
	.button i {
		float: right;
		margin-top: 16px; }
	input[type='submit'].white,
	.button.white {
		background: #fff;
		color: #5c6b7d; }
	input[type='submit']:hover,
	.button:hover {
		color: #fff;
		background: #eb0979; }
	input[type='submit'].small,
	.button.small {
		height: 32px;
		line-height: 32px;
		font-size: 1.2rem;
		min-width: 0; }
	input[type='submit'].green,
	.button.green {
		background: #2ba342; }
	input[type='submit'].large,
	.button.large {
		padding: 0 0px;
		min-width: 200px;
		height: 65px;
		line-height: 65px;
		font-size: 2rem;
		font-weight: 700;
		font-style: italic;
		position: relative;
		z-index: 10;
		border: 5px solid rgba(255, 255, 255, 0.3);
		box-sizing: content-box;
		background-clip: content-box; }
		@media (max-width: 1020px) {
			input[type='submit'].large,
			.button.large {
				height: 44px;
				line-height: 44px;
				font-size: 1.8rem;
				min-width: 120px; } }
		@media (max-width: 767px) {
			input[type='submit'].large,
			.button.large {
				height: 44px;
				line-height: 44px;
				font-size: 1.3rem;
				letter-spacing: normal;
				padding: 0 0px;
				width: calc(100% - 10px); } }
	input[type='submit'].outlined,
	.button.outlined {
		border: 2px solid #f73093;
		background: none;
		color: #5c6b7d;
		line-height: 46px; }
	input[type='submit'].facebook-btn,
	.button.facebook-btn {
		background: #3b5998; }

html, body {
	background-color: #fff;
	background-repeat: repeat;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

body {
	/* position: relative; */ }

.mobile-only {
	display: none !important; }
	@media (max-width: 767px) {
		.mobile-only {
			display: block !important; } }

@media (max-width: 767px) {
	.desktop-only {
		display: none !important; } }

.container .inner-container {
	max-width: 1005px;
	margin: 0 auto; }
@media (max-width: 1240px) {
	.container {
		width: 980px; } }
@media (max-width: 1020px) {
	.container {
		width: 750px; } }
@media (max-width: 767px) {
	.container {
		width: 90%; } }

.right {
	float: right; }

.left {
	float: left; }

.no-scroll {
	overflow: hidden !important; }

.floating-objects {
	clear: both;
	zoom: 1; }
	.floating-objects:after, .floating-objects:before {
		content: "";
		display: table; }
	.floating-objects:after {
		clear: both; }

.show {
	display: block !important; }

.mm-menu {
	background: #fbfbfb; }

.fancybox-slider-wrap .fancybox-close-small {
	line-height: normal;
	min-width: 0;
	padding: 0; }
	.fancybox-slider-wrap .fancybox-close-small:hover {
		background: none; }

.fancybox-close-small {
	box-shadow: none;
	min-width: 0;
	width: 44px;
	height: 44px;
	background: none;
	background-image: url(images/default/close-popup-btn.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	right: -60px; }
	@media (max-width: 1240px) {
		.fancybox-close-small {
			right: 0; } }
	.fancybox-close-small:hover {
		opacity: .7; }
	.fancybox-close-small:after {
		display: none; }

.fancybox-slide > * {
	background: none;
	padding: 0; }

.fancybox-slide .popup-wrapper {
	overflow: initial; }
	@media (max-width: 767px) {
		.fancybox-slide .popup-wrapper {
			padding: 0 15px; } }
	@media (max-width: 767px) {
		.fancybox-slide .popup-wrapper .col_50 {
			width: 100%; } }
	.fancybox-slide .popup-wrapper h3 {
		text-align: center;
		color: #fff;
		font-size: 4.4rem;
		font-weight: 300;
		margin-bottom: 25px; }
		@media (max-width: 767px) {
			.fancybox-slide .popup-wrapper h3 {
				font-size: 3rem;
				margin-bottom: 15px; } }
	.fancybox-slide .popup-wrapper .popup-content {
		background-color: #fff;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		padding: 40px 40px;
		background-position: left bottom;
		background-repeat: no-repeat; }
		@media (max-width: 767px) {
			.fancybox-slide .popup-wrapper .popup-content {
				padding: 15px 20px;
				background-image: none !important; } }
		.fancybox-slide .popup-wrapper .popup-content h6 {
			margin-bottom: 0px;
			font-size: 1.4rem;
			font-weight: 700; }
		.fancybox-slide .popup-wrapper .popup-content p {
			font-size: 1.4rem;
			font-weight: 300;
			margin-bottom: 20px;
			line-height: 18px; }
		.fancybox-slide .popup-wrapper .popup-content form .input-block {
			margin-bottom: 20px; }
		.fancybox-slide .popup-wrapper .popup-content form p {
			margin-bottom: 10px; }
		.fancybox-slide .popup-wrapper .popup-content form .button {
			margin-top: 30px;
			margin-bottom: 30px; }
		.fancybox-slide .popup-wrapper .popup-content .centered-content p {
			font-size: 1.7rem;
			line-height: 22px;
			margin: 0;
			font-weight: 400; }

.fancybox-bg {
	background: #000; }

.fancybox-container--ready .fancybox-bg {
	opacity: .8;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.picker__holder {
	min-width: 350px; }
	.picker__holder .picker__button--today, .picker__holder .picker__button--clear, .picker__holder .picker__button--close {
		min-width: 0;
		/*font-family: "brandon", Arial, Helvetica, sans-serif;*/
		font-family: 'brandon_grotesque_regularRg';
		color: #5c6b7d;
		height: auto;
		line-height: normal; }

.picker--opened .picker__holder {
	border: 0;
	outline: 0; }

.hamburger .hamburger-box {
	width: 24px;
	height: 100%;
	top: 0; }
	.hamburger .hamburger-box .hamburger-inner {
		width: 100%;
		height: 2px;
		background: #5c6b7d;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px; }
		.hamburger .hamburger-box .hamburger-inner:before, .hamburger .hamburger-box .hamburger-inner:after {
			width: 100%;
			height: 2px;
			background: #5c6b7d;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px; }
		.hamburger .hamburger-box .hamburger-inner:before {
			top: -8px; }
		.hamburger .hamburger-box .hamburger-inner:after {
			bottom: -8px; }
.hamburger.hamburger--squeeze.is-active .hamburger-inner:before {
	top: 0; }
.hamburger.hamburger--squeeze.is-active .hamburger-inner:after {
	bottom: 0; }

.mm-opened .hamburger.hamburger--squeeze .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: rotate(45deg); }
	.mm-opened .hamburger.hamburger--squeeze .hamburger-inner:before {
		top: 0;
		transition: top 75ms ease,opacity 75ms ease .12s;
		opacity: 0; }
	.mm-opened .hamburger.hamburger--squeeze .hamburger-inner:after {
		bottom: 0;
		transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
		transform: rotate(-90deg); }

.slick-dotted.slick-slider {
	margin-bottom: 0; }

.slick-slider .slick-slide {
	outline: 0;
	border: 0; }
.slick-slider .slick-dots {
	bottom: 60px; }
	@media (max-width: 767px) {
		.slick-slider .slick-dots {
			bottom: 20px; } }
	.slick-slider .slick-dots li {
		margin: 0 10px; }
		.slick-slider .slick-dots li button {
			min-width: 0;
			padding: 0;
			width: 10px;
			height: 10px;
			-webkit-border-radius: 9px;
			-moz-border-radius: 9px;
			border-radius: 9px;
			background: #c2c0c6;
			box-shadow: none; }
			.slick-slider .slick-dots li button:before {
				display: none; }
		.slick-slider .slick-dots li.slick-active button {
			background: #f73093; }
.slick-slider .slick-prev, .slick-slider .slick-next {
	width: 22px;
	height: 43px;
	background-image: url(images/default/controls.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	min-width: 0;
	box-shadow: none;
	z-index: 999; }
	.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
		display: none; }
.slick-slider .slick-prev {
	left: 7%; }
	@media (max-width: 1240px) {
		.slick-slider .slick-prev {
			left: 30px; } }
.slick-slider .slick-next {
	right: 7%;
	background-position: -22px 0; }
	@media (max-width: 1240px) {
		.slick-slider .slick-next {
			right: 30px; } }

.sep {
	margin-bottom: 30px;
	height: 1px;
	background: #d8d8db;
	display: block;
	clear: both;
	width: 100%;
	margin-top: 50px; }
	.sep:before, .sep:after {
		content: "";
		visibility: hidden;
		height: 0;
		display: table; }
	.sep:after {
		clear: both; }

.clear:before, .clear:after {
	content: "";
	visibility: hidden;
	height: 0;
	display: table; }
.clear:after {
	clear: both; }

img {
	max-width: 100%; }

.tabs-wrapper .tab-wrapper .tab {
	display: none; }
	.tabs-wrapper .tab-wrapper .tab.active {
		display: block; }

.hide {
	display: none !important; }

@media (max-width: 767px) {
	.container {
		overflow: hidden; }
		.container.visible {
			overflow: visible; } }

.accordion-wrapper .accordion-item {
	border-bottom: 1px solid #d8d8db; }
	.accordion-wrapper .accordion-item .accordion-header {
		position: relative;
		padding: 10px 10px 10px 27px;
		margin-top: 5px;
		margin-bottom: 5px;
		cursor: pointer; }
		.accordion-wrapper .accordion-item .accordion-header:before {
			content: "";
			width: 8px;
			height: 6px;
			position: absolute;
			left: 10px;
			top: 16px;
			background-image: url(images/accordion-arrow.png);
			background-position: 0 0;
			background-repeat: no-repeat;
			background-size: 100%; }
		.accordion-wrapper .accordion-item .accordion-header h6 {
			margin: 0;
			font-size: 1.6rem;
			font-weight: 600;
			/*font-family: "brandon", Arial, Helvetica, sans-serif;*/
			font-family: 'brandon_grotesque_regularRg'; }
	.accordion-wrapper .accordion-item .accordion-hidden-content {
		margin-top: 5px;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease-out; }
		.accordion-wrapper .accordion-item .accordion-hidden-content p {
			margin-left: 30px;
			font-size: 1.4rem;
			line-height: 20px;
			margin-bottom: 15px; }
			@media (max-width: 767px) {
				.accordion-wrapper .accordion-item .accordion-hidden-content p {
					margin-left: 0; } }
	.accordion-wrapper .accordion-item.active .accordion-header:before {
		background-position: 0 -6px; }
	.accordion-wrapper .accordion-item.active .accordion-hidden-content {
		max-height: 700px;
		transition: max-height 0.4s ease-in; }

.mb {
	margin-bottom: 25px; }

.small-mb {
	margin-bottom: 15px; }

.mt {
	margin-top: 60px; }

.small-mt {
	margin-top: 40px; }

.no-mb {
	margin-bottom: 0; }

@media (max-width: 1020px) {
	.mobile-mb {
		margin-bottom: 25px; } }

.greyscale {
	-webkit-filter: grayscale(100%);
	/* Chrome, Safari, Opera */
	filter: grayscale(100%); }

.fancybox-controls button {
	min-width: 0; }

.grid-sizer,
.grid-item {
	width: 25%;
	height: 224px;
	padding: 1px; }
	@media (max-width: 767px) {
		.grid-sizer,
		.grid-item {
			width: 50%; } }

/* 2 columns wide */
.grid-item--width2 {
	width: 50%; }

.grid-item--height2 {
	height: 450px; }

.video-wrapper {
	position: relative;
	/* padding-bottom: 56.25%; */
	padding-bottom: 52.65%;
	padding-top: 30px;
	height: 0;
	overflow: hidden; }
	.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
		position: absolute;
		top: -1px;
		left: 0;
		width: 100%;
		height: 100%;
		border: 5px solid #fff; }

/*#loading {
		position: absolute; width: 100%; height: 100%; background: url('images/spinner.gif') no-repeat center center;
}*/
#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	background-color: #fff;
	z-index: 99;
	text-align: center; }

#loading-image {
	position: absolute;
	background-position: center;
	z-index: 100;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/spinner.gif);
	background-repeat: no-repeat; }

/*.pp-easing {
	-webkit-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
	-moz-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
	-o-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
	transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
	/* custom */
/*-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
-moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
-o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
/* custom */
	/*
}*/
#section1,
#section2,
#section3,
#section4,
#section5,
#section6 {
	/*height: 872px;*/ }

.section {
	text-align: center; }

#section1 {
	background-position: center;
	background-size: cover; }

#section2 {
	background-image: url(images/section2-bg.jpg);
	background-repeat: repeat; }

#section3 {
	background-image: url(images/section2-bg.jpg);
	/*background-repeat:repeat;*/
	/*background-size: contain;*/
	background-size: cover;
	background-repeat: no-repeat; }

#section4 {
	background-image: url(images/section2-bg.jpg);
	background-repeat: repeat;
	/*background-size: contain;*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: right; }

#section5 {
	background-image: url(images/section2-bg.jpg);
	background-repeat: repeat;
	/*background-size: contain;*/
	background-size: cover;
	background-repeat: no-repeat; }

#section6 {
	background: #fff; }

#pp-nav ul, .pp-slidesNav ul {
	display: none; }

/*SECTION 1*/
#section1 h3 {
	font-family: 'brandon_grotesquelight';
	font-size: 16px;
	color: #fff;
	line-height: 34px; }

/*SECTION 2*/
.section2-image {
	height: 100%;
	display: inline-block;
	overflow: hidden; }

.left-image {
	width: 100%;
	height: 50%;
	background-repeat: no-repeat;
	margin-bottom: 16px;
	background-position: center right;
	background-size: cover; }

.section-wrapper {
	height: 100%;
	display: inline-block;
	background: #fff; }

.discover-wrapper {
	height: 100%;
	max-width: 1100px;
	display: block;
	margin: 0 auto;
	padding: 65px 0; }

.table {
	display: table;
	height: 100%;
	width: 100%; }

.table-cell {
	display: table-cell;
	vertical-align: middle;
	position: relative; }

.section-title h3 {
	font-size: 44px;
	color: #d0155c;
	font-family: 'blackswordregular';
	margin-bottom: 0; }

.section-title h1 {
	font-size: 34px;
	color: #2b2b29;
	font-weight: 700;
	font-family: 'brandon_grotesquebold'; }

.section-title h4 {
	font-size: 34px;
	color: #2b2b29;
	font-weight: 700;
	font-family: 'brandon_grotesquebold';
	text-transform: uppercase; }

.section-title span {
	background: url("images/section2-title-img.png") no-repeat;
	width: 34px;
	height: 21px;
	display: inline-block;
	margin-bottom: 48px; }

.section-description {
	padding: 0 61px; }

.section-description p {
	font-size: 18px;
	color: #4d4d49;
	font-family: 'brandon_grotesque_regularRg'; }

/*SECTION 3*/
.section3-wrapper {
	position: relative; }

.full-image-left {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left; }

.full-menu {
	display: table;
	width: 28%;
	box-shadow: 16px 28px 57px 0px rgba(58, 58, 54, 0.3);
	background: #fff;
	/*right: -98px;*/
	right: -22px;
	/*padding-bottom:64px;*/
	padding-top: 19px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative; }

.full-menu .section-description {
	position: relative; }

.full-menu .section-description p {
	margin-bottom: 0; }

.full-menu .section-title h4 {
	margin-bottom: 38px; }

.full-menu .section-title span {
	margin-bottom: 38px; }

.full-menu-bg {
	background-image: url(images/full-menu-bg.png);
	background-repeat: no-repeat;
	width: 209px;
	height: 146px;
	background-position: center 27px;
	margin: 0 auto;
	min-height: 210px; }

.full-menu-more {
	background: #252628;
	width: 235px;
	height: 64px;
	position: absolute;
	padding-left: 45px;
	text-align: left;
	display: inline-block;
	bottom: 0;
	cursor: pointer;
	transition: all 0.4s;
	color: #fff;
	font-family: 'brandon_grotesque_regularRg';
	font-size: 18px;
	line-height: 64px;
	right: 0; }
	.full-menu-more:hover {
		width: 270px;
		background: #d0155c;
		color: #fff;
		right: -35px; }

#section4 .full-menu-more {
	left: 0;
	padding-right: 45px;
	text-align: right; }
	#section4 .full-menu-more:hover {
		width: 270px;
		background: #d0155c;
		color: #fff;
		/*left: -35px;*/
		left: -22px; }

.full-menu-more:after {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff;
	position: absolute;
	/*right: 46px;*/
	top: 2px;
	right: 100px;
	display: inline-block; }

#section4 .full-menu-more:before {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff;
	position: absolute;
	/*left: 46px;*/
	left: 110px;
	display: inline-block; }

#section4 .full-menu-more:after {
	content: ""; }

/*SECTION4*/
.section4-wrapper {
	width: 80%;
	height: 100%;
	position: relative;
	float: right; }

.full-image-right {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right; }

.brunch-menu {
	/*display:table;
	width: 20%;
	box-shadow: 16px 28px 57px 0px rgba(58, 58, 54, 0.3); 
	background:#fff;
	left:-135px;
	/*padding-bottom:64px;*/
		/*padding-top:19px;
		top:0;
		bottom:0;
		margin-top: auto;
			margin-bottom: auto;
			margin-right: auto;*/
	display: table;
	width: 20%;
	box-shadow: 16px 28px 57px 0px rgba(58, 58, 54, 0.3);
	background: #fff;
	left: -135px;
	/*padding-bottom:64px;*/
	padding-top: 19px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: absolute; }

.brunch-menu .section-description {
	position: relative; }

.brunch-menu .section-description p {
	margin-bottom: 0; }

.brunch-menu .section-title h4 {
	margin-bottom: 38px; }

.brunch-menu .section-title span {
	margin-bottom: 38px; }

.brunch-menu-bg {
	background-image: url(images/brunch-menu-bg.png);
	background-repeat: no-repeat;
	width: 209px;
	height: 146px;
	background-position: center 27px;
	margin: 0 auto;
	min-height: 210px; }

.brunch-menu-more {
	background: #252628;
	width: 235px;
	height: 64px;
	position: absolute;
	left: 0;
	padding-right: 45px;
	text-align: right;
	display: inline-block;
	bottom: 0;
	cursor: pointer;
	transition: all 0.4s;
	color: #fff;
	font-family: 'brandon_grotesque_regularRg';
	font-size: 18px;
	line-height: 64px; }
	.brunch-menu-more:hover {
		width: 270px;
		color: #fff;
		background: #d0155c;
		left: -35px; }

.brunch-menu-more:before {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff;
	position: absolute;
	left: 46px;
	display: inline-block; }

/*SECTION5*/
.section5-wrapper {
	width: 80%;
	height: 100%;
	position: relative;
	float: left; }

.happy-hour-menu {
	display: table;
	width: 20%;
	box-shadow: 16px 28px 57px 0px rgba(58, 58, 54, 0.3);
	background: #fff;
	right: -135px;
	/*padding-bottom:64px;*/
	padding-top: 19px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	position: absolute; }

.happy-hour-menu .section-description {
	position: relative;
	padding: 0; }

.happy-hour-menu .section-description p {
	margin-bottom: 0; }

.happy-hour-menu .section-title h4 {
	margin-bottom: 38px; }

.happy-hour-menu .section-title span {
	margin-bottom: 38px; }

.happy-hour-menu-bg {
	background-image: url(images/happy-hour-menu-bg.png);
	background-repeat: no-repeat;
	width: 261px;
	height: 137px;
	background-position: 36px 18px;
	margin: 0 auto;
	min-height: 210px; }

/*SECTION 6*/
.section6-wrapper p.instagram-title {
	font-size: 34px;
	color: #2b2b29;
	font-family: 'brandon_grotesquebold';
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0; }

.section6-wrapper p {
	font-size: 18px;
	color: #4d4d49;
	font-family: 'brandon_grotesque_regularRg'; }

.circle-icon {
	background-color: #fff;
	box-shadow: 16px 28px 57px 0px rgba(58, 58, 54, 0.3);
	width: 77px;
	height: 77px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-image: url("images/menu-left.png");
	background-repeat: no-repeat;
	background-position: center; }

.fl-left {
	float: left; }

.section6-wrapper p.fl-left {
	margin-top: 25px;
	margin-left: 25px; }

.twitter-gallery {
	width: 100%;
	display: inline-block;
	height: 100%;
	margin-top: 65px;
	margin-bottom: 44px; }

.twitter-gallery .col_33 {
	padding-left: 0;
	padding-right: 0; }

.twitter-image {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 390px;
	height: 390px;
	display: inline-block;
	transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out; }

.twitter-image:hover {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1); }

.load-more-photos {
	width: 162px;
	height: 45px;
	text-align: center;
	background: #252628;
	color: #ffffff;
	font-size: 16px;
	font-family: 'brandon_grotesque_regularRg';
	line-height: 45px;
	display: inline-block;
	margin-right: 19px; }
	.load-more-photos:hover {
		background: #141415; }

.load-more-photos:hover {
	color: #fff; }

.follow-instagram {
	width: 210px;
	height: 45px;
	display: inline-block;
	background: #d0155c;
	color: #ffffff;
	font-size: 16px;
	font-family: 'brandon_grotesque_regularRg';
	line-height: 45px;
	display: inline-block;
	position: relative; }
	.follow-instagram:hover {
		background: #b0124e; }

.follow-instagram:hover {
	color: #fff; }

.follow-instagram:before {
	content: "\f16d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff;
	position: absolute;
	left: 19px; }

#menu {
	position: fixed;
	top: 0;
	left: 0;
	height: 70px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
	text-align: center;
	box-shadow: 6px 10px 16px 0px rgba(58, 58, 54, 0.1);
	text-shadow: 6px 10px 16px rgba(58, 58, 54, 0.1); }

#menu li {
	display: inline-block;
	color: #000;
	background: #fff;
	background: rgba(255, 255, 255, 0.5); }

#menu li.menu-left {
	width: 33px;
	height: 33px;
	margin-top: 18px;
	margin-left: 43px;
	float: left; }

#menu li.menu-center {
	margin-top: 18px; }

#menu li.menu-center a {
	font-size: 18px;
	color: #2b2b29;
	font-family: 'brandon_grotesque_regularRg'; }

/*.menu-center:before {
	content: "\f0c8";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 5px;
	color: #2b2b29;
	margin-right: 26px;
	position: relative;
	bottom: 2px; }

.menu-center:after {
	content: "\f0c8";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 5px;
	color: #2b2b29;
	margin-left: 26px;
	position: relative;
	bottom: 2px; }*/

#menu li.menu-right {
	float: right;
	margin-right: 43px;
	margin-top: 29px;
	cursor: pointer; }

.open-menu-button {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	float: right;
	width: 15px;
	height: 25px;
	color: rgba(0, 0, 0, 0.5); }

.open-menu-button span {
	height: 3px;
	width: 15px;
	background: #2b2b29;
	margin-bottom: 6px;
	display: block;
	margin-top: 0px; }

nav {
	display: none; }

.open-menu-button.active {
	position: relative; }

.open-menu-button.active span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 7px; }

.open-menu-button.active span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0px;
	left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 7px;
	position: absolute; }

.open-menu-button.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -9px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px; }

.my-menu .open-menu-button.active {
	position: absolute;
	top: 28px;
	right: 43px; }

.my-menu {
	position: fixed;
	z-index: 83;
	top: 0;
	right: 0;
	background: #fff;
	background: #f5f5f5;
	padding-top: 103px;
	overflow: visible; }

.menu-title {
	font-size: 30px;
	color: #c5c5c4;
	font-family: 'brandon_grotesquebold';
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
	padding-left: 52px;
	padding-right: 52px; }

.menu-subtitle {
	font-size: 28px;
	color: #c5c5c4;
	font-family: 'brandon_grotesque_regularRg';
	margin-bottom: 40px;
	padding-left: 52px;
	padding-right: 52px; }

.menu-padding-right-left {
	padding-left: 52px;
	padding-right: 52px; }

.menu-street-adress {
	font-size: 18px;
	color: #2b2b29;
	font-family: 'brandon_grotesque_regularRg';
	border-bottom: 1px solid #d0cece; }

.my-menu ul {
	padding-left: 52px;
	padding-right: 52px; }

.my-menu ul li a {
	font-size: 18px;
	color: #2b2b29;
	font-family: 'brandon_grotesque_regularRg'; }

.my-menu ul li a:hover {
	color: #d0155c; }

.menu-media-social-wrapper {
	min-height: 172px;
	display: flex;
	align-items: center; }

.menu-media-social {
	display: inline-block;
	width: 27px;
	height: 27px;
	background: #949492;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center;
	line-height: 27px;
	margin-right: 31px; }

.fa-twitter:hover:before {
	color: #d0155c; }

.fa-facebook:hover:before {
	color: #d0155c; }

.fa-linkedin:hover:before {
	color: #d0155c; }

.menu-media-social .fa-twitter, .fa-facebook, .fa-linkedin {
	color: #f5f5f5; }

.menu-call-number {
	width: 100%;
	padding: 30.5px 0;
	background: #252628;
	text-align: left;
	padding-left: 40px;
	display: inline-block;
	color: #fff;
	font-size: 28px;
	font-family: 'brandon_grotesquelight';
	font-weight: 300; }
	.menu-call-number:hover {
		background: #b0124e;
		color: #fff; }

.menu-call-number span {
	color: #69696b; }

.menu-call-number:hover span {
	color: #fff; }

.menu-underline {
	text-decoration: underline; }

.header-intro-wrapper {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	top: -80px; }
	.header-intro-wrapper .leaf_left {
		position: absolute;
		left: 0;
		top: 50px; }
	.header-intro-wrapper .leaf_center {
		top: 50%;
		position: absolute;
		left: 50%;
		margin-left: -211px;
		z-index: -1; }
	.header-intro-wrapper .leaf_right {
		top: 50%;
		position: absolute;
		right: 0; }

/* .pp-tableCell {
	display: block;
	margin-top: 175px;
	@include mobile {
		margin-top: 70px;
	}
} */
.header-logo {
	padding: 0 20px; }

.pp-tableCell {
	padding-top: 70px; }

.pp-scrollable {
	padding-top: 200px; }

.section6-wrapper {
	margin-bottom: 170px; }

.wrapper {
	display: flex;
	align-items: center; }

.wrapper p {
	margin: 0 0 0 25px; }

.instagram-button {
	display: inline-block;
	text-align: center; }

.twit-image-wrapper {
	overflow: hidden;
	margin-bottom: 15px;
	margin-right: 15px; }

#section3:before, #section5 .pp-tableCell:before {
	content: "";
	position: absolute;
	background-image: url(images/section2-bg.jpg);
	background-repeat: repeat;
	top: 0;
	right: 0;
	/*width: 20%;*/
	width: 23%;
	height: 100%; }

#section4 .pp-tableCell:before {
	content: "";
	position: absolute;
	background-image: url(images/section2-bg.jpg);
	background-repeat: repeat;
	top: 0;
	left: 0;
	/*width: 20%;*/
	width: 23%;
	height: 100%; }

#section4 .full-menu {
	margin-right: auto;
	/*left: -98px;*/
	left: -22px;
	right: 0;
	margin-left: inherit; }

.footer-full {
	width: 100%;
	background: #ececea;
	position: relative; }

.footer-wrapper {
	padding-top: 129px;
	padding-bottom: 235px; }

.footer-title {
	font-size: 14px;
	color: #2b2b29;
	font-family: 'brandon_grotesquemedium';
	text-align: left;
	text-transform: uppercase;
	font-weight: 500;
	position: relative; }

.footer-subtitle {
	margin-bottom: 0;
	font-size: 16px;
	color: #4d4d49;
	font-family: 'brandon_grotesque_regularRg';
	text-align: left; }

.footer-hr {
	width: 41px;
	height: 1px;
	background: #c3c3c0;
	margin: 15px 0;
	display: flex; }

.media-social {
	display: block;
	margin-bottom: 13px;
	width: 27px;
	height: 27px;
	background: #949492;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center;
	line-height: 27px; }

.media-social .fa-twitter, .fa-facebook, .fa-linkedin {
	color: #f5f5f5;
	font-size: 16px;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center; }

.footer-call-number {
	position: absolute;
	bottom: 56px;
	width: 37%;
	padding: 32px 0;
	background: #252628;
	right: 0;
	text-align: left;
	padding-left: 40px;
	display: inline-block;
	color: #fff;
	font-size: 28px;
	font-family: 'brandon_grotesquelight';
	font-weight: 300; }

a.footer-call-number:hover {
	color: #fff; }

.footer-call-number span {
	color: #69696b; }

.copyright {
	position: absolute;
	bottom: 0;
	width: 28%;
	padding: 17px 0;
	background: #252628;
	left: 0;
	text-align: left;
	color: #69696b;
	font-size: 16px;
	font-family: 'brandon_grotesque_regularRg';
	text-align: right;
	padding-right: 25px; }

.footer-col .footer-title:after {
	content: "\f0c8";
	font-family: FontAwesome;
	font-size: 3px;
	position: absolute;
	/*right: 25%;*/
	right: 0; }

/*# sourceMappingURL=style.css.map */

/* CUSTOM CSS (W/O SCSS) */
/* fix */
p.menu-street-adress a {
	color: #2b2b29;
	font-family: 'brandon_grotesque_regularRg';
}
.footer-subtitle a,
.section6-wrapper p a {
	color: #4d4d49;
}
p.menu-street-adress a:hover,
.footer-subtitle a:hover,
.section6-wrapper p a:hover {
	color: #f73093;
}
.menu-media-social i {
	color: #fff
}
.menu-media-social i:hover,
.media-social i:hover {
	color: #f73093;
}
.media-social i {
	color: #f5f5f5;
	font-size: 16px;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
}
/* /fix */

/* Pages */
body.other-pages {
	background-color: #E5E5E2;
}

.breadcrumbs {
	position: relative;
	background-size: cover;
	background-position: center center;
	height: 440px;
}
.breadcrumbs .overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.20);
}
.breadcrumbs .container {
	display: table;
}
.breadcrumbs .title {
	display: table-cell;
	width: 100%;
	height: 440px;
	vertical-align: middle;
	text-align: center;
	padding-top: 70px;
}
.breadcrumbs h1 {
	color: #fff;
	font-size: 36px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'brandon_grotesquebold';
}

/* home (new) */
.new-home-page .s1,
.new-home-page .s3,
.new-home-page .s4,
.new-home-page .s5 {
	height: 872px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.new-home-page .s1 .logo {
	text-align: center;
	margin-top: 255px;
}
.new-home-page .s1 .logo h3 {
	font-family: 'brandon_grotesquelight';
	font-size: 16px;
	color: #fff;
	line-height: 34px;
}
.new-home-page .s1 .leaf1 {
	position: absolute;
	top: 50%;
	left: 15%;
}
.new-home-page .s1 .leaf2 {
	position: absolute;
	top: 80%;
	left: 30%;
}
.new-home-page .s1 .leaf3 {
	position: absolute;
	top: 60%;
	right: 20%;
}
.new-home-page .s2 {
	background-image: url(images/section2-bg.jpg);
	background-repeat: repeat;
}
.new-home-page .s2 .img-top,
.new-home-page .s2 .img-bottom {
		width: 100%;
		height: 350px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		margin: 7.5px 0;
}
.new-home-page .s2 .gap {
	margin: 135px 0;
}
.new-home-page .s2 .content {
	background: #fff;
	padding: 80px 80px;
	margin: 7.5px 0;
}
.new-home-page .s2 .content .intro {
	text-align: center;
}
.new-home-page .s2 .content .intro h3 {
	font-size: 44px;
	color: #ff8c32;
	font-family: 'blackswordregular';
	margin-bottom: 0;
}
.new-home-page .s2 .content .intro h1 {
	font-size: 34px;
	color: #2b2b29;
	font-weight: 700;
	font-family: 'brandon_grotesquebold';
}
.new-home-page .s2 .content .intro span {
	background: url(images/section2-title-img.png) no-repeat;
	width: 34px;
	height: 21px;
	display: inline-block;
	margin-bottom: 48px;
}
.new-home-page .s2 .content p {
	font-size: 18px;
	color: #4d4d49;
	font-family: 'brandon_grotesque_regularRg';
}
.new-home-page .s3,
.new-home-page .s4,
.new-home-page .s5 {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.new-home-page .s3 .menu-wrap,
.new-home-page .s5 .menu-wrap {
	float: right;
}
.new-home-page .s3 .menu-wrap,
.new-home-page .s4 .menu-wrap,
.new-home-page .s5 .menu-wrap {
	width: 335px;
	box-shadow: 16px 28px 57px 0px rgba(58, 58, 54, 0.3);
	background: #fff;
	padding: 30px;
	text-align: center;
}
.new-home-page .menu-wrap .menu-intro h3 {
	font-size: 44px;
	color: #ff8c32;
	font-family: 'blackswordregular';
	margin-bottom: 0;
}
.new-home-page .menu-wrap .menu-intro h4 {
	font-size: 34px;
	color: #2b2b29;
	font-weight: 700;
	font-family: 'brandon_grotesquebold';
	text-transform: uppercase;
	margin-bottom: 38px;
}
.new-home-page .menu-wrap .menu-intro span {
	background: url(images/section2-title-img.png) no-repeat;
	width: 34px;
	height: 21px;
	display: inline-block;
	margin-bottom: 38px;
}
.new-home-page .s3 .menu-wrap .menu-content {
	background-image: url(images/full-menu-bg.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.new-home-page .s4 .menu-wrap .menu-content {
	background-image: url(images/brunch-menu-bg.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.new-home-page .s5 .menu-wrap .menu-content {
	background-image: url(images/happy-hour-menu-bg.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.new-home-page .menu-wrap .menu-content p {
	font-size: 18px;
	color: #4d4d49;
	font-family: 'brandon_grotesque_regularRg';
	margin-bottom: 0;
}
.new-home-page .menu-wrap .menu-content {
	font-size: 18px;
	color: #4d4d49;
	font-family: 'brandon_grotesque_regularRg';
	margin-bottom: 0;
}
.new-home-page .menu-wrap .link {
	position: relative;
	background-color: #252628;
	width: 235px;
	bottom: -30px;
	padding: 20px 0;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.new-home-page .s3 .menu-wrap .link,
.new-home-page .s5 .menu-wrap .link {
	right: -70px;
}
.new-home-page .s4 .menu-wrap .link {
	left: -30px;
}
.new-home-page .menu-wrap .link:hover {
	right: -35px;
	width: 270px;
	background-color: #ed934e;
}
.new-home-page .menu-wrap .link a {
	color: #fff;
	font-family: 'brandon_grotesque_regularRg';
	font-size: 18px;
}
.new-home-page .menu-wrap .link a:after {
	position: absolute;
	top: 26px;
	right: 80px;
	font-family: 'FontAwesome';
	content: "\f105";
	color: #fff;
	font-size: 18px;
}
.new-home-page .s6 .container {
	margin-top: 70px;
}
.new-home-page .s6 .head {
	text-align: center;
}
.new-home-page .s6 .head .title p {
	color: #2b2b29;
	font-size: 34px;
	font-family: 'brandon_grotesquebold';
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}
.new-home-page .s6 .head .desc p {
	color: #4d4d49;
	font-size: 18px;
	font-family: 'brandon_grotesque_regularRg';
}
.new-home-page .s6 .id {
	display: flex;
	align-items: center;
}
.new-home-page .s6 .id .icon {
	display: inline-block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 77px;
	height: 77px;
	background-color: #fff;
	background-image: url(images/menu-left.png);
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 16px 28px 57px 0px rgba(58, 58, 54, 0.3);
}
.new-home-page .s6 .id p {
	display: inline-block;
	margin: 25px;
}
.new-home-page .s6 .id p a {
	color: #4d4d49;
}
.new-home-page .s6 .id p a:hover {
	color: #f73093;
}

/* about */
.about-page .the-content {
	margin-top: -60px;
	margin-bottom: 100px;
}
.about-page .txt {
	background-color: #fff;
	padding: 80px 60px;
}
.about-page .txt {
	text-align: center;
	min-height: 700px;
}
.about-page .txt .txt-title h3 {
	font-size: 44px;
	color: #d0155c;
	font-family: 'blackswordregular';
	margin-bottom: 0;
}
.about-page .txt .txt-title h1 {
	font-size: 34px;
	color: #2b2b29;
	font-weight: 700;
	font-family: 'brandon_grotesquebold';
}
.about-page .txt .txt-title span {
	background: url(images/section2-title-img.png) no-repeat;
	width: 34px;
	height: 21px;
	display: inline-block;
	margin-bottom: 48px;
}
.about-page .txt .txt-description p {
	font-size: 18px;
	color: #4d4d49;
	font-family: 'brandon_grotesque_regularRg';
}
.about-page .img1 {
	margin-bottom: 14px;
}
.about-page .img1,
.about-page .img2 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 343px;
}
.about-page .cols {
	display: table;
}
.about-page .txt {
	display: table-cell;
	vertical-align: middle;
	height: 700px;
}

/* menu (page) */
.menu-page .container {
	margin-top: -60px;
	margin-bottom: 85px;
}
.menu-page .menus-head {
	text-align: center;
	background-color: #fff;
	padding: 50px;
}
.menu-page .menus-head ul li {
	position: relative;
	display: inline-block;
	padding: 0 65px;
}
.menu-page .menus-head ul li:after {
	position: absolute;
	top: 14px;
	right: 0;
	font-family: 'FontAwesome';
	content: "\f0c8";
	font-size: 3px;
}
.menu-page .menus-head ul li:first-child:before {
	position: absolute;
	top: 14px;
	left: 0;
	font-family: 'FontAwesome';
	content: "\f0c8";
	font-size: 3px;
}
.menu-page .menus-head a {
	color: #4d4d49;
	font-size: 20px;
	font-family: 'brandon_grotesquemedium';
}
.menu-page .menus-head a:hover,
.menu-page .menus-head a.active {
	color: #d0155c;
}
.menu-page .menus-content {
	background-color: #ECECEA;
}
.menu-page .menus-content .tb {
	padding: 80px 45px;
}
.menu-page .menus-wrap {
	margin-bottom: 100px;
}
.menu-page .the-menu {
	text-align: center;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.menu-page .the-menu h3 {
	font-size: 40px;
	color: #4d4d49;
	font-family: 'blackswordregular';
	margin-bottom: 0;
}
.menu-page .the-menu p {
	color: #d0155c;
	font-size: 18px;
}
.menu-page .menu-span {
	text-align: center;
}
.menu-page .menu-span span {
	background: url(images/section2-title-img.png) no-repeat;
	width: 34px;
	height: 21px;
	display: inline-block;
	margin-bottom: 48px;
}
.menu-page .menu-wrap {
	margin: 0 35px 90px 35px;
}
.menu-page .menu-sup .sup-title p {
	color: #2b2b29;
	margin: 0 0 19px;
	font-family: 'brandon_grotesquemedium';
}
.menu-page .menu-sup .sup-money p {
	color: #d0155c;
	text-align: right;
	margin: 0 0 19px;
}
.menu-page .menu-sup {
	border-bottom: 1px dashed #BFBFBC;
}
.menu-page .menu-sub p {
	color: #666663;
	font-size: 16px;
	margin: 19px 0 0 0;
}

.menu-page .note p {
	display: inline-block;
	background-color: #D5D5D3;
	color: #666663;
	font-size: 16px;
	padding: 15px 45px;
	margin-left: -45px;
}

.menu-page .reservation-section .row {
	margin-right: 0;
	margin-left: 0;
}
.menu-page .reservation-section .col_60,
.menu-page .reservation-section .col_40 {
	padding-left: 0;
	padding-right: 0;
}
.menu-page .reservation-section .background-col1 {
	/*height: 434px;*/
	height: 506px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.menu-page .reservation-section .background-col2 {
	background-color: #252628;
	background-color: #252628;
	padding: 50px 65px;
}
.menu-page .reservation-section p.title {
	color: #fff;
	/*font-size: 28px;*/
	font-size: 20px;
}
.menu-page .reservation-section .schedule {
	padding: 50px 0 25px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.menu-page .reservation-section .schedule span {
	color: #fff;
	font-size: 16px;
}
.menu-page .reservation-section .schedule .col_50 {
	margin-bottom: 25px;
}
.menu-page .reservation-section .schedule .the-right {
	text-align: right;
}
.menu-page .reservation-section .info {
	text-align: center;
}
.menu-page .reservation-section .info .address {
	/*margin-top: 54px;*/
	margin-top: 45px;
}
.menu-page .reservation-section .info .address a {
	color: #fff;
	/*font-size: 18px;*/
	font-size: 16px;
}
.menu-page .reservation-section .info .phone {
	margin-top: 21px;
}
.menu-page .reservation-section .info .phone a {
	color: #fff;
	font-size: 28px;
}

/* gallery */
.gallery-page .the-content {
	margin: 100px 0 150px 0;
}
.gallery-page .tabs-list {
	text-align: center;
	padding-bottom: 37px;
	border-bottom: 1px solid #C1C1BD;
	margin-bottom: 60px;
}
.gallery-page .tabs-list ul li {
	position: relative;
	display: inline-block;
	padding: 0 122px 0 122px;
}
.gallery-page .tabs-list ul li:after {
	position: absolute;
	top: 14px;
	right: 0;
	font-family: 'FontAwesome';
	content: "\f0c8";
	font-size: 3px;
}
.gallery-page .tabs-list ul li:first-child:before {
	position: absolute;
	top: 14px;
	left: 0;
	font-family: 'FontAwesome';
	content: "\f0c8";
	font-size: 3px;
}
.gallery-page .tabs-list a {
	color: #4d4d49;
	font-size: 20px;
	font-family: 'brandon_grotesquemedium';
}
.gallery-page .tabs-list a:hover,
.gallery-page .tabs-list a.active {
	color: #d0155c;
}
.gallery-page .tabs-content .photo-wrap {
	width: 100%;
	height: 265px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

/* contact */
.contact-page .the-content {
	margin-top: 100px;
	margin-bottom: 165px;
}
.new-contact-page .the-content {
	margin-top: 100px;
	margin-bottom: 30px;
}
/*.contact-page .col1,
.contact-page .col2,
.contact-page .col3 {
	margin: 0 15px;
}*/
.contact-page .col1 {
	background-color: #fff;
}
.contact-page .col2 {
	background-color: #ECECEA;
}
.contact-page .col1,
.contact-page .col2 {
	padding: 50px 40px;
}
/*.contact-page .col2 {
	 padding: 50px 40px 0;
}*/
.contact-page .col1 h3,
.contact-page .col2 h3 {
	color: #252628;
	font-size: 28px;
	text-transform: uppercase;
}
.contact-page .col2 h3 {
	font-weight: 700;
}
.contact-page .socials i {
		color: #fff;
		font-size: 18px;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		border-radius: 500px;
		background-color: #949492;
		margin-right: 17px;
}
.contact-page .text {
	margin-top: 100px;
}
.contact-page .text p,
.contact-page .schedule span,
.contact-page .info .e-mail a {
	color: #4d4d49;
	font-size: 16px;
}
.contact-page .text a {
	color: #4d4d49;
}
.contact-page .text a:hover,
.contact-page .info .e-mail a:hover
.contact-page .info .phone a:hover {
	color: #f73093;
}
.contact-page .schedule {
	border-top: 1px solid #D8D6D6;
	border-bottom: 1px solid #D8D6D6;
	padding: 30px 0;
}
.contact-page .info {
	margin-top: 35px;
}
.contact-page .schedule span {
	line-height: 27px;
}
.contact-page .info .phone {
	margin-top: 20px;
}
.contact-page .info .phone a {
	color: #252628;
	font-size: 28px;
}
.contact-page .wpcf7-form-control-wrap input,
.contact-page .wpcf7-form-control-wrap textarea {
		color: #4d4d49;
		font-size: 12px;
		font-family: "brandon", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
		border-top: 1px solid #D7D7D4;
		border-left: 1px solid #D7D7D4;
		border-right: 1px solid #D7D7D4;
		background-color: #E5E5E2;
		padding: 20px;
}
.contact-page .wpcf7-form-control-wrap textarea {
	border-bottom: 1px solid #D7D7D4;
}
.contact-page :-ms-input-placeholder { /* IE 10+ */
	color: #4d4d49;
	font-size: 12px;
	font-family: "brandon", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
}
.contact-page ::-moz-placeholder { /* Firefox 19+ */
	color: #4d4d49;
	font-size: 12px;
	font-family: "brandon", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
}
.contact-page :-moz-placeholder { /* Firefox 18- */
	color: #4d4d49;
	font-size: 12px;
	font-family: "brandon", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
}
.contact-page ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #4d4d49;
	font-size: 12px;
	font-family: "brandon", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
}
.contact-page .form .submit {
	position: relative;
}
.contact-page .form input[type="submit"] {
	width: 100%;
	margin-top: 115px;
	border-radius: 0;
	background: #D0155C;
	box-shadow: none;
	text-align: left;
	text-transform: none;
}
.new-contact-page .form input[type="submit"] {
	width: 100%;
	margin-top: 56px;
	border-radius: 0;
	background: #D0155C;
	box-shadow: none;
	text-align: left;
	text-transform: none;
}
.contact-page .form input[type="submit"]:hover,
.contact-page .form input[type="submit"]:focus,
.contact-page .form input[type="submit"]:active {
	background: rgba(208, 21, 92, 0.80);
}
.contact-page .form .submit:after {
	position: absolute;
	right: 47px;
	bottom: 18px;
	font-family: 'FontAwesome';
	content: "\f105";
	color: #fff;
	font-size: 18px;
}

/* 4o4 */
.error-page {
	text-align: center;
}

/* Other(s) */
.the-page .the-content {
	margin: 80px 0;
}
.gap1 {
	padding-bottom: 30px;
}
.tabcontent {
		display: none;
}
.tabcontent.active {
		display: block;
}

/* Change(s) */
	#section1, #section2, #section3, #section4, #section5, #section6 {
			height: 872px !important;
	}
	#section3,
	#section4,
	#section5,
	#section6 { background-size: cover; }
	#section2:before,
	#section3:before,
	#section4:before,
	#section4 .pp-tableCell:before,
	#section5:before,
	#section5 .pp-tableCell:before { display: none; }
	.pp-section { position: relative; }
	.pp-scrollable {
		overflow-y: scroll !important;
		height: 100% !important;
	}
	.section.active,
	.section,
	.pp-section,
	.pp-table,
	.pp-easing {
		transform: translate3d(0px, 0px, 0px) !important;
	}

/* @Responsive */
@media (max-width: 1250px) {
	.gallery-page .tabs-list ul li { padding: 0 60px 0 60px; }
	.contact-page .col1 h3,
	.contact-page .col2 h3,
	.contact-page .col3 h3 { font-size: 22px; }
	.contact-page .text { margin-top: 50px; }
	.contact-page .col3 iframe { height: 700px; }
}

@media (max-width: 1235px) {
	.menu-page .reservation-section .background-col2 { padding: 50px 30px; }
}

@media (max-width: 1024px) and (max-height: 768px) {
	/* home */
	/* --new-- */
	.new-home-page .s1 .logo { margin-top: 120px; }
	/* --end-- */
	/* /home */
}

@media (max-width: 1024px) {
	/* home */
	.staff-list img { width: 40%; }
	.header-intro-wrapper .leaf_left { top: 200px; }
	.header-intro-wrapper .leaf_center { top: 90%; }
	.header-intro-wrapper .leaf_center { margin-left: -95px; }
	.header-intro-wrapper .leaf_right { top: 200px; }
	/* #section3,
	#section4,
	#section5,
	#section6 { background-size: cover; }
	#section2:before,
	#section3:before,
	#section4:before,
	#section4 .pp-tableCell:before,
	#section5:before,
	#section5 .pp-tableCell:before { display: none; }
	.pp-section { position: relative; }
	.pp-scrollable {
		overflow-y: scroll !important;
		height: 100% !important;
	}
	.section.active,
	.section,
	.pp-section,
	.pp-table,
	.pp-easing {
		transform: translate3d(0px, 0px, 0px) !important;
	} */
	.section3-wrapper .section-title span,
	.section3-wrapper .section-description,
	.section4-wrapper .section-title span,
	.section4-wrapper .section-description,
	.section5-wrapper .section-title span,
	.section5-wrapper .section-description { display: none; }
	.section3-wrapper,
	.section4-wrapper,
	.section5-wrapper { margin-bottom: 150px; }
	.full-menu-bg,
	.brunch-menu-bg,
	.happy-hour-menu-bg {
		width: 100%;
		background-position: center center;
		background-size: contain;
		min-height: 100px;
	}
	.full-menu-bg a,
	.brunch-menu-bg a,
	.happy-hour-menu-bg a {
		position: relative;
	}
	.full-menu-bg a:after,
	.brunch-menu-bg a:after,
	.happy-hour-menu-bg a:after {
		position: absolute;
		top: 0;
		right: 0;
		font-family: 'FontAwesome';
		content: "\f105" !important;
		color: #fff !important;
		font-size: 18px;
	}
	.full-menu-more {
		width: 100%;
		color: #252628;
	}
	.full-menu-bg {
		width: 100%;
		height: 146px;
	}
	.full-menu-more:before, {
		right: 0 !important; /* reset */
		font-family: 'FontAwesome';
		content: "\f105" !important;
		color: #fff !important;
		font-size: 18px;
	}
	.full-menu-more {
		color: #252628;
	}
	.full-menu-more:hover {
		color: #D0155C;
	}
	.pp-scrollable { padding-top: 100px; }
	.section6-wrapper .wrapper { text-align: center !important; }
	.wrapper { display: block; text-align: center; }
	.circle-icon {
		display: none;
	}
	/* --new-- */
	.new-home-page .s1, .new-home-page .s3, .new-home-page .s4, .new-home-page .s5 { height: 650px; }
	.leafs img { width: 50%; }
	.new-home-page .s1 .leaf1 {
		top: 70%;
		left: 20%;
	}
	.new-home-page .s1 .leaf2 {
		top: 85%;
		left: 35%;
	}
	.new-home-page .s1 .leaf3 { top: 80%; }
	.new-home-page .s2 .gap { margin: 45px 0; }
	.new-home-page .s2 .img-top, .new-home-page .s2 .img-bottom { height: 300px; }
	.new-home-page .s2 .content { padding: 25px 50px; }
	.new-home-page .s2 .content .intro h3 { font-size: 40px; }
	.new-home-page .s2 .content .intro h1 { font-size: 30px; }
	.new-home-page .s2 .content .intro span { margin-bottom: 22px; }

	/* --end-- */
	/* /home */
	.about-page .the-content { margin-bottom: 50px; }
	.about-page .txt { padding: 50px 25px; }
	.about-page .txt .txt-title h3 { font-size: 34px; }
	.about-page .txt .txt-title h1 { font-size: 24px; }
	.section6-wrapper { margin-bottom: 80px; }
	.menu-page .menus-head ul li { padding: 0 15px; }
	.menu-page .note p { margin-left: 0; }
	.menu-page .reservation-section .col_60,
	.menu-page .reservation-section .col_40 { width: 100%; }
	.gallery-page .the-content { margin: 50px 0 75px 0; }
	.gallery-page .col_33 { width: 50%; }
	.contact-page .the-col1.col_33,
	.contact-page .the-col2.col_33 { width: 50%; }
	.contact-page .the-col3.col_33 {
		width: 100%;
		margin-top: 15px;
	}
	.contact-page .col1,
	.contact-page .col2 { min-height: 700px; }
	.contact-page .col3 iframe { height: 700px; }
}

@media (max-width: 768px) {
	/* home *
	/* --new-- */
	.new-home-page .s1 .logo { margin-top: 100px; }
	.new-home-page .s2 .col_50 { width: 100%; }
	.new-home-page .s2 .content { padding: 25px 25px; }
	.new-home-page .s3 .menu-wrap,
	.new-home-page .s4 .menu-wrap,
	.new-home-page .s5 .menu-wrap {
		float: none;
		clear: both;
		margin: 0 auto;
	}
	.new-home-page .s6 .id {
		display: block;
		text-align: center;
	}
	.new-home-page .s6 .id .icon { display: none; }
	/* --end-- */
	/* /home */
	.twitter-gallery .col_33 { width: 50%; }
	.my-menu {
		width: 100%;
		height: 100%;
	}
	.discover-wrapper { padding: 100px 0; }
	.discover-wrapper .col_50 { width: 100%; }
	.full-menu { width: 100%; }
	.footer-title { font-weight: 700; }
	.breadcrumbs { height: 250px; }
	.breadcrumbs .title {
		height: 250px;
		padding-top: 0;
	}
	.breadcrumbs h1 { font-size: 28px; }
	.section3-wrapper, .section4-wrapper, .section5-wrapper { margin-top: 150px; }
	.about-page .col_50 { width: 100%; }
	.about-page .img1 { margin-top: 15px; }
	.about-page .img2 { margin-bottom: 15px; }
	.about-page .img1,
	.about-page .img2 { height: 250px; }
	.about-page .txt { height: 500px; }
	.menu-page .menus-content .tb { padding: 40px 20px; }
	.menu-page .menus-wrap .mcol100.col_50 { width: 100%; }
	.menu-page .menu-sup .sup-title p,
	.menu-page .menu-sup .sup-money p { margin: 0 0 10px; }
	.menu-page .menu-sub p { margin: 10px 0 0 0; }
	.menu-page .menu-wrap { margin: 0 35px 60px 35px; }
	.gallery-page .tabs-list ul li { padding: 0 30px 0 30px; }
	.gallery-page .tabs-list {
		padding-bottom: 20px;
		margin-bottom: 40px;
	}
	.contact-page .the-col1.col_33,
	.contact-page .the-col2.col_33,
	.contact-page .the-col1.col_50,
	.contact-page .the-col2.col_50 { width: 100%; }
	.contact-page .col1,
	.contact-page .col2 {
		min-height: 550px;
		padding: 40px 30px;
	}
	.contact-page .col1 h3,
	.contact-page .col2 h3 { text-align: center; }
	.contact-page .col1 .title br,
	.contact-page .col2 .title br { display: none; }
	.contact-page .col2 { margin-top: 15px; }
	.contact-page .form input[type="submit"] { margin-top: 50px; }
	.contact-page .the-content {
		margin-top: 50px;
		margin-bottom: 75px;
	}
	.gap1 { padding-bottom: 0; }
	.part1 { margin-bottom: 15px; }
	.footer-full .col_30 { width: 100%; }
	.footer-full .footer-title { margin-top: 30px; }
	.footer-col .footer-title:after { display: none; }
	.footer-wrapper .col_10 {
		width: 100%;
		text-align: left;
	}
	.footer-wrapper {
		padding-top: 0;
		padding-bottom: 165px;
	}
	.footer-wrapper .media-social {
		display: inline-block;
		margin-right: 20px;
	}
	.footer-call-number { width: 100%; }
	.copyright {
		width: 100%;
		text-align: left;
		padding-left: 40px;
	}
}

@media (max-width: 750px) {
	/* home *
	/* --new-- */
	.new-home-page .s1 .leaf1 { left: 10%; }
	.new-home-page .s1 .leaf2 {
		top: 80%;
		left: 23%;
	}
	.new-home-page .s1 .leaf3 { right: 0; }
	/* --end-- */
	/* /home */
}

@media (max-width: 650px) {
	.menu-page .menus-head ul li { display: block; }
	.menu-page .menus-head ul li:first-child:before { content: ""; }
	.menu-page .menus-head ul li:after { content: ""; }
	.gallery-page .col_33 {
		width: 100%;
		text-align: left;
		padding-left: 43px;
	}
}

@media (max-width: 635px) {
	.pp-tableCell { padding-top: 150px; }
}

@media (max-width: 600px) {
	.twitter-gallery .col_33 { width: 100%; }
}

@media (max-width: 550px) {
	.gallery-page .tabs-list ul li { padding: 0 10px 0 10px; }
}

@media (max-width: 500px) {
	/* home */
	/* --new-- */
	.leafs { display: none; }
	/* --end-- */
	/* /home */
}

@media (max-width: 450px) {
	.section6-wrapper p.instagram-title { line-height: 36px }
}

@media (max-width: 435px) {
	.load-more-photos { margin-right: 2px; }
}

@media (max-width: 425px) {
	/* home */
	.discover-wrapper {
		padding: 135px 0;
	}
	/* --new-- */
	.new-home-page .s3 .menu-wrap, .new-home-page .s4 .menu-wrap, .new-home-page .s5 .menu-wrap { width: 100%; }
	/* --end-- */
	/* /home */
}

@media (max-width: 415px) {
	.menu-page .reservation-section .col_50 { width: 100%; }
	.menu-page .reservation-section .schedule .col_50.the-left { margin-bottom: 5px; }
	.menu-page .reservation-section .schedule .the-right { text-align: left; }
	.contact-page .schedule .col_50 { width: 100%; }
	.load-more-photos { width: 100%; }
	.follow-instagram {
		width: 100%;
		margin-top: 5px;
	}
}

@media (max-width: 375px) {
	.discover-wrapper { padding: 150px 0; }
	.twitter-image {
		width: 250px;
		height: 250px;
	}
	.contact-page .info .phone a { font-size: 18px; }
}

@media (max-width: 330px) {
	.gallery-page .tabs-list a { font-size: 18px; }
}

/* form page */
.hero-sides {
	background: linear-gradient(270deg, #D9D6CF 0%, #EFECE6 25.93%, #ECE9E3 49.09%, #D9D6CF 100%);
	height: auto;
	overflow: hidden;
}
.hero-sides .flex-hero {
	display: flex;
	align-items: center;
	flex-wrap: wrap;    
	padding-top: 70px;
}
.hero-sides .flex-hero  .flex-title {
	width: 30%;
	position: relative;
}
.hero-sides .flex-hero  .flex-title:before {
	content: "";
	width: 38px;
	height: 38px;
	display: inline-block;
	background: #F66302;
	position: absolute;
    left: -20px;
    top: -9px;
}
.hero-sides .flex-hero  .flex-title h1 {
	margin-bottom: 0;
	color: #1E1E1E;
	position: relative;
	z-index: 2;
}

.hero-sides .flex-hero  .flex-image {
	width: 70%;
	text-align: right;
}
.hero-sides .flex-hero  .flex-image img {
    height: 444px;
    width: auto;
    object-fit: contain;
    margin-bottom: -13px;

}

.section-inner-content {
	padding: 80px 0;
}

.section-inner-content  .big {
    color: #1E1E1E;
    font-size: 24px;
    border-bottom: 1px solid #C7C7C7;
    font-weight: 700;
  	padding-bottom: 10px;
}

.section-inner-content .flex-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.section-inner-content .section-form:last-child {
	margin-bottom: 0;
}

.section-inner-content .flex-form .flex-left {
	width: 65%;
}

.section-inner-content .flex-form .flex-right {
	width: 35%;
	padding-left: 50px;
}

.section-inner-content  .section-form {
	margin-bottom: 30px;
}

.form-inputs input[type="text"],
.form-inputs input[type="email"], 
.form-inputs textarea, 
.form-inputs input[type="tel"] {
	background: #fff;
	border: 1px solid #ECECEC;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
	color: #1E1E1E;
    font-weight: 400;
   	font-family: 'brandon_grotesque_regularRg';
}

.form-inputs textarea {
	height: 90px;
}

.form-inputs  label {
	color: #1E1E1E;
	font-weight: 400;

}

.form-inputs .col_50,
.form-inputs .col_100 {
	margin-bottom: 15px;
}


.accordion-list .accordion-item {
	margin-bottom: 30px;
}

.accordion-list .accordion-header2 {
    display: block;
    width: 100%;
    padding: 10px 50px 10px 20px;
    background: #fff;
    position: relative;
}

.accordion-list .accordion-header2:after {
	content: "\f078";
	position: relative;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	font-size: 1.4rem;
	color: #E86E27;
	position: absolute;
    right: 23px;
    top: 22px;
}



.accordion-list .accordion-header2  .flex-icon {
	display: flex;
	align-items: center;
}

.accordion-list .accordion-header2 .flex-i {
	width: 38px;
	height: 38px;
	border-radius: 500px;
	background-color: #FAE3D2;
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.accordion-list .accordion-header2 .flex-i  img {
	width: 20px;
    height: auto;
    object-fit: contain;
}

.accordion-list .accordion-header2 .flex-t {
    width: calc(100% - 38px);
    font-size: 20px;
    font-weight: 700;
    padding-left: 15px;
    color: #3C3C3C;
}

.accordion-list .accordion-header2:hover,
.accordion-list .accordion-header2.active {
	background:  #F66302;
}
.accordion-list .accordion-header2:hover .flex-i ,
.accordion-list .accordion-header2.active .flex-i  {
	background: #fff;
}
.accordion-list .accordion-header2:hover .flex-t,
.accordion-list .accordion-header2.active .flex-t {
	color: #fff;
}
.accordion-list .accordion-header2:hover:after {
	color: #fff;
}
.accordion-list .accordion-header2.active:after {
	color: #fff;
	content: "\f077";
}

 

.accordion-list  .accordion-hidden-content {
	display: none;
}

.accordion-list .accordion-hidden-content.active {
	display: block;
}


.list-products-mixed .item-product,
.list-products .item-product {
	margin-bottom: 10px;
	margin-top: 10px;	
	background: #EFEFEF;
	padding: 18px 20px;
	border: 1px solid #EFEFEF;
	    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.list-products-mixed .item-product:hover,
.list-products .item-product:hover {
	border: 1px solid #FFCDAD;
}

.list-products-mixed .item-product .flex-item,
.list-products .item-product .flex-item {
	display:  flex;
	align-items: center;
	 justify-content: space-between;
}


.list-products-mixed .item-product .flex-item .image,
.list-products .item-product .flex-item .image {
	width: 98px;
/*	margin-right: 15px;*/
}

.list-products-mixed .item-product  .flex-item .image .cover,
.list-products .item-product .flex-item .image .cover {
	width: 98px;
	height: 73px;
	border: 1px solid #FFFFFF;
	background: #dfdfdf;
	text-align: center;
	display: inline-block;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 0;
    position: relative;

        transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;

}


.list-products-mixed .item-product  .flex-item .image .cover:not(.no-img):before,
.list-products .item-product .flex-item .image .cover:not(.no-img):before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0 ,0 , 0.59);
	background-image: url(images/search.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	opacity: 0;
	        transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.list-products-mixed .item-product .flex-item .image .cover.no-img i ,
.list-products .item-product .flex-item .image .cover.no-img i {
	font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #f76202;
}
.list-products-mixed .item-product .flex-item .image .cover:hover:before ,
.list-products .item-product .flex-item .image .cover:hover:before {
	opacity: 1;
}
.list-products-mixed .item-product .flex-item  .unit_price,
.list-products .item-product .flex-item  .unit_price {
	padding-left: 10px;
	padding-right: 10px;
	width: 100px;
	text-align: center;
}


.list-products .item-product .flex-item  .unit_price  * {
	font-weight: 700;	
	font-size: 16px;
	color: #E86E27;
}

.relative {
	position: relative;
}

.list-products-mixed .item-product .flex-item  .text  {
	width: calc(100% - 236px);
	padding-left: 15px;
}

.list-products .item-product .flex-item .text {
	width: calc(100% - 328px);
	padding-left: 15px;
}
.list-products-mixed .item-product .flex-item  .text .name,
.list-products .item-product .flex-item .text .name {
	    font-size: 18px;
    color: #1E1E1E;
    margin-bottom: 5px;
    line-height: 1.3em;
    font-weight: 700;
}
.list-products-mixed .item-product .flex-item  .text .normal,
.list-products .item-product .flex-item .text .normal {
	    font-size: 16px;
    line-height: 1.3em;
    color: #1E1E1E;
    margin-bottom: 0;

}
.list-products-mixed .item-product .flex-item  .qnt-field,
.list-products .item-product .flex-item  .qnt-field {
	width: 130px;
}

.list-products-mixed .item-product .flex-item  .qnt-field  input::-webkit-outer-spin-button,
.list-products-mixed .item-product .flex-item  .qnt-field  input::-webkit-inner-spin-button,
.list-products .item-product .flex-item  .qnt-field  input::-webkit-outer-spin-button,
.list-products .item-product .flex-item  .qnt-field  input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.list-products-mixed .item-product .flex-item .qnt-field  input[type=number],
.list-products .item-product .flex-item  .qnt-field  input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.list-products-mixed  .item-product .flex-item  .qnt-field input[type="number"],
.list-products .item-product .flex-item  .qnt-field input[type="number"] {
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
	border: 1px solid #DDDDDD;
	background: #fff;    color: #000;
	height: 42px;
    font-family: 'brandon_grotesque_regularRg';
}

.list-products-mixed .item-product .flex-item  .qnt-field .quantity-button,
.list-products .item-product .flex-item  .qnt-field .quantity-button {
     position: absolute;
    height: 40px;
    width: 38px;
    z-index: 1;
    top: 1px;
    left: 1px;
    text-align: center;
    line-height: 40px;
    background: #fff; 
    font-size: 13px;
}
.list-products-mixed  .item-product .flex-item  .qnt-field .quantity-button.quantity-up-box,
.list-products .item-product .flex-item  .qnt-field .quantity-button.quantity-up {
	left: auto;
	right: 1px;
} 

.box-note {
	padding: 20px 30px 20px 47px;
	position: relative;
	background: #FFFFFF;color: #1E1E1E; 
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.box-note:before {
	content: "\f05a";
	position: relative;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
    font-size: 18px;
    color: #BCBCBC;
    position: absolute;
    left: 19px;
    top: 23px;
}

.box-note.box-note-strong {
	font-weight: 700;
}

.box-note-simple {
	padding: 20px 30px;
	position: relative;
	background: #FFFFFF;
	color: #1E1E1E;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.box-note-simple hr {
	height: 1px;
    background: #DFDFDF;
    border: none;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.box-note-simple small {
    font-size: 90%;
}

.box-note-simple a {
	text-decoration: underline;
}

.box-note.gray{
	background: #ECECEA;
	text-align: center;
	line-height: 1.4em;
	    line-height: 1.2em;
    font-weight: 600;
}

.box-sumary {
	background: #fff;
	padding: 30px;
}

.box-sumary input[type="submit"]{
	background: #F66302;
    width: 100%;
    border-radius: 0;
    box-shadow: 0px 6px 10px 0px #00000014;
    font-weight: 700;
    margin-bottom: 0;
}

.input_options {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 15px;
}

.input_options .input-el {
    width: 200px;
    background: #ECECEA;
    margin-right: 26px;
    padding: 15px 17px;
    position: relative;
    display: flex;
    margin-bottom: 10px;
	 margin-top: 10px;
}

.input_options .input-el .check {
	width: 22px;
	height: 22px;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	position: relative;
}

.input_options .input-el.active .check:before {
	content: "\f00c";
	position: relative;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	font-size: 1.4rem;
	color: #E86E27;
	position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
        line-height: 21px;
}

.input_options .input-el .label { 
	width: calc(100% - 22px);
	padding-left: 15px;
	line-height: 1.2em;

}

.input_options .input-el .label b {
	font-weight: 700;
}

.input_options .input-el .label span {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	margin-top: 3px;
}

.input_options .input-el.active {
	background: #F66302;
	color: #fff;
}
.section-form input[type="text"].wpcf7-not-valid {
	border-bottom: 1px solid red !important;
	
}

.fix-side {
    margin-bottom: 0;
    position: sticky;
    flex-direction: row;
    position: sticky;
    top: 120px;
    align-self: start;
}


/* table */

.total-sumary {
	position: relative;
}

.total-sumary.loading:before {
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.7);
	background-image: url(images/loading-gif.gif);
	background-repeat: no-repeat;
	background-position: center;
	    background-size: 30px;
}

.total-sumary table {
	margin-bottom: 15px;
}

.extra-sum {
    margin-bottom: 15px;font-family: 'brandon_grotesque_regularRg';
    font-size: 15px;
}
.extra-sum  span {
	display: inline;
}
.extra-sum  br {
	display: none;
}

.total-sumary table,
.total-sumary table tr,
.total-sumary table td,
.total-sumary table th {
	border: none;font-family: 'brandon_grotesque_regularRg';
}
.total-sumary table thead,
.total-sumary table tfoot{
	background: #EFEFEF;
}

.total-sumary table thead th {
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
}

.total-sumary table tfoot td {
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
}

.total-sumary table tbody td:last-child,
.total-sumary table tfoot td:last-child,
.total-sumary table thead th:last-child {
	text-align: right;
}

.total-sumary table tbody td {
	position: relative;    
    padding: 12px 18px;
    font-size: 15px;
}

.total-sumary table tbody .remove-it-box, 
.total-sumary table tbody .remove-it {
    color: red;
    font-size: 12px;
    width: 20px;
    height: 15px;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    left: -4px;
    top: 12px;
    text-align: center;
}

body .grecaptcha-badge {
	display: none!important;
}

/*  box product  */
.tabs-boxes {

}

.tabs-boxes .tab-box {
	margin-top: 15px;
	margin-bottom: 15px;
	    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    position: relative;
}

.tabs-boxes .tab-box .wrap-tab-box {
	padding: 25px;
	background: #EFEFEF;
	display: flex;
    align-items: center;
    border: 2px solid #EFEFEF;
}

.tabs-boxes .tab-box:hover .wrap-tab-box,
.tabs-boxes .tab-box.active .wrap-tab-box {
	border: 2px solid #F66302;
	background: #fff;
}

.tabs-boxes .tab-box .wrap-tab-box .icon {
    height: 73px;
    width: 110px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}

.tabs-boxes .tab-box .wrap-tab-box .text {
	padding-left: 20px;
	width: calc(100% - 110px);
}

.tabs-boxes .tab-box .wrap-tab-box .text .box-name {
    font-size: 24px;
    margin-bottom: 5px;
    color: #1E1E1E;
    line-height: 1.3em;
    font-weight: 700;
}

.tabs-boxes .tab-box .wrap-tab-box .text .box-qnt {
    color: #1E1E1E;
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 5px;
}

.tabs-boxes .tab-box .wrap-tab-box .text .price {
	color: #E86E27;
	font-weight: 700;
	    margin-bottom: 0;
}

.list-products-mixed {
	display: none;
}

.list-products-mixed.active {
	display: block;
}

.list-products-box.active .list-products-mixed {
	display: block;
}

body div:where(.swal2-container) .swal2-html-container {
	font-size: 15px!important;    font-family: 'brandon_grotesque_regularRg';
}

body div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
	    background-color: #F66302;
}


.bottom-group .top-info {
      font-size: 16px;
    font-family: 'brandon_grotesque_regularRg';
    padding: 15px 20px;
    background: #fff;
    border: 2px solid #f76202;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.bottom-group .top-info .button {
	 background: #f76202;
    border-radius: 0;
    letter-spacing: 0;
    padding: 0 22px;
    min-width: auto;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    box-shadow: none;
    margin-bottom: 0;
}

.bottom-group .top-info .button.disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.bottom-group .top-info .left-box {
	    font-size: 18px;
    font-weight: 700;
}

.total-sumary table tbody td .comp {
	    display: inline-block;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
}


.bottom-group .top-info .left-box b {
	color: #f76202;
}

body .wpcf7 form.sent .wpcf7-response-output {
	display: none!important;
}

.tk-page {
    background: #E5E5E2;
    padding: 200px 0 150px 0;
}
.tk-page .tk-wrap {
    max-width: 700px;
    background: #fff;
    padding: 50px;
    display: block;
    margin: 0 auto;
}

.tk-page  .aligncenter {
		display: block;
	margin-left: auto;
	margin-right: auto;
}

.tk-page  h1 {
	    color: #1E1E1E;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;        line-height: 1.2em;
}

.tk-page  p {
	color: #1E1E1E;
    margin-bottom: 10px;    line-height: 1.4em;

}

body .picker__select--month, 
body .picker__select--year {
    margin-top: -0.5em;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1em;
    font-size: 14px;
    color: #1e1e1e;
}

@media (max-width: 1020px) {
	.hero-sides .flex-hero  .flex-image img {
	    height: 350px;
	}

	.section-inner-content {
		padding: 60px 0;
	}

	.section-inner-content .flex-form .flex-left {
		width: 100%;
		margin-bottom: 10px;
		padding-left: 15px;
        padding-right: 15px;
	}
	.tabs-boxes .tab-box .wrap-tab-box .text .box-name {
    	line-height: 1.2em;
	}
	.section-inner-content .flex-form .flex-right {
		width: 100%;
		padding-left: 0;
	}
	.section-inner-content .big {
		font-size: 20px;
	}
	.accordion-list .accordion-header2 .flex-t {
		font-size: 18px;
	}
	.input_options .input-el {
		width: calc(33.33% - 26px);
	}
	.fix-side {
		position: relative;top: 0;
	}
	.box-note {
		font-size: 15px;
	}
	.box-note-simple {
		font-size: 16px;
	}
	.total-sumary table thead th {
		    font-size: 14px;
	}

	.bottom-group .top-info .left-box {
		margin-bottom: 10px;
	}

	.bottom-group .top-info .left-box,
	.bottom-group .top-info .right-box {
		width: 100%;
		text-align: center;
	}
	.bottom-group .top-info {
		flex-wrap: wrap;
	}

	.tabs-boxes .tab-box .wrap-tab-box .icon {
		    width: 70px;
	}
	.tabs-boxes .tab-box .wrap-tab-box .text {
		 width: calc(100% - 70px);
	}
	.tabs-boxes .tab-box .wrap-tab-box .text .box-name {
    	font-size: 20px;
	}
}
 
@media (max-width: 786px) {
	.hero-sides .flex-hero  .flex-title {
		width: 50%;
	} 
	.hero-sides .flex-hero  .flex-image {
		width: 50%;
	}
	.hero-sides .flex-hero  .flex-image img {
	    height: 300px;
	}
	.hero-sides.breadcrumbs h1 {
        font-size: 21px;
    }
    .section-inner-content {
		padding: 50px 0;
	}

	.list-products .item-product .flex-item .image {
    	width: 100px;
	}
	.list-products .item-product .flex-item {
		flex-wrap: wrap;
		align-items: start;
	}
	.list-products .item-product .flex-item .text {
	    width: calc(100% - 100px);
	    padding-left: 15px;
	    margin-bottom: 10px;
	    margin-top: 0;
	}
	.list-products .item-product .flex-item .unit_price {
	    padding-left: 0;
	    width: 100px;
	    margin-left: 115px;
	    text-align: left;
	}
	.list-products .item-product .flex-item .text .name {
    	font-size: 16px;
	}
	.list-products .item-product .flex-item .text .normal {
	    font-size: 15px;
	    line-height: 1.2em;
	}
	.accordion-list .accordion-header2 .flex-t {
        font-size: 16px;
    }

    .accordion-list .accordion-header2 .flex-t {
    	    padding-left: 10px;
    }
    .accordion-list .accordion-header2 .flex-i {
	    width: 34px;
	    height: 34px;
	}
	.accordion-list .accordion-header2 .flex-i img {
    	width: 16px;
	}
	.list-products .item-product {
		padding: 15px;
	}
	.form-inputs .col_50 {
		width: 100%;
	}
	.input_options .input-el {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.accordion-list .accordion-item {
	    margin-bottom: 20px;
	}

	.tk-page {
		padding: 150px 0 100px 0;
	}

	.tk-page h1 {
		font-size: 30px;
	}

	.tk-page .tk-wrap {
		    padding: 30px;
	}
	.tabs-boxes .tab-box {
	    width: 100%;
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	.tabs-boxes .tab-box .wrap-tab-box {
    	padding: 18px;
	}
	 .tabs-boxes .tab-box .wrap-tab-box .text .box-name {
        font-size: 18px;
    }
    .list-products-mixed .item-product .flex-item {
    	flex-wrap: wrap;        align-items: start;
    }
    .list-products-mixed .item-product .flex-item .qnt-field {
    	 width: 100%;
   		 margin-left: 110px;
   		 margin-top: 10px;

    }
    .list-products-mixed .item-product .flex-item .image .cover,
    .list-products-mixed .item-product .flex-item .image {
    	width: 90px;
    }
    .list-products-mixed .item-product .flex-item .text {
    	width: calc(100% - 100px);
    	    padding-left: 10px;
	}
}

@media (max-width: 560px) {
	.hero-sides .flex-hero  .flex-image img {
	    height: 200px;
	}
	.section-inner-content {
		padding: 40px 0;
	}
}
@media (max-width: 480px) {
	.list-products .item-product .flex-item .image .cover {
	    width: 70px;
	    height: 60px;
	}	
	.list-products .item-product .flex-item .image {
		 width: 70px;
	}
	.list-products .item-product .flex-item .text {
        width: calc(100% - 72px);
    }
    .list-products .item-product .flex-item .unit_price {
    	margin-left: 90px;        width: 80px;
    }

	.list-products .item-product .flex-item .qnt-field {
	    margin-top: 10px;
	    width: 100%;
	    margin-left: 90px;
	}
	.tk-page h1 {
        font-size: 25px;
    }
    .list-products-mixed .item-product .flex-item .image .cover, .list-products-mixed .item-product .flex-item .image {
        width: 70px;
    }
    .list-products-mixed .item-product .flex-item .text {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }
   .list-products-mixed .item-product .flex-item .qnt-field {
        margin-left: 0;
    }
}

@media (max-width: 340px) {

	.hero-sides .flex-hero  .flex-title {
		width: 100%;
		margin-top: 50px;
        padding-bottom: 50px;
	} 
	.hero-sides .flex-hero  .flex-image {
		display: none;
	}

	.list-products .item-product .flex-item .image {
        width: 100%;
        margin-bottom: 10px;
    }
    .list-products .item-product .flex-item .text {
        width: 100%;
        padding-left: 0;
    }
    .list-products .item-product .flex-item .unit_price {
        margin-left: 0;
        width: 100%;
    }
    .list-products .item-product .flex-item .qnt-field {
    	margin-left: 0;
    }

}


body .wpcf7 form .wpcf7-response-output {
    margin: 10px 0;
    padding: 10px;
    text-align: center;
        font-family: 'brandon_grotesque_regularRg';
            font-size: 15px;
    line-height: 1.2em;
}


body .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
}

body .wpcf7 form.failed .wpcf7-response-output,
body .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    /* Red */
    background: #dc3232;
}

body .wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
    /* Orange */
    background: #f56e28;
}

body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    /* Yellow */
    background: #ffb900;
}
