/*!
Theme Name: arcadion
Theme URI: http://underscores.me/
Author: kukarika
Author URI: http://www.kukarika.com
Description: kukarika custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kukarikaTheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

kukarikaTheme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */



/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	height: 100vh;
  /*  scroll-behavior: smooth;*/
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	max-width: 1920px;
	margin-left: 0;
	color: #000;
}

.wrapper-max-width-1920 {
	max-width: 1920px;
}

.mingle, .heritage, .bistronomie, .bistronomie-2-test, .bistronomie-3-test {
    max-width: initial;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a, a:focus, a:hover {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	  START FONTS						   */
/*-------------------------------------------------------------*/

@font-face {
    font-family: Hatton-Medium;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/arcadion/fonts/HattonMedium/Hatton-Medium.woff2") format("opentype");
}
.Hatton-Medium{
	font-family: Hatton-Medium;
}
/*-------------------------------------------------------------*/
/* 					   	    END	FONTS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   START ALL SCREENS        			   */
/*-------------------------------------------------------------*/

body {
	font-family: Hatton-Medium !important;
    font-size: 28px;
    transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
	-webkit-transition: opacity 1.5s ease-in-out;
}

:root {
    scrollbar-color: rgba(0,0,0,.2)!important;
    scrollbar-width: thin!important
}

::-webkit-scrollbar {
    width: 9px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.4)
}

::-webkit-scrollbar-thumb:window-inactive {
    border-radius: 5px;
    background: rgba(0,0,0,.2)
}

p {
	font-family: Hatton-Medium;
    font-size: 20px;
    line-height: normal;
}

* {
    box-sizing: border-box;
}

html {
	height: 100vh;
/*	scroll-behavior: smooth;
*/}

#contentArea {
    max-width: 1920px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.6;
    color: #000000;
	text-transform: none;
	letter-spacing: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Hatton-Medium !important;
}

.displaynone {
	display: none !important;
}

.displayblock {
	display: block !important;
}

.mobile .display-desktop {
	display: none;
}

.desktop .display-mobile {
    display: none;
}

/* ----------------------------------------------- */
/*				   COLORS START
/* ----------------------------------------------- */
.beigeFontColor {
	color: #F8F2E4;
}

.beigeBackgroundColor {
	background: #F8F2E4;
}

.blackBackgroundColor {
	background: #000000;
}

.blackFontColor {
	color: #000000;
}

.blueBackgroundColor {
	background: #21424E;
}

.goldenFontColor {
	color: #E8B452 !important;
}

.greenBackgroundColor {
	background: #415038;
}

.lightGreenFontColor {
	color: #86A374;
}

.redFontColor {
	color: #DD4C00;
}
/* ----------------------------------------------- */
/*				    COLORS END
/* ----------------------------------------------- */

.home #masthead {
	display: none;
}


.landing_image {
    width: auto;
    height: 100%;
	transition: all 0.5s ease;
    max-height: calc(100vh - 100px);
}

.bg_img_landing {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 403px;
	height: 775px;
	max-width: 100%;
	display: table-cell;
}

.home .carousel-item-next, 
.home .carousel-item-prev, 
.home .carousel-item.active {
	display: flex;
    justify-content: center;
}

.landingWidth {
    max-width: 64%;
    margin: auto;
}

.landing_images_wrapper {
    display: flex;
    flex-direction: row;
}

#main_wrapper_inner {
    background-repeat: repeat-x;
    background-size: contain;
    background-position: bottom;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.home {
	background: linear-gradient(180deg, rgba(43,47,58,1) 0%, rgba(17,20,31,1) 100%);
	margin: 0 auto;
}
#main_background_landing {
	/* background-image: url(/wp-content/uploads/2021/06/BACKGROUND-gradient-pixel.jpg);
	background-repeat: repeat-x;
    background-size: contain;
    background-position: bottom;*/
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column; 
	/*background: linear-gradient(180deg, #2b2f3a 0%, #11141f 100%);*/
}

.landing_image_title {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
	display: none;
}

#landing_logo {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.landing-header-column {
    display: flex;
    flex-direction: row;
    align-items: center;
	justify-content: space-between;
}

.landing_site_name {
	font-size: 18px;
	text-transform: uppercase;
}

#mega-menu-max_mega_menu_1 .mega-menu-item:first-child a {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#mega-menu-max_mega_menu_1 .mega-menu-item:last-child a {
    padding-right: 0 !important;
}

#mega-menu-max_mega_menu_1 .mega-menu-item:last-child *::before {
    content: '•';
    margin-top: -6px !important;
    margin-right: 10px !important;
}

#about-contact-section {
    padding-bottom: 25px;
    padding-top: 40px;
	position: absolute;
	width: 100%;
	bottom: -30em;
	transition: all 0.8s ease;
	z-index: 99;
}

.emailLink {
    margin: 0;
	align-self: flex-start;
}
.emailLink a:hover {
	text-decoration: underline;
}

.about-contact-column .aboutDesc p {
    font-size: 30px;
	margin-bottom: 0;
}

.home #colophon {
    display: none;
}

.about_info_row {
    border-top: 1px solid #000000;
    padding-top: 23px;
}

.about-contact-column {
	display: flex;
    flex-direction: column;
	justify-content: space-between;
}

.home #main {
    height: 105vh;
}

.overflowHidden {
	overflow: hidden;
}

#hideAbout {
	background-image: url('/wp-content/themes/arcadion/images/arrow down.svg');
	background-position: center;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 82px;
	height: 51px;
	margin: auto;
	cursor: pointer;
}

#mobile-menu-toggler {
    background-image: url(/wp-content/themes/arcadion/images/inner_page_menu_toggler.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
	cursor: pointer;
}

#mobile-menu-toggler-open {
    background-image: url(/wp-content/themes/arcadion/images/inner_page_menu_toggler_open.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
	cursor: pointer;
}

.home #mobile-menu-toggler {
    background-image: url(/wp-content/themes/arcadion/images/menu_mbl.svg);
}

.home #mobile-menu-toggler-open {
    background-image: url(/wp-content/themes/arcadion/images/open_menu_mbl.svg);
}

.open-mobile-menu-logo {
    background-image: url(/wp-content/themes/arcadion/images/logo_one_page.svg) !important;
} 

#mobile-menu-wrapper {
	width: 100vw;
	height: 100vh;
	top: 0;
	right: 15px;
	position: fixed;
	z-index: 9999;
	/* overflow: overlay; */
	overflow: scroll;
}

#mobile-menu-wrapper .menu-item {
    text-transform: uppercase;
    font-size: 40px;
	line-height: normal;
}

.borderMenu {
    border-top: 1px solid #000;
}

.about_address {
    width: 75%;
}

#mobile-menu-wrapper .emailLink {
	padding-top: 35px;
    padding-bottom: 30px;
}

#mobile-menu-wrapper p {
    margin: 0;
    font-size: 18px;
	line-height: normal;
}

.menu-description-column p {
	width: 75%;
}

.menu-description-column {
    padding-bottom: 30px;
    padding-top: 37px;
}

.mapImageColumnMobileMenu {
	display: flex;
	justify-content: center;
}

.socials-menu-row {
	padding-top: 30px;
	padding-bottom: 30px;
}

#mobile-menu-wrapper .landing-header-column {
    border-bottom: 1px solid #000;
}

.landing-header-column {
    border-bottom: 1px solid #000;
}

.home .landing-header-column {
    border-bottom: none;
}

#mega-menu-wrap-max_mega_menu_2 {
    list-style: none;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 10px;
    margin: 0;
}

#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link {
    margin-bottom: 10px !important;
}

#mega-menu-max_mega_menu_2 .mega-sub-menu .mega-menu-item a.mega-menu-link:hover {
    border-bottom: none !important;
}

#mega-menu-max_mega_menu_2 .mega-sub-menu .mega-menu-item a.mega-menu-link:hover:before {
    content: url('/wp-content/themes/arcadion/images/mobile_hand.svg') !important;
	width: 62px;
	height: 31px;
	padding-left: 0;
}

#mega-menu-max_mega_menu_2 .mega-menu-item a.mega-menu-link {
	width: fit-content !important;
}

#mega-menu-max_mega_menu_2 .mega-menu-item .mega-sub-menu {
    padding-bottom: 15px !important;
}

.paddingLeft0 {
	padding-left: 0 !important;
}

.paddingLeft4 {
    padding-left: 68.6px !important;
}

.main-title-menu .main-title {
    padding: 0 !important;
}

#menu-hand {
	background-image: url('/wp-content/themes/arcadion/images/hand.svg');
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 125px;
    height: 63px;
	margin-bottom: 25px;
}

#menu-hand-down {
	background-image: url('/wp-content/themes/arcadion/images/hand_down.svg');
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 63px;
    height: 125px;
	margin-bottom: 25px;
}

.menu-border {
	border: 1px solid #000;
	max-width: 185px;
}

.vertical-inner-menu {
	flex-direction: column;
    height: 100vh;
	position: fixed;
	float: left;
	z-index: 9;
}

.logoColumn {
    padding: 55px !important;
    background: #F8F2E4;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.menuColumn {
    display: flex;
    align-items: center;
	padding: 30px !important;
    border-top: none;
    border-bottom: none;
	background: #F8F2E4;
}

.bistronomie .menuColumn,
.bistronomie-2-test .menuColumn,
.bistronomie-3-test .menuColumn {
    padding-left: 10px !important;
    padding-right: 10px !important;
	padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.handColumn {
	padding: 25px !important;
	background: #F8F2E4;
}

.menu-btns-col {
    margin-left: -25px;
    margin-right: -25px;
}

.button-menu-redirect {
    border: 0;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
	font-size: 25px;
}

.button-menu-redirect:focus {
	outline: 0;
	box-shadow: none;
}

.menu-btns-col button {
	transition: background-color .3s ease-in-out;
}
.menu-btns-col button:hover {
	background: #E8B452;
}


#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item {
    vertical-align: initial;
}

.list-group-item {
    padding: 0;
    border: 0;
    background-color: transparent;
	text-transform: uppercase;
	color: #000000;
	width: fit-content;
	font-size: 18px;
    text-align: center;
    line-height: 1.7;
	margin: -1px auto 25px;
}

.bistronomie .list-group-item,
.bistronomie-2-test .list-group-item,
.bistronomie-3-test .list-group-item {
	margin: -1px auto 15px;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #000000;
    background-color: transparent;
}

.list-group-item.active {
    z-index: 2;
    color: #000000;
    background-color: transparent;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.list-group {
	width: 85%;
    margin: auto;
}

.mingle .list-group {
	width: 100%;
    margin: auto;
}

.bistronomie .list-group,
.bistronomie-2-test .list-group,
.bistronomie-3-test .list-group {
	width: 95%;
    margin: auto;
}

.list-group-item+.list-group-item.active {
	border-radius: 0;
}

.footer-border {
    border: 1px solid #000;
}

.footer-border-right {
    border-right: 1px solid #000;
}

.footer-col-description p {
	line-height: 1.3;
}

.footer-border-l-r-0 {
	border-left: none !important;
	border-right: none !important;
}

.footer-border-l-0 {
	border-left: none !important;
}

.footer-border-r-0 {
	border-right: none !important;
}

.footer-border-b-0 {
	border-bottom: none !important;
}

.footer-border-bottom {
    border-bottom: 1px solid #000;
}

.innerPageTitle {
    line-height: 1;
}

.innerPageTitleCocktails {
    line-height: inherit;
    margin-top: 5px !important;
    vertical-align: middle;
    display: inline-flex !important;
}

.descriptionFont p {
	margin-bottom: 0 !important;
    margin: auto;
}

.carousel-indicators li {
    background-image: url(/wp-content/themes/arcadion/images/carousel_dot.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
}

#heritage .carousel-item img,
#mingle .carousel-item img,
#bistronomie .carousel-item img {
	max-height: 545px;
	max-width: 1080px !important;
	object-fit: contain;
	margin: auto !important;
}

#the_old_arcadion .carousel-item img, #greek_with_a_twist .carousel-item img {
    object-fit: contain;
}

#the_old_arcadion span.carousel-control-next-icon {
    background: url(/wp-content/themes/arcadion/images/arrow-slider-right-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
}

#greek_with_a_twist span.carousel-control-next-icon,
#signature_cocktails #stackedCarouselNextButton span.carousel-control-next-icon {
    background: url(/wp-content/themes/arcadion/images/arrow-slider-right-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
}

#bistronomie_menu span.carousel-control-next-icon {
    background: url(/wp-content/themes/arcadion/images/arrow_slider_right.svg);
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center;
    display: block;
}

#the_old_arcadion .carousel-control-next, #greek_with_a_twist .carousel-control-next {
	opacity: 1;
}

#arcadion_and_people {
    margin: auto;
}

.bottomImageColumn {
	display: flex;
	height: fit-content;
	align-self: flex-start;
	justify-content: flex-end;
}

.arcadion_now_wrapper {
    margin: auto;
}

.footer-border-gray-top {
	border-top: 1px solid #707070 !important;
}

#follow_the_twist img, #a_melting_pot_of_flavors img {
    width: 100%;
    height: auto;
}

.outlined-letters {
    color: black;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #F8F2E4;
    color: transparent;
}

.black-outlined-letters {
    margin-left: 70px;
    color: black;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #000000;
    color: transparent;
	margin: auto;
}

.red-outlined-letters {
    margin-left: 70px;
    color: black;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #DD4C00;
    color: transparent;
	margin: auto;
}

#mingle_accordion .btn-link {
    padding: 0;
    line-height: normal;
    padding-top: 21px;
	text-align: left;
	color: #F8F2E4;
	transition: none;
}

#mingle_accordion .card {
    background: transparent;
    border-bottom: 1px solid #F8F2E4;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}

#mingle_accordion .card:first-child {
    border-top: 1px solid #F8F2E4;
}

#mingle_accordion .card-header {
    align-items: center;
    padding: 0;
    background: transparent;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
	max-width: 88%;
    margin: auto;
    width: 100%;
}

#mingle_accordion .card-body {
    padding: 0;
    max-width: 88%;
    margin: auto;
}

#mingle_accordion .card-body p {
    margin: 0;
    line-height: normal;
}

.mingle_accordion_img {
	max-width: 508px;
}

#mingle_accordion .btn-link:focus, #mingle_accordion .btn-link:hover {
    color: inherit;
    text-decoration: none;
}

#mingle_accordion .card-header:focus > *, #mingle_accordion .card-header:hover > *,
#mingle_accordion .card-header:focus .btn-link, #mingle_accordion .card-header:hover .btn-link {
	color: #E8B452 !important;
}

.date_accordion {
	line-height: normal;
}

.mingle-a-bit-title-column {
	max-width: 88%;
	margin: auto;
}

.collapse:not(.show) {
    display: none !important;
}

.a-mergin-title {
    max-width: 88%;
}

.contentColumn {
	display: flex;
    justify-content: center;
}

.bistronomie_menu_wrapper {
	margin: auto;
}

.cocktailTitle {
    line-height: 1.1;
	padding-bottom: 5px;
}

.cocktailDescription {
    line-height: initial;
}

.cocktailCatalogueWrapper {
    max-width: 88%;
    margin: auto;
}

.cocktailCatalogueWrapper .cocktail-box:last-child {
    padding-bottom: 0;
}

#signature_cocktails {
    margin: auto;
}

#signature_cocktails .innerPageTitle, #signature_cocktails .innerPageContent {
    margin: auto;
}

.bistro-menu-toggler-wrapper .carousel-control-next {
    opacity: 1;
    cursor: pointer;
}

.menu_item_name {
    line-height: 1;
}

.catalogue_column .menu_item_category_name:first-child {
    padding-top: 0;
}

.catalogue_title_column {
	max-width: 88%;
	margin: auto;
	z-index: 9;
}

.catalogue_slider_btns_wrapper .carousel-control-next {
    position: relative;
	opacity: 1;
	cursor: pointer;
}

.catalogue_slider_btns_wrapper {
    display: inline-flex;
    align-items: start;
}

#back_to_catalogue_screen_btn {
    background: url(/wp-content/themes/arcadion/images/arrow_slider_left.svg) !important;
}

#catalogueCarousel .carousel-item {
	padding-top: 10px;
}

.catalogue_image_column {
    margin-top: -1.5em;
}

#mingle_accordion .accordion-open > *, #mingle_accordion .accordion-open .btn-link {
    color: #E8B452 !important;
}

.mobile #about-contact-section {
    display: none;
}

#about-contact-section {
    max-width: 1920px;
    margin: auto;
}

.bottomFooterRow {
    margin-top: -2.5em;
}

.text-uppercase {
	text-transform: uppercase;
}

/* stacked carousel css start */
.cardStackedCarousel {
    height: 100%;
    margin: 0;
    background: transparent;
    position: absolute;
    border: none;
    display: flex;
    justify-content: center;
    transition: all .1s ease-in-out;
}

.bistronomie #stackedCarouselWrapper .go-time {
	-webkit-animation: stacked_carousel_slide_1 1.25s 0.5s 1;
	animation: stacked_carousel_slide_1 1.25s 0.5s 1;
}

.bistronomie-2-test #stackedCarouselWrapper .go-time {
	animation: stacked_carousel_slide_2 1.25s 0.5s 1;
}

/* .bistronomie-3-test #stackedCarouselWrapper .go-time {
	animation: stacked_carousel_slide_3 2.5s 0.5s 1;
} */

#stackedCarouselWrapper .bottom {
	position: absolute;
	z-index: -1;
	-webkit-backface-visibility: hidden;

	/*transition: all .1s ease-in-out;*/
}

#stackedCarouselWrapper .top {
	position: absolute;
	z-index: 3;
	transition: all 1s ease-in-out;
}

.bistronomie #stackedCarouselWrapper .active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.bistronomie-2-test #stackedCarouselWrapper .active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.bistronomie #stackedCarouselWrapper .transition .previous {
	-webkit-animation: scale_img .7s 0.5s forwards;
	animation: scale_img .7s 0.5s forwards;
}

/* .bistronomie-3-test #stackedCarouselWrapper .active {
	transform: scale(1.1);
	transition: all 1.5s ease-in-out;
} */

#stackedCarouselWrapper .middle {
	z-index: 5 !important;
}

.picStackedCarousel {
	width: 95%;
	margin: 1.75% 2.5%;
	align-self: center;
}


@-webkit-keyframes scale_img {
    0% { 
	    -webkit-transform: scale(1);
		transform: scale(1); 
	}
	100% { 
	 	-webkit-transform: scale(1.1);
		transform: scale(1.1); 
	}
}
@keyframes scale_img {
	0% { 
	    -webkit-transform: scale(1);
		transform: scale(1); 
	}
	100% { 
	 	-webkit-transform: scale(1.1);
		transform: scale(1.1); 
	}
}

@-webkit-@keyframes stacked_carousel_slide_1 {
	0% {
		-webkit-transform: translate(0,0); 
		transform: translate(0,0); 
		opacity: 0.8;
	}
	20% {
		-webkit-transform: translate(550px,0);  
		transform: translate(550px,0); 
		z-index: 3; 
		opacity: 0; 
	}
	21% { z-index: -1; opacity: 0;}
	31% { z-index: -1; opacity: 0.6;}
	32% { z-index: -1; opacity: 0.7;}
	33% { z-index: -1; opacity: 0.8;}
	34% { z-index: -1; opacity: 0.9;}
	55% {
		-webkit-transform: translate(0,0); 
		transform: translate(0,0); 
		z-index: -1; 
		opacity: 1;
	}
}

@keyframes stacked_carousel_slide_1 {
	0% {
		-webkit-transform: translate(0,0); 
		transform: translate(0,0); 
		opacity: 0.8;
	}
	20% {
		-webkit-transform: translate(550px,0);  
		transform: translate(550px,0); 
		z-index: 3; 
		opacity: 0; 
	}
	21% { z-index: -1; opacity: 0;}
	31% { z-index: -1; opacity: 0.6;}
	32% { z-index: -1; opacity: 0.7;}
	33% { z-index: -1; opacity: 0.8;}
	34% { z-index: -1; opacity: 0.9;}
	55% {
		-webkit-transform: translate(0,0); 
		transform: translate(0,0); 
		z-index: -1; 
		opacity: 1;
	}
}

@keyframes stacked_carousel_slide_2 {
	0% {transform: translate(0,0);}
	20% { transform: translate(750px,0) rotateY(0.5turn); z-index: 3; }
	21% { z-index: -1; }
	31% { z-index: -1; }
	32% { z-index: -1; }
	33% { z-index: -1; }
	34% { z-index: -1; }
	55% {transform: translate(0,0); z-index: -1; }
}

/* @keyframes stacked_carousel_slide_3 {
	0% {transform: translate(0,0) scale(1); }
	25% { transform: scale(1.05); }
	45% { transform: scale(1); }
	65% { transform: translate(750px,0) rotateY(0.5turn); z-index: 3; }
	70% { z-index: -1; }
	71% { z-index: -1; }
	72% { z-index: -1; }
	73% { z-index: -1; }
	74% { z-index: -1; }
	75% {transform: translate(0,0); z-index: -1; }
} */

#stackedCarouselWrapper {
    position: relative;
    height: 800px;
    width: 100%;
    z-index: 1;
}

#main-stacked-gallery-wrapper {
	position: relative;
    height: 100%;
}
/* stacked carousel css end */

.bistronomie,
.bistronomie-2-test,
.bistronomie-3-test {
	overflow-x: hidden;
}

#desktop-about-section {
	display: flex;
    flex-direction: row;
    width: 100%;
}

#tablet-about-section {
	display: flex;
    flex-direction: column;
    width: 100%;
}

#tablet-about-section .mapImage {
    max-width: 433px;
    max-height: 445px;
    height: auto;
}

#desktop-about-section .aboutDesc p {
    max-width: 85%;
}

#main-stacked-gallery-wrapper img {
    max-width: max-content !important;
}

.slider-image-portrait {
	width: 80% !important;
}

.slider-image-landscape {
	width: 100% !important;
}

.slider-image-square {
	width: 60% !important;
}

#catalogueCarousel .catalogue_image_column {
    margin-top: -8.1em;
}

.error-404-page-content {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error404 {
	background: #000;
}

#mingle_a_bit .innerPageTitle,
#follow_the_twist .innerPageTitle {
    color: #F8F2E4;
}


#the_old_arcadion span.carousel-control-next-icon {
	width: 87px;
	height: 87px;
}
#greek_with_a_twist span.carousel-control-next-icon,
#signature_cocktails #stackedCarouselNextButton span.carousel-control-next-icon {
	width: 87px;
	height: 87px;
}

/*-------------------------------------------------------------*/
/* 					    END ALL SCREENS      				   */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	  START MEDIA						   */
/*-------------------------------------------------------------*/
@media screen and (min-width: 320px) {
	#colophon .footer-col-description p {
		margin: auto;
	}
	.home .carousel-indicators {
		bottom: 0.8em;
	}
	.empty-footer-col {
		border-left: 0;
	}
	a.social_icon:hover {
		text-decoration: underline;
	}
	#twisted_title_dot {
		display: none !important;
	}
	#a_melting_pot_of_flavors img {
		max-width: max-content !important;
	}
	.footerPadding35 {
		padding: 35px !important;
	}
	.footerPadding27 {
		padding: 25.5px !important;
	}
	.landing-header-column {
		max-height: 94px;
	}
	#heritageCarousel .carousel-indicators, #mingleCarousel .carousel-indicators, #bistronomieCarousel .carousel-indicators, #the_locale #localeCarousel .carousel-indicators {
		margin-bottom: -15px;
	}
	/*#the_old_arcadion span.carousel-control-next-icon {
		width: 47px;
		height: 47px;
	}*/
	#le_chef .innerPageContent {
		max-width: 90%;
	}
	.catalogue_slider_btns_wrapper > * {
		margin: 0 !important;
	}
	.catalogue_slider_btns_wrapper {
		justify-content: center;
	}
	.catalogue_slider_btns_wrapper .carousel-control-next {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
		display: inline-table;
	}
	.menu_item_name {
		width: 90%;
	}
	.menu_item_category_name {
		width: 90%;
	}
	.menu_item_category_name {
		padding-top: 20px;
	}
	.menu_item_category_name, .menu_item_name {
		font-size: 15px;
	}
	.catalogue_slider_btns_wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	.catalogue_column {
		margin-top: 0;
		max-width: 88%;
		margin: auto;
	}
	.catalogue_image_column {
		display: none;
	}
	.catalogue_menu_wrapper {
		padding-top: 50px;
		padding-bottom: 140px;
	}
	#bistronomie_menu {
		margin-top: 0;
	}
	#bistronomie_menu span.carousel-control-next-icon {
		width: 47px;
		height: 47px;
		margin-right: 0;
	}
	.bistro-menu-toggler-wrapper .carousel-control-next {
		bottom: auto;
		position: absolute;
		left: 3.5em;
		margin-top: 0;
		top: 1.5em;
	}
	.arcadion_menu_title {
		max-width: 80%;
		margin: auto;
		margin-bottom: -1em;
	}
	.margin_left_title {
		margin-left: 0;
	}
	.bistronomie_menu_wrapper {
		padding-top: 30px;
		padding-bottom: 75px;
		max-width: 100%;
	}
	.bistro-menu-toggler-wrapper img {
		max-height: 503px;
		height: 503px;
	}
	#the_mixologist {
		padding-top: 30px;
	}
	#a_melting_pot_of_flavors {
		padding-top: 15px;
	}
	.a-mergin-title {
		margin: -6em auto;
		margin-top: 0;
		margin-bottom: -60px;
	}
	.mistologist_title {
		width: 98%;
		margin: auto;
	}
	#signature_cocktails {
		padding-top: 30px;
	}
	/*.innerPageTitleCocktailsSubtitle {
		margin-top: -15px !important;
	}*/
	.innerPageTitleCocktails {
		margin-bottom: 0 !important;
		font-size: 30px;
	}
	.cocktail-box {
		padding-bottom: 30px;
	}
	.cocktailTitle {
		font-size: 30px;
		width: 100%;
	}
	.cocktailDescription {
		font-size: 15px;
		width: 100%;
	}
	.cocktailCatalogueWrapper {
		padding-top: 30px;
		padding-bottom: 60px;
	}
	#twisted_cocktails_twisted_pleasure {
		padding-top: 30px;
	}
	#greek_with_a_twist .innerPageContent, #the_mixologist .innerPageContent {
		width: 90%;
	}
	.carousel-indicators {
		bottom: 15px;
	}
	.carousel-control-next, .carousel-control-prev {
		margin: auto;
		position: relative;
		margin-top: -23px;
	}
	#greek_with_a_twist span.carousel-control-next-icon,
	#signature_cocktails #stackedCarouselNextButton span.carousel-control-next-icon{
		/*width: 47px;
		height: 47px;*/
		margin-right: 0;
	}
	.image-column, #greek_with_a_twist .image-column {
		margin-top: -0.6em;
		z-index: 10;
	}
	.bistronomie .image-column,
	.bistronomie-2-test .image-column,
	.bistronomie-3-test .image-column {
		margin-top: 0;
	}
	#the_old_arcadion .carousel-item img, #greek_with_a_twist .carousel-item img {
		max-height: 504px;
	}
	#greek_with_a_twist {
		padding-top: 30px;
	}
	.bistronomie .blackSectionImage,
	.bistronomie-2-test .blackSectionImage,
	.bistronomie-3-test .blackSectionImage {
		margin-top: 10px;
		margin-left: 0;
	}
	#le_chef {
		padding-top: 0;
	}
	#arcadion_and_people .innerPageContent {
		max-width: 90%;
		width: 90%;
	}
	.arcadion_people_img_col {
		margin-top: 0;
	}
	#arcadion_and_people {
		padding-top: 30px;
		max-width: 100%;
	}
	.middleImageColumn {
		position: relative;
		margin-top: 0;
	}
	.heritage .blackSectionImage, .bistronomie .blackSectionImage, .bistronomie-2-test .blackSectionImage, .bistronomie-3-test .blackSectionImage {
		margin-top: 0;
		margin-left: 0;
	}
	.arcadion_now_wrapper {
		padding-bottom: 0;
		padding-top: 30px;
	}
	.max-width-88 {
		max-width: 100%;
		margin: auto;
	}
	#the_old_arcadion span.carousel-control-next-icon {
		margin-right: 0;
	}
	#heritageOldArcadionCarousel {
		margin-left: 0em;
		margin-top: 17px;
	}
	#the_old_arcadion {
		padding-top: 35px;
		max-width: 100%;
		margin: auto;
		text-align: center;
	}
	.innerPageTitle {
		margin-top: 30px;
		margin-bottom: 23px;
	}
	.carousel-indicators li {
		width: 10px;
		height: 10px;
	}
	#follow_the_twist img {
		max-width: 374px;
	}
	.footerPadding38 {
		padding-top: 18px;
		padding-bottom: 18px;
		text-align: center;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.followTheTwistImagesColumn {
		padding-top: 60px;
		padding-bottom: 110px;
	}
	.followTheTwistColumn {
		padding-top: 30px;
	}
	.accordion-image-column {
		margin-top: 15px;
	}
	.date-col {
		padding-bottom: 15px;
	}
	#mingle_accordion .btn-link {
		padding-bottom: 0px;
	}
	.outlined-letters {
		margin-left: 5px;
	}
	.mingle-accordion-column {
		padding-top: 45px;
	}
	.mingle-a-bit-wrapper {
		padding-top: 30px;
		padding-bottom: 175px;
	}
	#mingle_accordion .card-body p {
		font-size: 18px;
	}
	.date_accordion {
		font-size: 25px;
	}
	#mingle_accordion .btn-link {
		font-size: 25px;
	}
	#mingle_a_bit {
		padding-top: 0;
	}
	#the_locale #localeCarousel {
		margin-top: 10px;
	}
	.innerPageContent  {
		max-width: 90%;
		margin: auto;
	}
	.bistronomie .innerPageContent,
	.bistronomie-2-test .innerPageContent,
	.bistronomie-3-test .innerPageContent {
		max-width: 100%;
	}
	#the_locale {
		padding-top: 35px;
		text-align: center;
	}
	.innerPageContent, .innerPageContent p {
		font-size: 18px;
	}
	#heritageCarousel, #mingleCarousel, #bistronomieCarousel {
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}
	.footer-border {
		border-right: 0;
	}
	.address-column {
		width: 100%;
	}
	.video-col-footer {
		width: 100%;
		height: 347px;
		max-height: 347px;
		margin-bottom: -13px;
	}
	.footer-col-description p {
		font-size: 18px;
		width: 100%;
	}
	#heritage, #mingle, #bistronomie {
		max-width: 100%;
		margin: auto;
	}
	h5 {
		font-size: 18px;
	}
	.bistronomie img, .mingle img,
	.bistronomie-2-test img,
	.bistronomie-3-test img {
		width: inherit;
		max-width: 599px;
		margin: auto;
		display: block;
	}
	.descriptionFont p {
		font-size: 18px !important;
		width: 84%;
	}
	p {
		font-size: 18px;
		line-height: normal;
	}
	.innerPageTitle {
		font-size: 40px;
	}
	.innerContentCustomColumn  {
		position: absolute;
		right: 0;
	}
	#landing_logo {
		width: 50px;
		height: 53px;
		margin: 20px 0 20px;
	}
	.landing_image_title {
		font-size: 40px;
	}
	.mapImage {
		width: 100%;
	}
	#navigationMobile {
		display: none;
	}
	/*.innerPageTitleCocktails {
		display: block !important;
	}*/
	.heritage img, .bistronomie img,
	.bistronomie-2-test img,
	.bistronomie-3-test img {
		width: inherit;
		max-width: 406px;
		margin: auto;
		display: block;
	}
	.bistronomie #greek_with_a_twist #bistroTwistCarousel img,
	.bistronomie-2-test #greek_with_a_twist #bistroTwistCarousel img,
	.bistronomie-3-test #greek_with_a_twist #bistroTwistCarousel img {
		width: inherit;
		/* max-width: 406px; */
		max-width: 600px;
		margin: auto;
		display: block;
		max-width: 100%;
	}
	#greek_with_a_twist .carousel-item img {
		object-fit: cover;
	}
	.display-mobile-landing {
		display: block;
	}
	.display-desktop-landing {
		display: none;
	}
	.landingWidth {
		transform: translateY(-8%);
	}
	.cardStackedCarousel {
		width: 100%;
	}
	#signature_cocktails #stackedCarouselNextButton.carousel-control-next {
		right: 0;
		opacity: 1;
		cursor: pointer;
		z-index: 99;
		top: 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		height: 100%;
		width: 100%;
		margin-top: 0;
	}
	.stacked-carousel-col {
		margin-top: 0;
	}
	#signature_cocktails .innerPageTitle, #signature_cocktails .innerPageContent {
		max-width: 85%;
	}
	#bistronomie_menu span.carousel-control-next-icon {
		margin-right: 1em;
	}
	#bistronomie_menu span.carousel-control-next-icon:last-child {
		margin-right: 0;
	}
	#bistronomie_menu .catalogue-menu-items-navigation-wrapper .carousel-control-next:last-child span.carousel-control-next-icon {
		margin-right: 0 !important;
	}
	.title-404 {
		font-size: 60px;
	}
}

@media screen and (min-width: 414px) {
	.mapImageColumnMobileMenu .mapImage {
		max-width: 400px;
	}
}

@media screen and (min-width: 576px) {
	.footer-col-description p {
		width: 75%;
	}
	.bistronomie_menu_wrapper {
		padding-bottom: 75px;
	}
}

@media screen and (min-width: 768px) {
	#bistronomie_menu img {
		max-width: max-content !important;
		width: auto !important;
	}
	.middleImageColumn {
		position: relative;
		left: auto;
		margin-top: -5em;
		margin-left: -4em;
	}
	.bottomImageColumn {
		margin-top: -15em;
		margin-left: 11em;
	}
	.home .carousel-indicators li {
		width: 17px;
		height: 17px;
	}
}

@media screen and (min-width: 992px) {
	#navigationMobile {
		width: 190px;
	}

	.bistronomie #catalogueCarousel .margin_left_title,
	.bistronomie-2-test #catalogueCarousel .margin_left_title,
	.bistronomie-3-test #catalogueCarousel .margin_left_title {
		margin-left: 0;
	}
	.catalogue_column {
		padding-top: 2em;
	}
	.a-mergin-title {
		margin: -6em auto;
		margin-top: -8em;
		margin-bottom: -3.2em;
	}
	#arcadion_now {
		margin-top: 4.3em;
	}
	#heritageCarousel .carousel-indicators, #mingleCarousel .carousel-indicators, #bistronomieCarousel .carousel-indicators, #the_locale #localeCarousel .carousel-indicators {
		margin-bottom: 1rem;
	}
	#le_chef .innerPageContent {
		max-width: 100%;
	}
	.catalogue_slider_btns_wrapper > * {
		margin: inherit !important;
	}
	.catalogue_slider_btns_wrapper {
		justify-content: center;
		padding-top: 1em;
	}
	.catalogue_slider_btns_wrapper .carousel-control-next {
		padding-top: 0.5em;
		padding-bottom: 0;
	}
	.menu_item_name {
		width: 100%;
	}
	.menu_item_category_name {
		width: 70%;
	}
	.menu_item_category_name {
		padding-top: 60px;
	}
	.menu_item_category_name, .menu_item_name {
		font-size: 24px;
	}
	.catalogue_menu_wrapper {
		padding-top: 110px;
		padding-bottom: 140px;
	}
	#bistronomie_menu {
		margin-top: 0;
	}
	.bistro-menu-toggler-wrapper .carousel-control-next {
		left: 0;
		bottom: 0;
		position: absolute;
		opacity: 1;
		cursor: pointer;
		margin-top: 4em;
		top: 0;
		display: flex;
		flex-direction: column;
		justify-content: start;
	}
	.arcadion_menu_title {
		max-width: 100%;
		margin: initial;
		margin-bottom: -3.5em;
	}
	.margin_left_title {
		margin-left: 1.2em;
	}
	.bistronomie #the_arcadion_menu_screen .margin_left_title,
	.bistronomie-2-test #the_arcadion_menu_screen .margin_left_title,
	.bistronomie-3-test #the_arcadion_menu_screen .margin_left_title {
		margin-left: 0;
	}
	.bistronomie_menu_wrapper {
		padding-top: 110px;
		padding-bottom: 140px;
		max-width: 88%;
	}
	.bistro-menu-toggler-wrapper img {
		max-height: 803px;
		height: 803px;
	}
	#the_mixologist {
		padding-top: 113px;
	}
	#a_melting_pot_of_flavors {
		padding-top: 330px;
	}
	.mistologist_title {
		width: 100%;
	}
	#signature_cocktails {
		padding-top: 150px;
	}
	.innerPageTitleCocktailsSubtitle {
		margin-top: 5px !important;
	}
	/*.innerPageTitleCocktails {
		margin-bottom: -10px !important;
	}*/
	.cocktail-box {
		padding-bottom: 60px;
	}
	.cocktailCatalogueWrapper {
		padding-top: 90px;
		padding-bottom: 140px;
	}
	#twisted_cocktails_twisted_pleasure {
		padding-top: 75px;
	}
	.innerPageTitleCocktails {
		font-size: 45px;
	}
	#greek_with_a_twist .innerPageContent, #the_mixologist .innerPageContent {
		width: 58%;
	}
	.carousel-indicators {
		bottom: 0;
	}
	#the_old_arcadion .carousel-item img, #greek_with_a_twist .carousel-item img {
		max-height: 803px;
	}
	#greek_with_a_twist {
		padding-top: 115px;
	}
	.bistronomie .blackSectionImage,
	.bistronomie-2-test .blackSectionImage,
	.bistronomie-3-test .blackSectionImage {
		margin-top: -3.5em;
		margin-left: -2.2em;
	}
	#le_chef {
		padding-top: 95px;
	}
	#arcadion_and_people .innerPageContent {
		max-width: 75%;
		width: 75%;
		margin: auto;
	}
	#arcadion_and_people {
		padding-top: 95px;
		max-width: 85%;
	}
	.heritage .blackSectionImage, .bistronomie .blackSectionImage,
	.bistronomie-2-test .blackSectionImage,
	.bistronomie-3-test .blackSectionImage {
		margin-top: 0;
		margin-left: 0;
	}
	.arcadion_now_wrapper {
		padding-top: 100px;
		padding-bottom: 80px;
	}
	.max-width-88 {
		max-width: 88%;
	}
	#heritageOldArcadionCarousel {
		margin-left: 0;
	}
	#the_old_arcadion {
		padding-top: 140px;
		max-width: 88%;
		text-align: center;
	}
	.innerPageTitle {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.carousel-indicators li {
		width: 25px;
		height: 25px;
	}
	#follow_the_twist img, #a_melting_pot_of_flavors img {
		max-width: 100%;
	}
	.footerPadding38 {
		padding-top: 27px;
		padding-bottom: 25px;
		text-align: left;
		padding-right: 40px !important;
		padding-left: 38px !important;
	}
	.followTheTwistImagesColumn {
		padding-top: 50px;
		padding-bottom: 100px;
	}
	.followTheTwistColumn {
		padding-top: 100px;
	}
	.date-col {
		padding-bottom: 0;
	}
	#mingle_accordion .btn-link {
		padding-bottom: 21px;
	}
	.outlined-letters {
		margin-left: 35px;
	}
	.mingle-accordion-column {
		padding-top: 50px;
	}
	.mingle-a-bit-wrapper {
		padding-top: 65px;
		padding-bottom: 170px;
	}	
	#mingle_a_bit {
		padding-top: 183px;
	}
	#the_locale #localeCarousel {
		max-width: 1063px;
		float: none;
	}
	#the_locale {
		padding-top: 150px;
	}
	.innerPageContent, .innerPageContent p {
		font-size: 17px;
	}
	#heritageCarousel, #mingleCarousel, #bistronomieCarousel {
		padding-top: 55px;
		padding-left: inherit;
		padding-right: inherit;
	}
	.footer-border {
		border-right: 1px solid #000;
	}
	.footer-col-description p {
		font-size: 22px;
	}
	p {
		font-size: 20px;
	}
	.address-column {
		width: 98%;
	}
	#heritage, #mingle, #bistronomie {
		max-width: 70%;
		margin: auto;
	}
	h5 {
		font-size: 20px;
	}
	.bistronomie img, .heritage img, .mingle img,
	.bistronomie-2-test img,
	.bistronomie-3-test img {
		width: auto;
	}
	.descriptionFont p {
		font-size: 22px !important;
		max-width: 85%;
	}
	.innerMenuCustomColumn {
		-ms-flex: 0 0 9.7%;
		flex: 0 0 9.7%;
		max-width: 9.7%;
	}
	.innerContentCustomColumn{
		-ms-flex: 0 0 calc(100% - 185px);
		flex: 0 0 calc(100% - 185px);
		max-width: calc(100% - 185px);
	}
	.innerPageTitle {
		font-size: 60px;
	}
	#navigationMobile {
		display: block;
	}
	#landing_logo {
		width: 75px;
		height: 78px;
		margin: 35px auto 50px;
	}
	.home #landing_logo {
		margin: 35px 45px 50px;
	}
	.landing_image_title {
		font-size: 33px;
	}
	.image-column {
		margin-top: -2.7em !important;
	}
	.bistronomie .image-column,
	.bistronomie-2-test .image-column,
	.bistronomie-3-test .image-column {
		margin-top: 10px !important;
	}
	#bistronomie_menu img {
		max-width: max-content !important;
		width: auto !important;
	}
	.vertical-inner-menu > * {
		border-left: 0;
	}
	.vertical-inner-menu .logoColumn {
		border-top: 0;
	}
	.vertical-inner-menu .handColumn {
		border-bottom: 0;
	}
	.logoColumn {
		display: flex;
		align-items: center;
	}
	a.list-group-item:hover {
		text-decoration: underline;
		text-underline-offset: 5px;
		border-radius: 0;
	}
	.about_info_row a:hover {
		text-decoration: underline;
	}
	.heritage .arcadion_people_img_col img {
		max-width: 530px;
	}
	.middleImageColumn {
		position: relative;
		left: auto;
		margin-top: -5em;
		margin-left: 0;
	}
	.bottomImageColumn {
		margin-top: -15em;
		margin-left: 9.5em;
	}
	.arcadion_people_img_col {
		margin-left: 5em;
	}
	.home .landing-header-column {
		max-width: max-content;
		margin: auto;
	}
	#tablet-about-section {
		display: flex;
	}
	#desktop-about-section {
		display: none;
	}
	#tablet-about-section .row > * {
		font-size: 70%;
	}
	#tablet-about-section .aboutDesc p {
		font-size: 70%;
	}
	#tablet-about-section .about_info_row p {
		font-size: 70%;
	}
	#tablet-about-section .mapImage {
		max-width: 433px;
		max-height: 445px;
		height: auto;
		width: 60%;
	}
	#hideAbout {
		width: 52px;
		height: 31px;
	}
	#about-contact-section {
		padding-left: 65px;
		padding-right: 65px;
	}
	#signature_cocktails {
		max-width: 85%;
	}
	#signature_cocktails .innerPageTitle, #signature_cocktails .innerPageContent {
		max-width: 100%;
	}
}

@media screen and (min-width: 1200px) {
	#colophon .footer-col-description p {
		margin: 0;
	}
	.stacked-carousel-col {
		margin-top: -3.3em;
		margin-left: -4em;
	}
	#signature_cocktails #stackedCarouselNextButton.carousel-control-next {
		right: 0;
		opacity: 1;
		cursor: pointer;
		z-index: 99;
		top: 0;
		position: relative;
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
		width: max-content;
		margin-left: 22.5em;
	}
	.cardStackedCarousel {
		width: 550px;
	}
	.landing_image {
		width: 101%;
	}
	.empty-footer-col {
		border-left: 1px solid #000;
	}
	.arcadion_people_img_col {
		margin-left: 0;
	}
	.accordion-image-column {
		margin-top: 0;
	}
	#bistronomie_menu #catalogueCarousel img {
		max-width: 390px !important;
		width: auto !important;
	}
	#the_arcadion_menu_screen img {
	    max-width: 390px !important;
	    width: auto !important;
    	height: auto;


	}
    

	#bistronomie_menu .catalogue_slider_btns_wrapper span.carousel-control-next-icon {
		margin-right: 0 !important;
	}
	.bistronomie #catalogueCarousel .margin_left_title,
	.bistronomie-2-test #catalogueCarousel .margin_left_title,
	.bistronomie-3-test #catalogueCarousel .margin_left_title {
		margin-left: 150px;
	}
	.catalogue_slider_btns_wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	.catalogue_slider_btns_wrapper .carousel-control-next:last-child {
		margin-left: 1em;
	}
	.catalogue_slider_btns_wrapper .carousel-control-next {
		padding-top: 0;
	}
	.catalogue_column {
		margin-top: -6.3em;
		max-width: 100%;
	}
	.catalogue_image_column {
		display: block;
	}
	.bistronomie #the_arcadion_menu_screen .margin_left_title,
	.bistronomie-2-test #the_arcadion_menu_screen .margin_left_title,
	.bistronomie-3-test #the_arcadion_menu_screen .margin_left_title {
		margin-left: 1.2em;
	}
	#greek_with_a_twist span.carousel-control-next-icon,
	#signature_cocktails #stackedCarouselNextButton span.carousel-control-next-icon {
		/*width: 87px;
		height: 87px;*/
		margin-right: -3em;
	}
	.heritage img {
		width: inherit;
	}
	.bistronomie img,
	.bistronomie-2-test img,
	.bistronomie-3-test img {
		margin: 0;
		max-width: max-content !important;
	}
	/*#the_old_arcadion span.carousel-control-next-icon {
		width: 87px;
		height: 87px;
	}*/
	#the_old_arcadion span.carousel-control-next-icon {
		margin-right: -2em;
	}
	.carousel-control-next, .carousel-control-prev {
		margin: inherit;
		position: absolute;
		margin-top: 0;
	}
	#heritageOldArcadionCarousel {
		margin-left: -4.5em;
		margin-top: -3.5em;
	}
	#the_old_arcadion {
		text-align: left;
	}
	.arcadion_now_wrapper {
		padding-top: 140px;
		padding-bottom: 125px;
	}
	.heritage .blackSectionImage, .bistronomie .blackSectionImage,
	.bistronomie-2-test .blackSectionImage,
	.bistronomie-3-test .blackSectionImage {
		margin-top: -5em;
		margin-left: -5.5em;
	}
	#arcadion_now {
		margin-top: 8.3em;
	}
	.arcadion_people_img_col {
		margin-top: 2.2em;
	}
	.middleImageColumn {
		position: absolute;
		left: -1em;
		margin-top: -4em;
	}
	#the_old_arcadion {
		padding-top: 140px;
	}
	.innerPageContent  {
		max-width: 100%;
		margin: 0;
	}
	.bistronomie img, .mingle img,
	.bistronomie-2-test img,
	.bistronomie-3-test img {
		max-width: max-content;
	}
	.heritage img {
		max-width: 400px;
	}
	/*.bistronomie img,
	.bistronomie-2-test img,
	.bistronomie-3-test img {
		max-width: 400px !important;
	}*/
	/*#bistroTwistCarousel {
		max-width: 400px;
	}*/
	#arcadion_and_people .innerPageContent {
		margin: 0;
	}
	#the_locale {
		text-align: left;
	}
	.video-col-footer {
		width: 100%;
		height: 100%;
		max-height: fit-content;
		margin-bottom: -13px;
	}
	.footerPadding35 {
		padding: 20px !important;
	}
	.footer-col-description p {
		font-size: 20px;
	}
	.footerPadding38 {
		padding-top: 20px;
		padding-bottom: 15px;
		text-align: left;
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	p {
		font-size: 17px;
	}
	h5 {
		font-size: 16px;
	}
	.footerPadding27 {
		padding: 15.5px !important;
	}
	.mapImage {
		width: auto;
	}
	.bottomImageColumn {
		margin-top: -1em;
		margin-left: 3em !important;
	}
	#the_locale #localeCarousel {
		margin-top: -1em;
	}
	.bistronomie .blackSectionImage img,
	.bistronomie-2-test .blackSectionImage img,
	.bistronomie-3-test .blackSectionImage img {
		margin: auto;
	}
	.bistronomie .blackSectionImage,
	.bistronomie-2-test img,
	.bistronomie-3-test img {
		margin-top: -3em;
	}
	#the_old_arcadion #heritageOldArcadionCarousel img {
		max-width: max-content !important;
	}
	.bistronomie .image-column,
	.bistronomie-2-test .image-column,
	.bistronomie-3-test .image-column {
		margin-top: -1.5em !important
	}
	.innerPageTitleCocktails {
		display: inline-flex !important;
	}
	.display-mobile-landing {
		display: none;
	}
	.display-desktop-landing {
		display: inline-flex;
	}
	#tablet-about-section .row > * {
		font-size: 70%;
	}
	#tablet-about-section .aboutDesc p {
		font-size: 100%;
	}
	#tablet-about-section .about_info_row p {
		font-size: 95%;
	}
	#tablet-about-section .mapImage {
		width: 85%;
	}
	#bistronomie_menu span.carousel-control-next-icon {
		margin-right: -2em !important;
	}
	.catalogue_slider_btns_wrapper .carousel-control-next:first-child {
		margin-left: 0;
	}
	.catalogue-menu-items-navigation-wrapper {
		display: block;
		margin-left: -4em !important;
	}
	#bistronomie_menu span.carousel-control-next-icon {
		width: 87px;
		height: 87px;
	}
	#show_catalogue_btn {
		margin-right: -2em !important;
	}
	.bistro-menu-toggler-wrapper .carousel-control-next {
		left: -1.5em;
		bottom: 0;
		position: absolute;
		opacity: 1;
		cursor: pointer;
		margin-top: -10em;
		top: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.menu_item_name {
		width: 70%;
	}
	.title-404 {
		font-size: 90px;
	}
}


@media screen and (min-width: 1500px) {
	.stacked-carousel-col {
		margin-left: 0;
	}
	#heritageOldArcadionCarousel {
		margin-left: -5.5em;
	}
	.bistronomie .blackSectionImage,
	.bistronomie-2-test .blackSectionImage,
	.bistronomie-3-test .blackSectionImage {
		margin-top: -3.5em;
	}
	.bistronomie img,
	.bistronomie-2-test img,
	.bistronomie-3-test img {
		max-width: max-content !important;
	}
	#tablet-about-section {
		display: none;
	}
	#desktop-about-section {
		display: flex;
	}
	#hideAbout {
		width: 82px;
		height: 51px;
	}
	#about-contact-section {
		padding-left: 155px;
		padding-right: 155px;
		max-width: 100%;
	    left: 0;
	    right: 0;
	}
}

@media screen and (min-width: 1600px) {
	.heritage .arcadion_people_img_col img {
		max-width: max-content;
	}
	#bistronomie_menu #catalogueCarousel img,
	#the_arcadion_menu_screen img {
		max-width: max-content !important;
	}
	.arcadion_menu_title {
		margin-bottom: -7.5em;
	}
	#the_old_arcadion span.carousel-control-next-icon {
		margin-right: -1em;
	}
	.cocktailDescription {
		font-size: 22px;
		width: 90%;
	}
	.cocktailTitle {
		font-size: 60px;
		width: 80%;
	}
	.innerPageTitleCocktails {
		font-size: 73px;
	}
	.a-mergin-title {
		margin: -6em auto;
		margin-top: -6em;
		margin-bottom: -6em;
	}
	#the_old_arcadion {
		padding-top: 240px;
	}
	#heritageOldArcadionCarousel {
		margin-left: -5.5em;
		margin-top: -7.7em
	}
	.bottomImageColumn {
		margin-top: -4em;
		margin-left: 3em !important;
	}
	.middleImageColumn {
		position: absolute;
		left: -1em;
		margin-top: -9em;
	}
	.heritage img, .bistronomie img,
	.bistronomie-2-test img,
	.bistronomie-3-test img {
		max-width: max-content;
		width: auto;
		margin: 0 !important;
	}
	.heritage .blackSectionImage, .bistronomie .blackSectionImage,
	.bistronomie-2-test .blackSectionImage,
	.bistronomie-3-test .blackSectionImage {
		margin-top: -3.5em;
		margin-left: -2.5em;
	}
	.heritage .blackSectionImage {
		margin-top: -8em;
	}
	.bistronomie .blackSectionImage,
	.bistronomie-2-test .blackSectionImage,
	.bistronomie-3-test .blackSectionImage {
		margin-top: -3.5em;
	}
	#the_locale #localeCarousel {
		margin-top: -1.2em;
	}
	#mingle_accordion .card-body p {
		font-size: 22px;
	}
	#mingle_accordion .btn-link {
		font-size: 35px;
	}
	.video-col-footer {
		width: 100%;
		height: 100%;
		max-height: 502px;
		margin-bottom: -13px;
		object-fit: cover;
	}
	.footer-border-right-after-element {
		position: relative;
		overflow: hidden;
		border-top: 1px solid #000;
	}
	.footer-border-right-after-element:after {
		content: '';
		background: #000;
		position: absolute;
		right: 0;
		top: 0;
		width: 1px;
		height: 100%;
	}
	.footerPadding35 {
		padding: 35px !important;
	}
	.footer-col-description p {
		font-size: 22px;
	}
	.footerPadding38 {
		padding-top: 27px;
		padding-bottom: 25px;
		text-align: left;
		padding-right: 40px !important;
		padding-left: 38px !important;
	}
	p {
		font-size: 20px;
	}
	h5 {
		font-size: 20px;
	}
	.footerPadding27 {
		padding: 25.5px !important;
	}
	.address-column {
		width: 58%;
	}
	.footer-col-description p {
		font-size: 32px;
	}
	.followTheTwistImagesColumn {
		padding-top: 80px;
		padding-bottom: 195px;
	}
	.followTheTwistColumn {
		padding-top: 150px;
	}
	.date_accordion {
		font-size: 45px;
	}
	#mingle_accordion .btn-link {
		font-size: 45px;
	}
	.mingle-accordion-column {
		padding-top: 70px;
	}
	.mingle-a-bit-wrapper {
		padding-top: 95px;
		padding-bottom: 260px;
	}	
	#mingle_a_bit {
		padding-top: 233px;
	}
	#the_locale {
		padding-top: 200px;
	}
	#heritageCarousel, #mingleCarousel, #bistronomieCarousel {
		padding-top: 95px;
	}
	.innerPageContent, .innerPageContent p {
		font-size: 25px;
	}
	.descriptionFont p {
		font-size: 30px !important;
		max-width: 65%;
	}
	.innerPageTitle {
		font-size: 118px;
	}
	.landingWidth {
		margin: auto;
	}
	.landing_image_title {
		font-size: 45px;
	}
	.bistronomie #catalogueCarousel .margin_left_title,
	.bistronomie-2-test #catalogueCarousel .margin_left_title,
	.bistronomie-3-test #catalogueCarousel .margin_left_title {
		margin-left: 300px;
	}
	.catalogue_column {
		padding-left: 4em !important;
	}
	.title-404 {
		font-size: 137px;
	}
}

@media screen and (min-width: 1800px) {
	#heritageOldArcadionCarousel {
		margin-left: -7.5em;
	}
	.bottomImageColumn {
		margin-top: -4em;
		margin-left: 1em !important;
	}
	.catalogue_column {
		padding-left: 0 !important;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
	#twisted_title_dot {
		display: inline-flex !important;
	}
}

@media screen and (min-width: 1600px) and (max-width: 1816px) {
	#twisted_title_dot {
		display: none !important;
	}
}

@media screen and (min-width: 1817px) {
	#twisted_title_dot {
		display: inline-flex !important;
	}

}

@media screen and (min-width: 1921px) {
	.innerContentCustomColumn  {
		position: relative;
		margin-left: 185px !important;
		flex: auto;
		max-width: max-content;
	}
	body {
		background: #F8F2E4;
	}
	/*.home {
		background: linear-gradient(180deg, rgba(43,47,58,1) 0%, rgba(17,20,31,1) 100%);
		margin: 0 auto;
	}*/
	.landingWidth {
		transform: translateY(-15%);
		margin: auto;
	}
	.mingle .innerContentCustomColumn, .heritage .innerContentCustomColumn, .bistronomie .innerContentCustomColumn,
	.bistronomie-2-test .innerContentCustomColumn,
	.bistronomie-3-test .innerContentCustomColumn {
		max-width: inherit;
	}
	.rightbordersfooter {
		border-right: 1px solid #000;
	}
	.wrapper-max-width-1920 {
		width: 1726px;
	}


	/*.home #landing_logo {
		width: 75px;
	    height: 78px;
	    position: absolute;
	    margin: 0 auto;
	    top: 0;
	    text-align: center;
	    right: 0;
	    left: 0;
	    display: inline-block;
	}
	.landing_site_name {
		padding-right: 110px;
    	line-height: 75px;
	}
	#navigationMobile {
		padding-left: 110px;
    	line-height: 75px;
	}*/

	/*.home #landing_logo {
		margin-right: 80px;
	}*/

	

	/*#about-contact-section {
		width: 100%;
	    max-width: 100%;
	    margin: 0px auto;
	    right: 0px;
	    left: 0px;
	}*/
}

@media screen and (min-height: 810px) {
	.home .landing_image {
		max-height: calc(100vh - 160px);
	}
}

@media screen and (max-height: 927px) {
	.vertical-inner-menu {
		overflow: overlay;
	}
}

@media screen and (min-height: 520px) and (max-height: 860px) {
	#about-contact-section.open {
		top: 0;
    	height: 100vh;
    	overflow: auto;
	}
}

@media screen and (min-height: 901px) and (max-height: 1023px) {
	.landingWidth {
		margin-bottom: 0 !important;
		transform: translateY(-7%);
	}
}

@media screen and (min-height: 1080px) {
	.landingWidth {
		transform: translateY(-8%);
	}
}

@media screen and (min-width: 1200px) and (max-width: 1800px) {
	.landingWidth {
		margin-bottom: auto !important;
	}
}

@media screen and (max-width: 1024px) {
	.bg_img_landing {
		width: 403px;
		height: 80vh;
		max-width: 100%;
		display: inline-flex;
		max-height: calc(100vh - 100px) !important;
	}
}
@media screen and (max-width: 1368px) {
	.carousel-indicators li {
	    width: 15px;
	    height: 15px;
	}

	#tablet-about-section .mapImage {
		width: 320px;
	}
	.bg_img_landing {
		height: 560px;
	}
}
@media screen and (max-width: 1280px) {
	.bg_img_landing {
		height: 500px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1300px) and (max-height: 810px) {
	#site-navigation .list-group-item {
		font-size: 15px;
	}
	.logoColumn {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.button-menu-redirect {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 20px;
	}
	#menu-hand {
		height: 53px;
	}
	.vertical-inner-menu {
		overflow: hidden;
	}
	.innerPageTitle {
		font-size: 74px;
	}
	#heritageOldArcadionCarousel {
		margin-top: -4.8em;
	}
	#the_old_arcadion .innerPageTitle {
		font-size: 77px;
	}
	#arcadion_now .innerPageTitle {
		font-size: 78px;
	}
	#arcadion_now .blackSectionImage {
		margin-top: -5.2em !important;
	}
	#arcadion_and_people .arcadion_people_img_col img {
		width: auto;
		margin-left: 0.5em;
	}
	#arcadion_and_people .arcadion_people_img_col {
		margin-top: 1.4em;
	}
	#le_chef .blackSectionImage {
		margin-top: -2.2em;
	}
	#le_chef .innerPageTitle {
		font-size: 78px;
	}
	#greek_with_a_twist #bistroTwistCarousel img {
		margin-top: 0.5em !important;
	}
	#a_melting_pot_of_flavors img {
		margin-top: -15px;
	}
	#bistronomie_menu .bistro-menu-toggler-wrapper {
		margin-top: -33px;
	}
	#bistronomie_menu #show_catalogue_btn {
		/*margin-top: -5em;*/
		margin-top: 5em;
	}
	#the_catalogue_screen #catalogueCarousel .catalogue_image_column {
		margin-top: -5em;
	}
	#the_catalogue_screen .catalogue_column {
		margin-top: -4.8em;
	}
	#bistronomie_menu span.carousel-control-next-icon {
		width: 72px;
		height: 87px;
	}
	#greek_with_a_twist span.carousel-control-next-icon, #signature_cocktails #stackedCarouselNextButton span.carousel-control-next-icon {
		/*width: 72px;
		height: 87px;*/
		margin-right: -2em;
	}
	#the_old_arcadion span.carousel-control-next-icon {
		width: 72px;
	}
	.catalogue-menu-items-navigation-wrapper {
		margin-left: -1.2em !important;
	}
	.catalogue-menu-items-navigation-wrapper {
		display: flex;
	}
	#back_to_catalogue_screen_btn {
		margin-top: 7px;
	}
	#the_mixologist .innerPageTitle {
		font-size: 66px;
	}
	.stacked-carousel-col {
		margin-top: -2em;
	}
	.catalogue_slider_btns_wrapper {
		margin-left: -10px;
	}
}

@media screen and (min-width: 1921px) {
	#a_melting_pot_of_flavors img {
	    width: 100%;
    	object-fit: cover;
    	max-width: unset !important;
    	height: 850px;
	}
}


@media screen and (max-width: 1200px ) {
	#tablet-about-section .mapImage {
		width: 250px;
	}
}
/*-------------------------------------------------------------*/
/* 					   	  END MEDIA						   */
/*-------------------------------------------------------------*/